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