Hugo Projekt in Git integririert
Nach einer größeren Aufräumaktion, sind nun die Hugo Projektdateien, in einem Git Repository
This commit is contained in:
@@ -0,0 +1,160 @@
|
||||
baseURL: "https://mike-whiskey.de/"
|
||||
title: Mike Whiskey
|
||||
paginate: 10
|
||||
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: ../Archiv/wp-content/
|
||||
target: assets/wp-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
|
||||
|
||||
permalinks:
|
||||
posts: "/:year/:month/:slug/"
|
||||
|
||||
minify:
|
||||
disableXML: true
|
||||
minifyOutput: true
|
||||
|
||||
taxonomies:
|
||||
category: categories
|
||||
tag: tags
|
||||
|
||||
publishDir: /tmp/MikeWhiskey_Public
|
||||
|
||||
outputs:
|
||||
home:
|
||||
- HTML
|
||||
- RSS
|
||||
- JSON
|
||||
outputFormats:
|
||||
RSS:
|
||||
mediaType: application/rss+xml
|
||||
baseName: feed
|
||||
|
||||
menu:
|
||||
main:
|
||||
- identifier: about
|
||||
name: about
|
||||
url: /about/
|
||||
weight: 9
|
||||
- identifier: tags
|
||||
name: tags
|
||||
url: /tags/
|
||||
weight: 10
|
||||
- identifier: slashes
|
||||
name: slashes
|
||||
url: /slashes/
|
||||
weight: 20
|
||||
|
||||
# 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: Mike Whiskey
|
||||
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: "Mike Whiskey"
|
||||
#icon: favicon/apple-touch-icon.png
|
||||
iconHeight: 35
|
||||
|
||||
profileMode:
|
||||
enabled: true # needs to be explicitly set
|
||||
title: Moin!
|
||||
subtitle: "Coffee, Blackmetal, Katzen, Selfhosting, Bandstuff, Achtsamkeit, Nachhaltigkeit oder kurz: Dinge die mich beschäftigen"
|
||||
imageUrl: "IMG_5027.jpg"
|
||||
imageWidth: 240
|
||||
imageHeight: 240
|
||||
imageTitle: Profilbild von Michael
|
||||
Content: "Willkommen auf meinem Blog"
|
||||
buttons:
|
||||
- name: Posts
|
||||
url: posts
|
||||
- name: about
|
||||
url: about
|
||||
|
||||
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"]
|
||||
Reference in New Issue
Block a user