timwis / jkan

A lightweight, backend-free open data portal, powered by Jekyll
https://jkan.io
MIT License
219 stars 309 forks source link

Use built-in helper to generate GitHub edit link #197

Closed timwis closed 1 year ago

timwis commented 1 year ago

See #195. Note that there are a lot of changes to the Gemfile.lock because I've swapped out the jekyll gem for the github-pages gem (which includes jekyll). In the process, it also effectively upgrades the jekyll version used for development (and its dependencies). We could avoid this by pegging github-pages to whatever version was around at the time the Gemfile was first generated, but I don't think that's necessary as I'm pretty sure GitHub builds using the latest version of jekyll anyway.

BryanQuigley commented 1 year ago

This works great!