This repository has been archived on 2021-09-04. You can view files and clone it, but cannot push or open issues/pull-requests.
blog.tdem.in/config.toml

31 lines
594 B
TOML

baseURL = "https://tdem.in/"
languageCode = "en-us"
title = "Timur Demin's Blog"
theme = "basics"
ignoreFiles = [ "_index\\.gmi\\.md$" ]
[markup.highlight]
codeFences = true
# guessSyntax = false
# hl_Lines = ""
# lineNoStart = 1
# lineNos = false
# lineNumbersInTable = true
# noClasses = true
style = "monokai"
# tabWidth = 4
[markup.goldmark.renderer]
unsafe = true
[author]
name = "Timur Demin"
email = "me@tdem.in"
[params]
description = "Random rants on technology, chess, and music"
home = "https://tdem.in"
sourceCode = "https://git.tdem.in/tdemin/blog.tdem.in"
tocEnabled = false