35 lines
724 B
YAML
35 lines
724 B
YAML
---
|
|
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/
|
|
feed: https://xsteadfastx.org/index.xml
|
|
description: they made me do it
|
|
images:
|
|
- /images/xsfxmarat1000.png
|
|
theme: "xsfx"
|
|
permalinks:
|
|
posts: "/:year/:month/:day/:slug/"
|
|
markup:
|
|
goldmark:
|
|
renderer:
|
|
unsafe: true
|
|
highlight:
|
|
style: algol
|
|
outputs:
|
|
home:
|
|
- HTML
|
|
- RSS
|
|
- JSON
|
|
enableGitInfo: true
|