Compare commits

...

3 Commits

Author SHA1 Message Date
f4a8668ced Update remote path for theme 2024-02-13 17:24:48 -05:00
f816df413d Go back to menus 2024-02-13 17:23:57 -05:00
7fa632f30e Update submodule 2024-02-13 17:23:44 -05:00
3 changed files with 8 additions and 8 deletions

2
.gitmodules vendored
View File

@ -1,3 +1,3 @@
[submodule "themes/hugo-theme-m10c"]
path = themes/hugo-theme-m10c
url = https://github.com/vaga/hugo-theme-m10c.git
url = https://github.com/joshuaboniface/hugo-theme-m10c.git

View File

@ -39,28 +39,28 @@ copyright = "This work is licensed under a Creative Commons Attribution-ShareAli
name = "Reddit"
url = "https://old.reddit.com/u/djbon2112"
[menu]
[[menu.main]]
[menus]
[[menus.main]]
identifier = "home"
name = "Home"
url = "/"
weight = 1
[[menu.main]]
[[menus.main]]
identifier = "welcome"
name = "Welcome"
url = "/welcome/"
weight = 2
[[menu.main]]
[[menus.main]]
identifier = "legal"
name = "Legal"
url = "/legal/"
weight = 3
[[menu.about]]
[[menus.about]]
identifier = "cv"
name = "My CV"
url = "/cv/"
weight = 1
[[menu.about]]
[[menus.about]]
identifier = "hardware"
name = "My Hardware"
url = "/hardware/"