Skip to content

Commit

Permalink
Merge pull request mmistakes#7 from yizeng/add_license_info
Browse files Browse the repository at this point in the history
Add theme's license information and a link to the license
  • Loading branch information
mattvh committed Sep 8, 2013
2 parents dd7d775 + a00510d commit 1999e08
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 0 deletions.
8 changes: 8 additions & 0 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ <h1>{{ page.title }}</h1>

<div class="meta clearfix">
<strong>Author:</strong> {{ page.author }}

{% if page.license %}
<br /><strong>License:</strong> {{ page.license }}
{% endif %}

<br /><br />
{% if page.homepage %}
<a class="btn" href="{{ page.homepage }}"><i class="icon-home"></i> Homepage</a>
Expand All @@ -20,6 +25,9 @@ <h1>{{ page.title }}</h1>
{% if page.demo %}
<a class="btn" href="{{ page.demo }}"><i class="icon-road"></i> Demo</a>
{% endif %}
{% if page.license_link %}
<a class="btn" href="{{ page.license_link }}"><i class="icon-file"></i> License</a>
{% endif %}
</div>


Expand Down
2 changes: 2 additions & 0 deletions _posts/2013-06-01-scribble.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ download: https://github.com/muan/scribble/archive/master.zip
demo: http://scribble.muan.co/2013/05/06/scribble-the-jekyll-theme/
author: Mu-An Chiou
thumbnail: scribble.png
license: MIT License
license_link: https://github.com/muan/scribble/blob/master/LICENCE
---

There is no clever design philosophy to talk about, I tried to find something to work with, and ‘scribble’ came to my mind. This theme uses Open Sans powered by Google Web Fonts, and was written in plain HTML, SCSS & CoffeeScript, though .scss & .coffee files wouldn’t be included in the theme.
2 changes: 2 additions & 0 deletions _posts/2013-06-05-solar.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ download: https://github.com/redwallhp/solar-theme-jekyll/archive/master.zip
demo: http://redwallhp.github.io/solar-theme-jekyll/
author: Matt Harzewski
thumbnail: solar.png
license: GPL v2 or higher
license_link: https://github.com/redwallhp/solar-theme-jekyll#license
---

A stylish theme for Jekyll blogs, based on the Solarized color palette. For installation instructions, please read the README.md [on GitHub!](https://github.com/redwallhp/solar-theme-jekyll)
Expand Down
2 changes: 2 additions & 0 deletions _posts/2013-06-15-left.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ homepage: https://github.com/holman/left
download: https://github.com/holman/left/archive/master.zip
author: Zach Holman
thumbnail: left.png
license: MIT License
license_link: https://github.com/holman/left/blob/master/LICENSE
---

Left is a clean, whitespace-happy layout for Jekyll.
Expand Down
2 changes: 2 additions & 0 deletions _posts/2013-06-15-slate.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ homepage: https://github.com/jsncostello/slate
download: https://github.com/jsncostello/slate/archive/master.zip
author: Jason Costello
thumbnail: slate.png
license: Creative Commons Attribution 3.0 License
license_link: https://github.com/jsncostello/slate/blob/master/README.md
---
2 changes: 2 additions & 0 deletions _posts/2013-07-13-so-simple.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ download: https://github.com/mmistakes/so-simple-theme/archive/master.zip
demo: http://mmistakes.github.io/so-simple-theme/
author: Michael Rose
thumbnail: so-simple.png
license: GPL v2
license_link: https://github.com/mmistakes/so-simple-theme/blob/master/LICENSE
---

A simple and clean responsive Jekyll theme for words and photos.
Expand Down
2 changes: 2 additions & 0 deletions _posts/2013-07-19-minimal-mistakes.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ download: https://github.com/mmistakes/minimal-mistakes/archive/master.zip
demo: http://mmistakes.github.io/minimal-mistakes/
author: Michael Rose
thumbnail: minimal-mistakes.png
license: MIT License
license_link: https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
---

A minimal Jekyll theme that is all about:
Expand Down
2 changes: 2 additions & 0 deletions _posts/2013-08-06-balzac.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ download: https://github.com/coletownsend/balzac-for-jekyll/archive/master.zip
demo: http://jekyll.gtat.me
author: Cole Townsend
thumbnail: Balzac-for-Jekyll-thumb.jpg
license: MIT License
license_link: https://github.com/ColeTownsend/Balzac-for-Jekyll/blob/master/LICENSE
---

This is built on Semantic.gs grid framework which I edited a bit to make it fluid. It was forked from the wonderful Minimal Mistakes theme by Michael Rose.
Expand Down
2 changes: 2 additions & 0 deletions _posts/2013-08-23-lagom.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ homepage: https://github.com/swanson/lagom
download: https://github.com/swanson/lagom/archive/master.zip
author: Matt Swanson
thumbnail: lagom.png
license: MIT License
license_link: https://github.com/swanson/lagom/blob/master/LICENSE
---

Lagom, a [Jekyll][j] blog theme with just the right amount of style.
Expand Down
2 changes: 2 additions & 0 deletions _posts/2013-08-24-hpstr.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ download: https://github.com/mmistakes/hpstr-jekyll-theme/archive/master.zip
demo: http://mmistakes.github.io/hpstr-jekyll-theme/
author: Michael Rose
thumbnail: hpstr.png
license: GPL v2
license_link: https://github.com/mmistakes/hpstr-jekyll-theme/blob/master/LICENSE
---

What HPSTR brings to the table:
Expand Down

0 comments on commit 1999e08

Please sign in to comment.