summaryrefslogtreecommitdiff
path: root/config.toml
blob: b89e674f3234333217279a7593a95ea2714f04d9 (plain)
1
2
3
4
5
6
7
baseURL = "https://blog.jaseg.de/"
languageCode = "en-us"
title = "blog.jaseg.de"
theme = "blog.jaseg.de"

[security.exec]
  allow = ['^rst2html$', '^go$', '^npx$', '^postcss$', '^pandoc$']