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

59 lines
1.3 KiB

baseURL = "https://vdhsn.com"
languageCode = "en-us"
title = "Adam's Blog"
theme = "solar-theme-hugo"
pygmentsStyle = "solarized-dark256" # solarized-light, -dark or -dark256
summaryLength = 32
enableRobotsTXT = true
enableEmoji = true
[params]
author = "Adam Veldhousen"
description = "I write software for a living and sometimes for fun. Copyright 2019 Adam Veldhousen"
[menu]
[[menu.main]]
title ="Email"
name = "adam@vdhsn.com"
url = "mailto:adam@vdhsn.com"
weight = -100
[[menu.main]]
title = "PGP"
name = "A466CEE1415C0B9C"
url = "/gpg.pub"
weight = 0
[[menu.main]]
Title = "Code for this site"
name = "git.vdhsn.com/adam/blog"
url = "https://git.vdhsn.com/adam/blog"
[[menu.other]]
Title = "Find me on GitHub"
name = "github.com/adamveld12"
url = "https://github.com/adamveld12"
[[menu.other]]
Title = "Follow me on Keybase"
name = "keybase.io/aveldhousen"
url = "https://keybase.io/aveldhousen"
[[menu.other]]
name = "RSS"
url = "/index.xml"
[[menu.other]]
name = "Resume"
url = "/resume_2019.pdf"
[markup]
[markup.highlight]
codeFences = true
guessSyntax = false
lineNoStart = 1
lineNos = true
lineNumbersInTable = true
noClasses = false
style = "monokai"
tabWidth = 4