hugo-geekblog/exampleSite/config.yml

71 lines
1.4 KiB
YAML
Raw Normal View History

2020-07-06 20:55:32 +02:00
---
2020-07-12 16:40:22 +02:00
baseURL: https://hugo-geekblog.geekdocs.de/
2020-07-06 20:55:32 +02:00
title: Geekblog
theme: hugo-geekblog
pygmentsUseClasses: true
pygmentsCodeFences: true
2020-07-13 22:11:38 +02:00
paginate: 5
2020-07-13 20:33:21 +02:00
2020-07-06 20:55:32 +02:00
markup:
goldmark:
renderer:
unsafe: true
tableOfContents:
startLevel: 1
endLevel: 9
taxonomies:
author: authors
tag: tags
mediaTypes:
"application/atom+xml":
suffixes:
- "xml"
outputFormats:
Atom:
# https://validator.w3.org/feed/docs/atom.html#whatIsAtom
name: "Atom"
mediaType: "application/atom+xml"
# generated file: <baseName>.<mediaType."application/atom+xml".suffixes[0]> = atom.xml
baseName: "atom"
isPlainText: false
rel: "alternate"
isHTML: false
noUgly: true
permalinkable: false
outputs:
home:
- HTML
- ATOM
page:
- HTML
section:
- HTML
taxonomy:
- HTML
term:
- HTML
- ATOM
2020-07-22 11:12:24 +02:00
enableRobotsTXT: true
params:
2020-07-24 09:17:19 +02:00
images:
- "favicon/android-chrome-512x512.png"
description: >
hugo-geekblog is a simple Hugo theme for personal blogs. This page is theme documentation
and powered by the latest version of hugo-geekblog itself.
2020-07-24 09:17:19 +02:00
geekblogSubtitle: Subtitle to describe your blog
geekblogToC: 3
2020-07-18 16:12:24 +02:00
geekblogAuthor: john-doe
2020-07-18 16:12:24 +02:00
geekblogAnchorLeft: true
geekblogLegalNotice: https://thegeeklab.de/legal-notice/#contact-information
geekblogPrivacyPolicy: https://thegeeklab.de/legal-notice/#privacy-policy