Skip to content

UAlbanyArchives/spe_website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

717531a · Feb 10, 2025
Jan 26, 2023
Mar 1, 2024
Dec 13, 2024
Jan 7, 2025
Jul 31, 2024
Mar 1, 2024
Jan 26, 2023
Jan 7, 2025
Oct 21, 2024
Jan 26, 2023
Aug 30, 2024
Nov 26, 2024
May 7, 2024
Aug 4, 2020
Aug 4, 2020
Aug 30, 2024
Jan 9, 2025
Jan 26, 2023
Nov 22, 2024
Aug 4, 2020
Jan 26, 2023
Nov 22, 2024
Jan 26, 2023
Nov 22, 2024
Nov 18, 2024
Aug 4, 2020
Nov 10, 2021
Nov 3, 2023
Nov 3, 2023
Nov 3, 2023
Sep 11, 2023
Sep 11, 2023
Sep 11, 2023
Aug 30, 2024
Jan 26, 2023
Sep 11, 2023
Jan 26, 2023
Jan 26, 2023
Feb 10, 2025
Feb 17, 2022
Mar 1, 2024
Jun 26, 2024
Jan 7, 2025
Aug 30, 2024
Jan 26, 2023
Jan 26, 2023
May 7, 2024
Jan 26, 2023
Jan 26, 2023
Jan 18, 2024
Jan 26, 2023
Jan 19, 2024
Jan 26, 2023
Aug 31, 2023
Jan 26, 2023
Jan 26, 2023
Dec 4, 2024
Jan 18, 2024
Jan 26, 2023
Jan 26, 2023
Jan 26, 2023
Jan 26, 2023
Dec 9, 2024
Nov 3, 2023
Jan 26, 2023
Jan 26, 2023
Jan 26, 2023
Aug 10, 2023

Repository files navigation

Website for M.E. Grenander Department of Special Collections & Archives

This is a Jekyll 4 wrapper website available at https://archives.albany.edu/.

Development

The Jekyll site is now dockerized, so for development you can just run it with:

docker-compose up

Production

A cronjob in the crontab automatically updates the live website every 5 minutes with any changes committed to this Github repo using update.sh. This script also copies the main index.html page built by jekyll into the Hyrax public directory so it will also be available at https://archives.albany.edu/ in addition to https://archives.albany.edu/web/.

This script also updates all the 400, 422, and 500 pages for the rails apps

*/5 * * * * cd /var/www/spe_website && ./update.sh >> /media/Library/ESPYderivatives/spe_website.log 2>&1