-
Notifications
You must be signed in to change notification settings - Fork 0
/
config-geo.toml
44 lines (39 loc) · 1.01 KB
/
config-geo.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
baseurl = "https://www.bucksteeg.de/"
languageCode = "en"
title = "tricky42"
theme = "hugo-geo"
relativeURLs = false
canonifyurls = true
paginate = 5
googleAnalytics = "UA-89935545-1"
pygmentsuseclasses = true
[params]
commit = "https://github.com/tricky42/hugo-geo/tree/"
showglobe = true
favicon = "favicon.ico"
analytics = "UA-89935545-1"
email = "[email protected]"
profilepic = "images/hoodie.jpg"
title = "Andreas Bucksteeg"
subtitle = "pssst... still work in progress"
# Social buttons for sidebar
# Each of these are optional
[[params.socialbuttons]]
faicon = "github"
url = "https://github.com/tricky42"
[[params.socialbuttons]]
faicon = "twitter"
url = "https://twitter.com/trigods"
[[params.socialbuttons]]
faicon = "linkedin"
url = "https://www.linkedin.com/in/andreas-bucksteeg-b3482b7/"
[[params.socialbuttons]]
[[params.navlinks]]
name = "About Me"
url = "page/about-me"
[[params.navlinks]]
name = "Blog"
url = ""
[[params.navlinks]]
name = "Tajik 2017"
url = "page/tr2017"