fix indentation and typo
This commit is contained in:
parent
d7455ea8f7
commit
d0923a2986
|
@ -1,3 +1,5 @@
|
|||
default: true
|
||||
|
||||
MD013: false
|
||||
MD007:
|
||||
indent: 4
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
<!-- - Hosted by DigitalOcean (Germany) --> TODO
|
||||
<!-- - OS: NixOS -->
|
||||
<!-- - HTTP server: Nginx -->
|
||||
- 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`).
|
||||
|
||||
|
|
Loading…
Reference in a new issue