README.md in lucid-jekyll-theme-0.1.0 vs README.md in lucid-jekyll-theme-0.1.1

- old
+ new

@@ -1,12 +1,12 @@ -# Lucid Jekyll theme [![Build Status](https://api.travis-ci.org/kelley12/lucid-jekyll-theme.svg?branch=master)](https://travis-ci.org/kelley12/lucid-jekyll-theme/) ![license](https://img.shields.io/badge/license-MIT-blue.svg?link=https://github.com/Kelley12/liminal-jekyll-theme/blob/master/LICENSE) +# Lucid Jekyll theme [![Build Status](https://travis-ci.org/Kelley12/lucid-jekyll-theme.svg?branch=master)](https://travis-ci.org/kelley12/lucid-jekyll-theme/) ![license](https://img.shields.io/badge/license-MIT-blue.svg?link=https://github.com/Kelley12/lucid-jekyll-theme/blob/master/LICENSE) Jekyll theme based on [Freelancer bootstrap theme](http://startbootstrap.com/template-overviews/freelancer/) ## Screenshot -![Screenshot](/screenshot.png) +![Screenshot](assets/img/screenshot.png) ## Installation Add this line to your Jekyll site's `Gemfile`: @@ -16,9 +16,15 @@ And add this line to your Jekyll site's `_config.yml`: ```yaml theme: lucid-jekyll-theme +``` + +If you are using this theme for GitHub pages, also ass this line to `_config.yml`: + +```yaml +remote-theme: kelley12/lucid-jekyll-theme ``` And then execute: ```bash