Dragon-Linux/config.toml
2025-07-19 09:21:56 -04:00

27 lines
444 B
TOML

baseURL = "https://dragon-linux.venith.net/"
languageCode = "en-us"
title = "Dragon Linux"
pluralizelisttitles = false
[markup.goldmark.renderer]
unsafe = true
[minify.tdewolff.html]
keepWhitespace = true
[permalinks]
blog = "/:year/:month/:slug/"
[outputs]
page = ["HTML"]
home = ["HTML"]
section = ["HTML", "RSS"]
taxonomy = ["HTML", "RSS"]
term = ["HTML", "RSS"]
[privacy.twitter]
enableDNT = true
[markup.highlight]
style = 'vulcan'