-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
62 lines (53 loc) · 1.08 KB
/
config.yml
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
baseURL: https://corywmcdonald.com/
theme: "hugo-theme-codex"
title: Cory McDonald
paginate: 7
googleAnalytics: "" # UA-XXXXXXXX-X
permalinks:
posts: /:year/:month/:filename/
markup:
markup.highlight:
codeFences: false
goldmark:
renderer:
unsafe: true
outputs:
home: ["HTML","RSS"] # recommend not to modify
# sitemap
sitemap:
changefreq: monthly
filename: sitemap.xml
priority: 0.5
menu:
main:
- identifier: home
name: Home
title: Home
url: /
weight: 1
- identifier: about
name: About
title: About
url: /about
weight: 2
- identifier: archives
name: Blog
title: Blog
url: /posts
weight: 3
- identifier: tags
name: Tags
title: Tags
url: /tags
weight: 4
- identifier: categories
name: Categories
title: Categories
url: /categories
weight: 5
params:
since: 2017
dateFormatToUse: "Jan 2 2006"
iconTitles: ["Twitter", "GitHub"]
github: https://github.com/corymcdonald
twitter: https://twitter.com/corywmcdonald