her.esy.fun/fullbuild.sh
Yann Esposito (Yogsototh) 2b652d16f0
first pass minifier
2019-11-18 16:46:15 +08:00

15 lines
283 B
Bash
Executable file

#!/usr/bin/env bash
rm -rf _site
rm -rf _cache
emacs \
--load project.el \
--eval "(progn (delete-directory org-publish-timestamp-directory t) (org-publish \"blog\" t) (evil-quit))"
echo "Update file size"
./update-file-size.sh
echo "Building RSS"
./mkrss.sh
echo "RSS Built"