# Used in theme
baseURL = 'https://stma.is'
copyright = 2009
languageCode = 'en-us'
pygmentsUseClasses = true
theme = 'hmvt'
title = 'STMA'
# Other options
enableGitInfo = true
pluralizeListTitles = false
rssLimit = 32
[author]
name = 'stick'
email = 'stick@stma.is'
mastodon = '@stick@infosec.exchange'
twitter = 'nstickney'
[frontmatter]
date = [':filename', ':default', ':git']
lastmod = ['lastmod', 'date', 'publishDate', ':filename']
publishDate = [':filename', ':default']
[markup]
[markup.highlight]
guessSyntax = true
[markup.goldmark.renderer]
unsafe = true
[minify]
disableSVG = true
[params]
background = '/images/bg.jpg'
description = 'Stick and Emma'
iconPNG = '/images/favicon.png'
iconSVG = '/images/favicon.svg'
logo = '/images/stma.svg'
repo = 'https://git.sr.ht/~stick/stma.is'
themeColor = '#85293b'
themeColorDark = '#e2a2b0'
[permalinks]
stick = '/stick/:filename'