You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
1.0 KiB
TOML
46 lines
1.0 KiB
TOML
baseURL = "https://gutesoftware.de/"
|
|
title = "Gute Software"
|
|
languageCode = "de-DE"
|
|
theme ="hugo-theme-basic"
|
|
googleAnalytics = "UA-XXXXXXXXX-X"
|
|
enableEmoji = true
|
|
copyright = "© 2019 <a href='https://davidak.de'>davidak</a> - Veröffentlicht unter <a href='https://creativecommons.org/licenses/by-sa/4.0/'>CC-BY-SA 4.0 International</a> Lizenz, <a href='https://davidak.de/impressum/'>Impressum</a>"
|
|
description = "Informationsseite über gute Software für Benutzer."
|
|
|
|
[taxonomies]
|
|
category = "categories"
|
|
series = "series"
|
|
tag = "tags"
|
|
|
|
[params]
|
|
#titleEmoji = ":tada:"
|
|
# change this!
|
|
twitter = "davidak"
|
|
|
|
[Permalinks]
|
|
post = "blog/:slug"
|
|
|
|
[[params.menu]]
|
|
name = "blog"
|
|
url = "blog/"
|
|
|
|
[[params.menu]]
|
|
name = "post series"
|
|
url = "series/"
|
|
|
|
|
|
[[params.menu]]
|
|
name = "about"
|
|
url = "about/"
|
|
|
|
|
|
[privacy]
|
|
[privacy.googleAnalytics]
|
|
anonymizeIP = true
|
|
respectDoNotTrack = true
|
|
useSessionStorage = true
|
|
[privacy.twitter]
|
|
enableDNT = true
|
|
[privacy.youtube]
|
|
privacyEnhanced = true
|