aboutsummaryrefslogtreecommitdiff
path: root/barf
diff options
context:
space:
mode:
authorAdam Stück <adam@adast.dk>2023-12-15 16:50:03 +0100
committerAdam Stück <adam@adast.dk>2023-12-15 16:50:03 +0100
commit8fd8b76ec90bff271e573a1a55ba558f033ea120 (patch)
treee491c4937b550b00dd75d94206a3fa6df492783a /barf
parent722e1f0a3b28c5f546e7110fd7e3b1429e0d9d46 (diff)
barf: drop patch to create feed symlinks
Diffstat (limited to 'barf')
-rwxr-xr-xbarf2
1 files changed, 0 insertions, 2 deletions
diff --git a/barf b/barf
index 07ad771..81bbcd2 100755
--- a/barf
+++ b/barf
@@ -94,8 +94,6 @@ rm -rf build && mkdir build
index_tsv posts | sort -rt " " -k 3 > build/posts.tsv
index_html build/posts.tsv > build/index.html
atom_xml build/posts.tsv > build/atom.xml
-ln -sf atom.xml build/rss.xml
-ln -sf atom.xml build/feed
while read -r f title created; do
write_page "$f" "$title" "$created"
done < build/posts.tsv