all repos — website @ 09ba3629a0683862ead6a6d28e99e8ffa0fe432f

My website

Revert "Use more compatible front-matter marker"

This reverts commit 8d6342a1aea32d6cde8fb8ac9b9232d421d778c0.
Alan Pearce alan@alanpearce.eu
Wed, 19 Apr 2023 13:34:29 +0200
commit

09ba3629a0683862ead6a6d28e99e8ffa0fe432f

parent

7f1eac6f3927fe3b20d558086ad692a72ab1d81c

M content/_index.mdcontent/_index.md
@@ -1,9 +1,9 @@----
++++
 title = "Home"
 sort_by = "date"
 paginate_reversed = true
----
-<p class="p-note note">
++++
+<p class="p-note">
 I work as a Full-stack Developer in Berlin.  I occasionally write about Emacs and
 development-related topics.
 </p>
M content/post/_index.mdcontent/post/_index.md
@@ -1,6 +1,6 @@----
++++
 title = "Posts"
 sort_by = "date"
 paginate_reversed = true
 transparent = true
----
++++
M content/post/a-new-site.mdcontent/post/a-new-site.md
@@ -1,10 +1,10 @@----
++++
 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 content/post/back-again.mdcontent/post/back-again.md
@@ -1,10 +1,10 @@----
++++
 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
 quite a bit, I've emigrated from the UK and it's only now that I'm
M content/post/cedit-and-paredit.mdcontent/post/cedit-and-paredit.md
@@ -1,10 +1,10 @@----
++++
 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
 commands for editing c-like languages.  (See this
M content/post/emacs-package-archive-statistics.mdcontent/post/emacs-package-archive-statistics.md
@@ -1,10 +1,10 @@----
++++
 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
 configuration.  Whenever I opened my `Cask` file, I wondered if I
M content/post/git-cloning-similar-repositories.mdcontent/post/git-cloning-similar-repositories.md
@@ -1,10 +1,10 @@----
++++
 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][]:
 
 	git clone git@github.com/my/repo --reference another-repo
M content/post/opening-projects-with-projectile.mdcontent/post/opening-projects-with-projectile.md
@@ -1,10 +1,10 @@----
++++
 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 content/post/postfix-as-null-client-with-external-catchall.mdcontent/post/postfix-as-null-client-with-external-catchall.md
@@ -1,10 +1,10 @@----
++++
 title = 'Postfix on a NixOS null client with external catch-all'
 date = 2020-09-11T18:49:00+02:00
 
 [taxonomies]
 tags = ["nixos","infrastructure"]
----
++++
 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.
 
 It took me a while to figure out how to this, so I thought I'd share my method.
M content/post/repository-management-with-ghq.mdcontent/post/repository-management-with-ghq.md
@@ -1,9 +1,9 @@----
++++
 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
 projects automatically.  Give it a repository URL, it will clone a project to
M content/post/self-hosted-git.mdcontent/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