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.

91 lines
1.6 KiB

baseURL = "https://vdhsn.com"
keywords = ["Adam Veldhousen", "blog", "software", "life", "health"]
author = "Adam Veldhousen"
languageCode = "en-us"
title = "Adam Veldhousen - Bit Garden"
theme = "digitalgarden"
pygmentsStyle = "solarized-light" # solarized-light, -dark or -dark256
summaryLength = 32
enableRobotsTXT = true
enableEmoji = true
googleAnalytics = "UA-155338921-1"
[params]
favicon = "/party-tp.gif"
webmentions = true
webmentionsToken = "ic1WKZMcnQjvAZzwdjSmpQ"
[markup]
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
codeFences = true
guessSyntax = false
anchorlinenos = true
lineNoStart = 1
lineNos = true
# lineNumbersInTable = true
# noClasses = false
style = "solarized-light"
tabWidth = 2
[menu]
[[menu.main]]
name = 'Home'
url = '/'
weight = 1
[[menu.main]]
name = 'Health'
url = '/health'
weight = 2
[[menu.main]]
name = 'Recipes'
url = '/recipes'
weight = 3
[[menu.main]]
name = 'Thinking'
url = '/thinking'
weight = 4
[[menu.main]]
name = 'Software'
url = '/software'
weight = 5
[[menu.social]]
name = 'Twitter'
url = 'https://twitter.com/adamveld12'
weight = 1
[[menu.social]]
name = 'GitHub'
url = 'https://github.com/adamveld12'
weight = 2
[[menu.social]]
name = 'LinkedIn'
url = 'https://www.linkedin.com/in/aveldhousen/'
weight = 3
[[menu.social]]
name = "Keybase"
url = "https://keybase.io/aveldhousen"
weight = 3
[[menu.social]]
name = 'Email'
url = 'mailto:garden@vdhsn.com'
weight = 8
[[menu.social]]
name = 'RSS'
url = '/index.xml'
weight = 9