miom.space/build.sh

14 lines
187 B
Bash
Raw Normal View History

2021-10-22 13:13:16 +02:00
#!/usr/bin/env bash
2022-01-16 22:02:12 +01:00
# remove previous build leftovers
2022-01-16 19:32:04 +01:00
rm -rf ./_site
2022-01-16 22:02:12 +01:00
# build, results are in ./_site
2021-10-22 13:13:16 +02:00
lume
2022-01-16 22:02:12 +01:00
# put fonts in place
2021-10-22 13:13:16 +02:00
cp -r ./fonts ./_site/
2022-01-16 22:02:12 +01:00
# clean up
2022-01-16 16:39:47 +01:00
rm -rf ./_site/README