-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
61 lines (54 loc) · 1.31 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
baseurl = "https://tommygroshong.com/"
title = "TommyGroshong.com"
theme = "whiteplain"
languageCode = "en"
pygmentsCodeFences = true
disqusShortname = "tommygroshong"
googleAnalytics = "UA-47053669-1"
# Copyright notice. This is displayer in the footer.
copyright = "© Copyright 2019 Thomas Groshong Jr"
[params]
# whether to use CDN or local file for fontawesome
#useCDN = false
# whether to include external sharing scripts and icons for twitter, facebook and co.
#showShareIcons = false
# Date format
dateFormat = "January 2, 2006"
[params.author]
name = "Tommy Groshong"
gravatar = "3ef06d69d25df6c31fb095cfc6b08178"
twitter = "TommyGroshong"
linkedin = "thomas-groshong-2b23aa28"
github = "tgroshon"
stackoverflow = "2631962"
email = "[email protected]"
[taxonomies]
category = "categories"
tag = "tags"
series = "series"
[[menu.main]]
name = "Categories"
identifier = "categories"
url = "/categories/"
weight = 1
[[menu.main]]
name = "Tags"
identifier = "tags"
url = "/tags/"
weight = 2
[[menu.main]]
name = "Archives"
identifier = "archives"
url = "/archives/"
weight = 3
[[menu.main]]
name = "About"
identifier = "about"
url = "/about/"
weight = 1
# Footer Menu
[[menu.footer]]
name = "About"
weight = 1
identifier = "about"
url = "/about/"