diff options
author | Alan Pearce | 2025-03-04 10:24:35 +0100 |
---|---|---|
committer | Alan Pearce | 2025-03-16 00:56:49 +0100 |
commit | 73ed4e857406cd493f925f7e7651891008e10e10 (patch) | |
tree | a1679b02bade65a74213f29797efb9a9614a732a | |
parent | 0c1230b3560021514388338c404f8937b3d59d0a (diff) | |
download | website-73ed4e857406cd493f925f7e7651891008e10e10.tar.lz website-73ed4e857406cd493f925f7e7651891008e10e10.tar.zst website-73ed4e857406cd493f925f7e7651891008e10e10.zip |
Add now page
-rw-r--r-- | config.toml | 3 | ||||
-rw-r--r-- | now.md | 7 |
2 files changed, 10 insertions, 0 deletions
diff --git a/config.toml b/config.toml index 9a39545..2fba5ac 100644 --- a/config.toml +++ b/config.toml @@ -68,6 +68,9 @@ cross-origin-resource-policy = "same-site" name = "Home" url = "/" [[menus.main]] + name = "Now" + url = "/now" +[[menus.main]] name = "Posts" url = "/post/" [[menus.main]] 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) |