<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
 
 <title></title>
 <link href="/atom.xml" rel="self"/>
 <link href=""/>
 <updated>2013-04-01T04:22:24-07:00</updated>
 <id></id>
 <author>
   <name>Franco Fallica</name>
   <email>franco.fallica@gmail.com</email>
 </author>

 
 <entry>
   <title>Blogging with jekyll</title>
   <link href="/04-01-2013/blogging-with-jekyll.html"/>
   <updated>2013-04-01T00:00:00-07:00</updated>
   <id>/04-01-2013/blogging-with-jekyll</id>
   <content type="html">&lt;p&gt;Since I read that blogs are so 2004, I figured I finally need one too. A couple months ago I stumpled upon Jekyll - a static site generator. It is very easy once you&amp;#8217;ve learned the basic concepts and it fits perfectly for github pages, which is just too awesome. The power of git and the simplicity of markdown makes for a brilliant combo.&lt;/p&gt;

&lt;p&gt;I started with the repo of &lt;a href='http://stephan83.github.com/'&gt;Stephan Florquin&lt;/a&gt; who also crafted this nice layout. It&amp;#8217;s just a bunch of templates, posts are written in Markdown. Since it&amp;#8217;s database-less, you can store everything in git. Create a repo on github called username.github.com. Everytime you push to you&amp;#8217;re repo the sites gets freshly generated and thus updated with the newest post.&lt;/p&gt;</content>
 </entry>
 
 
</feed>