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"]
|
[submodule "themes/hugo-theme-m10c"]
|
||||||
path = 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"
|
name = "Reddit"
|
||||||
url = "https://old.reddit.com/u/djbon2112"
|
url = "https://old.reddit.com/u/djbon2112"
|
||||||
|
|
||||||
[menu]
|
[menus]
|
||||||
[[menu.main]]
|
[[menus.main]]
|
||||||
identifier = "home"
|
identifier = "home"
|
||||||
name = "Home"
|
name = "Home"
|
||||||
url = "/"
|
url = "/"
|
||||||
weight = 1
|
weight = 1
|
||||||
[[menu.main]]
|
[[menus.main]]
|
||||||
identifier = "welcome"
|
identifier = "welcome"
|
||||||
name = "Welcome"
|
name = "Welcome"
|
||||||
url = "/welcome/"
|
url = "/welcome/"
|
||||||
weight = 2
|
weight = 2
|
||||||
[[menu.main]]
|
[[menus.main]]
|
||||||
identifier = "legal"
|
identifier = "legal"
|
||||||
name = "Legal"
|
name = "Legal"
|
||||||
url = "/legal/"
|
url = "/legal/"
|
||||||
weight = 3
|
weight = 3
|
||||||
[[menu.about]]
|
[[menus.about]]
|
||||||
identifier = "cv"
|
identifier = "cv"
|
||||||
name = "My CV"
|
name = "My CV"
|
||||||
url = "/cv/"
|
url = "/cv/"
|
||||||
weight = 1
|
weight = 1
|
||||||
[[menu.about]]
|
[[menus.about]]
|
||||||
identifier = "hardware"
|
identifier = "hardware"
|
||||||
name = "My Hardware"
|
name = "My Hardware"
|
||||||
url = "/hardware/"
|
url = "/hardware/"
|
||||||
|
Submodule themes/hugo-theme-m10c updated: ee7cf17461...f8a02b8352
Reference in New Issue
Block a user