-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
62 lines (52 loc) · 1.32 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
54
55
56
57
58
59
60
61
62
## Basic Configuration
baseurl = "https://glaubitz.berlin"
builddrafts = false
canonifyurls = false
languageCode = "en-US"
contentdir = "content"
layoutdir = "layouts"
publishdir = "public"
author = "Christoph Glaubitz"
title = "Christoph Glaubitz"
theme = "hugo-goa"
## Hugo Built-in Features
enableRobotsTXT = true
## Site Settings
[params]
author = "Christoph Glaubitz"
intro = "Working under the clouds"
description = "Now @iNNOVO Cloud GmbH. Previously @SysEleven, @neofonie and @Zettwerk. <br/>"
authorimage = "headshot.jpg"
dateformat = "Jan 2, 2006"
## Site Meta Settings
[params.meta]
description = "Christoph Glaubitz"
keywords = "minimalist,blog,gopher,go,python,kubernetes,openstack,developer"
## Social Accounts
[params.social]
github = "chrigl"
xing = "Christoph_Glaubitz"
linkedin = "chrigl"
twitter = "chrigl_"
email = "[email protected]"
## Extras
[params.extra]
copyright = "© 2020. Christoph Glaubitz. [Some Rights Reserved](http://creativecommons.org/licenses/by/3.0/)."
poweredby = true
highlightjs = true
## Main Menu
[[menu.main]]
name = "about"
identifier = "about"
weight = 100
url = "/about/"
[[menu.main]]
name = "blog"
weight = 200
identifier = "blog"
url = "https://chrigl.de/"
[[menu.main]]
name = "contact"
identifier = "contact"
weight = 300
url = "/contact/"