140 lines
2.9 KiB
TOML
140 lines
2.9 KiB
TOML
baseURL = 'https://joerg-lohrer.de/'
|
|
languageCode = 'de'
|
|
defaultContentLanguage = 'de'
|
|
title = 'Jörg Lohrer'
|
|
theme = 'papermod'
|
|
# SEO keywords and description for your site.
|
|
keywords = "OER, Religionspädagogik, Bildung, Religion, Hugo"
|
|
subtitle = "Jörg Lohrer - Webseite"
|
|
|
|
|
|
|
|
[permalinks]
|
|
posts = "/:year/:month/:day/:slug.html"
|
|
|
|
[outputs]
|
|
home = [ "HTML", "RSS", "JSON" ]
|
|
|
|
|
|
[menus]
|
|
[[menus.main]]
|
|
name = 'Home'
|
|
pageRef = '/'
|
|
weight = 10
|
|
[[menus.main]]
|
|
name = 'Impressum'
|
|
pageRef = '/Impressum'
|
|
weight = 30
|
|
[[menus.main]]
|
|
name = 'Blog'
|
|
pageRef = '/archives'
|
|
weight = 20
|
|
[[menus.main]]
|
|
name = 'Mastodon'
|
|
pre = '<i class="fa fa-heart"></i>'
|
|
url = 'https://reliverse.social/@joerglohrer'
|
|
weight = 40
|
|
[menus.main.params]
|
|
rel = 'external'
|
|
|
|
[params.header]
|
|
logo = "joerg-profil-2024.webp"
|
|
|
|
|
|
|
|
|
|
[params]
|
|
social = true
|
|
[[params.jsonLD]]
|
|
enabled = true
|
|
|
|
# Konfiguration PaperMod-Theme
|
|
[params.profileMode]
|
|
enabled = true
|
|
title = "Hi 🖖"
|
|
subtitle = "Willkommen auf meinem Blog 🤗"
|
|
imageUrl = "joerg-profil-2024.webp"
|
|
imageTitle = "Mein Profilbild"
|
|
imageWidth = 120
|
|
imageHeight = 120
|
|
|
|
|
|
[[params.profileMode.buttons]]
|
|
name = "Archiv"
|
|
url = "/archives"
|
|
|
|
[[params.profileMode.buttons]]
|
|
name = "tag"
|
|
url = "/tag"
|
|
|
|
[[params.socialIcons]]
|
|
name = "Mastodon"
|
|
url = "https://reliverse.social/@joerglohrer"
|
|
[[params.socialIcons]]
|
|
name = "email"
|
|
url = "mailto:lohrer@comenius?subject=Kontakt%20%C3%BCber%20joerg-lohrer.de&body=Hallo%20J%C3%B6rg,%0D%0A%0D%0Aich%20nehme%20%C3%BCber%20deine%20Webseite%20Kontakt%20mit%20dir%20auf."
|
|
[[params.socialIcons]]
|
|
name = "linkedin"
|
|
url = "https://www.linkedin.com/in/joerglohrer"
|
|
[[params.socialIcons]]
|
|
name = "rss"
|
|
url = "/index.xml"
|
|
[[params.socialIcons]]
|
|
name = "cv"
|
|
url = "/index.json"
|
|
|
|
|
|
|
|
|
|
# Social Icons Tailwind-Theme
|
|
[params.social_media]
|
|
|
|
[[params.social_media.items]]
|
|
enabled = true
|
|
title = 'Mastodon'
|
|
icon = 'brand-mastodon'
|
|
link = 'https://reliverse.social/@joerglohrer'
|
|
|
|
[[params.social_media.items]]
|
|
enabled = true
|
|
title = 'nostr'
|
|
icon = 'brand-nostr'
|
|
link = 'https://nostter.app/npub1f7jar3qnu269uyx5p0e4v24hqxjnxysxudvujza2ur5ehltvdeqsly2fx9'
|
|
|
|
[[params.social_media.items]]
|
|
enabled = true
|
|
title = 'Bluesky'
|
|
icon = 'brand-bluesky'
|
|
link = 'https://bsky.app/profile/joerglohrer.bsky.social'
|
|
|
|
[[params.social_media.items]]
|
|
enabled = true
|
|
title = 'Instagram'
|
|
icon = 'brand-instagram'
|
|
link = 'https://www.instagram.com/joerglohrer'
|
|
|
|
[taxonomies]
|
|
category = "category"
|
|
tag = "tag"
|
|
series = "series"
|
|
|
|
|
|
|
|
[markup.goldmark.renderer]
|
|
unsafe = true
|
|
|
|
[markup.highlight]
|
|
noClasses = false
|
|
|
|
|
|
[pwa]
|
|
enabled = false
|
|
icon = "logo.png" # should be in assets
|
|
icon_sizes = [192, 512]
|
|
|
|
# will be used as the manifest.json file and merge the default one
|
|
# https://developer.mozilla.org/en-US/docs/Web/Manifest
|
|
# https://web.dev/add-manifest/
|
|
[pwa.manifest]
|
|
description = "Webseite Jörg Lohrer"
|