<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>GitHub Pages - Tag - Simon Jakubowski</title><link>https://sijakubo.github.io/info/tags/github-pages/</link><description>GitHub Pages - Tag - Simon Jakubowski</description><generator>Hugo -- gohugo.io</generator><language>en</language><managingEditor>sijakubo@gmail.com ( Simon Jakubowski)</managingEditor><webMaster>sijakubo@gmail.com ( Simon Jakubowski)</webMaster><lastBuildDate>Thu, 09 Jul 2020 00:00:00 +0000</lastBuildDate><atom:link href="https://sijakubo.github.io/info/tags/github-pages/" rel="self" type="application/rss+xml"/><item><title>Creating a blog using Gatsby and host it on GitHub Pages in 15 Minutes for free</title><link>https://sijakubo.github.io/info/posts/post-2/</link><pubDate>Thu, 09 Jul 2020 00:00:00 +0000</pubDate><author>sijakubo@gmail.com ( Simon Jakubowski)</author><guid>https://sijakubo.github.io/info/posts/post-2/</guid><description><![CDATA[<p>Of course you would write the first blog post about creating the actual blog itself. So do I.</p>
<h1 id="create-gatsby-blog">Create Gatsby blog</h1>
<h2 id="install-gatsby">Install Gatsby</h2>
<p>First of all, we need to install <a href="https://www.gatsbyjs.com/">Gatsby</a> which will generate the static blog pages</p>
<div class="highlight"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">$ brew install gatsby-cli
</span></span></code></pre></div><h2 id="create-a-blog-based-on-a-template">Create a blog based on a Template</h2>
<div class="highlight"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">$ gatsby new &lt;name_of_the_blog&gt; &lt;template_url&gt;
</span></span><span class="line"><span class="cl">//e.g.:
</span></span><span class="line"><span class="cl">$ gatsby new blog https://github.com/niklasmtj/gatsby-starter-julia
</span></span></code></pre></div><h2 id="start-the-blog-and-customise-it">Start the blog and customise it</h2>
<p>The blog gets refreshed automatically when you save the files in your IDE</p>]]></description></item></channel></rss>