her.esy.fun/fullbuild.sh

6 lines
177 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))'