From 7ab1475c9ff75dde8c5e3e15fa8adc5afbcc9fc7 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 12 Sep 2021 16:21:27 +0100 Subject: [PATCH] Add a website tag --- content/posts/goaccess-analytics.md | 2 +- content/posts/hugo-website-search/index.md | 2 +- content/posts/self-hosting-website/index.md | 2 +- content/posts/website-deployment-process.md | 2 +- content/posts/why-i-rewrote-my-website/index.md | 1 + content/tags/website/_index.md | 4 ++++ 6 files changed, 9 insertions(+), 4 deletions(-) create mode 100644 content/tags/website/_index.md diff --git a/content/posts/goaccess-analytics.md b/content/posts/goaccess-analytics.md index 3ac28b2..c5d3a00 100644 --- a/content/posts/goaccess-analytics.md +++ b/content/posts/goaccess-analytics.md @@ -1,7 +1,7 @@ --- title: Privacy-respecting analytics with GoAccess date: 2020-04-10 -tags: [self-hosting, containers] +tags: [self-hosting, containers, website] image: https://goaccess.io/images/goaccess-dashboard.png --- diff --git a/content/posts/hugo-website-search/index.md b/content/posts/hugo-website-search/index.md index ef23b7e..6c05857 100644 --- a/content/posts/hugo-website-search/index.md +++ b/content/posts/hugo-website-search/index.md @@ -2,7 +2,7 @@ title: Building search into a Hugo website date: 2021-09-12 image: unsplash:fr3YLb9UHSQ -tags: [programming, self-hosting] +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. diff --git a/content/posts/self-hosting-website/index.md b/content/posts/self-hosting-website/index.md index f74554f..b3483dc 100644 --- a/content/posts/self-hosting-website/index.md +++ b/content/posts/self-hosting-website/index.md @@ -1,7 +1,7 @@ --- title: Self hosting my website date: 2020-04-11 -tags: [self-hosting, containers] +tags: [self-hosting, containers, website] --- A few days ago, I was sharing a [blog post]({{< relref "wireguard-haproxy-gateway" >}}) to someone on the [self-hosted podcast](https://selfhosted.show/) discord, and they asked if I was self-hosting my website. Unfortunately, and rather ironically, I had to answer no. I've been intending to move it over to my own server for a while, so this felt like as good of a push as any! diff --git a/content/posts/website-deployment-process.md b/content/posts/website-deployment-process.md index 0c048a3..8d704be 100644 --- a/content/posts/website-deployment-process.md +++ b/content/posts/website-deployment-process.md @@ -3,7 +3,7 @@ title: Website deployment process date: 2021-05-25 subtitle: How do posts get from my brain to your eyes? image: unsplash:L4gN0aeaPY4 -tags: [self-hosting, programming] +tags: [self-hosting, programming, website] --- [My website]({{}}) is a very important project to me. I've written a lot of content over the years, useful both to me and other internet folks. Currently, my website is a static site, powered by [Hugo](https://gohugo.io/). Because it's static, the content is served insanely quickly and handles any insane load spikes like a champ (not that any have happened). diff --git a/content/posts/why-i-rewrote-my-website/index.md b/content/posts/why-i-rewrote-my-website/index.md index 66e958c..2242446 100644 --- a/content/posts/why-i-rewrote-my-website/index.md +++ b/content/posts/why-i-rewrote-my-website/index.md @@ -2,6 +2,7 @@ title: Why I rewrote my website date: 2017-11-13 image: resource:new-site-screenshot.png +tags: [programming, website] --- I've had a website for around four years now, starting with a python CGI-based site hosted at [1&1](https://www.1and1.co.uk/), and evolving into its current form, powered by [Hugo](https://gohugo.io/). diff --git a/content/tags/website/_index.md b/content/tags/website/_index.md new file mode 100644 index 0000000..df24451 --- /dev/null +++ b/content/tags/website/_index.md @@ -0,0 +1,4 @@ +--- +title: Website +image: /img/header.jpg +---