Add a website tag
This commit is contained in:
parent
4b7695090c
commit
7ab1475c9f
6 changed files with 9 additions and 4 deletions
|
@ -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
|
||||
---
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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!
|
||||
|
|
|
@ -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]({{<relref "/">}}) 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).
|
||||
|
|
|
@ -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/).
|
||||
|
|
4
content/tags/website/_index.md
Normal file
4
content/tags/website/_index.md
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: Website
|
||||
image: /img/header.jpg
|
||||
---
|
Loading…
Reference in a new issue