directory
directory copied to clipboard
Plugins and Themes discovery for Jekyll, built with Jekyll.
The following Rake task takes the directory listing (`_data/themes.yml` and `_data/plugins.yml` clubbed into a single `_data/entries.yml`) and downloads each gem into their respective directory ```ruby # frozen_string_literal: true require "rubygems"...
I wonder if we could whip something up that runs when the site is built on CI that verifies that all Gems exist, and URLs don't 404. Seems like it’d...
Right now, we list [available plugins in the Jekyll documentation](https://jekyllrb.com/docs/plugins/#available-plugins). We should create an entry on the site for each of these plugins.