summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2022-01-06 11:21:06 +0100
committerMatthias Beyer <mail@beyermatthias.de>2022-01-06 11:21:06 +0100
commit8058142230194f69660a20225433200be1b99c97 (patch)
tree9d25276ea63751c08744da327dc37fe532fbd164
parentacb575eb268d551133191a72c37dfde95653569d (diff)
Fix level of headings
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--About.md6
-rw-r--r--Computer.md2
-rw-r--r--Computer/hardware.md2
-rw-r--r--Computer/linux_unix/gui.md2
-rw-r--r--Computer/open_data.md2
-rw-r--r--Computer/os.md8
-rw-r--r--Computer/programming/apis.md2
-rw-r--r--Computer/programming/programming_languages/bash.md4
-rw-r--r--Computer/programming/programming_languages/go.md2
-rw-r--r--Computer/programming/programming_languages/php.md2
-rw-r--r--Computer/programming/programming_languages/roc.md3
-rw-r--r--Computer/programming/programming_languages/rust.md16
-rw-r--r--Computer/tools.md10
-rw-r--r--Computer/tools/cli/scripts.md20
-rw-r--r--Computer/tools/git.md8
-rw-r--r--Computer/tools/microservices.md6
-rw-r--r--Computer/tools/nix.md8
-rw-r--r--Globalism.md2
-rw-r--r--Hiking.md4
-rw-r--r--Hiking/inspiration.md6
-rw-r--r--Minimalism/definition.md2
-rw-r--r--Minimalism/documentaries.md2
-rw-r--r--Minimalism/inspiration.md2
-rw-r--r--Money.md8
-rw-r--r--Thoughts.md2
-rw-r--r--Writing.md4
26 files changed, 66 insertions, 69 deletions
diff --git a/About.md b/About.md
index b2d28de..f30e52e 100644
--- a/About.md
+++ b/About.md
@@ -2,13 +2,13 @@
order: 1
---
-# About
+## About
Hi! Nice to meet you!
I am from Germany. I studied computer science (M.Sc.) in southern Germany and am currently employed by a company from southern Germany, called [science+computing ag](https://atos.net/de/deutschland/sc) which is part of Atos. In my free time I program a lot, watch series, listen to music, dance, read, cook, meet friends, go to Linux conferences and user group meetings and so…
-# Contact
+## Contact
If you want to learn more about me, talk to me or send me pizza, clubmate or coffee, feel free to contact me via mail:
@@ -18,7 +18,7 @@ I encourage you to use my GPG key: `73A3FB810F689281C385C73DF8DE2C63A051EF75`!
You can find me on [Microsoft Github](https://github.com/matthiasbeyer) (although I am using it just for contributing and not for my own code), [Xing](https://www.xing.com/profile/Matthias_Beyer47/cv), [LinkedIn](https://www.linkedin.com/in/matthias-beyer/) and here, but not on facebook or google. If you just want to say hi, feel free to use @musicmatze@mastodon.technology or [@musicmatze:beyermatthi.as](https://matrix.to/#/@musicmatze:beyermatthias.de).
-# Code
+## Code
I host my code at [git.beyermatthi.as](https://git.beyermatthi.as).
diff --git a/Computer.md b/Computer.md
index 5a0dd3c..ddac6bf 100644
--- a/Computer.md
+++ b/Computer.md
@@ -5,7 +5,7 @@ order: 10
All stuff I know on the topic of "computers" goes into this section.
-# General Articles about Software
+## General Articles about Software
* [Fast Software, the Best Software](https://craigmod.com/essays/fast_software/)
diff --git a/Computer/hardware.md b/Computer/hardware.md
index 5cd53c3..4eb4c7d 100644
--- a/Computer/hardware.md
+++ b/Computer/hardware.md
@@ -3,7 +3,7 @@ title: Hardware
---
-# SD Cards
+## SD Cards
* [About SD Memory Card Choices](https://www.sdcard.org/consumers/about-sd-memory-card-choices/)
diff --git a/Computer/linux_unix/gui.md b/Computer/linux_unix/gui.md
index bc5388b..b1ca2f7 100644
--- a/Computer/linux_unix/gui.md
+++ b/Computer/linux_unix/gui.md
@@ -6,7 +6,7 @@ weight = 1
Notes on GUI stuff
-# Tools
+## Tools
General list of helper tools that are nice, helpful and worth to have a look at
diff --git a/Computer/open_data.md b/Computer/open_data.md
index 7f1f45c..7796a80 100644
--- a/Computer/open_data.md
+++ b/Computer/open_data.md
@@ -2,7 +2,7 @@
title: Open Data
---
-# Mediathek(en)
+## Mediathek(en)
* [https://mediathekviewweb.de/](https://mediathekviewweb.de/)
diff --git a/Computer/os.md b/Computer/os.md
index 393ae1d..ecbd1c7 100644
--- a/Computer/os.md
+++ b/Computer/os.md
@@ -2,23 +2,23 @@
title: Operating Systems
---
-# General Linux Resources
+## General Linux Resources
-# Readworthy blog articles/Talks on Linux
+## Readworthy blog articles/Talks on Linux
* [Erase your darlings](https://grahamc.com/blog/erase-your-darlings)
* [How to make package managers cry](https://archive.fosdem.org/2018/schedule/event/how_to_make_package_managers_cry/)
-# NixOS
+## NixOS
This section is for interesting resources related to NixOS
* [nixos.org](https://nixos.org)
-## Semi-official resources on NixOS
+### Semi-official resources on NixOS
* [nixos.dev](https://nixos.dev/)
* [nixos.wiki](https://nixos.wiki/)
diff --git a/Computer/programming/apis.md b/Computer/programming/apis.md
index e555a7d..11e5f0d 100644
--- a/Computer/programming/apis.md
+++ b/Computer/programming/apis.md
@@ -2,7 +2,7 @@
title: APIs
---
-# Lists of Public APIs
+## Lists of Public APIs
* [public-api-lists/public-api-lists](https://github.com/public-api-lists/public-api-lists)
* [public-apis/public-apis](https://github.com/public-apis/public-apis)
diff --git a/Computer/programming/programming_languages/bash.md b/Computer/programming/programming_languages/bash.md
index 6f349a9..fc13870 100644
--- a/Computer/programming/programming_languages/bash.md
+++ b/Computer/programming/programming_languages/bash.md
@@ -2,12 +2,12 @@
title: Bash
---
-# Argument parsing
+## Argument parsing
* [argbash.io](https://argbash.io/)
-# Linting
+## Linting
* [shellcheck website](https://www.shellcheck.net/)
* [shellcheck tool](https://github.com/koalaman/shellcheck)
diff --git a/Computer/programming/programming_languages/go.md b/Computer/programming/programming_languages/go.md
index 79b7fcc..7697957 100644
--- a/Computer/programming/programming_languages/go.md
+++ b/Computer/programming/programming_languages/go.md
@@ -2,7 +2,7 @@
title: Go
---
-# Why Go is bad
+## Why Go is bad
<small>(Unsorted list of articles why `Go` is not a programming language one should
use)</small>
diff --git a/Computer/programming/programming_languages/php.md b/Computer/programming/programming_languages/php.md
index 0f8cb01..3a3c95d 100644
--- a/Computer/programming/programming_languages/php.md
+++ b/Computer/programming/programming_languages/php.md
@@ -2,7 +2,7 @@
title: PHP
---
-# Why PHP is bad
+## Why PHP is bad
* [PHP: a fractal of bad design](https://eev.ee/blog/2012/04/09/php-a-fractal-of-bad-design/)
diff --git a/Computer/programming/programming_languages/roc.md b/Computer/programming/programming_languages/roc.md
index a94ffb0..1a372b3 100644
--- a/Computer/programming/programming_languages/roc.md
+++ b/Computer/programming/programming_languages/roc.md
@@ -1,7 +1,8 @@
---
title: Roc
---
-# [Roc](https://roc-lang.org)
+
+## [Roc](https://roc-lang.org)
<small>Roc is not yet public</small>
diff --git a/Computer/programming/programming_languages/rust.md b/Computer/programming/programming_languages/rust.md
index 9ace063..5c45633 100644
--- a/Computer/programming/programming_languages/rust.md
+++ b/Computer/programming/programming_languages/rust.md
@@ -6,7 +6,7 @@ title: Rust
[Official website](https://www.rust-lang.org/)
-# Resources
+## Resources
* [crates.io](https://crates.io) - Installable library and binary crates
* [docs.rs](https://docs.rs) - All documentation of crates from crates.io
@@ -14,7 +14,7 @@ title: Rust
* [std.rs](https://std.rs) - Standard library documentation
-## Learning Resources
+### Learning Resources
* [Cargo Book](https://doc.rust-lang.org/cargo/index.html)
* [Compiler Error Index](https://doc.rust-lang.org/error-index.html)
@@ -24,14 +24,14 @@ title: Rust
* [rustdoc Book](https://doc.rust-lang.org/rustdoc/index.html)
-## Application building
+### Application building
* [Command Line Book](https://rust-cli.github.io/book/index.html) - Command line application building
* [Embedded Book](https://doc.rust-lang.org/embedded-book) - Rust for Microcontrollers/embedded systems
* [WebAssembly Book](https://rustwasm.github.io/docs/book/) - Building browser-native libraries with WebAssembly
* [The Little Book of Rust Macros](https://veykril.github.io/tlborm/introduction.html)
-## Learning specific topics
+### Learning specific topics
Some blog posts to learn about specific topics.
@@ -41,7 +41,7 @@ Some blog posts to learn about specific topics.
* [How not to learn Rust](https://dystroy.org/blog/how-not-to-learn-rust/)
-## Articles and Talks
+### Articles and Talks
Of course I cannot list all talks on Rust here, so only really interesting/good
ones are listed here.
@@ -58,19 +58,19 @@ ones are listed here.
* [Why is my Rust build so slow?](https://fasterthanli.me/articles/why-is-my-rust-build-so-slow)
-# Libraries
+## Libraries
* [clap](https://clap.rs) - State of the art commandline interface building and parsing
-# Tooling
+## Tooling
* [roogle](https://roogle.hkmatsumoto.com/)
* [cargo-sonar](https://hole.tuziwo.info/cargo-sonar.html)
* [Checking Unused Dependencies in a Rust Project with Github Actions](https://erayerdin.com/checking-unused-dependencies-in-a-rust-project-with-github-actions-ckwm3yov901cwlvs1h48z54xi)
-# Notes
+## Notes
---
diff --git a/Computer/tools.md b/Computer/tools.md
index 1bfc535..4e9a631 100644
--- a/Computer/tools.md
+++ b/Computer/tools.md
@@ -2,13 +2,13 @@
title: Tools
---
-# Collaboration
+## Collaboration
* [etherpad](https://etherpad.org/)
* [ethercalc](https://ethercalc.net/)
-# Timetracking
+## Timetracking
* [Kimai2](https://github.com/kevinpapst/kimai2)
* [KTimetracker](https://apps.kde.org/ktimetracker/)
@@ -17,17 +17,17 @@ title: Tools
* [watson](https://tailordev.github.io/Watson/)
-# GPG
+## GPG
* [How to rotate your OpenPGP / GnuPG keys](https://danielpecos.com/2019/03/30/how-to-rotate-your-openpgp-gnupg-keys/)
-# PDF
+## PDF
* [pdfsandwich: A tool to make "sandwich" OCR pdf files](http://www.tobias-elze.de/pdfsandwich/)
-# Firefox
+## Firefox
* [Binnen-I be gone](https://addons.mozilla.org/de/firefox/addon/binnen-i-be-gone/) - Filtert Binnen-Is auf deutschsprachigen Webseiten
diff --git a/Computer/tools/cli/scripts.md b/Computer/tools/cli/scripts.md
index 8c71b48..6e631c7 100644
--- a/Computer/tools/cli/scripts.md
+++ b/Computer/tools/cli/scripts.md
@@ -3,9 +3,9 @@ title = "CLI Helper scripts"
weight = 1
+++
-# Commandline enhancements
+## Commandline enhancements
-## [fzf](https://github.com/junegunn/fzf)
+### [fzf](https://github.com/junegunn/fzf)
`fzf` is a fuzzy selection tool written in Go. An alternative in Rust would be
[skim](https://github.com/lotabout/skim).
@@ -14,7 +14,7 @@ fzf can be used to automate a lot of things, for example it can replace the
`CTRL-R` shortcut in bash:
```bash
-# Include in your .bashrc:
+## Include in your .bashrc:
source PATH_TO_FZF_CLONE/shell/key-bindings.bash
```
@@ -26,7 +26,7 @@ where it integrates.
Some more examples:
```bash
-# fco - fuzzy checkout git branch
+## fco - fuzzy checkout git branch
fco() {
local tags branches target
local fzf_cmd="fzf"
@@ -48,7 +48,7 @@ fco() {
git checkout $(echo "$target" | awk '{print $2}')
}
-# Fuzzy foreground, if you use `CTRL-Z` a lot
+## Fuzzy foreground, if you use `CTRL-Z` a lot
fj() {
[ $(jobs | wc -l) -eq 0 ] && return
local j=$(jobs | awk '{ print $3, " - ", $2, " - ", $1; }' | fzf -1 -0)
@@ -56,7 +56,7 @@ fj() {
fg $(echo $j | sed -r 's/(.*)\[([0-9]*).*/\2/g')
}
-# Fuzzy select the right tmux session, even within a tmux session
+## Fuzzy select the right tmux session, even within a tmux session
fmux() {
local session
session=$(tmux list-sessions -F "#{session_name}" | \
@@ -70,7 +70,7 @@ fmux() {
}
```
-## fzf in vim
+### fzf in vim
It can also be integrated in `vim` for fuzzy selecting. Things like
fuzzy-jump-to-line, for example:
@@ -88,12 +88,12 @@ nmap <Leader>zw :FZFWindows<CR>
```
-# Ranger
+## Ranger
Ranger is a nice CLI filemanager (TUI).
-## (Not) Nesting ranger
+### (Not) Nesting ranger
With the following script, one can
ensure that only one ranger instance is running in the terminal (no nested
@@ -114,7 +114,7 @@ r() {
```
-## tmux integration
+### tmux integration
Using tmux from ranger is as simple as
diff --git a/Computer/tools/git.md b/Computer/tools/git.md
index 4868e05..818ab75 100644
--- a/Computer/tools/git.md
+++ b/Computer/tools/git.md
@@ -4,21 +4,21 @@ title: git
Notes about [git](https://git-scm.com/)
-# Readworthy articles
+## Readworthy articles
* [How to Write a Git Commit Message](https://cbea.ms/git-commit/)
* [Git email flow vs Github flow](https://blog.brixit.nl/git-email-flow-versus-github-flow/)
-# Hosting
+## Hosting
-## Simple git hosting
+### Simple git hosting
* [gitweb](https://git-scm.com/book/en/v2/Git-on-the-Server-GitWeb)
* [cgit web interface](https://git.zx2c4.com/cgit/)
* [gitolite access control](https://gitolite.com/gitolite/index.html)
-## Hosting with more bells and whistles
+### Hosting with more bells and whistles
* [sourcehut](https://sourcehut.org)
* [gitlab (git-scm.com)](https://git-scm.com/book/en/v2/Git-on-the-Server-GitLab)
diff --git a/Computer/tools/microservices.md b/Computer/tools/microservices.md
index 260662c..755004a 100644
--- a/Computer/tools/microservices.md
+++ b/Computer/tools/microservices.md
@@ -2,12 +2,12 @@
title: Microservices
---
-# Microservices
+## Microservices
* [Kubernetes Tutorials for Beginners](https://www.youtube.com/watch?v=X48VuDVv0do)
-## Code sharing in Microservices
+### Code sharing in Microservices
* [Are you sure you're using microservices?](https://blog.softwaremill.com/are-you-sure-youre-using-microservices-f8d4e912d014)
* [Don't share libraries among microservices](https://phauer.com/2016/dont-share-libraries-among-microservices/)
@@ -16,7 +16,7 @@ title: Microservices
* [The dilemma of code reuse in microservices](https://blog.bitsrc.io/the-dilemma-of-code-reuse-in-microservices-a925ff2b9981)
-## Tooling
+### Tooling
* [kdash](https://github.com/kdash-rs/kdash)
diff --git a/Computer/tools/nix.md b/Computer/tools/nix.md
index f50c2de..d040cac 100644
--- a/Computer/tools/nix.md
+++ b/Computer/tools/nix.md
@@ -4,14 +4,14 @@ title: Nix
Notes/resources on the best available package manager.
-# Learning resources
+## Learning resources
* [Nix/Nixpkgs/NixOS manuals](https://nixos.org/learn.html)
* [alternative interface to nixpkgs manual](https://ryantm.github.io/nixpkgs/)
-# Deployment
+## Deployment
-## [krops](https://cgit.krebsco.de/krops/)
+### [krops](https://cgit.krebsco.de/krops/)
krops is the best deployment tool for private machines.
Builds happen on the deployed machine, rather than on the deploying machine.
@@ -21,7 +21,7 @@ Builds happen on the deployed machine, rather than on the deploying machine.
* [krops repo](https://cgit.krebsco.de/krops/)
-# Tools/Functions
+## Tools/Functions
* [nix-gitignore](https://ryantm.github.io/nixpkgs/functions/nix-gitignore/)
* [kubenix](https://github.com/xtruder/kubenix)
diff --git a/Globalism.md b/Globalism.md
index c7b9b95..9e579f6 100644
--- a/Globalism.md
+++ b/Globalism.md
@@ -4,7 +4,7 @@ order: 10
Links about documentaries on globalism.
-# China
+## China
* [(german) Die neue Welt des Xi Jinping](https://www.youtube.com/watch?v=14iOompvyEk&t=5497)
diff --git a/Hiking.md b/Hiking.md
index f9e0122..e759fa7 100644
--- a/Hiking.md
+++ b/Hiking.md
@@ -2,9 +2,9 @@
order: 10
---
-# Hiking
+## Hiking
-## Tooling
+### Tooling
* [openrouteservice](https://maps.openrouteservice.org/#/) - for route planning and exporting to GPX
* [Waymarked Trails: Hiking](https://hiking.waymarkedtrails.org/)
diff --git a/Hiking/inspiration.md b/Hiking/inspiration.md
index 27cced0..0b1728e 100644
--- a/Hiking/inspiration.md
+++ b/Hiking/inspiration.md
@@ -2,15 +2,15 @@
title: Inspiration
---
-# Inspiration
+## Inspiration
-## General inspiration
+### General inspiration
* [Kraig Adams](https://www.youtube.com/user/KadamsMedia)
* [casual backpacker](https://www.youtube.com/c/casualbackpacker/)
-## Inspiration for specific hiking ideas
+### Inspiration for specific hiking ideas
* [casual backpacker: Munich to Venedic](https://www.youtube.com/watch?v=xe51qfu3tl8)
diff --git a/Minimalism/definition.md b/Minimalism/definition.md
index 650faf9..4487faa 100644
--- a/Minimalism/definition.md
+++ b/Minimalism/definition.md
@@ -2,7 +2,7 @@
title: Definition
---
-# Defining Minimalism
+## Defining Minimalism
Minimalism is not about having nothing.
Minimalists are
diff --git a/Minimalism/documentaries.md b/Minimalism/documentaries.md
index ac3ebb9..8d7e9f0 100644
--- a/Minimalism/documentaries.md
+++ b/Minimalism/documentaries.md
@@ -2,6 +2,4 @@
title: Documentaries
---
-# Documentaries
-
diff --git a/Minimalism/inspiration.md b/Minimalism/inspiration.md
index 8a13fe6..59fac7b 100644
--- a/Minimalism/inspiration.md
+++ b/Minimalism/inspiration.md
@@ -2,8 +2,6 @@
title: Inspiration
---
-# Inspiration
-
It is rather hard to find good inspiration besides two or three resources,
because all minimalists out there are "extremists", owning less than 100
items, being digital nomads or something like that.
diff --git a/Money.md b/Money.md
index fc24e42..ec47043 100644
--- a/Money.md
+++ b/Money.md
@@ -2,9 +2,9 @@
order: 10
---
-# Money
+## Money
-## Tooling
+### Tooling
* [plaintextaccounting](https://plaintextaccounting.org)
* [beancount (project)](https://github.com/beancount/)
@@ -13,11 +13,11 @@ order: 10
* [github](https://github.com/beancount/fava)
* [beanprice](https://github.com/beancount/beanprice)
-## Investing
+### Investing
* [What are some high risk high reward stocks that could explode in the next couple years?](https://www.reddit.com/r/stocks/comments/pi34nx/what_are_some_high_risk_high_reward_stocks_that/)
-## Crypto
+### Crypto
* [(de) Wann fallen Steuern auf Kryptowährungen an?](https://www.hanseaticbank.de/klarmacher/wissen/kryptowaehrungen-versteuern-wann-und-wie-viel-sie-der-handel-kostet)
diff --git a/Thoughts.md b/Thoughts.md
index 60927e2..179a995 100644
--- a/Thoughts.md
+++ b/Thoughts.md
@@ -2,7 +2,7 @@
order: 10
---
-# Thoughts
+## Thoughts
"Thoughts" is a (not so) weekly roll-up of my mastodon feed with some notable
thoughts collected into a long-form blog post.
diff --git a/Writing.md b/Writing.md
index 6aaa46b..726b64d 100644
--- a/Writing.md
+++ b/Writing.md
@@ -2,9 +2,9 @@
order: 10
---
-# Writing
+## Writing
-## Latex
+### Latex
* [Latex Cookbook](https://latex-cookbook.net/)