2025-10-25 12:39:30 +02:00
|
|
|
lang: en
|
|
|
|
|
title: Valknar's
|
|
|
|
|
copyright: © 2025 Valknar. All rights reserved.
|
|
|
|
|
description: Valknar's blog. Coding, Art, and Life.
|
|
|
|
|
tagline: Coding, Art, and Life
|
|
|
|
|
logo: /assets/img/logo.svg
|
|
|
|
|
favicon: /assets/icons/favicon.svg
|
|
|
|
|
author:
|
|
|
|
|
# Used by `jekyll-feed`:
|
|
|
|
|
name: Sebastian Krüger
|
|
|
|
|
email: valknar@pivoine.art
|
|
|
|
|
# Used by `jekyll-seo-tag`:
|
|
|
|
|
twitter: bordeaux1981
|
|
|
|
|
|
|
|
|
|
url: https://pivoine.art
|
|
|
|
|
baseurl: ''
|
|
|
|
|
|
|
|
|
|
exclude:
|
2025-10-25 13:19:59 +02:00
|
|
|
- packages
|
|
|
|
|
- gfx
|
2025-10-25 12:39:30 +02:00
|
|
|
|
|
|
|
|
include:
|
2025-10-25 13:19:59 +02:00
|
|
|
- _pages
|
|
|
|
|
- CNAME
|
2025-10-25 12:39:30 +02:00
|
|
|
|
|
|
|
|
twitter:
|
|
|
|
|
username: bordeaux1981
|
|
|
|
|
|
|
|
|
|
github:
|
|
|
|
|
username: valknarogg
|
|
|
|
|
|
|
|
|
|
collections:
|
|
|
|
|
posts:
|
|
|
|
|
output: true
|
|
|
|
|
permalink: /:categories/:slug
|
|
|
|
|
|
2025-11-07 07:26:02 +01:00
|
|
|
accent_image: /assets/bg/mesh.webp
|
|
|
|
|
accent_video: /assets/bg/mesh.mp4
|
|
|
|
|
accent_color: rgb(206, 39, 91)
|
2025-10-25 12:39:30 +02:00
|
|
|
theme_color: rgb(255,255,255)
|
|
|
|
|
|
|
|
|
|
menu:
|
|
|
|
|
legal:
|
2025-10-25 13:19:59 +02:00
|
|
|
- title: About
|
|
|
|
|
url: /about
|
|
|
|
|
- title: Imprint
|
|
|
|
|
url: /imprint
|
2025-10-25 12:39:30 +02:00
|
|
|
|
|
|
|
|
timezone: Europe/Berlin
|
|
|
|
|
|
|
|
|
|
featured_categories:
|
2025-10-25 13:19:59 +02:00
|
|
|
- slug: Palina
|
|
|
|
|
title: Palina
|
|
|
|
|
url: /palina
|
|
|
|
|
- slug: Odinsland
|
|
|
|
|
title: Odinsland
|
|
|
|
|
url: /odinsland
|
|
|
|
|
- slug: Devilish
|
|
|
|
|
title: Devilish
|
|
|
|
|
url: /devilish
|
|
|
|
|
- slug: Souls
|
|
|
|
|
title: Souls
|
|
|
|
|
url: /souls
|
|
|
|
|
- slug: Sketches
|
|
|
|
|
title: Sketches
|
|
|
|
|
url: /sketches
|
|
|
|
|
- slug: Music
|
|
|
|
|
title: Music
|
|
|
|
|
url: /music
|
2025-10-25 12:39:30 +02:00
|
|
|
|
|
|
|
|
featured_tags:
|
2025-10-25 13:19:59 +02:00
|
|
|
- slug: Hyperloop
|
|
|
|
|
title: Hyperloop
|
|
|
|
|
url: /hyperloop
|
2025-10-25 12:39:30 +02:00
|
|
|
|
|
|
|
|
lsi: true
|
|
|
|
|
|
|
|
|
|
markdown: kramdown
|
|
|
|
|
highlighter: rouge
|
|
|
|
|
kramdown:
|
|
|
|
|
syntax_highlighter: rouge
|
|
|
|
|
permalink: pretty
|
|
|
|
|
|
|
|
|
|
plugins:
|
2025-10-25 13:19:59 +02:00
|
|
|
- jekyll-default-layout
|
|
|
|
|
- jekyll-feed
|
|
|
|
|
- jekyll-optional-front-matter
|
|
|
|
|
- jekyll-paginate-v2
|
|
|
|
|
- jekyll-readme-index
|
|
|
|
|
- jekyll-redirect-from
|
|
|
|
|
- jekyll-relative-links
|
|
|
|
|
- jekyll-seo-tag
|
|
|
|
|
- jekyll-sitemap
|
|
|
|
|
- jekyll-titles-from-headings
|
|
|
|
|
- jekyll-include-cache
|
|
|
|
|
- jekyll-last-modified-at
|
2025-10-25 12:39:30 +02:00
|
|
|
|
|
|
|
|
pagination:
|
|
|
|
|
# Site-wide kill switch, disabled here it doesn't run at all
|
|
|
|
|
enabled: true
|
|
|
|
|
# Set to 'true' to enable pagination debugging. This can be enabled in the site config or only for individual pagination pages
|
|
|
|
|
debug: false
|
|
|
|
|
# The default document collection to paginate if nothing is specified ('posts' is default)
|
|
|
|
|
collection: all
|
|
|
|
|
# How many objects per paginated page, used to be `paginate` (default: 0, means all)
|
|
|
|
|
per_page: 5
|
|
|
|
|
# The permalink structure for the paginated pages (this can be any level deep)
|
|
|
|
|
permalink: '/page/:num/' # Pages are index.html inside this folder (default)
|
|
|
|
|
sort_field: 'date'
|
|
|
|
|
sort_reverse: true
|
|
|
|
|
|
|
|
|
|
autopages:
|
|
|
|
|
# Site-wide kill switch, disable here and it doesn't run at all
|
|
|
|
|
enabled: false
|
|
|
|
|
|
|
|
|
|
google_fonts: false
|
|
|
|
|
|
|
|
|
|
pivoine:
|
|
|
|
|
# Configure the order of complementary content on blog posts
|
2025-10-25 13:19:59 +02:00
|
|
|
post_addons: [ about, newsletter, related, random, comments ]
|
2025-10-25 12:39:30 +02:00
|
|
|
|
|
|
|
|
# Configure the order of complementary content on project pages
|
2025-10-25 13:19:59 +02:00
|
|
|
project_addons: [ about, newsletter, other, comments ]
|
2025-10-25 12:39:30 +02:00
|
|
|
|
|
|
|
|
# Set to `true` if you don't want to show an icon indicating external links
|
2025-10-25 13:19:59 +02:00
|
|
|
no_mark_external: true
|
2025-10-25 12:39:30 +02:00
|
|
|
|
|
|
|
|
# Set to `true` if third party plugins fail to work with dynamically loaded pages
|
2025-10-25 13:19:59 +02:00
|
|
|
no_push_state: false
|
2025-10-25 12:39:30 +02:00
|
|
|
|
|
|
|
|
# Set to `true` if you want to disable the drawer
|
2025-10-25 13:19:59 +02:00
|
|
|
no_drawer: false
|
2025-10-25 12:39:30 +02:00
|
|
|
|
|
|
|
|
# Set to `true` if you don't to use the auto-hiding (JavaScript based) navbar.
|
|
|
|
|
# Note that this will not hide the navbar completely, only replace it with a static one.
|
|
|
|
|
# Use custom css to hide completely, e.g. `#_navbar { display: none }`.
|
2025-10-25 13:19:59 +02:00
|
|
|
no_navbar: false
|
2025-10-25 12:39:30 +02:00
|
|
|
|
|
|
|
|
# Set to true to disable the built-in search functionality.
|
|
|
|
|
# Note that search is disabled during local use to save on build time.
|
|
|
|
|
# Run Jekyll with the `JEKYLL_ENV` environment variable set to `production` to enable.
|
2025-10-25 13:19:59 +02:00
|
|
|
no_search: false
|
2025-10-25 12:39:30 +02:00
|
|
|
|
|
|
|
|
# Set to `true` if you do not want parts of the css inlined in <head/>
|
|
|
|
|
# This will increase site build speed dramatically!
|
2025-10-25 13:19:59 +02:00
|
|
|
no_inline_css: false
|
2025-10-25 12:39:30 +02:00
|
|
|
|
2025-11-07 07:26:02 +01:00
|
|
|
# Set to `true` if you don't intend on changing the accent color on a per-page basis.
|
2025-10-25 12:39:30 +02:00
|
|
|
# This will increase site build speed!
|
2025-10-25 13:19:59 +02:00
|
|
|
no_page_style: false
|
2025-10-25 12:39:30 +02:00
|
|
|
|
|
|
|
|
# Code blocks and tables "break" the layout by spanning the full available width.
|
|
|
|
|
# Set this to true if you want them to be the same width as other content.
|
2025-10-25 13:19:59 +02:00
|
|
|
no_break_layout: true
|
2025-10-25 12:39:30 +02:00
|
|
|
|
|
|
|
|
# Set to `true` to disable the dynamic Table of Contents on large screens.
|
2025-10-25 13:19:59 +02:00
|
|
|
no_toc: false
|
2025-10-25 12:39:30 +02:00
|
|
|
|
|
|
|
|
# When set to `true`, will not extend the content in the "third column" on large screens.
|
|
|
|
|
# Instead, all content will remains within the center column.
|
|
|
|
|
# Note that this will not affect the Table of Contents, use `no_toc` instead.
|
2025-10-25 13:19:59 +02:00
|
|
|
no_third_column: false
|
2025-10-25 12:39:30 +02:00
|
|
|
|
|
|
|
|
# Set to `true` if you don't like oversized headlines on large screens.
|
2025-10-25 13:19:59 +02:00
|
|
|
no_large_headings: false
|
2025-10-25 12:39:30 +02:00
|
|
|
|
|
|
|
|
# Set to `true` if you do not want to expose your resume and projects
|
|
|
|
|
# in machine-readable formats.
|
2025-10-25 13:19:59 +02:00
|
|
|
no_structured_data: false
|
2025-10-25 12:39:30 +02:00
|
|
|
|
|
|
|
|
# You can set this to `true` if you don't want to set the `theme-color` meta tag,
|
|
|
|
|
# This only affects the meta tag, not the color specified in the app manifest.
|
2025-10-25 13:19:59 +02:00
|
|
|
no_theme_color: false
|
2025-10-25 12:39:30 +02:00
|
|
|
|
|
|
|
|
# Disable the breadcrumbs above the title
|
2025-10-25 13:19:59 +02:00
|
|
|
no_breadcrumbs: false
|
2025-10-25 12:39:30 +02:00
|
|
|
|
|
|
|
|
# Set to `true` when building with the `--lsi` option.
|
|
|
|
|
# The net effect is to use the Jekyll-provided `site.related_posts` variable.
|
2025-10-25 13:19:59 +02:00
|
|
|
use_lsi: true
|
2025-10-25 12:39:30 +02:00
|
|
|
|
|
|
|
|
# When using Google Analytics, set to `true` to display a cookie notice banner.
|
|
|
|
|
# When enabled, no user-related data will be stored until the user gives consent.
|
2025-10-25 13:19:59 +02:00
|
|
|
cookies_banner: false
|
2025-10-25 12:39:30 +02:00
|
|
|
|
|
|
|
|
# Set to `true` if you would like to add a "Powered by pivoine" link in the footer.
|
|
|
|
|
# Note that this setting has no effect when using the free version.
|
2025-10-25 13:19:59 +02:00
|
|
|
advertise: false
|
2025-10-25 12:39:30 +02:00
|
|
|
|
|
|
|
|
# Buyers of the PRO version can opt to hide all dates from the theme.
|
|
|
|
|
# Frequent consumers of online content will know that nothing devalues a post like
|
2025-11-07 07:26:02 +01:00
|
|
|
# seeing an old date.
|
2025-10-25 13:19:59 +02:00
|
|
|
hide_dates: false
|
2025-10-25 12:39:30 +02:00
|
|
|
|
|
|
|
|
# Similarly, showing last modified date can devalue a post if it is too far in the past.
|
2025-10-25 13:19:59 +02:00
|
|
|
hide_last_modified: true
|
2025-10-25 12:39:30 +02:00
|
|
|
|
|
|
|
|
# Note that dark mode only works in the PRO version of pivoine.
|
|
|
|
|
dark_mode:
|
|
|
|
|
# Set to `true` to always use the dark theme.
|
2025-10-25 13:19:59 +02:00
|
|
|
always: false
|
2025-10-25 12:39:30 +02:00
|
|
|
|
|
|
|
|
# Set to `true` to use the dark theme based on visitors' preference (OS setting).
|
2025-10-25 13:19:59 +02:00
|
|
|
dynamic: true
|
2025-10-25 12:39:30 +02:00
|
|
|
|
|
|
|
|
# Set to `true` to allow visitors to switch between light and dark mode.
|
2025-10-25 13:19:59 +02:00
|
|
|
icon: true
|
2025-10-25 12:39:30 +02:00
|
|
|
|
|
|
|
|
search:
|
2025-10-25 13:19:59 +02:00
|
|
|
icon: true
|
2025-10-25 12:39:30 +02:00
|
|
|
|
2025-10-26 14:53:44 +01:00
|
|
|
umami: false
|
|
|
|
|
|
2025-10-25 13:19:59 +02:00
|
|
|
sound: true
|
2025-10-25 12:39:30 +02:00
|
|
|
|
|
|
|
|
# ⚡️ DANGER ZONE ⚡️
|
|
|
|
|
# ----------------
|
|
|
|
|
# This is an _experimental_ feature.
|
|
|
|
|
# Only use if you know what Service Workers are and how they can impact your site!
|
|
|
|
|
offline:
|
2025-10-25 13:19:59 +02:00
|
|
|
enabled: false
|
|
|
|
|
cache_version: 13
|
2025-10-25 12:39:30 +02:00
|
|
|
precache_assets:
|
2025-10-25 13:19:59 +02:00
|
|
|
- /assets/img/swipe.svg
|
2025-10-25 12:39:30 +02:00
|
|
|
|
|
|
|
|
optional_front_matter:
|
|
|
|
|
remove_originals: true
|
|
|
|
|
|
|
|
|
|
readme_index:
|
|
|
|
|
remove_originals: true
|
|
|
|
|
with_frontmatter: true
|
|
|
|
|
|
|
|
|
|
relative_links:
|
|
|
|
|
collections: true
|
|
|
|
|
|
|
|
|
|
titles_from_headings:
|
|
|
|
|
strip_title: true
|
|
|
|
|
collections: true
|
|
|
|
|
|
|
|
|
|
compress_html:
|
|
|
|
|
clippings: []
|
|
|
|
|
comments: []
|
|
|
|
|
endings: []
|
|
|
|
|
ignore:
|
|
|
|
|
envs: []
|
|
|
|
|
blanklines: false
|
|
|
|
|
profile: false
|
|
|
|
|
startings: []
|
|
|
|
|
|
|
|
|
|
sass:
|
2025-10-25 13:19:59 +02:00
|
|
|
style: compressed
|