mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Use post feed as main feed
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user