Grundgerüst
This commit is contained in:
@@ -0,0 +1,143 @@
|
||||
baseURL: "https://logbuch35mm.de/"
|
||||
title: Logbuch35mm
|
||||
paginate: 10
|
||||
theme:
|
||||
- PaperMod
|
||||
- hugo-shortcode-gallery
|
||||
|
||||
enableRobotsTXT: true
|
||||
buildDrafts: false
|
||||
buildFuture: false
|
||||
buildExpired: false
|
||||
|
||||
minify:
|
||||
disableXML: true
|
||||
minifyOutput: true
|
||||
|
||||
taxonomies:
|
||||
category: categories
|
||||
tag: tags
|
||||
|
||||
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: true
|
||||
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"]
|
||||
|
||||
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
|
||||
Reference in New Issue
Block a user