CollectionBuilder / collectionbuilder-sheets

A framework for creating digital exhibits by loading collection metadata directly from a CSV (such as a published Google Sheet!). See the readme for instructions!
https://collectionbuilder.github.io/collectionbuilder-sheets/
MIT License
9 stars 6 forks source link

feature include strategy #9

Closed evanwill closed 1 year ago

evanwill commented 2 years ago

@dcnb check out branch index-features where I set up a kind of weird, but pragmatic way to add feature includes to the page (kind of works around limitations of jekyll layouts and not having the metadata at build by passing js variables down the page). Right now just setting up index page boxes, but exactly same set up will work for the About page features as well. Probably would make the current "home-js.html" foot into a generic foot to add to any page that has features to trigger. The idea docs/feature-includes.md

I think it makes sense and is actually fairly simple to set up converting the existing includes--does it make sense??