Use post feed as main feed

This commit is contained in:
Philipp Oppermann
2016-05-01 15:52:07 +02:00
parent 3004d8d43d
commit 5f62015c2d

View File

@@ -26,6 +26,8 @@ git config user.email "travis-update-bot@phil-opp.com"
# update blog # update blog
rm -r * rm -r *
cp -r ../public/. . 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 rm -r post post.html page page.html # remove per-category pages/feeds
# commit # commit