···1313 <copyright>Creative Commons BY-NC-SA 4.0</copyright>
1414 <item>
1515<title>Self-hosting Git</title>
1616-<description><p>Earlier this week, I began migrating my repositories from Github to <a href="https://git.zx2c4.com/">cgit</a>. If you care at all about big corporates turning open-source into a T-shirt farming service, this is the way to go.</p>
1616+<description><p>Earlier this week, I began migrating my repositories from Github to <a href="https://git.zx2c4.com/cgit/about/">cgit</a>. If you care at all about big corporates turning open-source into a T-shirt farming service, this is the way to go.</p>
1717<h3 id="offerings">Offerings</h3>
1818-<p>cgit is <em>very</em> bare bones. It is <a href="https://tools.ietf.org/html/rfc3875">cgi</a> web interface interface to git, and nothing more. You may browse repositories, view diffs, commit logs and even clone via http. If you are looking to replace Github with cgit, keep in mind that cgit does not handle issues or pull/merge requests. If people wish to contribute to your work, they would have to send you a patch via email.</p>
1818+<p>cgit is <em>very</em> bare bones. It is <a href="https://tools.ietf.org/html/rfc3875">cgi-based</a> web interface to git, and nothing more. You may browse repositories, view diffs, commit logs and even clone via http. If you are looking to replace Github with cgit, keep in mind that cgit does not handle issues or pull/merge requests. If people wish to contribute to your work, they would have to send you a patch via email.</p>
1919<h3 id="setup">Setup</h3>
2020<p>Installing cgit is fairly straightforward, if you would like to compile it from source:</p>
2121<div class="sourceCode" id="cb1"><pre class="sourceCode sh"><code class="sourceCode bash"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true"></a><span class="co"># fetch</span></span>
+2-2
docs/posts/self-hosting_git/index.html
···3838 Self-hosting Git
3939 </h1>
4040 <div class="post-text">
4141- <p>Earlier this week, I began migrating my repositories from Github to <a href="https://git.zx2c4.com/">cgit</a>. If you care at all about big corporates turning open-source into a T-shirt farming service, this is the way to go.</p>
4141+ <p>Earlier this week, I began migrating my repositories from Github to <a href="https://git.zx2c4.com/cgit/about/">cgit</a>. If you care at all about big corporates turning open-source into a T-shirt farming service, this is the way to go.</p>
4242<h3 id="offerings">Offerings</h3>
4343-<p>cgit is <em>very</em> bare bones. It is <a href="https://tools.ietf.org/html/rfc3875">cgi</a> web interface interface to git, and nothing more. You may browse repositories, view diffs, commit logs and even clone via http. If you are looking to replace Github with cgit, keep in mind that cgit does not handle issues or pull/merge requests. If people wish to contribute to your work, they would have to send you a patch via email.</p>
4343+<p>cgit is <em>very</em> bare bones. It is <a href="https://tools.ietf.org/html/rfc3875">cgi-based</a> web interface to git, and nothing more. You may browse repositories, view diffs, commit logs and even clone via http. If you are looking to replace Github with cgit, keep in mind that cgit does not handle issues or pull/merge requests. If people wish to contribute to your work, they would have to send you a patch via email.</p>
4444<h3 id="setup">Setup</h3>
4545<p>Installing cgit is fairly straightforward, if you would like to compile it from source:</p>
4646<div class="sourceCode" id="cb1"><pre class="sourceCode sh"><code class="sourceCode bash"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true"></a><span class="co"># fetch</span></span>
+2-2
posts/self-hosting_git.md
···11Earlier this week, I began migrating my repositories from
22-Github to [cgit](https://git.zx2c4.com/). If you care at
22+Github to [cgit](https://git.zx2c4.com/cgit/about/). If you care at
33all about big corporates turning open-source into a T-shirt
44farming service, this is the way to go.
5566### Offerings
7788cgit is *very* bare bones. It is
99-[cgi](https://tools.ietf.org/html/rfc3875) web interface
99+[cgi-based](https://tools.ietf.org/html/rfc3875) web
1010interface to git, and nothing more. You may browse
1111repositories, view diffs, commit logs and even clone via
1212http. If you are looking to replace Github with cgit, keep