# Used in theme
author = 'Stick'
baseURL = 'https://stma.is'
copyright = '© 2009—2020 Stick'
languageCode = 'en-us'
theme = 'hugo-base'
title = 'STMA'
# Syntax highlighting
pygmentsCodeFences = true
pygmentsCodeFencesGuessSyntax = true
pygmentsOptions = 'linenos=table'
# Other options
enableGitInfo = true
pluralizeListTitles = false
rssLimit = 32
[frontmatter]
date = [':filename', ':default', ':git']
publishDate = [':filename', ':default']
[markup.goldmark.renderer]
unsafe = true
[minify]
disableSVG = true
[params]
authorMail = 'stick@stma.is'
authorMastodon = 'https://infosec.exchange/@stick'
authorTwitter = 'nstickney'
backgroundImage = 'images/bg.jpg'
colorHue = '356'
colorSaturation = '40%'
css = 'css/style.css'
description = 'Stick and Emma'
externalResources = true
iconPNG = 'images/favicon.png'
iconSVG = 'imaves/favicon.svg'
logo = 'images/stma.svg'
repo = 'https://git.sr.ht/~stick/stma.is'
[permalinks]
stick = '/stick/:filename'