From 0d91c8bb6e0d93d3c89f4998065b7e62f98d384d Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Thu, 23 Sep 2021 09:08:06 +0100 Subject: [PATCH] Fix twitter link --- content/posts/hugo-website-search/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/hugo-website-search/index.md b/content/posts/hugo-website-search/index.md index 6c05857..27692d5 100644 --- a/content/posts/hugo-website-search/index.md +++ b/content/posts/hugo-website-search/index.md @@ -5,7 +5,7 @@ image: unsplash:fr3YLb9UHSQ tags: [programming, self-hosting, website] --- -My website is built with [Hugo](https://gohugo.io), a great static site generator with a bunch of features. One of the big missing features though is search. Hugo has [documentation](https://gohugo.io/tools/search/) on a bunch of different integrations, but none of them quite did what I wanted. Over the last few months, I've been ["badgered"](twitter.com/ironicBadger/) to add search to my site, to make content easier to find when trying to find something I've written about (I do write quite a lot). A few weeks ago, I did exactly that. Hugo's own search uses [Algolia](https://www.algolia.com/), which is great, but not being self-hosted meant it was out for obvious reasons. So instead, I wrote my own. +My website is built with [Hugo](https://gohugo.io), a great static site generator with a bunch of features. One of the big missing features though is search. Hugo has [documentation](https://gohugo.io/tools/search/) on a bunch of different integrations, but none of them quite did what I wanted. Over the last few months, I've been ["badgered"](https://twitter.com/ironicBadger/) to add search to my site, to make content easier to find when trying to find something I've written about (I do write quite a lot). A few weeks ago, I did exactly that. Hugo's own search uses [Algolia](https://www.algolia.com/), which is great, but not being self-hosted meant it was out for obvious reasons. So instead, I wrote my own. ## How it works