styling pass
All checks were successful
ci/woodpecker/push/build-deploy Pipeline was successful

This commit is contained in:
41666 2025-05-14 21:41:52 -07:00
parent 5a501daef6
commit 353fba1cdc
2 changed files with 11 additions and 2 deletions

View file

@ -37,6 +37,7 @@
h6 {
color: var(--bright1);
margin-top: 2em;
margin-left: 0.4rem;
}
code {
@ -46,8 +47,16 @@
color: var(--middle1);
}
ul {
margin: 0;
}
.doll-section {
margin-left: 0.4rem;
}
.doll-inline {
margin-bottom: 1rem;
margin: 0.5rem 0;
}
.doll-code-block {

View file

@ -68,7 +68,7 @@ description: getting automated deployments back in the dollhive
- the "actions" ecosystem is okay but we wanted to cut down on runtime dependencies.
- [link(https://woodpecker-ci.org/):woodpecker CI]
- we chose woodpecker. it is similar to "actions" but offers more direct control, we like this.
- we already have nginx to be our "front of house", so.. yay
- we already have nginx to be our "front of house", so.. yay
&the platform-y parts