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 @@ -
TODO
+
MAIN
diff --git a/web/view/layout/base_templ.txt b/web/view/layout/base_templ.txt deleted file mode 100644 index cd07724..0000000 --- a/web/view/layout/base_templ.txt +++ /dev/null @@ -1,3 +0,0 @@ - - | Imperium Tattoo - diff --git a/web/view/ui/button_templ.txt b/web/view/ui/button_templ.txt deleted file mode 100644 index 4664533..0000000 --- a/web/view/ui/button_templ.txt +++ /dev/null @@ -1,2 +0,0 @@ - diff --git a/web/view/ui/text-input_templ.txt b/web/view/ui/text-input_templ.txt deleted file mode 100644 index c4e3559..0000000 --- a/web/view/ui/text-input_templ.txt +++ /dev/null @@ -1,4 +0,0 @@ -