diff --git a/Makefile b/Makefile index 4533289..a70481a 100644 --- a/Makefile +++ b/Makefile @@ -13,6 +13,7 @@ build_bot: site: go tool ssgod + go tool ssgod -config ssgod_copy.toml site_watch: go tool ssgod watch @@ -35,6 +36,9 @@ docs: go tool pkgsite --open tailwind: + tailwindcss --input ./static/input_style.css --output ./static/style.css + +tailwind_watch: tailwindcss --input ./static/input_style.css --output ./static/style.css --watch tailwind_install: diff --git a/ssgod_copy.toml b/ssgod_copy.toml new file mode 100644 index 0000000..be6203c --- /dev/null +++ b/ssgod_copy.toml @@ -0,0 +1,4 @@ +views = "pages/copy" +layout = "pages/layouts/copy.html" +target = "public/copy" +watch_delay = "500ms"