From 92787c159262a57fa20b2eb05ed710e1e6cfca96 Mon Sep 17 00:00:00 2001 From: Martin Ashby Date: Mon, 25 Mar 2024 21:36:21 +0000 Subject: Final conversion to Zine --- content/posts/index.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 content/posts/index.md (limited to 'content/posts/index.md') diff --git a/content/posts/index.md b/content/posts/index.md new file mode 100644 index 0000000..66c9f90 --- /dev/null +++ b/content/posts/index.md @@ -0,0 +1,10 @@ +--- +.title = "mfashby.net", +.author = "Martin Ashby", +.date = @date("1900-01-01T00:00:00Z"), +.layout = "list.html", +.alternatives = [{ + .layout = "rss.xml", + .output = "index.xml", +}], +--- -- cgit v1.2.3-ZIG