all repos — homestead @ f853c5a42e453f9b68eb5c4b7abbc5aec464f0a3

Code for my website

Enable make to rebuild site on input changes

Alan Pearce
commit

f853c5a42e453f9b68eb5c4b7abbc5aec464f0a3

parent

93bb3690ffd5d561852b20a77c0f1682c01fe906

1 file changed, 3 insertions(+), 3 deletions(-)

jump to
M MakefileMakefile
@@ -8,10 +8,10 @@ brotli := brotli --force
gzip := gzip --best --keep --force zstd := zstd --force --no-pass-through -19 --quiet -build: $(PREFIX) +build: $(PREFIX)/index.html -$(PREFIX): - zola build --output-dir $(PREFIX) +$(PREFIX)/index.html: config.toml content/**.md static/** templates/** themes/**/* + zola build --force --output-dir $(PREFIX) format: $(PREFIX) prettier --write --parser html --print-width 200 "$(PREFIX)/**/*.html"