Files
Hugo-Logbuch35mm/hugo.yaml
T
michael c2714b98df Rss nochmal angepasst
heißt jezt wieder feed.xml
2026-08-23 09:04:54 +02:00

166 lines
3.8 KiB
YAML

baseURL: "https://logbuch35mm.de/"
title: Logbuch35mm
paginate: 10
theme:
- PaperMod
- hugo-shortcode-gallery
enableRobotsTXT: true
buildDrafts: false
buildFuture: false
buildExpired: false
module:
mounts:
- source: assets
target: assets
- source: static
target: static
- source: content
target: content
- source: ../Archiv/wp-content/
target: assets/wp-content
- source: /home/michael/Bilder/2026/
target: assets/images
- source: ../Archiv/Logbuch35mm_PostArchiv/
target: content/posts
permalinks:
posts: "/:year/:month/:slug/"
minify:
disableXML: true
minifyOutput: true
taxonomies:
category: categories
tag: tags
publishDir: /tmp/Logbuch35mm_Public
outputs:
home:
- HTML
- RSS
- JSON
outputFormats:
RSS:
mediaType: application/rss+xml
baseName: feed
menu:
main:
- identifier: categories
name: categories
url: /categories/
weight: 10
- identifier: tags
name: tags
url: /tags/
weight: 20
- identifier: example
name: example.org
url: https://example.org
weight: 30
# Read: https://github.com/adityatelange/hugo-PaperMod/wiki/FAQs#using-hugos-syntax-highlighter-chroma
pygmentsUseClasses: true
markup:
highlight:
noClasses: false
# anchorLineNos: true
# codeFences: true
# guessSyntax: true
# lineNos: true
# style: monokai
params:
env: production
title: Logbuch35mm
description: "Fotblog aus der Nordheide und Hamburg"
keywords: [Blog, Fotblog, Lüneburger Heide, Hamburg, Fotografie]
author: Michael
images: ["<link or path of image for opengraph, twitter-cards>"]
DateFormat: "2006-01-02"
defaultTheme: dark # dark, light
disableThemeToggle: true
ShowReadingTime: false
ShowShareButtons: false
ShowPostNavLinks: true
ShowBreadCrumbs: true
ShowCodeCopyButtons: false
ShowWordCount: true
ShowRssButtonInSectionTermList: false
UseHugoToc: true
disableSpecial1stPost: false
disableScrollToTop: false
comments: true
hidemeta: false
hideSummary: false
showtoc: false
tocopen: false
assets:
# disableHLJS: true # to disable highlight.js
# disableFingerprinting: true
favicon: favicon/favicon.ico
favicon16x16: favicon/favicon-16x16.png
favicon32x32: favicon/favicon-32x32.png
apple_touch_icon: favicon/apple-touch-icon.png
safari_pinned_tab: favicon/android-chrome-512x512.png
label:
#text: "Logbuch 35mm"
icon: favicon/apple-touch-icon.png
iconHeight: 50
# profile-mode
profileMode:
enabled: false # needs to be explicitly set
title: ExampleSite
subtitle: "This is subtitle"
imageUrl: "<img location>"
imageWidth: 120
imageHeight: 120
imageTitle: my image
buttons:
- name: Posts
url: posts
- name: Tags
url: tags
# home-info mode
homeInfoParams:
Title: "Moin \U0001F44B"
Content: Wilkommen auf meinem Fotoblog. Ich bin Michael, Ingenieur, Musiker und Fotograf.
Ich liebe es zu Fotografieren und auf diesem Blog möchte ich meine Bilder Zeigen und wenn es sich lohnt die Geschichte erzählen wo die Bilder entstanden sind.
socialIcons:
- name: mastodon
url: "https://norden.social/@logbuch35mm"
- name: email
url: "mailto:mike@logbuch35mm.de"
- name: rss
url: "https://logbuch35mm.de/feed/"
cover:
hidden: false # hide everywhere but not in structured data
hiddenInList: false # hide on list pages and home
hiddenInSingle: false # hide on single page
# for search
# https://fusejs.io/api/options.html
fuseOpts:
isCaseSensitive: false
shouldSort: true
location: 0
distance: 1000
threshold: 0.4
minMatchCharLength: 0
limit: 10 # refer: https://www.fusejs.io/api/methods.html#search
keys: ["title", "permalink", "summary", "content"]