This repository contains the theme and basic structure of the FileFighter-Blog (see here)
A dark version of the default theme Minima of Jekyll.
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.
- 
Add the following to your Gemfilegem "jekyll-remote-theme" and run bundle installto install the plugin.
- 
Add the following to your site's _config.ymlto activate the pluginplugins: - jekyll-remote-theme 
- 
Add the following to your site's _config.ymlremote_theme: songzivong/dark-minima 
