27 lines
444 B
TOML
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'
|