diff --git a/.gitignore b/.gitignore
index 99c59f1..50604d9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,6 +23,7 @@ go.work
# project build
main
*templ.go
+*.txt
static/output.css
# mac stuff
diff --git a/Makefile b/Makefile
index aba809a..bec86eb 100644
--- a/Makefile
+++ b/Makefile
@@ -79,5 +79,6 @@ watch/sync_assets:
# start all 4 watch processes in parallel.
+.PHONY: build
watch:
make -j4 watch/templ watch/server watch/tailwind watch/sync_assets
diff --git a/tailwind.config.js b/tailwind.config.js
index 116e54f..dec0a85 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -26,7 +26,7 @@ module.exports = {
colors: {
accent: generateScale("orange"),
gray: generateScale("sand"),
- }
+ },
},
fontFamily: {
sans: ["raleway"],
diff --git a/web/view/home/homepage_templ.txt b/web/view/home/homepage_templ.txt
index 6505eb7..408b2f4 100644
--- a/web/view/home/homepage_templ.txt
+++ b/web/view/home/homepage_templ.txt
@@ -1 +1 @@
-