Add customized CSS theme for bootstrap

This commit is contained in:
Eli Ribble 2026-01-28 22:25:02 +00:00
parent 082fdeebdd
commit 5d4a7a4155
No known key found for this signature in database
11 changed files with 279 additions and 191 deletions

View file

@ -13,6 +13,16 @@ nix develop
go build .
```
## Building Custom Theme
We're using a customized Bootstrap theme for this site. You'll need to build the SCSS into CSS:
```
nix develop
cd scss
scss custom.scss > ../htmlpage/static/css/bootstrap.css
```
## Running
You'll need a number of environment variables for configuring things;