Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A Jekyll website template for the Fitzwilliam Museum's Nursery in Residence project, built for early years research.
Nursery in Residence is a Jekyll-based static website template created by the Fitzwilliam Museum to support the Nursery in Residence project, an early years research initiative. The repository, named early-years-research, provides the code needed to build and run a site that documents a nursery residency within the museum.
Nursery in Residence is a Jekyll website repository that generates a static HTML site for the Fitzwilliam Museum's nursery in residence project. It takes content written for Jekyll (Markdown, templates, and configuration files) and produces a fully static website that can be served locally or hosted on any static hosting service. The site is developed by @portableant and copyright the University of Cambridge, with the CSS framework provided by Daemonite Material, a Bootstrap 4-based design system.
jekyll serve to preview the site at a local address.To get the site running, you first install Jekyll and Git on your machine. Then you clone the repository using git clone https://github.com/FitzwilliamMuseum/early-years-research.git nursery-in-residence, change into the new directory, and run jekyll serve in your terminal. Jekyll builds the site from the source files and serves it locally for preview.
Yes, the code is open source under a CC-BY license, so you can use and modify it. However, content (text and images) is under a CC-BY-NC-SA-ND license, meaning non-commercial use with no derivatives unless you get explicit permission.
No. The site is generated by Jekyll, which works with files and folders rather than a database. You edit content in Markdown or HTML files and run the build command to produce the static website.
Yes. The project welcomes contributions via GitHub. You can report bugs by creating an issue or fork the repository, make changes on a new branch, and submit a pull request for review.
