You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
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.
4
4
5
+
**Compatible with Jekyll 3.0 and up.**
6
+
5
7
##What HPSTR brings to the table:
6
8
7
9
* Modern and minimal design.
@@ -11,7 +13,7 @@ They say three times the charm, so here is another free responsive Jekyll theme
11
13
* Optional[Disqus](http://disqus.com) comments and social sharing links.
12
14
*[Open Graph](https://developers.facebook.com/docs/opengraph/) and[Twitter Cards](https://dev.twitter.com/docs/cards) support for a better social sharing experience.
13
15
* Simple[custom 404 page](http://mmistakes.github.io/hpstr-jekyll-theme/404.html) to get you started.
14
-
*Stylesheets for Pygments and Coderay[syntax highlighting](http://mmistakes.github.io/hpstr-jekyll-theme/code-highlighting-post/) to make your code examples look snazzy
16
+
*[Syntax highlighting](http://mmistakes.github.io/hpstr-jekyll-theme/code-highlighting-post/) stylesheet to make your code examples look snazzy
15
17
*[Available in Spanish](https://github.com/cruznick/hpstr-jekyll-theme/tree/es). Thanks[@cruznick](https://github.com/cruznick)!
@@ -20,6 +22,6 @@ They say three times the charm, so here is another free responsive Jekyll theme
20
22
21
23
##Getting Started
22
24
23
-
HPSTR takes advantage ofSass and data files to make customizing easier. These features require Jekyll 2.x and will not work with older versions of Jekyll.
25
+
HPSTR takes advantage ofSCSS and data files to make customizing easier. These features require Jekyll 2.x and will not work with older versions of Jekyll.
24
26
25
27
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.