A Hugo incarnation of the blog.
https://danilafe.com
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
262 B
13 lines
262 B
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
|
|
|