Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

52 строки
954 B

baseURL = "https://vdhsn.com"
title = "VDHSN"
theme = "lines"
summaryLength = 32
enableRobotsTXT = true
enableEmoji = true
ignoreErrors = ["error-missing-instagram-accesstoken"]
[params]
author = "Adam Veldhousen"
email = "adam@vdhsn.com"
description = "I write software for a living and sometimes for fun. Copyright 2019 Adam Veldhousen"
theme = "light"
[menu]
[[menu.main]]
name = "VDHSN"
title = "VDHSN"
url = "/"
weight = -10
[[menu.main]]
name = "About"
url = "/about"
weight = -5
[[menu.main]]
name = "Source"
url = "https://git.vdhsn.com/adam/blog"
[[menu.other]]
name = "RSS"
url = "/index.xml"
disableKinds = ['taxonomy', 'term']
[taxonomies]
tag = 'tags'
[markup]
[markup.highlight]
codeFences = true
guessSyntax = false
lineNoStart = 1
lineNos = true
lineNumbersInTable = false
noClasses = false
# style = "monokai"
tabWidth = 4