When Octopress lives in /blog, the extra blog subdirectory attached to categories and archives results in a redundant “/blog/blog/resource” path. Here’s how to fix that.
1 2 3 |
|
1 2 3 |
|
Finally, in the source directory, move the /blogs/archive/index.html file to /archive/index.html. (Erase the empty blog folder, too.)
Also, in case you want the massive site-name header to link to your domain root, instead of the blog here’s what you do.
1 2 3 |
|
I don’t especially like this fix. It seems like something that should be handled with the “root” entry in config.yml. Changing “root: /blog” to “root: /” in config.yml doesn’t do the trick, and only serves to screw up the deployment.