From 5f62015c2d0601b635ccb311b71b9d50b7513556 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Sun, 1 May 2016 15:52:07 +0200 Subject: [PATCH] Use post feed as main feed --- travis-blog-update.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/travis-blog-update.sh b/travis-blog-update.sh index c0841e87..6b9e7d35 100644 --- a/travis-blog-update.sh +++ b/travis-blog-update.sh @@ -26,6 +26,8 @@ git config user.email "travis-update-bot@phil-opp.com" # update blog rm -r * cp -r ../public/. . +rm atom.xml # remove feed that includes all content types +mv post/atom.xml . # use post feed as main feed rm -r post post.html page page.html # remove per-category pages/feeds # commit