# Used in theme
baseURL = 'https://stma.is'
copyright = '2009–2020'
languageCode = 'en-us'
theme = 'hugo-base'
title = 'STMA'
# Other options
enableGitInfo = true
pluralizeListTitles = false
rssLimit = 32
[author]
name = 'stick'
email = 'stick@stma.is'
twitter = 'nstickney'
[frontmatter]
date = [':filename', ':default', ':git']
lastmod = [':git']
publishDate = [':filename', ':default']
[markup]
[markup.highlight]
guessSyntax = true
lineNos = true
lineNumbersInTable = true
style = "fruity"
[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'