summary refs log tree commit diff stats
path: root/post
diff options
context:
space:
mode:
authorAlan Pearce2020-04-03 21:44:24 +0200
committerAlan Pearce2025-03-16 00:56:49 +0100
commite239a3a726d94593051f52270386e6f9dba81bb6 (patch)
tree92a8d54eccf189aef1bffc1a70086150b1e4f534 /post
parentf7464d1d29af7a4777637617ff3e7a7845e234a7 (diff)
downloadwebsite-e239a3a726d94593051f52270386e6f9dba81bb6.tar.lz
website-e239a3a726d94593051f52270386e6f9dba81bb6.tar.zst
website-e239a3a726d94593051f52270386e6f9dba81bb6.zip
Convert front matter for zola
Diffstat (limited to 'post')
-rw-r--r--post/a-new-site.md5
-rw-r--r--post/back-again.md7
-rw-r--r--post/cedit-and-paredit.md6
-rw-r--r--post/emacs-package-archive-statistics.md6
-rw-r--r--post/git-cloning-similar-repositories.md8
-rw-r--r--post/opening-projects-with-projectile.md6
-rw-r--r--post/postfix-as-null-client-with-external-catchall.md6
-rw-r--r--post/repository-management-with-ghq.md5
-rw-r--r--post/self-hosted-git.md7
9 files changed, 31 insertions, 25 deletions
diff --git a/post/a-new-site.md b/post/a-new-site.md
index ffaa3ff..1b06653 100644
--- a/post/a-new-site.md
+++ b/post/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][]
diff --git a/post/back-again.md b/post/back-again.md
index 7107a56..9529415 100644
--- a/post/back-again.md
+++ b/post/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
diff --git a/post/cedit-and-paredit.md b/post/cedit-and-paredit.md
index 23fb1c4..cd395e9 100644
--- a/post/cedit-and-paredit.md
+++ b/post/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
diff --git a/post/emacs-package-archive-statistics.md b/post/emacs-package-archive-statistics.md
index 2275c9a..9a8e8bf 100644
--- a/post/emacs-package-archive-statistics.md
+++ b/post/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
diff --git a/post/git-cloning-similar-repositories.md b/post/git-cloning-similar-repositories.md
index 96ea7b4..8f1eb43 100644
--- a/post/git-cloning-similar-repositories.md
+++ b/post/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 rena
 
 [git-clone]:https://www.kernel.org/pub/software/scm/git/docs/git-clone.html
 [GitHub]:https://github.com
-[BitBucket]:https://bitbucket.org/
\ No newline at end of file
+[BitBucket]:https://bitbucket.org/
diff --git a/post/opening-projects-with-projectile.md b/post/opening-projects-with-projectile.md
index d88d309..775e2be 100644
--- a/post/opening-projects-with-projectile.md
+++ b/post/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).
diff --git a/post/postfix-as-null-client-with-external-catchall.md b/post/postfix-as-null-client-with-external-catchall.md
index 4229083..3d4a84f 100644
--- a/post/postfix-as-null-client-with-external-catchall.md
+++ b/post/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.
 
diff --git a/post/repository-management-with-ghq.md b/post/repository-management-with-ghq.md
index d831c9e..c225ace 100644
--- a/post/repository-management-with-ghq.md
+++ b/post/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
diff --git a/post/self-hosted-git.md b/post/self-hosted-git.md
index b26f61b..1cceff3 100644
--- a/post/self-hosted-git.md
+++ b/post/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