106 lines
2.0 KiB
YAML
106 lines
2.0 KiB
YAML
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
|