Files
my_website/hugo.toml
T
2026-03-03 16:17:27 +01:00

91 lines
1.7 KiB
TOML

baseURL = "https://netscope-oversight.pages.dev/"
title = "YXMA"
theme = "PaperMod"
[params]
ShowShareButtons = true
ShowReadingTime = true
defaultTheme = "auto"
search = true
ShowPostNavLinks = true
customCSS = ["css/custom.css"]
[params.cover]
responsiveImages = false
[params.profileMode]
enabled = true
title = "YXMA"
subtitle = "Network - Art - Communism"
imageUrl = "/img/me-smoke.jpg"
imageTitle = "Profilbild"
imageWidth = 150
imageHeight = 150
[[params.socialIcons]]
name = "Gitea"
url = "https://gittea.net-scope.org/"
[[params.socialIcons]]
name = "Instagram"
url = "https://www.instagram.com/shindy"
[[params.socialIcons]]
name = "Wordpress"
url = "https://wordpress.net-scope.org/"
[[params.socialIcons]]
name = "Matrix"
url = "https://app.element.io/#/room/!HrQFPGmRxhxSohsxbM:matrix.net-scope.org"
#[params.footer]
# text = "YXMA"
# hideCopyright = false
[params.fuseOpts]
isCaseSensitive = false
shouldSort = true
location = 0
distance = 1000
threshold = 0.4
minMatchCharLength = 0
keys = ["title", "permalink", "summary", "content"]
[params.label]
text = "YXMA"
icon = "img/logo_cutout.png"
iconHeight = 30
[markup.goldmark.renderer]
unsafe = true
[outputs]
home = ["HTML", "RSS", "JSON"]
[menu]
[[menu.main]]
identifier = "posts"
name = "Posts"
url = "/posts/"
weight = 10
[[menu.main]]
identifier = "tags"
name = "Tags"
url = "/tags/"
weight = 20
[[menu.main]]
identifier = "about"
name = "About Me"
url = "/about/"
weight = 30
[[menu.main]]
identifier = "search"
name = "Search"
url = "/search/"
weight = 40
[taxonomies]
tag = "tags"