-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
88 lines (78 loc) · 2.07 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
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"
languageCode = "en-us"
title = "Ethan Hampton"
theme="EMH_Green_Theme"
sectionPagesMenu = "main"
pygmentsCodefencesGuessSyntax=true
pygmentsCodeFences=true
pygmentsStyle="tango"
Paginate = 10 #How many posts per page
enableGitInfo=true #use git for modification date data
[params]
description = "Ethan Hampton's Website"
author = "Ethan Hampton"
sideMenuInfo = "Ethan Hampton is a Oregon State University student studying Computer Science. Ethan loves simple but effective ideas that work at a large scale to help make the world a better place"
sideMenuTAI = true
sideMenuNeat = true
ignoredMenuTypes = ["images","pages","posts","goverment"]
[author]
name = "Ethan Hampton"
url = "https://www.ethohampton.com"
[menu]
[[menu.main]]
identifier = "home"
name = "Home"
title = "Home"
url = "/"
weight = 1
[[menu.main]]
identifier = "projects"
name = "Projects"
title = "Projects"
url = "#"
weight = 2
[[menu.main]]
parent = "projects"
identifier = "infrastructure"
name = "Infrastructure"
title = "Infrastructure"
url = "/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"
url = "/pages/projects/"
weight = 3
[[menu.main]]
identifier = "resume"
name = "Résumé"
title = "Résumé"
url = "/pages/ethan-hampton-resume/"
weight = 3
[[menu.main]]
identifier = "blog"
name = "Blog"
title = "Blog"
url = "/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/"