her.esy.fun/build.sh

14 lines
247 B
Bash
Raw Normal View History

2019-07-25 22:37:45 +00:00
#!/usr/bin/env bash
2019-11-27 16:07:25 +00:00
emacs \
--load project.el \
--eval "(progn (org-publish \"blog\" t) (evil-quit))"
echo "Update file size"
./update-file-size.sh
echo "Gen themes clones"
./dup-for-themes.sh
echo "Building RSS"
./mkrss.sh
echo "RSS Built"