Quick way to get the copy project up and working without constantly moving the normal site layout around.
This commit is contained in:
parent
685e227f96
commit
e59ad9f795
2 changed files with 8 additions and 0 deletions
4
Makefile
4
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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue