Files
blog/hugo.toml
2025-04-02 16:47:51 +03:00

48 lines
784 B
TOML

title = "Linerds Wiki"
baseURL = "https://wiki.linerds.us"
languageCode = "en-us"
theme = "PaperMod"
[params]
author = "Linerds"
contact = "wiki@linerds.us" # yeah no
feedlinks = true
mobileMenu = true
ShowReadingTime = true
[params.homeInfoParams]
Title = "Linerds Wiki"
Content = "Nothing Yet"
[[params.socialIcons]]
name = "gitea"
url = "https://gitea.linerds.us"
[outputs]
home = ["HTML", "RSS", "JSON"]
section = ["HTML", "RSS", "JSON"]
[[menu.main]]
identifier = "categories"
name = "Categories"
url = "/categories/"
weight = 10
[[menu.main]]
identifier = "tags"
name = "Tags"
url = "/tags/"
weight = 20
[[menu.main]]
identifier = "search"
name = "Search"
url = "/search/"
weight = 20
[[menu.main]]
identifier = "archive"
name = "Archive"
url = "/archives/"
weight = 20