This commit is contained in:
Rakarake 2026-03-24 00:37:16 +01:00
parent 4ae3e75ac3
commit 4b2c64dafd
9 changed files with 225 additions and 26 deletions

6
run.sh
View file

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