Rename htmlpage to html

Because it's going to get more tools.
This commit is contained in:
Eli Ribble 2026-01-30 18:21:27 +00:00
parent 2bd848fa97
commit 9b1d75d47f
No known key found for this signature in database
44 changed files with 83 additions and 77 deletions

View file

@ -20,7 +20,7 @@ We're using a customized Bootstrap theme for this site. You'll need to build the
```
nix develop
cd scss
scss custom.scss > ../htmlpage/static/css/bootstrap.css
scss custom.scss > ../html/static/css/bootstrap.css
```
## Running
@ -90,5 +90,5 @@ This uses [goose](https://github.com/pressly/goose). You can use the goose comma
For iterating on styles
```
watchexec -e *.scss sass --style=compressed scss/custom.scss:htmlpage/static/css/bootstrap.css
watchexec -e *.scss sass --style=compressed scss/custom.scss:html/static/css/bootstrap.css
```