CollectionBuilder / collectionbuilder-csv

CollectionBuilder-CSV is a "stand alone" template for creating digital collection and exhibit websites using Jekyll and a metadata CSV.
MIT License
21 stars 16 forks source link

tweak standard visualizations to support page front matter #67

Open evanwill opened 1 year ago

evanwill commented 1 year ago

includes use theme values by default, but the same values can be set in page front matter (which over rides theme values), making it easier to set up custom additional pages

maehr commented 6 months ago

Hi @evanwill we couldn't figure out exactly what you mean by your issue. Could you please elaborate with more details?

evanwill commented 6 months ago

@maehr if you look at the "pages/locations.md" and "pages/subjects.md", the front matter sets the values used for the "cloud" layout, and all options for the visualization are supported by adding front matter to a page with the layout cloud (see cloud docs). This makes it easy to set up new cloud pages in a variety of ways, without needing to mess around with the layout. I would like the "map", "data", "timeline", and maybe "browse" to work in a similar way so you can create custom versions without messing around with setting up new layouts. I am not exactly sure which all options would be supported yet.

evanwill commented 6 months ago

I guess there is a more specific version of this related to the map layout in with an example #78