From c3bb6ff25820b675951e96ceced60490a5e9f5a6 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Mon, 20 Mar 2017 15:38:34 -0400 Subject: [PATCH] Add demo site link --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index aaa5d91..17c6dd8 100644 --- a/README.md +++ b/README.md @@ -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. ---