Linking to external posts from Jekyll

I’d like this site to list all my public activity. Unfortunately, the web is a mess. To find my posts before late 2016, you have to scour Google. And in future I will surely write new posts on other platforms, such as professional blogs. I don’t want you and I to have to hunt for these posts.

Instead, I’ve set up an “external post” system here. This site uses Jekyll, and I can write post files like this:

---
title: "Low latency, large working set, and GHC's garbage collector: pick two of three"
external_url: "https://making.pusher.com/latency-working-set-ghc-gc-pick-two/"
---

When my homepage layout sees this post, it will link to the external site instead. Now you and I have a searchable list of all my posts, whether they’re published on this site or not.

In the coming weeks, I’ll be copying over links to posts from olden days.

Tagged #jekyll, #blog.

Similar posts

More by Jim

Want to build a fantastic product using LLMs? I work at Granola where we're building the future IDE for knowledge work. Come and work with us! Read more or get in touch!

This page copyright James Fisher 2017. Content is not associated with my employer. Found an error? Edit this page.