Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8e930fa

Browse files
committedAug 26, 2013
Merge branch 'release/1.1.1'
2 parents 9ebb147 + 3231f4e commit 8e930fa

26 files changed

+453
-34
lines changed
 

‎README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# HPSTR RDX Jekyll Theme
1+
# HPSTR Jekyll Theme
22

33
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 [on Github](http://github.com/mmistakes), 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...
44

5-
## What HPSTR RDX brings to the table:
5+
## What HPSTR brings to the table:
66

77
* Responsive templates for post, page, and post index `_layouts`. Looks great on mobile, tablet, and desktop devices.
88
* Gracefully degrads in older browsers. Compatible with Internet Explorer 8+ and all modern browsers.
@@ -11,15 +11,16 @@ They say three times the charm, so here is another free responsive Jekyll theme
1111
* Readable typography to make your words shine.
1212
* Support for large images to call out your favorite posts.
1313
* Comments powered by [Disqus](http://disqus.com) if you choose to enable.
14+
* Social Sharing links for Facebook, Twitter, and Google+ if you choose to enable.
1415
* Simple and clear permalink structure.
1516
* [Open Graph](https://developers.facebook.com/docs/opengraph/) and [Twitter Cards](https://dev.twitter.com/docs/cards) support for a better social sharing experience.
1617
* Simple [custom 404 page](http://mmistakes.github.io/hpstr-jekyll-theme/404.html) to get you started.
1718
* Stylesheets for Pygments and Coderay [syntax highlighting](http://mmistakes.github.io/hpstr-jekyll-theme/code-highlighting-post/) to make your code examples look snazzy
18-
* Grunt build script for easy theme development
19+
* [Grunt](http://gruntjs.com) build script for easy theme development
1920

2021
[Theme Preview](http://mmistakes.github.io/hpstr-jekyll-theme)
2122

22-
![HPSTR RDX Theme Preview screenshot](http://mmistakes.github.io/hpstr-jekyll-theme/images/hpstr-jekyll-theme-preview.jpg)
23+
![HPSTR Theme Preview screenshot](http://mmistakes.github.io/hpstr-jekyll-theme/images/hpstr-jekyll-theme-preview.jpg)
2324

2425
---
2526

‎_layouts/page.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@ <h1 class="entry-title" itemprop="name">{{ page.title }}</h1>
3232
<footer class="entry-meta">
3333
{% if page.modified %}{{ page.title }} was last modified on <span class="entry-date date modified"><time datetime="{{ page.modified }}" itemprop="dateModified">{{ page.modified }}</time></span>
3434
<span class="author vcard fn" itemprop="author" itemtype="http://schema.org/Person">{{ site.owner.name }}</span>{% endif %}
35+
{% if page.share %}<div class="social-share">
36+
<ul class="socialcount socialcount-small inline-list" data-url="{{ site.url }}{{ page.url }}" data-share-text="{{ page.title }}">
37+
<li class="facebook"><a href="https://www.facebook.com/sharer/sharer.php?u={{ site.url }}{{ page.url }}" title="Share on Facebook"><span class="count"><i class="icon-facebook-sign"></i> Like</span></a></li>
38+
<li class="twitter"><a href="https://twitter.com/intent/tweet?text={{ site.url }}{{ page.url }}" title="Share on Twitter"><span class="count"><i class="icon-twitter-sign"></i> Tweet</span></a></li>
39+
<li class="googleplus"><a href="https://plus.google.com/share?url={{ site.url }}{{ page.url }}" title="Share on Google Plus"><span class="count"><i class="icon-google-plus-sign"></i> +1</span></a></li>
40+
</ul>
41+
</div><!-- /.social-share -->{% endif %}
3542
</footer>
3643
</div><!-- /.entry-content -->
3744
{% if site.disqus_shortname and page.comments %}<section id="disqus_thread"></section><!-- /#disqus_thread -->{% endif %}

‎_layouts/post.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,13 @@ <h2>{{ page.date | date: "%B %d, %Y" }}</h2>
4040
was published on <span class="entry-date date published updated"><time datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">{{ page.date | date: "%B %d, %Y" }}</span></time>
4141
{% if page.modified %}(revised: <span class="entry-date date modified"><time datetime="{{ page.modified }}" itemprop="dateModified">{{ page.modified | date: "%m/%d/%Y" }}</time></span>){% endif %}
4242
<span class="author vcard" itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name" class="fn"><a href="{{ site.url }}/about" title="About {{ site.owner.name }}" itemprop="url">{{ site.owner.name }}</a></span></span>
43+
{% if page.share %}<div class="social-share">
44+
<ul class="socialcount socialcount-small inline-list" data-url="{{ site.url }}{{ page.url }}" data-share-text="{{ page.title }}">
45+
<li class="facebook"><a href="https://www.facebook.com/sharer/sharer.php?u={{ site.url }}{{ page.url }}" title="Share on Facebook"><span class="count"><i class="icon-facebook-sign"></i> Like</span></a></li>
46+
<li class="twitter"><a href="https://twitter.com/intent/tweet?text={{ site.url }}{{ page.url }}" title="Share on Twitter"><span class="count"><i class="icon-twitter-sign"></i> Tweet</span></a></li>
47+
<li class="googleplus"><a href="https://plus.google.com/share?url={{ site.url }}{{ page.url }}" title="Share on Google Plus"><span class="count"><i class="icon-google-plus-sign"></i> +1</span></a></li>
48+
</ul>
49+
</div><!-- /.social-share -->{% endif %}
4350
</footer>
4451
</div><!-- /.entry-content -->
4552
{% if site.disqus_shortname and page.comments %}<section id="disqus_thread"></section><!-- /#disqus_thread -->{% endif %}

‎_posts/2011-03-10-sample-post.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ image:
88
feature: abstract-3.jpg
99
credit: dargadgetz
1010
creditlink: http://www.dargadgetz.com/ios-7-abstract-wallpaper-pack-for-iphone-5-and-ipod-touch-retina/
11-
comments: true
11+
comments: true
12+
share: true
1213
---
1314

1415
Below is just about everything you'll need to style in the theme. Check the source code to see the many embedded elements within paragraphs.

‎_posts/2012-05-22-readability-post.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ image:
77
feature: abstract-6.jpg
88
credit: dargadgetz
99
creditlink: http://www.dargadgetz.com/ios-7-abstract-wallpaper-pack-for-iphone-5-and-ipod-touch-retina/
10-
comments: true
10+
comments: true
11+
share: true
1112
---
1213

1314
Portland in shoreditch Vice, labore typewriter pariatur hoodie fap sartorial Austin. Pinterest literally occupy Schlitz forage. Odio ad blue bottle vinyl, 90's narwhal commodo bitters pour-over nostrud. Ugh est hashtag in, fingerstache adipisicing laboris esse Pinterest shabby chic Portland. Shoreditch bicycle rights anim, flexitarian laboris put a bird on it vinyl cupidatat narwhal. Hashtag artisan skateboard, flannel Bushwick nesciunt salvia aute fixie do plaid post-ironic dolor McSweeney's. Cliche pour-over chambray nulla four loko skateboard sapiente hashtag.

‎_posts/2013-05-22-sample-post-images.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ layout: post
33
title: "A Post with Images"
44
description: "Examples and code for displaying images in posts."
55
tags: [sample post, images, test]
6-
comments: true
6+
comments: true
7+
share: true
78
---
89

910
Here are some examples of what a post with images might look like. If you want to display two or three images next to each other responsively use `figure` with the appropriate `class`. Each instance of `figure` is auto-numbered and displayed in the caption.

‎_posts/2013-05-23-readability-feature-post.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ image:
88
feature: abstract-7.jpg
99
credit: dargadgetz
1010
creditlink: http://www.dargadgetz.com/ios-7-abstract-wallpaper-pack-for-iphone-5-and-ipod-touch-retina/
11-
comments: true
11+
comments: true
12+
share: true
1213
---
1314

1415
This is a sample post with a large feature image up top and tons of text. Odio ad blue bottle vinyl, 90's narwhal commodo bitters pour-over nostrud. Ugh est hashtag in, fingerstache adipisicing laboris esse Pinterest shabby chic Portland. Shoreditch bicycle rights anim, flexitarian laboris put a bird on it vinyl cupidatat narwhal. Hashtag artisan skateboard, flannel Bushwick nesciunt salvia aute fixie do plaid post-ironic dolor McSweeney's. Cliche pour-over chambray nulla four loko skateboard sapiente hashtag.

‎_posts/2013-06-25-video-post.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ title: "A Post with a Video"
44
description: "Custom written post descriptions are the way to go... if you're not lazy."
55
tags: [sample post, video]
66
comments: true
7+
share: true
78
---
89

910
<iframe width="560" height="315" src="http://www.youtube.com/embed/SqYiglufb8Y" frameborder="0"> </iframe>

‎_posts/2013-08-12-sample-link-post.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ description: "Example and code for using link posts."
55
tags: [sample post, link post]
66
comments: true
77
link: http://mademistakes.com
8+
share: true
89
---
910

10-
So Simple Theme now supports **link posts**, made famous by John Gruber. To activate just add `link: http://url-you-want-linked` to the post's YAML front matter and you're done.
11+
This theme supports **link posts**, made famous by John Gruber. To use, just add `link: http://url-you-want-linked` to the post's YAML front matter and you're done.

‎_posts/2013-08-16-code-highlighting-post.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ image:
88
feature: abstract-10.jpg
99
credit: dargadgetz
1010
creditlink: http://www.dargadgetz.com/ios-7-abstract-wallpaper-pack-for-iphone-5-and-ipod-touch-retina/
11-
comments: true
11+
comments: true
12+
share: true
1213
---
1314

1415
[Syntax highlighting](http://en.wikipedia.org/wiki/Syntax_highlighting) is a feature that displays source code, in different colors and fonts according to the category of terms. This feature facilitates writing in a structured language such as a programming language or a markup language as both structures and syntax errors are visually distinct. Highlighting does not affect the meaning of the text itself; it is intended only for human readers.

‎about.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
---
22
layout: page
3-
permalink: /about/index.html
3+
permalink: /about/
44
title: About the Theme
55
tags: [Jekyll, theme, modern, minimal, responsive]
66
image:
77
feature: abstract-5.jpg
88
credit: dargadgetz
99
creditlink: http://www.dargadgetz.com/ios-7-abstract-wallpaper-pack-for-iphone-5-and-ipod-touch-retina/
10+
share: true
1011
---
1112

1213
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 [on Github](http://github.com/mmistakes), 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...
1314

14-
## What HPSTR RDX brings to the table:
15+
## What HPSTR brings to the table:
1516

1617
* Responsive templates for post, page, and post index `_layouts`. Looks great on mobile, tablet, and desktop devices.
1718
* Gracefully degrads in older browsers. Compatible with Internet Explorer 8+ and all modern browsers.
@@ -24,7 +25,7 @@ They say three times the charm, so here is another free responsive Jekyll theme
2425
* [Open Graph](https://developers.facebook.com/docs/opengraph/) and [Twitter Cards](https://dev.twitter.com/docs/cards) support for a better social sharing experience.
2526
* Simple [custom 404 page]({{ site.url }}/404.html) to get you started.
2627
* Stylesheets for Pygments and Coderay [syntax highlighting]({{ site.url }}/code-highlighting-post/) to make your code examples look snazzy
27-
* Grunt build script for easy theme development
28+
* [Grunt](http://gruntjs.com) build script for easy theme development
2829

2930
<div markdown="0"><a href="{{ site.url }}/theme-setup" class="btn btn-info">Install the Theme</a></div>
3031

‎archive.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post-index
3-
permalink: /articles/index.html
3+
permalink: /articles/
44
title: All Posts
55
permalink: /archive/index.html
66
description: "An archive of posts."

‎assets/css/main.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
There was a problem loading the remainder of the diff.

0 commit comments

Comments
 (0)
Failed to load comments.