Compare commits
3 Commits
f5c2d4fd5a
...
f4a8668ced
Author | SHA1 | Date | |
---|---|---|---|
f4a8668ced | |||
f816df413d | |||
7fa632f30e |
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -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
|
||||
|
12
config.toml
12
config.toml
@ -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/"
|
||||
|
Submodule themes/hugo-theme-m10c updated: ee7cf17461...f8a02b8352
Reference in New Issue
Block a user