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.