her.esy.fun/fullbuild.sh
2019-11-04 09:03:38 +01:00

9 lines
188 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))"