-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
53 lines (43 loc) · 1.11 KB
/
config.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
## Basic Configuration
baseurl = "https://mwessman.github.io/"
builddrafts = false
canonifyurls = false
languageCode = "en-US"
contentdir = "content"
layoutdir = "layouts"
publishdir = "public"
author = "Michael Wessman"
title = "Michael Wessman"
theme = "hugo-goa"
## Hugo Built-in Features
# disqusShortname = "https-shenoybr-github-io-hugo-goa-demo" # Comment out to disable Disqus.
# googleAnalytics = "XYZ"
enableRobotsTXT = true
## Site Settings
[params]
author = "Michael Wessman"
intro = "AI Engineer at Silo AI"
description = "Master of Science in Technology graduate from Åbo Akademi University"
authorimage = "headshot1.jpg"
dateformat = "Jan 2, 2018"
## Site Meta Settings
[params.meta]
description = "Simple minimalist theme"
keywords = "minimalist,blog,goa,hugo,developer"
## Social Accounts
[params.social]
github = "mwessman"
linkedin = "michael-wessman"
email = "michael.j.wessman@gmail.com"
goodreads = "gucciwess"
## Extras
[params.extra]
copyright = ""
poweredby = false
hightlightjs = false
## Main Menu
[[menu.main]]
name = "about"
identifier = "about"
weight = 200
url = "/about/"