Use main rss with new rss template (#212)

This commit is contained in:
Philipp Oppermann
2016-08-29 11:29:07 +02:00
committed by GitHub
parent 8d27acd15a
commit ee48c2ee3b
2 changed files with 24 additions and 2 deletions

View File

@@ -26,8 +26,6 @@ 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 additional-resource additional-resource.html # remove per-category pages/feeds
# commit