all repos — website @ e239a3a726d94593051f52270386e6f9dba81bb6

My website

Convert front matter for zola
Alan Pearce alan@alanpearce.eu
Fri, 03 Apr 2020 21:44:24 +0200
commit

e239a3a726d94593051f52270386e6f9dba81bb6

parent

f7464d1d29af7a4777637617ff3e7a7845e234a7

M post/a-new-site.mdpost/a-new-site.md
@@ -1,8 +1,9 @@ +++
-Categories = ["Geek"]
-Description = "I made a website."
+description = "I made a website."
 title = "A New Site"
 date = 2014-06-07T20:16:16Z
+[taxonomies]
+tags = ["website"]
 +++
 
 I finally got around to making a website.  I decided to use [Hugo][] with a slightly-modified [Hyde theme][]
M post/back-again.mdpost/back-again.md
@@ -1,8 +1,9 @@ +++
-Description = "I'm back"
-Tags = ["website"]
-date = "2017-05-06T16:55:57+02:00"
+description = "I'm back"
+date = 2017-05-06T16:55:57+02:00
 title = "Back again"
+[taxonomies]
+tags = ["website"]
 +++
 
 I've not made any posts for quite some time.  My life has changed
M post/cedit-and-paredit.mdpost/cedit-and-paredit.md
@@ -1,9 +1,9 @@ +++
-Categories = ["Emacs"]
-Description = "Cedit and paredit for structural editing"
-Tags = ["development", "emacs"]
+description = "Cedit and paredit for structural editing"
 title = "Cedit and Paredit"
 date = 2014-08-04T07:10:14Z
+[taxonomies]
+tags = ["development", "emacs"]
 +++
 
 I recently discovered [cedit][], which provides some structural
M post/emacs-package-archive-statistics.mdpost/emacs-package-archive-statistics.md
@@ -1,9 +1,9 @@ +++
-Categories = ["Emacs"]
-Description = "Working out which package archives I'm using"
-Tags = ["emacs"]
+description = "Working out which package archives I'm using"
 title = "Emacs Package Archive Statistics"
 date = 2014-07-19T13:19:54Z
+[taxonomies]
+tags = ["emacs"]
 +++
 
 I use [cask][] for managing the dependencies of my Emacs
M post/git-cloning-similar-repositories.mdpost/git-cloning-similar-repositories.md
@@ -1,9 +1,9 @@ +++
-Categories = ["Development"]
-Description = "Speed up cloning of similar git repositories"
-Tags = ["git"]
+description = "Speed up cloning of similar git repositories"
 title = "Cloning Similar Git Repositories"
 date = 2014-06-22T08:35:24Z
+[taxonomies]
+tags = ["git"]
 +++
 With multiple similar git repositories, for example where a base repository contains a framework or base system installation and other repositories are created from that repository, it's possible to save some time when cloning down another repository by using the `reference` option to [git-clone][]:
 
@@ -16,4 +16,4 @@ On a related note, I'm surprised that [GitHub][] doesn't allow for multiple renamed forks, which would be very useful in this scenario.  [BitBucket][] does support this, however.  It even has a 'sync' button for pulling updates from the base into the child repositories, which is very useful, especially for those who prefer GUIs over CLIs. 
 [git-clone]:https://www.kernel.org/pub/software/scm/git/docs/git-clone.html
 [GitHub]:https://github.com
-[BitBucket]:https://bitbucket.org/+[BitBucket]:https://bitbucket.org/
M post/opening-projects-with-projectile.mdpost/opening-projects-with-projectile.md
@@ -1,9 +1,9 @@ +++
-Categories = ["Emacs"]
-Description = ""
-Tags = ["emacs", "lisp"]
+description = ""
 title = "Opening Projects with Projectile"
 date = 2014-07-12T09:12:34Z
+[taxonomies]
+tags = ["emacs", "lisp"]
 +++
 
 I use [Projectile][] for working with projects in Emacs.  It's really good at finding files in projects, working with source code indexes (I use [Global][]), and with its [perspective][] support, it's also great at separating projects into workspaces.  However, I've always felt it lacking in actually opening projects.  I tend to work on different projects all the time and `projectile-switch-project` only tracks projects once they've been opened initially (despite the name, it works across Emacs sessions).
M post/postfix-as-null-client-with-external-catchall.mdpost/postfix-as-null-client-with-external-catchall.md
@@ -1,7 +1,9 @@ +++
 title = "Postfix on a NixOS null client with external catch-all"
-date = "2020-09-11T18:49:00+02:00"
-Tags = ["development","git","nixos"]
+date = 2020-09-11T18:49:00+02:00
+
+[taxonomies]
+tags = ["development","git","nixos"]
 +++
 I wanted to set up a server so that any local email (e.g. generated by cron jobs/systemd timers) would be forwarded to an external address, regardless of the user.  I also wanted the from address to keep the system hostname whilst not allowing any external use of the mailserver.
 
M post/repository-management-with-ghq.mdpost/repository-management-with-ghq.md
@@ -1,7 +1,8 @@ +++
-Tags = ["development","git"]
-date = "2017-05-06T23:31:51+02:00"
+date = 2017-05-06T23:31:51+02:00
 title = "Repository management with ghq"
+[taxonomies]
+tags = ["development","git"]
 +++
 
 I recently encountered [ghq][], a tool for automatically organising VCS-backed
M post/self-hosted-git.mdpost/self-hosted-git.md
@@ -1,8 +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"
+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