-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathconfig.toml
47 lines (43 loc) · 918 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
baseURL = "https://thekennethlove.com/"
copyright = "This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License."
enableRobotsTXT = true
languageCode = "en-us"
pygmentsCodefences = true
pygmentsUseClasses = true
rssLimit = 10
sectionPagesMenu = "pagesMenu"
theme = "editor"
title = "Kenneth Love"
[author]
name = "Kenneth Love"
[permalinks]
posts = "/:year/:month/:title/"
[taxonomies]
category = "categories"
series = "series"
tag = "tags"
[[menu.main]]
identifier = "readme"
name = "README.md"
url = "/"
weight = 100
[[menu.main]]
identifier = "mentoring"
name = "mentoring.md"
url = "/mentoring/"
weight = 110
[[menu.main]]
identifier = "social"
name = "social.md"
url = "/social/"
weight = 120
[[menu.main]]
identifier = "videos"
name = "videos.md"
url = "/videos/"
weight = 130
[[menu.main]]
identifier = "posts"
name = "posts/"
url = "/posts/"
weight = 140