No description
Find a file
2026-03-23 13:19:26 -05:00
.tangled/workflows don't attempt to minify images 2026-03-20 00:06:54 -05:00
components Website updates, go! 2026-03-23 13:19:26 -05:00
pages Website updates, go! 2026-03-23 13:19:26 -05:00
src Website updates, go! 2026-03-23 13:19:26 -05:00
static Website updates, go! 2026-03-23 13:19:26 -05:00
templates Website updates, go! 2026-03-23 13:19:26 -05:00
.gitattributes add gitattributes 2026-03-19 13:44:10 -05:00
.gitignore Website updates, go! 2026-03-23 13:19:26 -05:00
readme Website updates, go! 2026-03-23 13:19:26 -05:00
watch.sh Website updates, go! 2026-03-23 13:19:26 -05:00

site
====

My website!

Currently hosted at: <https://emmeline.tngl.sh>

build
-----

Dependencies: Puppy, pawww

Build:
  puppy src/main.pup

Watch:
  sh watch.sh

Minify:
  cargo install minhtml
  minhtml --minify-js --minify-css `find output -type f`