From 8568ada6ddde91e4cd53ae2351385bca4d7d6531 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 3 Apr 2020 21:44:24 +0200 Subject: Use more common front matter markers --- content/post/self-hosted-git.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'content/post/self-hosted-git.md') diff --git a/content/post/self-hosted-git.md b/content/post/self-hosted-git.md index b26f61b..19428ce 100644 --- a/content/post/self-hosted-git.md +++ b/content/post/self-hosted-git.md @@ -1,9 +1,9 @@ -+++ -Description = "I describe my git server setup (using cgit and gitolite), and what it allows" -Tags = ["development","git"] -date = "2017-06-04T12:33:02+02:00" -title = "A simple, powerful self-hosted git setup" -+++ +--- +Description: "I describe my git server setup (using cgit and gitolite), and what it allows" +Tags: ["development","git"] +date: "2017-06-04T12:33:02+02:00" +title: "A simple, powerful self-hosted git setup" +--- I had been using [gogs][] for about a year. It worked reasonably well, as it focuses on being a lightweight self-hosted GitHub -- cgit 1.4.1