Skip to content

Commit

Permalink
feat(theme): add theme basic info
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Aug 11, 2015
1 parent c38e1bf commit 21fc0c3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
7 changes: 7 additions & 0 deletions _app/_data/curtana.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Theme facts
meta:
name: Curtana
url: http://github.com/sparanoid/amsf-curtana
author: Tunghsiao Liu
author_url: http://sparanoid.com/

# {{ site.data.curtana.free }}: used in homepage, not implimented at the moment
free: true

Expand Down
4 changes: 4 additions & 0 deletions _app/_includes/themes/curtana/includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,16 @@
<footer class=footer>
<ul>
<li><a href="{{ site.base }}/">{{ site.name }}</a></li>

{% if site.credits %}
<li><a href="http://sparanoid.com/lab/amsf/" title="Almace Scaffolding">AMSF</a></li>
<li><a href="{{ site.data.curtana.meta.url }}" title="{{ site.data.curtana.meta.name }}">{{ site.data.curtana.meta.name }}</a></li>
{% endif %}

{% if site.data.curtana.subscription %}
<li><a href="{{ '/email-signup' | prepend: site.base }}/">Email</a></li>
{% endif %}

<li><a href="{{ amsf_feed_url }}" title="Feed - Atom (The Atom Syndication Format)">Atom</a></li>
</ul>
</footer>
Expand Down

0 comments on commit 21fc0c3

Please sign in to comment.