Skip to content

UAlbanyArchives/spe_website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

684 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors