<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Blogging on Salar Rahmanian</title><link>https://www.softinio.com/categories/blogging/</link><description>Recent content in Blogging on Salar Rahmanian</description><generator>Hugo</generator><language>en</language><lastBuildDate>Sun, 29 Nov 2015 07:16:53 -0500</lastBuildDate><atom:link href="https://www.softinio.com/categories/blogging/index.xml" rel="self" type="application/rss+xml"/><item><title>Migrating from Pelican to Hugo</title><link>https://www.softinio.com/archived/migrating-from-pelican-to-hugo/</link><pubDate>Sun, 29 Nov 2015 07:16:53 -0500</pubDate><guid>https://www.softinio.com/archived/migrating-from-pelican-to-hugo/</guid><description>&lt;p&gt;In this post I will discuss the steps I took to migrate my blog from &lt;a href="http://blog.getpelican.com/"&gt;Pelican&lt;/a&gt; to &lt;a href="http://gohugo.io/"&gt;Hugo&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id="goal"&gt;Goal&lt;/h2&gt;
&lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th&gt;&lt;/th&gt;
 &lt;th&gt;Original Blog&lt;/th&gt;
 &lt;th&gt;New Blog&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td&gt;Static site generator&lt;/td&gt;
 &lt;td&gt;&lt;a href="http://blog.getpelican.com/"&gt;Pelican&lt;/a&gt;&lt;/td&gt;
 &lt;td&gt;&lt;a href="http://gohugo.io/"&gt;Hugo&lt;/a&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;Hosting&lt;/td&gt;
 &lt;td&gt;&lt;a href="https://www.linode.com/"&gt;Linode&lt;/a&gt;&lt;/td&gt;
 &lt;td&gt;&lt;a href="https://aws.amazon.com/s3/"&gt;Amazon S3&lt;/a&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;Deployment Strategy&lt;/td&gt;
 &lt;td&gt;Manual using git&lt;/td&gt;
 &lt;td&gt;Automated using &lt;a href="http://wercker.com/"&gt;Wercker&lt;/a&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;Source Control&lt;/td&gt;
 &lt;td&gt;&lt;a href="https://bitbucket.org/"&gt;bitbucket&lt;/a&gt;&lt;/td&gt;
 &lt;td&gt;&lt;a href="https://github.com/softinio/softinio.com"&gt;GitHub&lt;/a&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="installing-hugo"&gt;Installing Hugo&lt;/h2&gt;
&lt;p&gt;I do all of my development on an Apple Macbook Pro so I used homebrew to install Hugo:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;brew install hugo
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h2 id="creating-my-project"&gt;Creating my project&lt;/h2&gt;
&lt;p&gt;Its up to you how you organize your project, but as I am a Go Language developer and Hugo is built using Go I have created a folder for this project here:&lt;/p&gt;</description></item></channel></rss>