night0721.xyz/config.toml

63 lines
1.2 KiB
TOML
Raw Permalink Normal View History

2023-11-07 21:55:50 +01:00
baseURL = "https://night0721.xyz/"
title = "Oscar Fu"
2024-03-14 02:02:04 +01:00
ignoreErrors = ["error-remote-getjson"]
2023-11-07 21:55:50 +01:00
[permalinks]
post = "/blog/:slug"
[menu]
[[menu.main]]
name = "About"
url = "/about"
weight = 10
[[menu.main]]
name = "Posts"
url = "/posts"
weight = 20
2024-03-14 02:11:51 +01:00
[[menu.main]]
name = "Git"
url = "https://git.night0721.xyz"
2024-03-14 02:11:51 +01:00
weight = 30
2023-11-07 21:55:50 +01:00
[[menu.main]]
name = "Contact"
url = "/contact"
2024-03-14 02:11:51 +01:00
weight = 40
2023-11-07 21:55:50 +01:00
[[menu.main]]
name = "Links"
url = "/links"
2024-03-14 02:11:51 +01:00
weight = 50
2023-11-07 21:55:50 +01:00
[[menu.main]]
name = "Bookmarks"
url = "/bookmarks"
2024-03-14 02:11:51 +01:00
weight = 60
2023-11-07 21:55:50 +01:00
[[menu.social]]
2023-11-20 00:58:44 +01:00
name = "Codeberg"
pre = "codeberg"
url = "https://codeberg.org/night0721"
2023-11-07 21:55:50 +01:00
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