-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
88 lines (78 loc) · 1.87 KB
/
Copy pathconfig.toml
File metadata and controls
88 lines (78 loc) · 1.87 KB
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
baseURL = "https://www.ethohampton.com"
locale = "en-us"
title = "Ethan Hampton"
theme="EMH_Green_Theme"
sectionPagesMenu = "main"
pygmentsCodefencesGuessSyntax=true
pygmentsCodeFences=true
pygmentsStyle="tango"
enableGitInfo=true #use git for modification date data
[pagination]
pagerSize = 10 #How many posts per page
[params]
description = "Ethan Hampton's Website"
author = "Ethan Hampton"
sideMenuTAI = true
sideMenuNeat = true
ignoredMenuTypes = ["images","pages","posts","goverment"]
[imaging]
[imaging.avif]
encoderSpeed = 8
[menu]
[[menu.main]]
identifier = "home"
name = "Home"
title = "Home"
pageRef = "/"
weight = 1
[[menu.main]]
identifier = "projects"
name = "Projects"
title = "Projects"
url = "#"
weight = 2
[[menu.main]]
parent = "projects"
identifier = "infrastructure"
name = "Infrastructure"
title = "Infrastructure"
pageRef = "/pages/infrastructure"
weight = 1
[[menu.main]]
parent = "projects"
identifier = "shorts"
name = "Shorts"
title = "Shorts"
url = "https://neat.ethohampton.com/shorts"
weight = 2
[[menu.main]]
parent = "projects"
identifier = "other_projects"
name = "Other Projects"
title = "Other Projects"
pageRef = "/pages/projects"
weight = 3
[[menu.main]]
identifier = "resume"
name = "Résumé"
title = "Résumé"
pageRef = "/pages/resume"
weight = 3
[[menu.main]]
identifier = "blog"
name = "Blog"
title = "Blog"
pageRef = "/posts"
weight = 6
# [[menu.main]]
# identifier = "projects"
# name = "Projects"
# title = "My Projects"
# [[menu.main]]
# parent = "projects"
# identifier = "Rules"
# name = "My Rules"
# title = "My Rules For Life"
# url = "/rules.html"
[permalinks]
posts = "/:year/:month/:slug/"