tilde-site/build.sh

10 lines
243 B
Bash
Executable File

# Generate the output HTML using org-publish
# Then copy the css/ and img/ dirs to the output, too.
emacs --script "publish.el"
# just in case we shitposted a little
rsync -rv org/rss.xml html/rss.xml
rsync -rv css html/
rsync -rv img html/