about summary refs log tree commit diff stats
path: root/content/post/self-hosted-git.md
diff options
context:
space:
mode:
authorAlan Pearce2020-04-03 21:44:24 +0200
committerAlan Pearce2020-04-04 23:02:37 +0200
commit8568ada6ddde91e4cd53ae2351385bca4d7d6531 (patch)
tree5e5718bff91130637816553649974d2fad8f5615 /content/post/self-hosted-git.md
parentc649194fdc77889ca282c2f42507d777b3b933f6 (diff)
downloadwebsite-8568ada6ddde91e4cd53ae2351385bca4d7d6531.tar.lz
website-8568ada6ddde91e4cd53ae2351385bca4d7d6531.tar.zst
website-8568ada6ddde91e4cd53ae2351385bca4d7d6531.zip
Use more common front matter markers
Diffstat (limited to 'content/post/self-hosted-git.md')
-rw-r--r--content/post/self-hosted-git.md12
1 files changed, 6 insertions, 6 deletions
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