41 lines
548 B
YAML
41 lines
548 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
|
||
|
isPlainText: false
|
||
|
|
||
|
outputs:
|
||
|
home:
|
||
|
- HTML
|
||
|
- ATOM
|
||
|
taxonomy:
|
||
|
- HTML
|
||
|
- ATOM
|
||
|
|
||
|
pygmentsUseClasses: True
|