Added flags in footer hugo file.
This commit is contained in:
41
hugo.toml
41
hugo.toml
@@ -2,8 +2,49 @@ 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"
|
||||
Reference in New Issue
Block a user