all repos — h3rald @ 309792b4f4c1e23a1bc9ed924ae7a05336db6737

The sources of https://h3rald.com

Merge branch 'master' of github.com:h3rald/h3rald
h3rald h3rald@h3rald.com
Fri, 01 May 2015 18:53:00 +0200
commit

309792b4f4c1e23a1bc9ed924ae7a05336db6737

parent

4dc285451ebff9be27a6f8e6f0bf0cdc812d2bb7

A content/archives/april-2014.textile

@@ -0,0 +1,15 @@

+----- +:title: 'Archive: April 2014' +:type: page +:filters_pre: +- erb +:permalink: april-2014 +----- + +<p>1 article was written in <em>April 2014</em>:</p> +<ul> + <% articles_by_month.select{|i| i[0] == "April 2014"}[0][1].each do |a|%> + <%= render 'dated_article', :article => a %> + <% end %> +</ul> +
A content/archives/july-2014.textile

@@ -0,0 +1,15 @@

+----- +:title: 'Archive: July 2014' +:type: page +:filters_pre: +- erb +:permalink: july-2014 +----- + +<p>1 article was written in <em>July 2014</em>:</p> +<ul> + <% articles_by_month.select{|i| i[0] == "July 2014"}[0][1].each do |a|%> + <%= render 'dated_article', :article => a %> + <% end %> +</ul> +
A content/tags/hastyscribe-atom.xml

@@ -0,0 +1,6 @@

+----- +:title: H3RALD - Tag 'hastyscribe' (Atom Feed) +:type: feed +:permalink: tags/hastyscribe/atom +----- +<%= atom_feed(:articles => articles_tagged_with('hastyscribe'))%>
A content/tags/hastyscribe-rss.xml

@@ -0,0 +1,6 @@

+----- +:title: H3RALD - Tag 'hastyscribe' (RSS Feed) +:type: feed +:permalink: tags/hastyscribe/rss +----- +<%= rss_feed(:articles => articles_tagged_with('hastyscribe'))%>
A content/tags/hastyscribe.textile

@@ -0,0 +1,17 @@

+----- +:title: 'Tag: hastyscribe' +:type: page +:filters_pre: +- erb +:feed: "/tags/hastyscribe/" +:feed_title: Tag 'hastyscribe' +:permalink: hastyscribe +----- + +<p>1 item is tagged with <em>hastyscribe</em>:</p> +<ul> + <% articles_tagged_with('hastyscribe').each do |a| %> + <%= render 'dated_article', :article => a %> + <% end %> +</ul> +
M updateupdate

@@ -1,7 +1,8 @@

#!/usr/bin/env bash - mv content/hastystyles/images/hastyscribe.svg content/hastystyles/images/hastyscribe-logo.svg mv content/hastystyles/styles/hastyscribe.css content/hastystyles/styles/hastyscribe-styles.css +rake site:tags +rake site:archives nanoc co mv content/hastystyles/images/hastyscribe-logo.svg content/hastystyles/images/hastyscribe.svg mv content/hastystyles/styles/hastyscribe-styles.css content/hastystyles/styles/hastyscribe.css