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

@ -16,7 +16,7 @@ pkgs.buildGoModule rec {
preBuild = ''
SASS_SRC_DIR="./scss"
CSS_OUTPUT_DIR="./htmlpage/static/css/"
CSS_OUTPUT_DIR="./html/static/css/"
mkdir -p "$CSS_OUTPUT_DIR"