2019-08-02 17:34:26 -07:00
|
|
|
baseURL = "https://danilafe.com"
|
|
|
|
theme = "vanilla"
|
2019-08-02 18:35:47 -07:00
|
|
|
pygmentsCodeFences = true
|
2020-08-11 19:29:55 -07:00
|
|
|
pygmentsUseClasses = true
|
2020-05-04 19:25:03 -07:00
|
|
|
summaryLength = 20
|
2023-01-01 20:52:55 -08:00
|
|
|
|
2023-01-01 01:28:40 -08:00
|
|
|
defaultContentLanguage = 'en'
|
2020-06-24 22:46:22 -07:00
|
|
|
|
2023-01-31 18:53:02 -08:00
|
|
|
|
|
|
|
|
|
|
|
[taxonomies]
|
|
|
|
tag = 'tags'
|
|
|
|
series = "series"
|
|
|
|
|
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
|
2023-01-01 01:28:40 -08:00
|
|
|
|
|
|
|
[languages]
|
|
|
|
[languages.en]
|
|
|
|
title = "Daniel's Blog"
|
2023-01-01 20:52:55 -08:00
|
|
|
languageCode = "en-us"
|