blog-static/config.toml

28 lines
485 B
TOML

baseURL = "https://danilafe.com"
theme = "vanilla"
pygmentsCodeFences = true
pygmentsUseClasses = true
summaryLength = 20
defaultContentLanguage = 'en'
[outputFormats]
[outputFormats.Toml]
name = "toml"
mediaType = "application/toml"
isHTML = false
[outputs]
home = ["html","rss","toml"]
[markup]
[markup.tableOfContents]
endLevel = 4
ordered = false
startLevel = 3
[languages]
[languages.en]
title = "Daniel's Blog"
languageCode = "en-us"