https://github.com/fitzwilliammuseum/fitz-jeykll-template
A template for Jekyll sites
https://github.com/fitzwilliammuseum/fitz-jeykll-template
jekyll
Last synced: about 2 months ago
JSON representation
A template for Jekyll sites
- Host: GitHub
- URL: https://github.com/fitzwilliammuseum/fitz-jeykll-template
- Owner: FitzwilliamMuseum
- License: gpl-3.0
- Created: 2021-06-28T19:19:59.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-07-10T15:10:32.000Z (about 1 year ago)
- Last Synced: 2025-07-10T21:48:32.434Z (about 1 year ago)
- Topics: jekyll
- Language: HTML
- Homepage:
- Size: 1.17 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Template Jekyll - Fitzwilliam
[](https://zenodo.org/badge/latestdoi/381138642)
This template can be used to generate scaffolded Jekyll instances for Fitzwilliam Museum projects.
## To run locally
* Install Jekyll on your machine following these [instructions](https://jekyllrb.com/docs/installation/)
* Install Git on your machine following these [instructions](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)
* Clone the code for this repository:
`git clone https://github.com/FitzwilliamMuseum/fitz-jekyll-Template.git reponame`
* Install the gems
`bundle install`
* Change to the directory and then run this command in terminal `bundle exec jekyll serve`
## Credits
Website by [@portableant](https://github.com/portableant)
## License
GPL V3 for code, CC-BY-NC-SA-ND for content (text and images) unless stated otherwise.
## Contributing guidelines
If you want to contribute fixes to this site, you are very welcome to do so. To do this, either add a [bug report under issues](https://github.com/FitzwilliamMuseum/fitz-jekyll-Template/issues) or fork the repository and create a new branch for proposed fixes and then submit a pull request.