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.
blog/config.toml

52 lines
954 B

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