summaryrefslogtreecommitdiff
path: root/public/blog/how-to-setup-a-git-server-and-cgit.html
diff options
context:
space:
mode:
authorozpv <39195175+ozpv@users.noreply.github.com>2026-05-30 15:43:20 -0500
committerozpv <39195175+ozpv@users.noreply.github.com>2026-05-30 15:43:20 -0500
commitfe61360983f6738d9a749d4fea239a06db2fb3a9 (patch)
tree70d9c659091b77d490baab4078b8b088b2d5fa74 /public/blog/how-to-setup-a-git-server-and-cgit.html
parentd7e2a319ce4be803e4b761d16377886b52908a2d (diff)
clip overflow and fix mobile view
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>