blog-static/config.toml

29 lines
636 B
TOML
Raw Normal View History

2019-08-02 17:34:26 -07:00
baseURL = "https://danilafe.com"
2019-08-02 17:13:41 -07:00
languageCode = "en-us"
2019-08-02 17:34:26 -07:00
title = "Daniel's Blog"
theme = "vanilla"
pygmentsCodeFences = true
pygmentsUseClasses = true
summaryLength = 20
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
[params]
[params.submoduleLinks]
[params.submoduleLinks.aoc2020]
path = "aoc-2020"
url = "https://dev.danilafe.com/Advent-of-Code/AdventOfCode-2020/src/commit/7a8503c3fe1aa7e624e4d8672aa9b56d24b4ba82"