idk stuff

This commit is contained in:
Christoph J. Scherr 2024-04-10 14:55:20 +02:00
parent d9086b7e6b
commit 5dfd50d796
5 changed files with 39 additions and 25 deletions

View File

@ -14,12 +14,12 @@ timezone: Europe/Berlin
# jekyll-seo-tag settings https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md
# ↓ --------------------------
title: cscherr.de - Blog # the main title
title: cscherr.de # the main title
tagline: A text-focused Jekyll theme # it will display as the sub-title
tagline: Personal Blog and Website # it will display as the sub-title
description: >- # used by seo meta and the atom feed
A minimal, responsive and feature-rich Jekyll theme for technical writing.
Personal Blog mainly focused on technology and security
# Fill in the protocol & hostname for your site.
# e.g. 'https://username.github.io', note that it does not end with a '/'.
@ -61,8 +61,8 @@ social:
# domain: # fill in your Matomo domain
# Pageviews settings
pageviews:
provider: # now only supports 'goatcounter'
# pageviews:
# provider: # now only supports 'goatcounter'
# Prefer color scheme setting.
#
@ -75,21 +75,21 @@ pageviews:
# light - Use the light color scheme
# dark - Use the dark color scheme
#
theme_mode: # [light | dark]
# 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'
img_cdn:
# img_cdn:
# the avatar on sidebar, support local or CORS resources
avatar: https://static.cscherr.de/images/profile/profile.svg
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.
social_preview_image: # string, local or CORS resources
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.
toc: true
@ -119,10 +119,10 @@ comments:
# Self-hosted static assets, optional https://github.com/cotes2020/chirpy-static-assets
assets:
self_host:
enabled: # boolean, keep empty means false
enabled: false # boolean, keep empty means false
# specify the Jekyll environment, empty means both
# only works if `assets.self_host.enabled` is 'true'
env: # [development | production]
env: development # [development | production]
pwa:
enabled: true # the option for PWA feature (installable)

View File

@ -9,7 +9,7 @@ pin: true
math: true
mermaid: true
image:
path: /commons/devices-mockup.png
path: https://static.cscherr.de/images/profile/profile.png
lqip: data:image/webp;base64,UklGRpoAAABXRUJQVlA4WAoAAAAQAAAADwAABwAAQUxQSDIAAAARL0AmbZurmr57yyIiqE8oiG0bejIYEQTgqiDA9vqnsUSI6H+oAERp2HZ65qP/VIAWAFZQOCBCAAAA8AEAnQEqEAAIAAVAfCWkAALp8sF8rgRgAP7o9FDvMCkMde9PK7euH5M1m6VWoDXf2FkP3BqV0ZYbO6NA/VFIAAAA
alt: Responsive rendering of Chirpy theme on multiple devices.
---
@ -162,6 +162,13 @@ $$ x = {-b \pm \sqrt{b^2-4ac} \over 2a} $$
cherry :active, c, after b a, 1d
```
```mermaid
sequenceDiagram
Alice->>John: Hello John, how are you?
John-->>Alice: Great!
Alice-)John: See you later!
```
## Images
### Default (with caption)

4
_tabs/imprint.md Normal file
View File

@ -0,0 +1,4 @@
---
icon: fas fa-legal
order: 200
---

View File

@ -20,20 +20,29 @@ The following links are related to taking or processing notes.
on note-taking apps
* [silverbullet](https://silverbullet.md) - Markdown Based Notes in a browser.
# Coding
# Computer Stuff
## Editors
* [neovim](https://neovim.io) - The absolute pinnacle of all text editors
# Hacking
## Hacking
* [revshells](https://www.revshells.com/) - Interactive collection of
reverse shells
## Other
* [killed by google](https://killedbygoogle.com/) - A list of services from
Google that no longer exist
* [frank geht ran](https://digitalcourage.de/frank-geht-ran) - Burner phone
number, when you call it, Frank tells the caller that contact by phone is not
wanted. (German)
# Travel and Urbanism
* [seat61](https://www.seat61.com/) -
* [seat61](https://www.seat61.com/) - Detailed Information for longer Travels
by train
# Science
@ -41,13 +50,3 @@ The following links are related to taking or processing notes.
* [37](http://www.thirty-seven.org/) - 37 is everywhere (seems like the most
random $n < 100$)

4
_tabs/security.md Normal file
View File

@ -0,0 +1,4 @@
---
icon: fas fa-lock
order: 6
---