Skip to content

Commit

Permalink
Site updated at 2013-04-02 13:31:47 UTC
Browse files Browse the repository at this point in the history
  • Loading branch information
roy committed Apr 2, 2013
1 parent a1b3cbf commit b62ca30
Show file tree
Hide file tree
Showing 12 changed files with 41 additions and 41 deletions.
16 changes: 8 additions & 8 deletions atom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<feed xmlns="http://www.w3.org/2005/Atom">

<title><![CDATA[Roy van der Meij's Blog]]></title>
<link href="http://roy.github.com/atom.xml" rel="self"/>
<link href="http://roy.github.com/"/>
<updated>2013-04-02T15:25:58+02:00</updated>
<id>http://roy.github.com/</id>
<link href="http://royvandermeij.com/atom.xml" rel="self"/>
<link href="http://royvandermeij.com/"/>
<updated>2013-04-02T15:31:13+02:00</updated>
<id>http://royvandermeij.com/</id>
<author>
<name><![CDATA[Roy van der Meij]]></name>
<email><![CDATA[roy@royapps.nl]]></email>
Expand All @@ -15,9 +15,9 @@

<entry>
<title type="html"><![CDATA[Create a Liquid handler for Rails 3.1]]></title>
<link href="http://roy.github.com/blog/2011/09/21/create-a-liquid-handler-for-rails-3-dot-1/"/>
<link href="http://royvandermeij.com/blog/2011/09/21/create-a-liquid-handler-for-rails-3-dot-1/"/>
<updated>2011-09-21T14:03:00+02:00</updated>
<id>http://roy.github.com/blog/2011/09/21/create-a-liquid-handler-for-rails-3-dot-1</id>
<id>http://royvandermeij.com/blog/2011/09/21/create-a-liquid-handler-for-rails-3-dot-1</id>
<content type="html"><![CDATA[<p>Back in the days with rails 2 you could easily create a handler for liquid and have access to the instance variables you&#8217;ve created in your controller.
However, the creators of liquid didn&#8217;t like this approach and so when Rails 3 came out the functionality didn&#8217;t get upgraded.</p>
Expand Down Expand Up @@ -128,9 +128,9 @@ The book <a href="http://pragprog.com/book/jvrails/crafting-rails-applications">

<entry>
<title type="html"><![CDATA[royvandermeij.com Back Online]]></title>
<link href="http://roy.github.com/blog/2011/09/18/royvandermeij-dot-com-back-online/"/>
<link href="http://royvandermeij.com/blog/2011/09/18/royvandermeij-dot-com-back-online/"/>
<updated>2011-09-18T12:24:00+02:00</updated>
<id>http://roy.github.com/blog/2011/09/18/royvandermeij-dot-com-back-online</id>
<id>http://royvandermeij.com/blog/2011/09/18/royvandermeij-dot-com-back-online</id>
<content type="html"><![CDATA[<p>So it has been a while, but I&#8217;m back.
I was thinking of creating a new blog site from scratch, but then I found out about <a href="http://octopress.org">octopress</a>. I quickly decided it was time to get my hands dirty and setup this new site.</p>
Expand Down
6 changes: 3 additions & 3 deletions blog/2011/09/18/royvandermeij-dot-com-back-online/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<link href="/atom.xml" rel="alternate" title="Roy van der Meij's Blog" type="application/atom+xml">

<link rel="canonical" href="http://roy.github.com/blog/2011/09/18/royvandermeij-dot-com-back-online/">
<link rel="canonical" href="http://royvandermeij.com/blog/2011/09/18/royvandermeij-dot-com-back-online/">
<link href="/favicon.png" rel="shortcut icon">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css">
<!--[if lt IE 9]><script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
Expand Down Expand Up @@ -135,8 +135,8 @@ <h1 class="title">Comments</h1>


// var disqus_developer = 1;
var disqus_identifier = 'http://roy.github.com/blog/2011/09/18/royvandermeij-dot-com-back-online/';
var disqus_url = 'http://roy.github.com/blog/2011/09/18/royvandermeij-dot-com-back-online/';
var disqus_identifier = 'http://royvandermeij.com/blog/2011/09/18/royvandermeij-dot-com-back-online/';
var disqus_url = 'http://royvandermeij.com/blog/2011/09/18/royvandermeij-dot-com-back-online/';
var disqus_script = 'embed.js';

(function () {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<link href="/atom.xml" rel="alternate" title="Roy van der Meij's Blog" type="application/atom+xml">

<link rel="canonical" href="http://roy.github.com/blog/2011/09/21/create-a-liquid-handler-for-rails-3-dot-1/">
<link rel="canonical" href="http://royvandermeij.com/blog/2011/09/21/create-a-liquid-handler-for-rails-3-dot-1/">
<link href="/favicon.png" rel="shortcut icon">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css">
<!--[if lt IE 9]><script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
Expand Down Expand Up @@ -227,8 +227,8 @@ <h1 class="title">Comments</h1>


// var disqus_developer = 1;
var disqus_identifier = 'http://roy.github.com/blog/2011/09/21/create-a-liquid-handler-for-rails-3-dot-1/';
var disqus_url = 'http://roy.github.com/blog/2011/09/21/create-a-liquid-handler-for-rails-3-dot-1/';
var disqus_identifier = 'http://royvandermeij.com/blog/2011/09/21/create-a-liquid-handler-for-rails-3-dot-1/';
var disqus_url = 'http://royvandermeij.com/blog/2011/09/21/create-a-liquid-handler-for-rails-3-dot-1/';
var disqus_script = 'embed.js';

(function () {
Expand Down
2 changes: 1 addition & 1 deletion blog/archives/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<link href="/atom.xml" rel="alternate" title="Roy van der Meij's Blog" type="application/atom+xml">

<link rel="canonical" href="http://roy.github.com/blog/archives/">
<link rel="canonical" href="http://royvandermeij.com/blog/archives/">
<link href="/favicon.png" rel="shortcut icon">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css">
<!--[if lt IE 9]><script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
Expand Down
12 changes: 6 additions & 6 deletions blog/categories/liquid/atom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<feed xmlns="http://www.w3.org/2005/Atom">

<title><![CDATA[Category: liquid | Roy van der Meij's Blog]]></title>
<link href="http://roy.github.com/blog/categories/liquid/atom.xml" rel="self"/>
<link href="http://roy.github.com/"/>
<updated>2013-04-02T15:25:58+02:00</updated>
<id>http://roy.github.com/</id>
<link href="http://royvandermeij.com/blog/categories/liquid/atom.xml" rel="self"/>
<link href="http://royvandermeij.com/"/>
<updated>2013-04-02T15:31:13+02:00</updated>
<id>http://royvandermeij.com/</id>
<author>
<name><![CDATA[Roy van der Meij]]></name>
<email><![CDATA[roy@royapps.nl]]></email>
Expand All @@ -15,9 +15,9 @@

<entry>
<title type="html"><![CDATA[Create a Liquid handler for Rails 3.1]]></title>
<link href="http://roy.github.com/blog/2011/09/21/create-a-liquid-handler-for-rails-3-dot-1/"/>
<link href="http://royvandermeij.com/blog/2011/09/21/create-a-liquid-handler-for-rails-3-dot-1/"/>
<updated>2011-09-21T14:03:00+02:00</updated>
<id>http://roy.github.com/blog/2011/09/21/create-a-liquid-handler-for-rails-3-dot-1</id>
<id>http://royvandermeij.com/blog/2011/09/21/create-a-liquid-handler-for-rails-3-dot-1</id>
<content type="html"><![CDATA[<p>Back in the days with rails 2 you could easily create a handler for liquid and have access to the instance variables you've created in your controller.
However, the creators of liquid didn't like this approach and so when Rails 3 came out the functionality didn't get upgraded.</p>
Expand Down
2 changes: 1 addition & 1 deletion blog/categories/liquid/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<link href="/atom.xml" rel="alternate" title="Roy van der Meij's Blog" type="application/atom+xml">

<link rel="canonical" href="http://roy.github.comblog/categories/liquid/">
<link rel="canonical" href="http://royvandermeij.comblog/categories/liquid/">
<link href="/favicon.png" rel="shortcut icon">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css">
<!--[if lt IE 9]><script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
Expand Down
12 changes: 6 additions & 6 deletions blog/categories/rails/atom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<feed xmlns="http://www.w3.org/2005/Atom">

<title><![CDATA[Category: rails, | Roy van der Meij's Blog]]></title>
<link href="http://roy.github.com/blog/categories/rails/atom.xml" rel="self"/>
<link href="http://roy.github.com/"/>
<updated>2013-04-02T15:25:58+02:00</updated>
<id>http://roy.github.com/</id>
<link href="http://royvandermeij.com/blog/categories/rails/atom.xml" rel="self"/>
<link href="http://royvandermeij.com/"/>
<updated>2013-04-02T15:31:13+02:00</updated>
<id>http://royvandermeij.com/</id>
<author>
<name><![CDATA[Roy van der Meij]]></name>
<email><![CDATA[roy@royapps.nl]]></email>
Expand All @@ -15,9 +15,9 @@

<entry>
<title type="html"><![CDATA[Create a Liquid handler for Rails 3.1]]></title>
<link href="http://roy.github.com/blog/2011/09/21/create-a-liquid-handler-for-rails-3-dot-1/"/>
<link href="http://royvandermeij.com/blog/2011/09/21/create-a-liquid-handler-for-rails-3-dot-1/"/>
<updated>2011-09-21T14:03:00+02:00</updated>
<id>http://roy.github.com/blog/2011/09/21/create-a-liquid-handler-for-rails-3-dot-1</id>
<id>http://royvandermeij.com/blog/2011/09/21/create-a-liquid-handler-for-rails-3-dot-1</id>
<content type="html"><![CDATA[<p>Back in the days with rails 2 you could easily create a handler for liquid and have access to the instance variables you've created in your controller.
However, the creators of liquid didn't like this approach and so when Rails 3 came out the functionality didn't get upgraded.</p>
Expand Down
2 changes: 1 addition & 1 deletion blog/categories/rails/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<link href="/atom.xml" rel="alternate" title="Roy van der Meij's Blog" type="application/atom+xml">

<link rel="canonical" href="http://roy.github.comblog/categories/rails/">
<link rel="canonical" href="http://royvandermeij.comblog/categories/rails/">
<link href="/favicon.png" rel="shortcut icon">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css">
<!--[if lt IE 9]><script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<link href="/atom.xml" rel="alternate" title="Roy van der Meij's Blog" type="application/atom+xml">

<link rel="canonical" href="http://roy.github.com/">
<link rel="canonical" href="http://royvandermeij.com/">
<link href="/favicon.png" rel="shortcut icon">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css">
<!--[if lt IE 9]><script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
Expand Down
2 changes: 1 addition & 1 deletion robots.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
User-agent: *
Disallow:

Sitemap: http://roy.github.com/sitemap.xml
Sitemap: http://royvandermeij.com/sitemap.xml
18 changes: 9 additions & 9 deletions sitemap.xml
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
<?xml version='1.0' encoding='UTF-8'?>
<urlset xmlns='http://www.sitemaps.org/schemas/sitemap/0.9'>
<url>
<loc>http://roy.github.com/blog/2011/09/18/royvandermeij-dot-com-back-online/</loc>
<lastmod>2013-04-02T15:25:49+02:00</lastmod>
<loc>http://royvandermeij.com/blog/2011/09/18/royvandermeij-dot-com-back-online/</loc>
<lastmod>2013-04-02T15:30:29+02:00</lastmod>
</url>
<url>
<loc>
http://roy.github.com/blog/2011/09/21/create-a-liquid-handler-for-rails-3-dot-1/
http://royvandermeij.com/blog/2011/09/21/create-a-liquid-handler-for-rails-3-dot-1/
</loc>
<lastmod>2013-04-02T15:25:49+02:00</lastmod>
<lastmod>2013-04-02T15:30:29+02:00</lastmod>
</url>
<url>
<loc>http://roy.github.com/blog/archives/</loc>
<lastmod>2013-04-02T15:25:49+02:00</lastmod>
<loc>http://royvandermeij.com/blog/archives/</loc>
<lastmod>2013-04-02T15:30:29+02:00</lastmod>
</url>
<url>
<loc>http://roy.github.com/</loc>
<lastmod>2013-04-02T15:25:49+02:00</lastmod>
<loc>http://royvandermeij.com/</loc>
<lastmod>2013-04-02T15:30:29+02:00</lastmod>
</url>
<url>
<loc>http://roy.github.com/robots.txt</loc>
<loc>http://royvandermeij.com/robots.txt</loc>
<lastmod>2013-04-02T12:12:12+02:00</lastmod>
</url>
</urlset>
2 changes: 1 addition & 1 deletion stylesheets/screen.css

Large diffs are not rendered by default.

0 comments on commit b62ca30

Please sign in to comment.