Go to file
waalge b340cfd2f0 tracing aiken build: proofread 2023-09-02 20:05:48 +00:00
content tracing aiken build: proofread 2023-09-02 20:05:48 +00:00
templates add dark mode 2023-08-31 20:27:04 +00:00
.envrc building example. needs tidy 2023-05-22 09:23:32 +00:00
.gitignore Double check before redeploying 2023-07-21 10:19:30 +00:00
Caddyfile building example. needs tidy 2023-05-22 09:23:32 +00:00
README.md first draft of blog post 2023-08-07 21:02:15 +00:00
flake.lock first draft of blog post 2023-08-07 21:02:15 +00:00
flake.nix first draft of blog post 2023-08-07 21:02:15 +00:00
kompact-landing.cabal Add blog 2023-08-07 14:57:16 +00:00
site.hs add dark mode 2023-08-31 20:27:04 +00:00
tailwind.config.js add dark mode 2023-08-31 20:27:04 +00:00

README.md

Commands

recompile css

  tailwindcss -i ./content/css/main.css -o ./content/css/mini.css --minify

build, serve and watch

  cabal run site -- watch

deploy

  rsync -r --delete ./_site/* genesis:/var/www/kompactio-landing/