Skip to content

Commit 7a38441

Browse files
Updated front matter to show blog
It's empty for now---unless you build in draft mode locally, i.e., you use `hugo server -D`.
1 parent 7626296 commit 7a38441

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

config.toml

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,28 +31,33 @@ ignoreFiles = ['publications.md$']
3131
weight = -100
3232

3333
[[menu.main]]
34-
name = "People"
34+
name = "People"
3535
pageRef = "/people"
36-
weight = -90
36+
weight = -90
3737

3838
[[menu.main]]
39-
name = "Research"
39+
name = "Research"
4040
pageRef = "/research"
41-
weight = -80
41+
weight = -80
4242

4343
[[menu.main]]
44-
name = "Theses"
44+
name = "Blog"
45+
pageRef = "/blog"
46+
weight = -80
47+
48+
[[menu.main]]
49+
name = "Theses"
4550
pageRef = "/theses"
46-
weight = -80
51+
weight = -80
4752

4853
[[menu.main]]
4954
name = "Get In Touch"
5055
pageRef = "/contact"
5156
weight = -70
5257

5358
[[menu.main]]
54-
name = "Wiki"
55-
url = "/wiki/"
59+
name = "Wiki"
60+
url = "/wiki/"
5661
weight = -70
5762

5863
# Ditto (see above), but for the footer.

0 commit comments

Comments
 (0)