This is a Jekyll 4 wrapper website available at https://archives.albany.edu/.
The Jekyll site is now dockerized, so for development you can just run it with:
docker-compose up
Build the image
docker build -t spe_website .
A cronjob in the crontab automatically updates the live website every 5 minutes with any changes committed to this Github repo using update.sh.
*/5 * * * * ./update.sh >> /media/Library/SPE_Automated/spe_website.log 2>&1
This may need permissions for _site and .jekyll-cache
sudo chown -R [host username] .jekyll-cache _site