blog-static/config.toml
Danila Fedorin 5041c90ac0 Add some partials to load and create a Bergamot widget.
I've set up some infrastructure to build and host a bergamot JS
file using Nix on static.danilafe.com.

Signed-off-by: Danila Fedorin <danila.fedorin@gmail.com>
2023-11-29 22:29:14 -08:00

38 lines
707 B
TOML

baseURL = "https://danilafe.com"
theme = "vanilla"
pygmentsCodeFences = true
pygmentsUseClasses = true
summaryLength = 20
defaultContentLanguage = 'en'
[taxonomies]
tag = 'tags'
series = "series"
[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"
languageCode = "en-us"
[params]
bergamotJsUrl = "https://static.danilafe.com/bergamot/bergamot.js"
katexExpressionJsUrl = "https://static.danilafe.com/katex-expression/katex-expression.esm.js"