diff options
author | Alan Pearce | 2020-04-03 21:44:24 +0200 |
---|---|---|
committer | Alan Pearce | 2020-04-04 23:02:37 +0200 |
commit | 2697bb8d5da52d24c658477343a6e95f1bcddf18 (patch) | |
tree | 1ef7de443688232915021d7b64b990f25cd7b599 /post/self-hosted-git.md | |
parent | 83ecabb56e267fca1d750792d78920f5ab8624c7 (diff) | |
download | website-2697bb8d5da52d24c658477343a6e95f1bcddf18.tar.lz website-2697bb8d5da52d24c658477343a6e95f1bcddf18.tar.zst website-2697bb8d5da52d24c658477343a6e95f1bcddf18.zip |
Use more common front matter markers
Diffstat (limited to 'post/self-hosted-git.md')
-rw-r--r-- | post/self-hosted-git.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/post/self-hosted-git.md b/post/self-hosted-git.md index b26f61b..19428ce 100644 --- a/post/self-hosted-git.md +++ b/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 |