50 lines
1.1 KiB
TOML
50 lines
1.1 KiB
TOML
baseURL = 'https://example.org/'
|
|
languageCode = 'en-us'
|
|
title = "Don't give huskies technology. They break things."
|
|
theme = 'hugo-PaperMod'
|
|
|
|
[menus]
|
|
[[menus.main]]
|
|
identifier = "tags"
|
|
name = "Tags"
|
|
url = "/tags/"
|
|
weight = 20
|
|
[[menus.main]]
|
|
identifier = "home"
|
|
name = "Home"
|
|
url = "/"
|
|
weight = 10
|
|
[[menus.main]]
|
|
identifier = "about"
|
|
name = "About"
|
|
url = "/about"
|
|
weight = 11
|
|
[[menus.main]]
|
|
identifier = "rss"
|
|
name = "RSS"
|
|
url = "/index.xml"
|
|
weight = 12
|
|
[[menus.main]]
|
|
identifier = "madiart"
|
|
name = "The Art Of Madi"
|
|
url = "https://hothusky.art"
|
|
weight = 21
|
|
|
|
|
|
[params]
|
|
author = 'Madison'
|
|
ShowReadingTime = true
|
|
showtoc = true
|
|
disableSpecial1stPost = true
|
|
|
|
[params.footer]
|
|
hideCopyright = true
|
|
[[params.footer.images]]
|
|
path = "/images/Censor_14c.gif"
|
|
url = "https://www.mabsland.com/Adoption.html"
|
|
[[params.footer.images]]
|
|
path = "/images/progress-pride-88x31.png"
|
|
[[params.footer.images]]
|
|
path = "/images/transflag.svg"
|
|
[[params.footer.images]]
|
|
path = "/images/panflag.svg" |