Lots of changes to the website
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user