Remove additional-resource page and feed as well

This commit is contained in:
Philipp Oppermann
2016-07-14 11:47:36 +02:00
parent 03bdf35dd3
commit a8534a7bd7

View File

@@ -28,7 +28,7 @@ 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
rm -r post post.html page page.html additional-resource additional-resource.html # remove per-category pages/feeds
# commit
git add --all .