This repository has been archived on 2023-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
geeklabor_legacy/config.yml
Robert Kaussow 4f4ebff3e1
All checks were successful
the build was successful
add description and keywords to posts
2018-12-23 16:58:36 +01:00

55 lines
892 B
YAML

baseURL: "https://geeklabor.de/"
languageCode: de-de
defaultContentLanguage: de
languages:
de:
languageName: Deutsch
weight: 1
title: "Geeklabor"
theme: "geeklab"
params:
longTitle: "Linux und Open Source Blog"
description: "Ein privater Blog über Linux, Open Source, Netzwerk und das aktuelle Geschehen in der IT-Welt."
keywords:
- geeklabor
- greeklabor.de
- opensource
- open source
- netzwerk
- linux
- blog
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