-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.toml
116 lines (93 loc) · 2.06 KB
/
hugo.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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
baseURL = "https://axjms1.github.io/portfolio/"
copyright = "© Jason Sandidge 2023"
languageCode = "en-us"
paginate = 50
title = "MET Portfolio"
timezone = "America/Denver"
[[module.imports]]
path = "github.com/willfaught/paige"
enableInlineShortcodes = true
[params.authors.JS]
name = "Jason Sandidge"
[paige.search]
hide_page = false
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
noclasses = false
[markup.tableofcontents]
endlevel = 6
ordered = true
startlevel = 2
[paige.menu]
breakpoint = "sm" # Bootstrap breakpoint at which to display all menu items
style = "pills" # Must be "links", "pills", "tabs", or "underline"
[languages.en]
weight = 10
[[languages.en.menu.main]]
identifier = "home"
name = "Home"
url = "/"
weight = 10
[[languages.en.menu.main]]
identifier = "overview"
name = "Overview"
url = "/Overview/"
style = "pills"
weight = 20
[[languages.en.menu.main]]
identifier = "plo"
name = "Program Learning Outcomes"
url = "/plo/"
weight = 30
[languages.en.menu.main.params.paige]
divider_below = true
[[languages.en.menu.main]]
identifier = "Design & Development"
name = "Design & Development"
parent = "plo"
url = "/plo/design-development/"
weight = 10
[[languages.en.menu.main]]
identifier = "Pedagogy & Theory"
name = "Pedagogy & Theory"
parent = "plo"
url = "/plo/pedagogy-theory/"
weight = 20
[[languages.en.menu.main]]
identifier = "Evaluation & Assessment"
name = "Evaluation & Assessment"
parent = "plo"
url = "/plo/evaluation-assessment/"
weight = 30
[[languages.en.menu.main]]
identifier = "Ethics"
name = "Ethics"
parent = "plo"
url = "/plo/ethics/"
weight = 40
[[languages.en.menu.main]]
identifier = "Leadership"
name = "Leadership"
parent = "plo"
url = "/plo/leadership/"
weight = 50
[[languages.en.menu.main]]
identifier = "reflection"
name = "Reflection"
url = "/reflection/"
weight = 40
[[languages.en.menu.main]]
identifier = "tags"
name = "Tags"
url = "/tags/"
weight = 50
[[languages.en.menu.main]]
identifier = "search"
name = "Search"
url = "/search/"
weight = 60
[outputs]
home = ["html", "json", "rss"]
[taxonomies]
tag = "tags"