26 lines
457 B
TOML
26 lines
457 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"
|