-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
68 lines (58 loc) · 1.63 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
63
64
65
66
67
68
## Basic Configuration
baseURL = "https://otype.de/"
builddrafts = false
canonifyurls = false
languageCode = "en-US"
contentdir = "content"
layoutdir = "layouts"
publishdir = "public"
author = "Hans-Gunther Schmidt"
title = "Hans-Gunther Schmidt - otype"
theme = "hugo-goa"
## Hugo Built-in Features
# disqusShortname = "https-shenoybr-github-io-hugo-goa-demo" # Comment out to disable Disqus.
# googleAnalytics = "UA-113480627-1"
enableRobotsTXT = true
## Site Settings
[params]
author = "Hans-Gunther Schmidt"
intro = "I love to code. And I love Berlin."
description = "Fn enthusiast. *nix believer. I work at [Meltwater](http://underthehood.meltwater.com/)."
authorimage = "hans_small.png"
dateformat = "Jan 2, 2006"
## Site Meta Settings
[params.meta]
description = "Hans loves code"
keywords = "blog,otype,hans,developer,engineering manager,manager,rust,golang,unix,linux,functional"
## Social Accounts
[params.social]
github = "otype"
#instagram = "<username>"
#xing = "<username>"
linkedin = "hgschmidt"
twitter = "otype"
#google = "hans@otype.de"
stackoverflow = "2806914/hans-gunther-schmidt"
email = "hans@otype.de"
## Extras
[params.extra]
copyright = "© 2012-2023. Hans-Gunther Schmidt. [Some Rights Reserved](http://creativecommons.org/licenses/by/3.0/)."
poweredby = true
highlightjs = true
## Main Menu
[[menu.main]]
# [[menu.main]]
# name = "blog"
# weight = 100
# identifier = "blog"
# url = "/posts/"
# [[menu.main]]
# name = "about"
# identifier = "about"
# weight = 200
# url = "/about/"
# [[menu.main]]
# name = "coderag"
# identifier = "coderag"
# weight = 300
# url = "/coderag/"