# mere-blog-theme Mere is a minimal and simple blog theme, and nothing more, for use with Jekyll and GitHub Pages. ## Features * Homepage featuring latest posts * Good for large post images * Blog and post layouts included * Authors section and author pages, including links to author from post pages * Responsive design * Simple and clean design ## Installation This theme is available as a [Ruby Gem](https://rubygems.org/gems/mere-blog-theme) Add this line to your Jekyll site's `Gemfile`: ```ruby gem "mere-blog-theme" ``` And add this line to your Jekyll site's `_config.yml`: ```yaml theme: mere-blog-theme ``` And then execute: $ bundle Or install it yourself as: $ gem install mere-blog-theme ## Use with GitHub Pages The theme can also be used with GitHub Pages by adding this line to your `_config.yml` ```yaml remote_theme: chrisrhymes/mere-blog-theme ```