From d0923a29868685022b1bfea4179b07e852973fb2 Mon Sep 17 00:00:00 2001 From: Tasia Iso Date: Mon, 5 Aug 2024 16:29:28 +0200 Subject: [PATCH] fix indentation and typo --- .markdownlint.yaml | 2 ++ docs/changelog.md | 14 +++++++------- docs/index.md | 24 ++++++++++++------------ docs/posts/curlpipebash.md | 24 ++++++++++++------------ 4 files changed, 33 insertions(+), 31 deletions(-) diff --git a/.markdownlint.yaml b/.markdownlint.yaml index 899d937..c8ba000 100644 --- a/.markdownlint.yaml +++ b/.markdownlint.yaml @@ -1,3 +1,5 @@ default: true MD013: false +MD007: + indent: 4 \ No newline at end of file diff --git a/docs/changelog.md b/docs/changelog.md index 0a7e082..95f1569 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -21,13 +21,13 @@ unlisted: true - unify the ad's style - make the links' color more accessible - add a bunch of people's badges - - sammy - - byte - - elke - - rail - - vulpine citrus - - soatok - - probs over stuff too + - sammy + - byte + - elke + - rail + - vulpine citrus + - soatok + - probs other stuff too - add cc-by-nc-sa badge - add not by ai badge - join no ai webring diff --git a/docs/index.md b/docs/index.md index b93aeb0..4bdd508 100644 --- a/docs/index.md +++ b/docs/index.md @@ -62,11 +62,11 @@ If you like my posts, please consider supporting me on [Liberapay](https://liber - offline archives (.zim) - gemini capsule - more posts - - Notifications: from Push to Pull - - How I do productivity - - Using `curl | bash` safely - - A list of useful FLOSS apps - - A post about NixOS and flakes or whatever + - Notifications: from Push to Pull + - How I do productivity + - Using `curl | bash` safely + - A list of useful FLOSS apps + - A post about NixOS and flakes or whatever ## changelog @@ -80,13 +80,13 @@ See the whole [changelog](changelog.md). - unify the ad's style - make the links' color more accessible - add a bunch of people's badges - - sammy - - byte - - elke - - rail - - vulpine citrus - - soatok - - probs over stuff too + - sammy + - byte + - elke + - rail + - vulpine citrus + - soatok + - probs other stuff too - add cc-by-nc-sa badge - add not by ai badge - join no ai webring diff --git a/docs/posts/curlpipebash.md b/docs/posts/curlpipebash.md index b12d8c7..8c5a161 100644 --- a/docs/posts/curlpipebash.md +++ b/docs/posts/curlpipebash.md @@ -121,25 +121,25 @@ Now, our infrastructure looks like this: An example infrastructure would look like this: - Signing authority - - Managed by John Doe - - Hosted by DigitalOcean (Germany) - - OS: NixOS - - HTTP server: Nginx - - Domain: `determinate.systems` + - Managed by John Doe + - Hosted by DigitalOcean (Germany) + - OS: NixOS + - HTTP server: Nginx + - Domain: `determinate.systems` - Signing authority (alternative) - - Managed by gitea.com + - Managed by gitea.com TODO - - Domain: `gitea.com` + - Domain: `gitea.com` - Artifact provider - - Managed by Jane Poe - - Hosted by a worldwide CDN (Hetzner) TODO - - OS: RHEL - - HTTP server: Apache - - Domain: `install-determinate.systems` + - Managed by Jane Poe + - Hosted by a worldwide CDN (Hetzner) TODO + - OS: RHEL + - HTTP server: Apache + - Domain: `install-determinate.systems` > Notice the artifact is now in a different domain (`install-determinate.systems`) and not in a subdomain like it was previously (`install.determinate.systems`).