Skip to content

FileFighter/dark-minima

 
 

Repository files navigation

filefighter.github.io - Theme

This repository contains the theme and basic structure of the FileFighter-Blog (see here)

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

About

Customized version of the dark Minima for Jekyll.

Resources

License

Stars

Watchers

Forks

Languages

  • HTML 46.4%
  • SCSS 41.4%
  • JavaScript 5.6%
  • Python 4.2%
  • Ruby 2.4%