night0721.xyz/config.toml

55 lines
1 KiB
TOML

baseURL = "https://night0721.xyz/"
title = "Oscar Fu"
[permalinks]
post = "/blog/:slug"
[menu]
[[menu.main]]
name = "About"
url = "/about"
weight = 10
[[menu.main]]
name = "Posts"
url = "/posts"
weight = 20
[[menu.main]]
name = "Contact"
url = "/contact"
weight = 30
[[menu.main]]
name = "Links"
url = "/links"
weight = 40
[[menu.main]]
name = "Bookmarks"
url = "/bookmarks"
weight = 50
[[menu.social]]
name = "Codeberg"
pre = "codeberg"
url = "https://codeberg.org/night0721"
weight = 10
[[menu.social]]
name = "GitHub"
pre = "github"
url = "https://github.com/night0721"
weight = 20
[[menu.social]]
name = "YouTube"
pre = "youtube"
url = "https://youtube.com/@night0721"
weight = 30
[[menu.social]]
name = "RSS Feed"
pre = "rss"
url = "/index.xml"
weight = 40