blog-static/config.toml

28 lines
485 B
TOML
Raw Normal View History

2019-08-02 17:34:26 -07:00
baseURL = "https://danilafe.com"
theme = "vanilla"
pygmentsCodeFences = true
pygmentsUseClasses = true
summaryLength = 20
defaultContentLanguage = 'en'
2020-06-24 22:46:22 -07:00
2020-12-27 20:08:27 -08:00
[outputFormats]
[outputFormats.Toml]
name = "toml"
mediaType = "application/toml"
isHTML = false
[outputs]
home = ["html","rss","toml"]
2020-06-24 22:46:22 -07:00
[markup]
[markup.tableOfContents]
endLevel = 4
ordered = false
startLevel = 3
[languages]
[languages.en]
title = "Daniel's Blog"
languageCode = "en-us"