about summary refs log tree commit diff stats
path: root/content/post/self-hosted-git.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/post/self-hosted-git.md')
-rw-r--r--content/post/self-hosted-git.md13
1 files changed, 7 insertions, 6 deletions
diff --git a/content/post/self-hosted-git.md b/content/post/self-hosted-git.md index 19428ce..1cceff3 100644 --- a/content/post/self-hosted-git.md +++ b/content/post/self-hosted-git.md
@@ -1,9 +1,10 @@
1--- 1+++
2Description: "I describe my git server setup (using cgit and gitolite), and what it allows" 2description = "I describe my git server setup (using cgit and gitolite), and what it allows"
3Tags: ["development","git"] 3date = 2017-06-04T12:33:02+02:00
4date: "2017-06-04T12:33:02+02:00" 4title = "A simple, powerful self-hosted git setup"
5title: "A simple, powerful self-hosted git setup" 5[taxonomies]
6--- 6tags = ["development","git"]
7+++
7 8
8I had been using [gogs][] for about a year. It worked reasonably 9I had been using [gogs][] for about a year. It worked reasonably
9well, as it focuses on being a lightweight self-hosted GitHub 10well, as it focuses on being a lightweight self-hosted GitHub