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