changes, big changes

This commit is contained in:
Rakarake 2026-03-27 01:50:01 +01:00
parent a9c8e49631
commit 61f8e453e2
8 changed files with 24 additions and 9 deletions

6
run.sh
View file

@ -1,6 +1,8 @@
#/bin/sh
cargo run -- "$@" > blog-tmp.html
cargo run -- html blogs/* > blog-tmp.html
sed template.html -e '/INSERT_HERE/{
r blog-tmp.html
d
}' > index.html
}' > public/index.html
cargo run -- rss blogs/* > public/rss.xml