mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-01-30 22:57:59 +00:00
35 lines
626 B
TOML
35 lines
626 B
TOML
[[main]]
|
|
identifier = "about"
|
|
name = "About"
|
|
url = "about/"
|
|
|
|
[[main]]
|
|
identifier = "contact"
|
|
name = "Contact"
|
|
url = "contact/"
|
|
|
|
[[main]]
|
|
identifier = "posts"
|
|
name = "Posts"
|
|
url = "posts/"
|
|
|
|
[[links]]
|
|
identifer = "posts"
|
|
name = "Posts"
|
|
url = "/posts/"
|
|
|
|
[[links]]
|
|
identifier = "code"
|
|
name = "Code"
|
|
url = "https://code.foodogsquared.one/"
|
|
|
|
[[links]]
|
|
identifer = "wiki"
|
|
name = "Wiki"
|
|
url = "https://wiki.foodogsquared.one/"
|
|
|
|
[[links]]
|
|
identifer = "music"
|
|
name = "Music"
|
|
url = "https://www.youtube.com/channel/UCuMiU9bzATu5oTp-vhOlL2Q"
|