her.esy.fun/fullbuild.sh

17 lines
328 B
Bash
Raw Normal View History

2019-09-25 14:31:47 +00:00
#!/usr/bin/env bash
rm -rf _site
rm -rf _cache
2019-11-04 08:03:38 +00:00
emacs \
--load project.el \
--eval "(progn (delete-directory org-publish-timestamp-directory t) (org-publish \"blog\" t) (evil-quit))"
2019-11-18 08:46:15 +00:00
echo "Update file size"
./update-file-size.sh
2019-11-22 03:23:04 +00:00
echo "Gen themes clones"
./dup-for-themes.sh
2019-11-18 08:46:15 +00:00
echo "Building RSS"
./mkrss.sh
echo "RSS Built"