Die Seite uses ist nocht nicht sinnvoll befüllt, deshalb erst einem als draft. about gekürzt In der Hugo Yaml das Menü angepasst
157 lines
3.6 KiB
YAML
157 lines
3.6 KiB
YAML
baseURL: "https://logbuch35mm.de/"
|
|
title: Logbuch35mm
|
|
paginate: 20
|
|
theme:
|
|
- hugo-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: /home/michael/Bilder/2026/
|
|
target: assets/images
|
|
- source: /home/michael/Bilder/2025/
|
|
target: assets/images
|
|
- source: /home/michael/Bilder/2024/
|
|
target: assets/images
|
|
- source: /home/michael/Bilder/2019/
|
|
target: assets/images
|
|
|
|
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: about
|
|
name: Über mich und diesen Blog
|
|
url: /about/
|
|
weight: 10
|
|
- identifier: projekte
|
|
name: Projekte und Serien
|
|
url: /prjekte-und-serien/
|
|
weight: 13
|
|
- identifier: search
|
|
name: Suche
|
|
url: /search/
|
|
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
|
|
|
|
|
|
# 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"]
|
|
|
|
|