From dd8262c2292180ce92f48a9a69ad4a8fcc0e9e08 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 4 Mar 2025 10:24:35 +0100 Subject: Add now page --- config.toml | 3 +++ now.md | 7 +++++++ 2 files changed, 10 insertions(+) create mode 100644 now.md diff --git a/config.toml b/config.toml index 3af0e7b..848e0a9 100644 --- a/config.toml +++ b/config.toml @@ -69,6 +69,9 @@ wildcard_domain = "aln.pe" [[menus.main]] name = "Home" url = "/" +[[menus.main]] + name = "Now" + url = "/now" [[menus.main]] name = "Posts" url = "/post/" diff --git a/now.md b/now.md new file mode 100644 index 0000000..b9f6e20 --- /dev/null +++ b/now.md @@ -0,0 +1,7 @@ +--- +title: What I'm up to +--- +### Working on this website +It now gets built and pre-compressed in [CI](https://ci.alanpearce.eu/jobs/website), with the server pulling a new version based on a redis key + +Playing [Dead Cells](https://dead-cells.com) -- cgit 1.4.1