0.0
No commit activity in last 3 years
No release in over 3 years
A dark version of the default theme Minima of Jekyll.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

dark-minima

A dark version of the default theme Minima of Jekyll.

Installation

Normally, for installing this jekyll theme into your site, you just need to add gem 'dark-minima' to the Gemfile and add theme: dark-minima to the _config.yml. However, if your site is hosted in GitHub Pages, you have to use the remote theme.

  1. Add the following to your Gemfile

    gem "jekyll-remote-theme"

    and run bundle install to install the plugin.

  2. Add the following to your site's _config.yml to activate the plugin

    plugins:
      - jekyll-remote-theme
  3. Add the following to your site's _config.yml

    remote_theme: songzivong/dark-minima