Danila Fedorin
0b3755c69a
We don't need a second bundle of KaTeX, or all of the fonts a second time, served from a CDN we don't control. Signed-off-by: Danila Fedorin <danila.fedorin@gmail.com>
41 lines
831 B
TOML
41 lines
831 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"
|
|
katexJsUrl = "https://static.danilafe.com/katex/katex.min.js"
|
|
plausibleAnalyticsDomain = "danilafe.com"
|
|
githubUsername = "DanilaFe"
|
|
siteSourceUrl = "https://dev.danilafe.com/Web-Projects/blog-static/src/branch/master"
|