Jekyll blades

Table of Contents

Install

All CSS and HTML blades are available as a Jekyll theme.

Manually:

In you _config.yml:

remote_theme: anydigital/blades@v0.27.0-beta # or latest
plugins:
  - jekyll-remote-theme

Living example: /anydigital/bladeswitch/blob/main/_config.yml

Preconfigured:

🥷 Bladeswitch Starter ↗  Jekyll + Pico + Blades


Jekyll tricks

Running GitHub Pages' Jekyll locally

Assuming you already installed rbenv:

  1. source "https://rubygems.org"
    
    gem "github-pages", group: :jekyll_plugins
    
  2. bundle install
    bundle exec jekyll serve
    

Living example: /anydigital/bladeswitch/blob/main/Gemfile

More info: /github/pages-gem#usage, /docs/installation/macos