Use modules, new layout, and hugo_cookie_consent.
Build and Deploy / build-and-deploy (push) Failing after 8s
Build and Deploy / build-and-deploy (push) Failing after 8s
This commit is contained in:
@@ -0,0 +1,105 @@
|
||||
baseURL: 'https://www.bovender.de/'
|
||||
title: 'bovender'
|
||||
language:
|
||||
locale: 'en-us'
|
||||
timeZone: 'Europe/Berlin'
|
||||
copyright: "2024-2026 Daniel Kraus"
|
||||
|
||||
params:
|
||||
LongDate: "2 Jan 2006"
|
||||
ShortDate: "2 Jan"
|
||||
NumDateShort: "2006-01-02"
|
||||
NumDateLong: "2006-01-02 15:04 -0700"
|
||||
|
||||
description: "Daniel Kraus' personal homepage"
|
||||
themeColor: "#292e32"
|
||||
|
||||
homeSubtitle: "Daniel Kraus' personal homepage"
|
||||
footerCopyright: "all rights reserved"
|
||||
|
||||
ShowLastmod: true
|
||||
gitUrl: "https://git.bovender.de/daniel/blog/commit/"
|
||||
|
||||
justifyContent: false
|
||||
|
||||
relatedPosts: true
|
||||
code_copy_button: true
|
||||
|
||||
homeSubtitlePrinter: true
|
||||
scrollToTop: true
|
||||
global_mathjax: false
|
||||
readTime: false
|
||||
readTimeSeparator: "~"
|
||||
shareSocial: true
|
||||
initialPublish: "Initally Posted on: "
|
||||
human:
|
||||
- single
|
||||
- posts
|
||||
|
||||
socialLinks:
|
||||
- name: "bluesky"
|
||||
url: "https://bsky.app/profile/bovender.bsky.social"
|
||||
- name: "mastodon"
|
||||
url: "https://neph.social/@daniel_kraus"
|
||||
- name: "github"
|
||||
url: "https://github.com/bovender"
|
||||
- name: "stackoverflow"
|
||||
url: "https://stackoverflow.com/users/270712/bovender"
|
||||
- name: "linkedin"
|
||||
url: "https://www.linkedin.com/in/bovender"
|
||||
|
||||
menu:
|
||||
main:
|
||||
- name: "Blog"
|
||||
url: "posts/"
|
||||
weight: 10
|
||||
- name: "About bovender"
|
||||
url: "about/"
|
||||
weight: 20
|
||||
- name: "Impressum"
|
||||
url: "impressum/"
|
||||
weight: 30
|
||||
- name: "Cheat sheet"
|
||||
url: "cheatsheet/"
|
||||
weight: 15
|
||||
|
||||
enableGitInfo: true
|
||||
pygmentsCodefences: true
|
||||
pygmentsUseClasses: true
|
||||
hasCJKLanguage: false
|
||||
rssLimit: 10
|
||||
|
||||
enableEmoji: true
|
||||
|
||||
permalinks:
|
||||
page:
|
||||
posts: '/posts/:year/:month/:slug/'
|
||||
|
||||
frontmatter:
|
||||
date:
|
||||
- date
|
||||
- publishDate
|
||||
- lastmod
|
||||
lastmod:
|
||||
- lastmod
|
||||
- ':git'
|
||||
- date
|
||||
- publishDate
|
||||
publishDate:
|
||||
- publishDate
|
||||
- date
|
||||
expiryDate:
|
||||
- expiryDate
|
||||
|
||||
blackfriday:
|
||||
hrefTargetBlank: true
|
||||
# noreferrerLinks: true
|
||||
# nofollowLinks: true
|
||||
|
||||
taxonomies:
|
||||
tag: "tags"
|
||||
|
||||
markup:
|
||||
goldmark:
|
||||
renderer:
|
||||
unsafe: true
|
||||
@@ -0,0 +1,3 @@
|
||||
imports:
|
||||
- path: github.com/1bl4z3r/hermit-V2
|
||||
- path: git.bovender.de/daniel/hugo_cookie_consent
|
||||
@@ -0,0 +1,5 @@
|
||||
hugo_cookie_consent:
|
||||
privacy_policy_url: /privacy
|
||||
enable_tracking: true
|
||||
matomo_host: https://matomo.bovender.de
|
||||
matomo_site_id: 1
|
||||
Reference in New Issue
Block a user