added layout for about pages.
This commit is contained in:
parent
1b9296d8ac
commit
fa88ddaf7d
6 changed files with 85 additions and 32 deletions
19
hugo.toml
19
hugo.toml
|
@ -50,16 +50,15 @@ url = "https://git.venberg.xyz/Gabe"
|
|||
name = "Rss"
|
||||
url = "index.xml"
|
||||
|
||||
# need to make custom layout without date, and with TOC optional.
|
||||
# [[menu.main]]
|
||||
# name = "About"
|
||||
# url = "about"
|
||||
# weight = 1
|
||||
#
|
||||
# [[menu.main]]
|
||||
# name = "Resume"
|
||||
# url = "resume"
|
||||
# weight = 1
|
||||
[[menu.main]]
|
||||
name = "About"
|
||||
url = "about"
|
||||
weight = 1
|
||||
|
||||
[[menu.main]]
|
||||
name = "Resume"
|
||||
url = "resume"
|
||||
weight = 1
|
||||
|
||||
[[menu.main]]
|
||||
name = "Archive"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue