blog/config.yml

35 lines
722 B
YAML
Raw Normal View History

2020-02-27 14:39:18 +01:00
---
baseURL: "https://xsteadfastx.org/"
languageCode: "de-de"
title: "xsteadfastx"
author:
name: "Marvin Preuss"
params:
AuthorName: "Marvin Preuss"
mainSections:
- "posts"
links:
github: https://github.com/xsteadfastx/
twitter: https://twitter.com/xsteadfastx
mastodon: https://chaos.social/@xsteadfastx
flickr: https://www.flickr.com/photos/marvinxsteadfast/
2020-02-28 08:48:22 +01:00
feed: https://xsteadfastx.org/index.xml
2020-02-28 10:33:38 +01:00
description: they made me do it
images:
- /images/vertigo1000.png
2020-02-27 14:39:18 +01:00
theme: "xsfx"
permalinks:
posts: "/:year/:month/:day/:slug/"
markup:
goldmark:
renderer:
unsafe: true
highlight:
style: algol
outputs:
home:
- HTML
- RSS
- JSON
2020-03-05 13:06:46 +01:00
enableGitInfo: true