Add demo site link

This commit is contained in:
Michael Rose 2017-03-20 15:38:34 -04:00
parent 6fa1f288b7
commit c3bb6ff258
1 changed files with 7 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# Basically Basic Jekyll Theme
# [Basically Basic Jekyll Theme][1]
[![license](https://img.shields.io/github/license/mmistakes/jekyll-theme-basically-basic.svg?style=flat-square)](LICENSE.md)
[![Code Climate](https://img.shields.io/codeclimate/github/mmistakes/jekyll-theme-basically-basic.svg?style=flat-square)](https://codeclimate.com/github/mmistakes/jekyll-theme-basically-basic)
@ -14,7 +14,10 @@ with a few enhancements thrown in for good measure:
- Disqus Comments and Google Analytics support
- SEO best practices via [Jekyll SEO Tag](https://github.com/jekyll/jekyll-seo-tag/)
![jekyll-theme-basically-basic](https://cloud.githubusercontent.com/assets/1376749/24117647/6dede894-0d81-11e7-9c2c-f19bea45e219.jpg)
[![Basically Basic live preview][2]][1]
[1]: https://mmistakes.github.io/jekyll-theme-basically-basic/
[2]: https://cloud.githubusercontent.com/assets/1376749/24117647/6dede894-0d81-11e7-9c2c-f19bea45e219.jpg (live preview)
## Table of Contents
@ -525,8 +528,8 @@ When submitting a pull request:
`my-awesome-new-feature`) and describe the feature or fix.
3. Open a pull request on GitHub.
Theme documentation and sample pages can be found in the [`/docs`](docs) folder
if you'd like to tackle any "low-hanging fruit" like fixing typos, bad grammar, etc.
Sample pages can be found in the [`/docs`](docs) folder if you'd like to tackle
any "low-hanging fruit" like fixing typos, bad grammar, etc.
---