cosmicflow/create.sh

18 lines
404 B
Bash
Raw Permalink Normal View History

#!/usr/bin/env sh
2025-03-02 13:50:52 +05:30
# start with a clean slate
rm -rf ./public/cosmicflow-html/
# generate the html and gemini versions of the site using org-publish
emacs -Q --batch -l create-site.el
2025-03-02 13:50:52 +05:30
# run script to copy the generated latex images to the appropiate subdirectories
./copy_latex_images.sh
2025-02-10 03:21:14 +05:30
2025-03-02 13:50:52 +05:30
# Generate the exocortex
./build_exocortex.sh
2025-02-10 03:21:14 +05:30
2025-03-02 13:50:52 +05:30
# Copy relavent pics to blog subdirectories
./copy-pics.sh