From e421a023519d8ff8d062356335206b7800d9b7fe Mon Sep 17 00:00:00 2001 From: James McDonald Date: Tue, 9 Jan 2018 21:47:58 +0100 Subject: [PATCH] Add post Let's Get Static --- content/posts/lets-get-static.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 content/posts/lets-get-static.md diff --git a/content/posts/lets-get-static.md b/content/posts/lets-get-static.md new file mode 100644 index 0000000..4bd545d --- /dev/null +++ b/content/posts/lets-get-static.md @@ -0,0 +1,16 @@ +--- +title: "Let's Get Static" +date: 2018-01-09T21:36:09+01:00 +author: James McDonald +type: post +categories: + - Meta +--- + +I migrated this site to use static generation, specifically with +[Hugo](https://gohugo.io/). I've been thinking about doing so for a +while, but switching seemed like it would be a giant hassle. I exported +from Wordpress with +https://github.com/SchumacherFM/wordpress-to-hugo-exporter, which +appears to do a bloody good job, including making all the old URLs +match up. So that was super easy.