From 51b6c6ed593f9b1df708b0cde6c11910c919ee86 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Thu, 21 Jul 2016 08:29:21 -0400 Subject: [PATCH 1/3] Update README to include version, link to CHANGELOG, and creator info. --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 38832f3d..ee330065 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,11 @@ -# Minimal Mistakes Jekyll Theme +# [Minimal Mistakes Jekyll Theme](https://mmistakes.github.io/minimal-mistakes/) + +[![GitHub release](https://img.shields.io/github/release/mmistakes/minimal-mistakes.svg)](https://github.com/mmistakes/minimal-mistakes/releases) [![GitHub license](https://img.shields.io/badge/license-MIT-lightgrey.svg)](https://raw.githubusercontent.com/mmistakes/minimal-mistakes/master/LICENSE) Minimal Mistakes is a flexible two-column Jekyll theme. Perfect for hosting your personal site, blog, or portfolio on GitHub or self-hosting on your own server. As the name implies --- styling is purposely minimalistic to be enhanced and customized by you :smile:. +See what's new in the [CHANGELOG](CHANGELOG.md). + [![Minimal Mistakes live preview][2]][1] [1]: https://mmistakes.github.io/minimal-mistakes/ @@ -63,6 +67,14 @@ To help me out try to avoid creating pull requests on `master` and instead branc ## Credits +### Creator + +**Michael Rose** + +- +- +- + ### Icons + Demo Images: - [The Noun Project](https://thenounproject.com) -- Garrett Knoll, Arthur Shlain, and [tracy tam](https://thenounproject.com/tracytam) From 5a2d54f64f8da39618274f4c770720c8fc01e5e3 Mon Sep 17 00:00:00 2001 From: Gabor Meszaros Date: Tue, 26 Jul 2016 15:13:38 +0200 Subject: [PATCH 2/3] Add external atom feed URL config possibility --- _config.yml | 2 ++ _includes/footer.html | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 57130baa..bd2e2f08 100644 --- a/_config.yml +++ b/_config.yml @@ -28,6 +28,8 @@ comments: appid : num_posts : # 5 (default) colorscheme : # "light" (default), "dark" +atom_feed: + path : # blank (default) uses feed.xml # SEO Related google_site_verification : diff --git a/_includes/footer.html b/_includes/footer.html index 466526dd..a0ffe60e 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -17,7 +17,7 @@ {% if site.author.bitbucket %}
  • Bitbucket
  • {% endif %} -
  • {{ site.data.ui-text[site.locale].feed_label }}
  • +
  • {{ site.data.ui-text[site.locale].feed_label }}
  • From d238a0de838310e7f282803006ba4eb3f7f18faf Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Tue, 26 Jul 2016 15:34:21 -0400 Subject: [PATCH 3/3] Add external feed URL conditional to `` --- _includes/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/head.html b/_includes/head.html index a28ce9a0..ffcc7416 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -4,7 +4,7 @@ {% include seo.html %} - +