hugo-geekblog/exampleSite/config/_default/config.yaml

76 lines
1.3 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-08-25 23:33:35 +02:00
enableGitInfo: true
2020-11-08 22:50:52 +01:00
timeout: 180000
pluralizeListTitles: false
2020-07-06 20:55:32 +02:00
2020-09-12 19:00:28 +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
2020-08-24 09:03:56 +02:00
baseName: "feed"
isPlainText: false
rel: "alternate"
isHTML: false
noUgly: true
permalinkable: false
Json:
# https://www.jsonfeed.org/2020/08/07/json-feed-version.html
name: "Json"
mediaType: "application/json"
# generated file: <baseName>.<mediaType."application/feed+json".suffixes[0]> = feed.json
baseName: "feed"
isPlainText: false
rel: "alternate"
isHTML: false
noUgly: true
permalinkable: false
outputs:
home:
- HTML
- ATOM
2020-08-24 09:03:56 +02:00
- JSON
page:
- HTML
section:
- HTML
taxonomy:
- HTML
term:
- HTML
- ATOM
2020-08-24 09:03:56 +02:00
- JSON
2020-07-22 11:12:24 +02:00
enableRobotsTXT: true
security:
exec:
allow:
- "^asciidoctor$"