josefadamcik / SofleKeyboard

A split keyboard based on Lily58, Crkbd and Helix keyboards
https://josefadamcik.github.io/SofleKeyboard/
Other
1.79k stars 277 forks source link

Jekyll docs tooling update #200

Closed JellyTitan closed 4 months ago

JellyTitan commented 4 months ago

The Gemfile for the jekyll docs is out of date. When attempting to run locally, it throws errors: image

The updated Gemfile bumps the gem github pages to v231 gem "github-pages", "231", group: : jekyll_plugin

Also adds the gem [webrick](https://rubygems.org/gems/webrick/versions/1.3.1?locale=en) to support a local https server.

To test this update, pull it locally. If you already have Ruby setup for jekyll pages, from the docs folder you can run bundle to install the gems. (You may need to run bundle update). Run bundle exec jekyll serve to spin up a local server. If things work as expected, you should get a local server running: image

JellyTitan commented 4 months ago

Sorry - there was a ton of extra junk in here. Will submit new Cleaner PR.