thegeeklab/config.yml

101 lines
1.7 KiB
YAML
Raw Permalink Normal View History

2020-07-21 23:08:00 +02:00
---
baseURL: https://thegeeklab.de/
title: the Geeklab
theme: hugo-geekblog
pygmentsUseClasses: true
pygmentsCodeFences: true
2020-08-26 00:24:52 +02:00
enableGitInfo: true
2020-07-21 23:08:00 +02:00
paginate: 5
2022-01-31 23:16:26 +01:00
enableEmoji: True
2020-07-21 23:08:00 +02:00
markup:
goldmark:
renderer:
unsafe: true
tableOfContents:
startLevel: 1
endLevel: 9
permalinks:
posts: /posts/:year/:month/:title/
2020-07-21 23:08:00 +02:00
taxonomies:
author: authors
tag: tags
mediaTypes:
"application/atom+xml":
suffixes:
- "xml"
outputFormats:
Atom:
name: "Atom"
mediaType: "application/atom+xml"
baseName: "atom"
isPlainText: false
rel: "alternate"
isHTML: false
noUgly: true
permalinkable: false
2020-08-25 22:48:03 +02:00
Json:
name: "Json"
mediaType: "application/json"
baseName: "feed"
isPlainText: false
rel: "alternate"
isHTML: false
noUgly: true
permalinkable: false
2020-07-21 23:08:00 +02:00
outputs:
home:
- HTML
- ATOM
2020-08-25 22:48:03 +02:00
- JSON
2020-07-21 23:08:00 +02:00
page:
- HTML
section:
- HTML
taxonomy:
- HTML
term:
- HTML
- ATOM
2020-08-25 22:58:50 +02:00
- JSON
2020-07-21 23:08:00 +02:00
privacy:
disqus:
disable: true
googleAnalytics:
disable: true
instagram:
disable: true
twitter:
disable: true
vimeo:
disable: true
youtube:
disable: true
enableRobotsTXT: true
2020-07-21 23:08:00 +02:00
params:
2020-07-25 14:16:27 +02:00
description: >
Hi, I am Robert. On thegeeklab.de I am writing about everything that comes to my mind
but mainly about topics from the Linux and Open Source world.
subtitle: Linux and Open Source blog
2020-07-24 14:17:40 +02:00
images:
- "socialmedia2.png"
2020-07-24 14:17:40 +02:00
2020-07-21 23:08:00 +02:00
geekblogToC: 3
geekblogAuthor: robert-kaussow
geekblogLegalNotice: legal-notice/#contact-information
geekblogPrivacyPolicy: legal-notice/#privacy-policy
geekblogContentLicense:
name: CC BY-SA 4.0
link: https://creativecommons.org/licenses/by-sa/4.0/