diff options
| author | mo8it <mo8it@proton.me> | 2025-05-16 21:08:29 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2025-05-16 21:08:29 +0200 |
| commit | 74ab9924b4193c0fb66f3c0e3667a4d7b4edfb18 (patch) | |
| tree | aa1614c5b4b6ae07d48e95987f2d082c82d43d15 /website/justfile | |
| parent | a28000acc4945bc0865f15964b3605ea9d31cedf (diff) | |
Start with Zola
Diffstat (limited to 'website/justfile')
| -rw-r--r-- | website/justfile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/website/justfile b/website/justfile new file mode 100644 index 0000000..5c9c677 --- /dev/null +++ b/website/justfile @@ -0,0 +1,5 @@ +zola: + zola serve --open + +tailwind: + fnm exec --using latest npx @tailwindcss/cli -i input.css -o static/main.css |
