summaryrefslogtreecommitdiff
path: root/public/blog/how-to-setup-a-git-server-and-cgit.html
diff options
context:
space:
mode:
Diffstat (limited to 'public/blog/how-to-setup-a-git-server-and-cgit.html')
-rw-r--r--public/blog/how-to-setup-a-git-server-and-cgit.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/blog/how-to-setup-a-git-server-and-cgit.html b/public/blog/how-to-setup-a-git-server-and-cgit.html
index d54beda..871690d 100644
--- a/public/blog/how-to-setup-a-git-server-and-cgit.html
+++ b/public/blog/how-to-setup-a-git-server-and-cgit.html
@@ -3,7 +3,7 @@
<body>
<main style="min-height: 100vh;">
<div class="center">
- <div style="max-width: 720px;">
+ <div class="width">
<h1 style="text-align: center;">How to Self-Host a Git Server</h1>
<p>This guide is a modified version of the <a href="https://git-scm.com/book/en/v2/Git-on-the-Server-Setting-Up-the-Server">git book</a> instructions for Debian specifically.<br>
It also includes setting up a cgit web front-end that allows you to view your git repositories conveniently on the web just like <a href="https://git.haemolacriaa.com/">I do</a>.</p>