about summary refs log tree commit diff
path: root/users/tazjin/blog
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2020-08-10T20·53+0100
committertazjin <mail@tazj.in>2020-08-10T23·24+0000
commit916dba43e7d1dcfdde8e07117d138737f71ec036 (patch)
tree82e472967675babae7955c2965cfd4da79341c4a /users/tazjin/blog
parent906f5c1d2d442b1d34621b97950c38c659b729a6 (diff)
feat(tazjin/atom-feed): Add Nix functions for generating an Atom feed r/1634
This only adds the feed generation functions, but does not yet wire it
up to the blog content.

This was implemented against
https://validator.w3.org/feed/docs/atom.html and I've validated some
generated example feeds with the W3 validator.

Change-Id: Ide3ea90d3fa935047506aa87169100c2ead21284
Reviewed-on: https://cl.tvl.fyi/c/depot/+/1709
Tested-by: BuildkiteCI
Reviewed-by: tazjin <mail@tazj.in>
Diffstat (limited to 'users/tazjin/blog')
-rw-r--r--users/tazjin/blog/fragments.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/users/tazjin/blog/fragments.nix b/users/tazjin/blog/fragments.nix
index 18416e4c4d..978dfa2a23 100644
--- a/users/tazjin/blog/fragments.nix
+++ b/users/tazjin/blog/fragments.nix
@@ -5,7 +5,8 @@
 # An entire post is rendered by `renderPost`, which assembles the
 # fragments together in a runCommand execution.
 #
-# The post index is generated by //web/homepage, not by this code.
+# The post index is generated by //users/tazjin/homepage, not by this
+# code.
 { depot, lib, ... }:
 
 let