Source files for The 1520s Project website
Files/directories:
- _includes == Liquid include files
- _layouts == webpage template files
- about == about page for website
- browse == browse page for the website
- documentation == documentation page for website
- images == image files for the website
- work == work page for the website
- .gitignore == ignores .DS_Store
- .serve == adds a specific port to run the website locally
- 404.html == page for page not found
- CNAME == gives the website URL hosted on Github
- Gemfile == needed for local website display
- LICENSE == license for website
- Makefile == makefile for running scripts locally
- README.md == this file
- _config.yml == configuration file with site-wide settings
- index.markdown == the home page (compiled into index.html)
- scripts-listeners.html == JavaScript listeners for the home page
- scripts-local.html == JavaScript scripts for the home page
- style-local.html == CSS styles for the home page