From 5dfd50d7968057330af85608509edc7d560d2cff Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Wed, 10 Apr 2024 14:55:20 +0200 Subject: [PATCH] idk stuff --- _config.yml | 22 ++++++++++----------- _posts/2019-08-08-text-and-typography.md | 9 ++++++++- _tabs/imprint.md | 4 ++++ _tabs/links.md | 25 ++++++++++++------------ _tabs/security.md | 4 ++++ 5 files changed, 39 insertions(+), 25 deletions(-) create mode 100644 _tabs/imprint.md create mode 100644 _tabs/security.md diff --git a/_config.yml b/_config.yml index 2d0ca0e..edd87f7 100644 --- a/_config.yml +++ b/_config.yml @@ -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) diff --git a/_posts/2019-08-08-text-and-typography.md b/_posts/2019-08-08-text-and-typography.md index 7064d5d..ff98cd2 100644 --- a/_posts/2019-08-08-text-and-typography.md +++ b/_posts/2019-08-08-text-and-typography.md @@ -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) diff --git a/_tabs/imprint.md b/_tabs/imprint.md new file mode 100644 index 0000000..ed3cd9a --- /dev/null +++ b/_tabs/imprint.md @@ -0,0 +1,4 @@ +--- +icon: fas fa-legal +order: 200 +--- diff --git a/_tabs/links.md b/_tabs/links.md index a1f251a..895fc62 100644 --- a/_tabs/links.md +++ b/_tabs/links.md @@ -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$) - - - - - - - - - - diff --git a/_tabs/security.md b/_tabs/security.md new file mode 100644 index 0000000..aabaa27 --- /dev/null +++ b/_tabs/security.md @@ -0,0 +1,4 @@ +--- +icon: fas fa-lock +order: 6 +---