her.esy.fun/build.sh

16 lines
286 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))"
2019-11-27 23:28:10 +00:00
echo "Optim HTML size"
./optim-html.sh
2019-11-27 16:07:25 +00:00
echo "Gen themes clones"
./dup-for-themes.sh
2019-11-27 23:28:10 +00:00
echo "Update file size"
./update-file-size.sh
2019-11-27 16:07:25 +00:00
echo "Building RSS"
./mkrss.sh
echo "RSS Built"