Lots of changes to the website

This commit is contained in:
Blake Ridgway
2026-03-27 07:57:13 -05:00
parent 617624c179
commit 7e7480ecf9
33 changed files with 1539 additions and 184 deletions

View File

@@ -5,7 +5,7 @@ page, and an admin panel for managing content.
## Why Go?
- Compiles to a single static binary. Easy to deploy on OpenBSD with no runtime dependencies.
- Compiles to a single static binary. Easy to deploy on FreeBSD with no runtime dependencies.
- Standard library handles HTTP, HTML templates, and file serving without pulling in a framework.
- Fast startup, low memory footprint. Fits comfortably behind relayd on the SuperMicro 1U.
- The tool I know best for this kind of thing.
@@ -168,7 +168,7 @@ EOF
mv "$TMPFILE" "$STATUS_FILE"
```
## Deploying on OpenBSD
## Deploying on FreeBSD
### 1. Build