Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dldx/hpstr-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Rose <est.michael@gmail.com>2016-02-29 04:23:07 +0300
committerMichael Rose <est.michael@gmail.com>2016-02-29 04:23:07 +0300
commitbb8ba987938f86536a9c9897bcfc100de931d7d5 (patch)
tree10cd7b2ead963a0401532424d70a2d09a7eec3a9
parentbc4786dad0f707245745b1d9446fc5b1a7f71481 (diff)
Add note about being Jekyll v3 compatible.
- Close #140
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 03438f9..b7751ec 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
They say three times the charm, so here is another free responsive Jekyll theme for you. I've learned a ton since open sourcing [my first two themes](https://mademistakes.com/work/jekyll-themes/), and wanted to try a few new things this time around. If you've used my previous themes most of this should be familiar territory.
-**Jekyll 3 Update:** A version of HPSTR compatible with Jekyll 3 can be found in the [`jekyll3` branch](https://github.com/mmistakes/hpstr-jekyll-theme/tree/jekyll3). GitHub Pages is [locked at version 2.4](https://pages.github.com/versions/) so some keep that in mind if you're trying to use 3.0 features that aren't supported there yet.
+**Compatible with Jekyll 3.0 and up.**
## What HPSTR brings to the table:
@@ -13,7 +13,7 @@ They say three times the charm, so here is another free responsive Jekyll theme
* Optional [Disqus](http://disqus.com) comments and social sharing links.
* [Open Graph](https://developers.facebook.com/docs/opengraph/) and [Twitter Cards](https://dev.twitter.com/docs/cards) support for a better social sharing experience.
* Simple [custom 404 page](http://mmistakes.github.io/hpstr-jekyll-theme/404.html) to get you started.
-* Stylesheets for Pygments and Coderay [syntax highlighting](http://mmistakes.github.io/hpstr-jekyll-theme/code-highlighting-post/) to make your code examples look snazzy
+* [Syntax highlighting](http://mmistakes.github.io/hpstr-jekyll-theme/code-highlighting-post/) stylesheet to make your code examples look snazzy
* [Available in Spanish](https://github.com/cruznick/hpstr-jekyll-theme/tree/es). Thanks [@cruznick](https://github.com/cruznick)!
![HPSTR Theme Preview screenshot](http://mmistakes.github.io/hpstr-jekyll-theme/images/hpstr-jekyll-theme-preview.jpg)
@@ -22,6 +22,6 @@ They say three times the charm, so here is another free responsive Jekyll theme
## Getting Started
-HPSTR takes advantage of Sass and data files to make customizing easier. These features require Jekyll 2.x and will not work with older versions of Jekyll.
+HPSTR takes advantage of SCSS and data files to make customizing easier. These features require Jekyll 2.x and will not work with older versions of Jekyll.
To learn how to install and use this theme check out the [Setup Guide](https://mmistakes.github.io/hpstr-jekyll-theme/theme-setup/) for more information. \ No newline at end of file