changes, big changes
This commit is contained in:
parent
a9c8e49631
commit
61f8e453e2
8 changed files with 24 additions and 9 deletions
6
run.sh
6
run.sh
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue