<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hugo on Jeroen Nyckees</title><link>https://jenyckee.github.io/tags/hugo/</link><description>Recent content in Hugo on Jeroen Nyckees</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Tue, 12 Sep 2017 18:46:56 +0100</lastBuildDate><atom:link href="https://jenyckee.github.io/tags/hugo/index.xml" rel="self" type="application/rss+xml"/><item><title>Time for a website</title><link>https://jenyckee.github.io/posts/hugo/</link><pubDate>Tue, 12 Sep 2017 18:46:56 +0100</pubDate><guid>https://jenyckee.github.io/posts/hugo/</guid><description>&lt;h2 id="my-set-up">My set up&lt;/h2>
&lt;p>For this site I&amp;rsquo;ll be using Hugo, a static site generator that I&amp;rsquo;ve been using for several projects at the moment. Because in my search for a good and easy solution to host on Github pages I didn&amp;rsquo;t find a good source of information, I will start off with giving a short guide on how I set up my site.&lt;/p>
&lt;p>Assuming that you have set up your website using the guide on the Hugo website you will have a folder with the source of your website. To deploy to Github Pages you will need to create a repository that has the index.html file at the root on the master branch. Unfortanetly Hugo builds the pages into a folder named public. To overcome this, I have a solution based on &lt;!-- raw HTML omitted -->this&lt;!-- raw HTML omitted --> approach. I keep the source for the website in my local repository on a develop branch, and the build on the master.&lt;/p></description></item></channel></rss>