Migrated to GitHub: https://github.com/tdemin/tdem.in
https://tdem.in
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.
30 lines
594 B
30 lines
594 B
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
|
|
|