<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Jekyll on Al's Ramblings</title><link>https://www.resilvered.com/tags/jekyll/</link><description>Recent content in Jekyll on Al's Ramblings</description><generator>Hugo</generator><language>en-au</language><lastBuildDate>Tue, 26 Aug 2014 00:00:00 +0000</lastBuildDate><atom:link href="https://www.resilvered.com/tags/jekyll/index.xml" rel="self" type="application/rss+xml"/><item><title>Installing Jekyll on CentOS 7</title><link>https://www.resilvered.com/posts/2014-08-26-installing-jekyll-on-centos-7/</link><pubDate>Tue, 26 Aug 2014 00:00:00 +0000</pubDate><guid>https://www.resilvered.com/posts/2014-08-26-installing-jekyll-on-centos-7/</guid><description>&lt;p&gt;Having recently move to &lt;a href="http://jekyllrb.com/"&gt;Jekyll&lt;/a&gt; as my blogging platform, I thought I would take a quick look at how easy it is to get going on Linux.&lt;/p&gt;
&lt;p&gt;Installation on &lt;a href="http://www.centos.org/"&gt;CentOS 7&lt;/a&gt; is very straight forward. First add the EPEL repository for &lt;a href="http://www.centos.org/"&gt;CentOS 7&lt;/a&gt; as this is where you will find the &lt;a href="http://nodejs.org/"&gt;nodejs&lt;/a&gt; rpm&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;sudo yum install http://download.fedoraproject.org/pub/epel/beta/7/x86_64/epel-release-7-0.2.noarch.rpm
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Install the required packages, &lt;em&gt;note npm is not required but handy to have around&lt;/em&gt;.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;sudo yum install nodejs npm ruby ruby-devel rubygems git
gem install jekyll
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Start using &lt;a href="http://jekyllrb.com/"&gt;Jekyll&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Life in the old blog</title><link>https://www.resilvered.com/posts/2014-07-26-life-in-the-old-blog/</link><pubDate>Sat, 26 Jul 2014 00:00:00 +0000</pubDate><guid>https://www.resilvered.com/posts/2014-07-26-life-in-the-old-blog/</guid><description>&lt;p&gt;So the old blog got a face lift, and when you do that the thing everyone does is to write a blog aticle about it. Well me too but it will be pretty short and not very detailed as there are loads of places that can cover thats better than me.&lt;/p&gt;
&lt;p&gt;First stop was to move to my own domain name, get over to &lt;a href="https://hover.com/NW97rheW"&gt;hover&lt;/a&gt; for that and setup &lt;a href="http://www.resilvered.com"&gt;www.resilvered.com&lt;/a&gt; to point to &lt;a href="http://www.resilvered.com"&gt;resilvered.blogger.com&lt;/a&gt; and have it server my new custom domain. Note I didn&amp;rsquo;t go for a .au domain becuase of price and the requirement of an ABN.&lt;/p&gt;</description></item></channel></rss>