mirror of
https://github.com/Dichgrem/Blog.git
synced 2026-02-05 01:21:57 -05:00
4 lines
101 B
Makefile
4 lines
101 B
Makefile
#!/usr/bin/env -S just --justfile
|
|
build:
|
|
zola build && pagefind --site public --root-selector body
|