Minor updates and fixes.
h3rald h3rald@h3rald.com
Fri, 25 Mar 2011 21:59:54 +0100
5 files changed,
6 insertions(+),
3 deletions(-)
M
content/articles/randal-schwartz.glyph
→
content/articles/randal-schwartz.glyph
@@ -3,6 +3,7 @@ :type: article
:date: 2010-11-14 13:35:29.046412 +01:00 :title: A pizza with Randal Schwartz :subtitle: Talking about open source, programming, emacs and technical writing +:popular: true :intro: | I am an avid "FLOSS Weekly":http://twit.tv/FLOSS listener. Sometimes I may fall behind by a few episodes, but I normally manage to catch up: Randal Schwartz' show is by far my favorite podcast.
M
content/articles/take-back-your-site-with-nanoc.textile
→
content/articles/take-back-your-site-with-nanoc.textile
@@ -12,6 +12,7 @@ filters_pre:
- erb - redcloth toc: true +popular:true summary: "A quick overview on the nanoc site compiler, and how I turned my Typo-powered dynamic site into a static one, discovering the pleasures of blogging 'like a hacker'." -----
M
content/js/feeds.js
→
content/js/feeds.js
@@ -17,7 +17,7 @@
function github_entry(commit, repo){ var it = $("<li></li>").addClass('commit-data'); var dt = $("<span></span>").addClass('commit-date').html(format_date(commit.committed_date)+" · "); - var link = $("<span></span><br />").addClass('commit-link').append($('<a></a>').attr('href', commit.url).html("» VIEW")); + var link = $("<span></span><br />").addClass('commit-link').append($('<a></a>').attr('href', "https://github.com" + commit.url).html("» VIEW")); var tx = $("<span></span>").addClass('commit-text').html(commit.message .replace(/(closes) #(\d+)/ig, "$1 <a href='http://github.com/h3rald/"+repo+"/issues/#issue/$2'>#$2</a>")+"<br />"); it.append(tx);@@ -34,6 +34,7 @@ http://github.com/api/v2/json/commits/list/h3rald/glyph/master
http://github.com/api/v2/json/commits/list/h3rald/stash/master http://github.com/api/v2/json/commits/list/h3rald/rawline/master http://github.com/api/v2/json/commits/list/h3rald/h3rald/master +http://github.com/api/v2/json/commits/list/h3rald/ruby-compendium/master */ function display_commits(max, repo) {
M
layouts/article_intro.erb
→
layouts/article_intro.erb
@@ -10,7 +10,7 @@ <h1><a href="<%= @item.identifier %>"><%= @item[:title]%></a></h1>
<% unless @item[:subtitle].blank? then %> <h2><%= @item[:subtitle] %></h2> <% end %> - <p class="pubdate"><time datetime="<%= @item[:date].strftime("%Y-%d-%d") %>" pubdate="pubdate"><%= @item[:date].strftime("%A, %B %d %Y") %></time></p> + <p class="pubdate"><time datetime="<%= @item[:date].strftime("%Y-%m-%d") %>" pubdate="pubdate"><%= @item[:date].strftime("%A, %B %d %Y") %></time></p> <p class="author">By <em><%= author %></em></p> </header> <section class="<%= @classes %>">
M
layouts/default.erb
→
layouts/default.erb
@@ -47,7 +47,7 @@ <script src="http://www.google.com/jsapi?key=ABQIAAAAr6RY1Z6dchG_sX9WDLSy3xRlq2n1sm52B5HDRR5tm6o8XM18FhR56xHNNH6CsX86uN5VoTrglpyOyQ" type="text/javascript"></script>
<script type="text/javascript"> head.js("/js/sevenup.js", "/js/sevenup_black.js", - "http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js", + "http://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js", "/js/jquery-timeago.js", "/js/jquery-easing.js", "/js/jquery-fancybox.js",