Remove Octopress' default blog/ directory
By default, Octopress deploys your posts, categories and archives to a /blog/ subdirectory. Here is how to remove that :
- replace all 
/blogoccurences by/in_config.yml - move 
source/blog/archivestosource/(you can deleteblog/) - edit 
source/_includes/custom/navigation.html. Replace/blog/archivesby/archives - edit 
source/index.html. Replace/blog/archivesby/archives 
That’s it.