-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
56 lines (42 loc) · 878 Bytes
/
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
baseURL = "https://jed.codes/"
languageCode = "en-us"
title = "jed.codes"
theme = "hugo-ink"
paginate = 5
copyright = "© 2020"
googleAnalytics = "UA-158554300-1"
[params]
subtitle = "Let me fix that problem for you."
favicon = "git-merge.ico"
# Optional 64x64 avatar image.
avatar = "https://gravatar.com/avatar/e90b0742a0a78f583355470561d63197"
# Content types to disable Disqus on.
disableDisqusTypes = ["page", "post"]
# mailchimp
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "About"
url = "/about"
weight = 2
[[menu.main]]
name = "Contact"
url = "/contact"
weight = 3
[[menu.main]]
name = "Services"
url = "/services"
weight = 4
featherIconsCDN = true
[[params.social]]
name = "Github"
icon = "github"
url = "https://github.com/jedschneider"
[[params.social]]
name = "RSS"
icon = "rss"
url = "/index.xml"
[taxonomies]
tag = "tags"