fix indentation and typo

This commit is contained in:
Tasia Iso 2024-08-05 16:29:28 +02:00
parent d7455ea8f7
commit d0923a2986
Signed by: tasiaiso
SSH key fingerprint: SHA256:KiRjUay5C9i6objsEOIycygBHn54pDBB3Lj7fyJ0Elw
4 changed files with 33 additions and 31 deletions

View file

@ -1,3 +1,5 @@
default: true default: true
MD013: false MD013: false
MD007:
indent: 4

View file

@ -21,13 +21,13 @@ unlisted: true
- unify the ad's style - unify the ad's style
- make the links' color more accessible - make the links' color more accessible
- add a bunch of people's badges - add a bunch of people's badges
- sammy - sammy
- byte - byte
- elke - elke
- rail - rail
- vulpine citrus - vulpine citrus
- soatok - soatok
- probs over stuff too - probs other stuff too
- add cc-by-nc-sa badge - add cc-by-nc-sa badge
- add not by ai badge - add not by ai badge
- join no ai webring - join no ai webring

View file

@ -62,11 +62,11 @@ If you like my posts, please consider supporting me on [Liberapay](https://liber
- offline archives (.zim) - offline archives (.zim)
- gemini capsule - gemini capsule
- more posts - more posts
- Notifications: from Push to Pull - Notifications: from Push to Pull
- How I do productivity - How I do productivity
- Using `curl | bash` safely - Using `curl | bash` safely
- A list of useful FLOSS apps - A list of useful FLOSS apps
- A post about NixOS and flakes or whatever - A post about NixOS and flakes or whatever
## changelog ## changelog
@ -80,13 +80,13 @@ See the whole [changelog](changelog.md).
- unify the ad's style - unify the ad's style
- make the links' color more accessible - make the links' color more accessible
- add a bunch of people's badges - add a bunch of people's badges
- sammy - sammy
- byte - byte
- elke - elke
- rail - rail
- vulpine citrus - vulpine citrus
- soatok - soatok
- probs over stuff too - probs other stuff too
- add cc-by-nc-sa badge - add cc-by-nc-sa badge
- add not by ai badge - add not by ai badge
- join no ai webring - join no ai webring

View file

@ -121,25 +121,25 @@ Now, our infrastructure looks like this:
An example infrastructure would look like this: An example infrastructure would look like this:
- Signing authority - Signing authority
- Managed by John Doe - Managed by John Doe
- Hosted by DigitalOcean (Germany) - Hosted by DigitalOcean (Germany)
- OS: NixOS - OS: NixOS
- HTTP server: Nginx - HTTP server: Nginx
- Domain: `determinate.systems` - Domain: `determinate.systems`
- Signing authority (alternative) - Signing authority (alternative)
- Managed by gitea.com - Managed by gitea.com
<!-- - Hosted by DigitalOcean (Germany) --> TODO <!-- - Hosted by DigitalOcean (Germany) --> TODO
<!-- - OS: NixOS --> <!-- - OS: NixOS -->
<!-- - HTTP server: Nginx --> <!-- - HTTP server: Nginx -->
- Domain: `gitea.com` - Domain: `gitea.com`
- Artifact provider - Artifact provider
- Managed by Jane Poe - Managed by Jane Poe
- Hosted by a worldwide CDN (Hetzner) TODO - Hosted by a worldwide CDN (Hetzner) TODO
- OS: RHEL - OS: RHEL
- HTTP server: Apache - HTTP server: Apache
- Domain: `install-determinate.systems` - 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`). > Notice the artifact is now in a different domain (`install-determinate.systems`) and not in a subdomain like it was previously (`install.determinate.systems`).