<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Jekyll on Robert Terakedis</title>
    <link>https://blog.terakedis.dev/tags/jekyll/</link>
    <description>Recent content in Jekyll on Robert Terakedis</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <copyright>Copyright © 2020 Robert Terakedis; all rights reserved.</copyright>
    <lastBuildDate>Fri, 15 Jun 2018 00:00:00 +0000</lastBuildDate><atom:link href="https://blog.terakedis.dev/tags/jekyll/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Welcome to Hugo (from Jekyll)</title>
      <link>https://blog.terakedis.dev/2018-06-15-welcome-to-jekyll/</link>
      <pubDate>Fri, 15 Jun 2018 00:00:00 +0000</pubDate>
      
      <guid>https://blog.terakedis.dev/2018-06-15-welcome-to-jekyll/</guid>
      <description>
        
          
            &lt;p&gt;Welcome to my wholly reworked website!  This time, I&#39;ve dropped the complexity of Wordpress and opted for something significantly simpler:  &lt;del&gt;Jekyll&lt;/del&gt; Hugo and GitHub.&lt;/p&gt;
&lt;p&gt;Having now hosted the site in GitHub Pages, here was the process I started with Hugo:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Created the Github Pages repo (rterakedis.github.io) -- this is where github pages looks for the blog&#39;s generated site files.&lt;/li&gt;
&lt;li&gt;Created a 2nd Github repo:  rterakedis.github.io.hugo -- this repo holds the source files for Hugo to parse and generate the site.&lt;/li&gt;
&lt;li&gt;Added the GH Pages repo (rterakedis.github.io) as a submodule for rterakedis.github.io.hugo&lt;/li&gt;
&lt;li&gt;Edited the config.toml in the hugo files to include the following:&lt;/li&gt;
&lt;/ol&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;baseURL = &amp;quot;https://terakedis.dev/&amp;quot;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;publishdir = &amp;quot;rterakedis.github.io&amp;quot;&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ol&gt;
&lt;li&gt;Add the CNAME file into the rterakedis.github.io repo and enable the custom name/https in the repo settings&lt;/li&gt;
&lt;li&gt;Ensure the output from &lt;code&gt;hugo&lt;/code&gt; builds into the rterakedis.github.io directory in my local rterakedis.github.io.hugo directory&lt;/li&gt;
&lt;li&gt;Commit and push everything to GitHub&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;A few quick links that I found particularly helpful when I was working with Jekyll:&lt;/p&gt;
          
          
        
      </description>
    </item>
    
  </channel>
</rss>