krata/_config.yml

219 lines
6.3 KiB
YAML
Raw Permalink Normal View History

2021-01-24 23:20:51 +01:00
# The Site Configuration
2019-09-30 14:38:41 +02:00
2021-01-31 19:56:13 +01:00
# Import the theme
theme: jekyll-theme-chirpy
# The language of the webpage http://www.lingoes.net/en/translator/langcode.htm
# If it has the same name as one of the files in folder `_data/locales`, the layout language will also be changed,
# otherwise, the layout language will use the default value of 'en'.
2021-07-20 19:01:09 +02:00
lang: en
2023-07-31 17:42:42 +02:00
# Change to your timezone https://kevinnovak.github.io/Time-Zone-Picker
2024-04-10 10:49:16 +02:00
timezone: Europe/Berlin
2019-09-30 14:38:41 +02:00
# jekyll-seo-tag settings https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md
2021-07-20 19:01:09 +02:00
# ↓ --------------------------
2024-04-10 14:55:20 +02:00
title: cscherr.de # the main title
2019-09-30 14:38:41 +02:00
2024-04-10 14:55:20 +02:00
tagline: Personal Blog and Website # it will display as the sub-title
description: >- # used by seo meta and the atom feed
2024-04-10 14:55:20 +02:00
Personal Blog mainly focused on technology and security
2019-09-30 14:38:41 +02:00
# Fill in the protocol & hostname for your site.
# e.g. 'https://username.github.io', note that it does not end with a '/'.
2024-04-10 10:49:16 +02:00
url: "https://www.cscherr.de"
2019-09-30 14:38:41 +02:00
social:
# Change to your full name.
# It will be displayed as the default author of the posts and the copyright owner in the Footer
2024-04-10 10:49:16 +02:00
name: Christoph J. Scherr
2024-04-24 13:29:54 +02:00
email: contact@cscherr.de # change to your email address
2019-09-30 14:38:41 +02:00
links:
2019-11-06 11:16:09 +01:00
# The first element serves as the copyright owner's link
2024-05-10 19:36:38 +02:00
- https://www.cscherr.de/about
2024-04-10 10:49:16 +02:00
- https://github.com/PlexSheep
2024-05-10 19:36:38 +02:00
- https://infosec.exchange/@plexsheep
2024-04-10 10:49:16 +02:00
# Site Verification Settings
# webmaster_verifications:
# google: # fill in your Google verification code
# bing: # fill in your Bing verification code
# alexa: # fill in your Alexa verification code
# yandex: # fill in your Yandex verification code
# baidu: # fill in your Baidu verification code
# facebook: # fill in your Facebook verification code
2021-07-20 19:01:09 +02:00
# ↑ --------------------------
# The end of `jekyll-seo-tag` settings
2019-09-30 14:38:41 +02:00
2024-04-10 10:49:16 +02:00
# Web Analytics Settings
# analytics:
# google:
# id: # fill in your Google Analytics ID
# goatcounter:
# id: # fill in your GoatCounter ID
# umami:
# id: # fill in your Umami ID
# domain: # fill in your Umami domain
# matomo:
# id: # fill in your Matomo ID
# domain: # fill in your Matomo domain
# Pageviews settings
2024-04-10 14:55:20 +02:00
# pageviews:
# provider: # now only supports 'goatcounter'
2020-12-07 18:49:56 +01:00
# Prefer color scheme setting.
#
# Note: Keep empty will follow the system prefer color by default,
# and there will be a toggle to switch the theme between dark and light
2020-12-06 18:14:40 +01:00
# on the bottom left of the sidebar.
#
2020-12-07 18:49:56 +01:00
# Available options:
#
# light - Use the light color scheme
# dark - Use the dark color scheme
#
2024-04-10 14:55:20 +02:00
# theme_mode: # [light | dark]
# The CDN endpoint for images.
# Notice that once it is assigned, the CDN url
# will be added to all image (site avatar & posts' images) paths starting with '/'
#
# e.g. 'https://cdn.com'
2024-04-10 14:55:20 +02:00
# img_cdn:
2021-01-09 15:31:43 +01:00
# the avatar on sidebar, support local or CORS resources
2024-04-10 14:55:20 +02:00
avatar: https://static.cscherr.de/images/profile/profile-margin.png
# The URL of the site-wide social preview image used in SEO `og:image` meta tag.
# It can be overridden by a customized `page.image` in front matter.
2024-04-10 14:55:20 +02:00
social_preview_image: https://static.cscherr.de/images/profile/profile-margin.png # string, local or CORS resources
# boolean type, the global switch for TOC in posts.
2019-09-30 14:38:41 +02:00
toc: true
2021-12-10 14:12:52 +01:00
comments:
2024-04-10 10:49:16 +02:00
# Global switch for the post comment system. Keeping it empty means disabled.
2024-04-11 20:34:44 +02:00
provider: giscus # [disqus | utterances | giscus]
active: giscus
2024-04-10 10:49:16 +02:00
# The provider options are as follows:
2021-12-10 14:12:52 +01:00
disqus:
shortname: # fill with the Disqus shortname. https://help.disqus.com/en/articles/1717111-what-s-a-shortname
2021-12-11 10:24:08 +01:00
# utterances settings https://utteranc.es/
utterances:
repo: # <gh-username>/<repo>
issue_term: # < url | pathname | title | ...>
# Giscus options https://giscus.app
giscus:
2024-04-11 20:07:39 +02:00
repo: PlexSheep/krata
repo_id: R_kgDOLs9vZw
category: General
category_id: DIC_kwDOLs9vZ84CeoRm
mapping: # optional, default to 'pathname'
2024-04-10 10:49:16 +02:00
strict: # optional, default to '0'
input_position: # optional, default to 'bottom'
lang: # optional, default to the value of `site.lang`
reactions_enabled: # optional, default to the value of `1`
2019-09-30 14:38:41 +02:00
# Self-hosted static assets, optional https://github.com/cotes2020/chirpy-static-assets
assets:
self_host:
2024-04-10 14:55:20 +02:00
enabled: false # boolean, keep empty means false
# specify the Jekyll environment, empty means both
# only works if `assets.self_host.enabled` is 'true'
2024-04-11 22:50:25 +02:00
env: production # [development | production]
pwa:
enabled: true # the option for PWA feature (installable)
cache:
enabled: true # the option for PWA offline cache
# Paths defined here will be excluded from the PWA cache.
# Usually its value is the `baseurl` of another website that
# shares the same domain name as the current website.
deny_paths:
# - "/example" # URLs match `<SITE_URL>/example/*` will not be cached by the PWA
paginate: 10
# The base URL of your site
baseurl: ""
# ------------ The following options are not recommended to be modified ------------------
2019-09-30 14:38:41 +02:00
kramdown:
syntax_highlighter: rouge
syntax_highlighter_opts: # Rouge Options https://github.com/jneen/rouge#full-options
2020-12-07 18:49:56 +01:00
css_class: highlight
2019-09-30 14:38:41 +02:00
# default_lang: console
span:
line_numbers: false
block:
line_numbers: true
start_line: 1
2020-11-21 21:24:09 +01:00
collections:
tabs:
output: true
sort_by: order
2019-09-30 14:38:41 +02:00
defaults:
2022-02-02 18:31:53 +01:00
- scope:
path: "" # An empty string here means all files in the project
2019-09-30 14:38:41 +02:00
type: posts
values:
layout: post
comments: true # Enable comments in posts.
toc: true # Display TOC column in posts.
2021-04-19 22:34:11 +02:00
# DO NOT modify the following parameter unless you are confident enough
# to update the code of all other post links in this project.
permalink: /posts/:title/
2022-02-02 18:31:53 +01:00
- scope:
2019-09-30 14:38:41 +02:00
path: _drafts
values:
comments: false
2022-02-02 18:31:53 +01:00
- scope:
path: ""
type: tabs # see `site.collections`
2019-09-30 14:38:41 +02:00
values:
layout: page
permalink: /:title/
2022-02-02 18:31:53 +01:00
- scope:
path: assets/js/dist
values:
swcache: true
2020-01-08 18:45:01 +01:00
2019-09-30 14:38:41 +02:00
sass:
style: compressed
compress_html:
clippings: all
2020-10-12 08:18:02 +02:00
comments: all
endings: all
2024-04-12 08:42:45 +02:00
profile: true
blanklines: true
2019-09-30 14:38:41 +02:00
ignore:
2024-04-12 08:42:45 +02:00
envs: []
# envs: [development]
2019-09-30 14:38:41 +02:00
exclude:
- "*.gem"
- "*.gemspec"
- docs
2020-01-01 18:21:43 +01:00
- tools
2020-04-08 16:45:25 +02:00
- README.md
2020-06-26 11:33:43 +02:00
- LICENSE
- rollup.config.js
2021-11-28 16:43:40 +01:00
- package*.json
2019-09-30 14:38:41 +02:00
2020-11-26 16:52:59 +01:00
jekyll-archives:
enabled: [categories, tags]
layouts:
category: category
tag: tag
permalinks:
2020-12-07 18:49:56 +01:00
tag: /tags/:name/
category: /categories/:name/