Github-UiKit Migrated to Miniml


Title:
Github-UiKit Migrated to Miniml
Date:
Dec 03, 2021
Tags:

Github-UiKit is available as a Jekyll theme gem. It has been built with Github Pages in mind. Installing should be fairly simple.

Installing the Theme

If you’re running Jekyll v3.5+ and self-hosting you can quickly install the theme as a Ruby gem.

ProTip: Be sure to remove the folders and files that you don’t need. These folders contain documentation and test pages for the theme and you probably don’t want them littering up your repo.

Ruby Gem Method

Add this line to your Jekyll site’s Gemfile:

gem "miniml"

Add this line to your Jekyll site’s _config.yml file:

theme: miniml

Then run Bundler to install the theme gem and dependencies:

bundle install

Share this content