<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>GitHub on XPhyro&#39;s Blog</title>
    <link>https://xphyro.github.io/tags/github/</link>
    <description>Recent content in GitHub on XPhyro&#39;s Blog</description>
    <generator>Hugo</generator>
    <language>en</language>
    <copyright>CC BY-NC-SA 4.0 / MIT</copyright>
    <lastBuildDate>Wed, 09 Apr 2025 19:21:59 +0300</lastBuildDate>
    <atom:link href="https://xphyro.github.io/tags/github/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Setting Up A Personal Blog</title>
      <link>https://xphyro.github.io/articles/2021/07/15/setting-up-a-personal-blog/</link>
      <pubDate>Thu, 15 Jul 2021 09:09:28 +0300</pubDate>
      <guid>https://xphyro.github.io/articles/2021/07/15/setting-up-a-personal-blog/</guid>
      <description>&lt;h1 id=&#34;introduction&#34;&gt;Introduction&lt;/h1&gt;&#xA;&lt;p&gt;In this article, I will explain the steps for creating a blog like mine:&#xA;static, automatically generated and hosted for free.&lt;/p&gt;&#xA;&lt;h2 id=&#34;framework&#34;&gt;Framework&lt;/h2&gt;&#xA;&lt;p&gt;I have built this blog using &lt;a href=&#34;https://gohugo.io/&#34;&gt;Hugo&lt;/a&gt; and the&#xA;&lt;a href=&#34;https://github.com/rhazdon/hugo-theme-hello-friend-ng&#34;&gt;hello-friend-ng&lt;/a&gt; theme,&#xA;and host it on &lt;a href=&#34;https://pages.github.com/&#34;&gt;GitHub Pages&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;h2 id=&#34;workflow&#34;&gt;Workflow&lt;/h2&gt;&#xA;&lt;p&gt;I use a private Git repository to version the development side of the blog&#xA;(such that drafts will not be public), and use a public repository named&#xA;&lt;code&gt;xphyro.github.io&lt;/code&gt; to host the public web site. I do not use &lt;a href=&#34;https://github.com/features/actions&#34;&gt;GitHub&#xA;Actions&lt;/a&gt; or any other external&#xA;automations; rather, I set up a client-side pre-push&#xA;&lt;a href=&#34;https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks&#34;&gt;hook&lt;/a&gt; in the&#xA;development repository that builds the web site and pushes the build to the&#xA;repository acknowledged by GitHub Pages.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
