14 lines
262 B
TOML
14 lines
262 B
TOML
baseURL = "https://danilafe.com"
|
|
languageCode = "en-us"
|
|
title = "Daniel's Blog"
|
|
theme = "vanilla"
|
|
pygmentsCodeFences = true
|
|
pygmentsUseClasses = true
|
|
summaryLength = 20
|
|
|
|
[markup]
|
|
[markup.tableOfContents]
|
|
endLevel = 4
|
|
ordered = false
|
|
startLevel = 3
|