geoblacklight / geoblacklight.github.io

GeoBlacklight public website
http://geoblacklight.org
9 stars 16 forks source link

Quick start steps should use latest stable release #262

Closed spilth closed 1 month ago

spilth commented 1 month ago

Problem

Following the quick start instructions currently results in a potentially unusable application.

For example, I tried just now to spin up a GeoBlacklight instance and the homepage failed with: Error: Undefined variable: "$text-muted".

Solution

Change the quick start instructions to point to the latest stable release's template

Notes

This will require upkeep when there's a new release, but I believe it's a better experience to start with a stable release rather than something that's in flux.

I'd totally understand if the preference is to fail forward and just make sure main is always generating a working project. I wonder if that's something that could be automated in CI...