45 lines
616 B
YAML
45 lines
616 B
YAML
baseURL: "https://geeklabor.de/"
|
|
languageCode: de-de
|
|
defaultContentLanguage: de
|
|
|
|
languages:
|
|
de:
|
|
languageName: Deutsch
|
|
weight: 1
|
|
|
|
title: "Geeklabor"
|
|
theme: "geeklab"
|
|
|
|
params:
|
|
author: "robert-kaussow"
|
|
|
|
taxonomies:
|
|
category: categories
|
|
author: author
|
|
tag: tags
|
|
|
|
permalinks:
|
|
post: /posts/:title/
|
|
author: /authors/:slug/
|
|
|
|
mediaTypes:
|
|
application/atom:
|
|
suffixes:
|
|
- xml
|
|
|
|
outputFormats:
|
|
Atom:
|
|
mediaType: application/atom
|
|
baseName: feed.atom
|
|
isPlainText: false
|
|
|
|
outputs:
|
|
home:
|
|
- HTML
|
|
- ATOM
|
|
taxonomy:
|
|
- HTML
|
|
- ATOM
|
|
|
|
pygmentsUseClasses: True
|