Quick way to get the copy project up and working without constantly moving the normal site layout around.

main
Zed A. Shaw 14 hours ago
parent 685e227f96
commit e59ad9f795
  1. 4
      Makefile
  2. 4
      ssgod_copy.toml

@ -13,6 +13,7 @@ build_bot:
site: site:
go tool ssgod go tool ssgod
go tool ssgod -config ssgod_copy.toml
site_watch: site_watch:
go tool ssgod watch go tool ssgod watch
@ -35,6 +36,9 @@ docs:
go tool pkgsite --open go tool pkgsite --open
tailwind: tailwind:
tailwindcss --input ./static/input_style.css --output ./static/style.css
tailwind_watch:
tailwindcss --input ./static/input_style.css --output ./static/style.css --watch tailwindcss --input ./static/input_style.css --output ./static/style.css --watch
tailwind_install: tailwind_install:

@ -0,0 +1,4 @@
views = "pages/copy"
layout = "pages/layouts/copy.html"
target = "public/copy"
watch_delay = "500ms"
Loading…
Cancel
Save