diff options
author | Alan Pearce | 2023-04-19 13:34:29 +0200 |
---|---|---|
committer | Alan Pearce | 2023-04-19 13:34:29 +0200 |
commit | af4676e4bd0694897c9572e5a09baedea2a7b06b (patch) | |
tree | 971439e2df64f772e6d7057f8fe21a37bd10bef1 /post/self-hosted-git.md | |
parent | f9362575b33f29b0a3dcb735ef886eebd3c764e6 (diff) | |
download | website-af4676e4bd0694897c9572e5a09baedea2a7b06b.tar.lz website-af4676e4bd0694897c9572e5a09baedea2a7b06b.tar.zst website-af4676e4bd0694897c9572e5a09baedea2a7b06b.zip |
Revert "Use more compatible front-matter marker"
This reverts commit dedca264d10a44a9137a0490941be55a5c32a5fb.
Diffstat (limited to 'post/self-hosted-git.md')
-rw-r--r-- | post/self-hosted-git.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/post/self-hosted-git.md b/post/self-hosted-git.md index c2d9ff3..d0ac370 100644 --- a/post/self-hosted-git.md +++ b/post/self-hosted-git.md @@ -1,10 +1,10 @@ ---- ++++ description = "I describe my git server setup (using cgit and gitolite), and what it allows" date = 2017-06-04T12:33:02+02:00 title = "A simple, powerful self-hosted git setup" [taxonomies] tags = ["development","git"] ---- ++++ I had been using [gogs][] for about a year. It worked reasonably well, as it focuses on being a lightweight self-hosted GitHub |