Working template
This commit is contained in:
47
hugo.toml
Normal file
47
hugo.toml
Normal file
@ -0,0 +1,47 @@
|
||||
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
|
Reference in New Issue
Block a user