mirror of
https://github.com/Dichgrem/Blog.git
synced 2025-12-16 05:22:00 -05:00
5 lines
102 B
Makefile
5 lines
102 B
Makefile
#!/usr/bin/env -S just --justfile
|
|
build:
|
|
zola build && pagefind --site public --root-selector body
|
|
|