You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 16, 2019. It is now read-only.
I used simple_blog_html5 to create http://douglatornell.ca 6 or 7 months ago and never saw this error. Things have evolved quite a bit since I started working on the plugins branch in May 2012 so I'm closing this because I can't see any way that I can reproduce the issue.
Feel free to re-open if you have more info/details to share.
This warning will appear if there is an index.html.mako in the site's root (for example, I forgot to delete the one automatically created on init) and the _config.py is modified to have the blog in the root of the site (blog.path = "").
Thanks for the new information @alkhimey. Reopened and tagged as a bug, however, I'm presently travelling with sporadic, limited network access, so it will be couple of weeks before I can do anything with this. Thanks for your patience.
When I run
blogofile build
I get the error:WARNING:blogofile.template:Location is used more than once: _site/./index.html
This is with a simple_blog_html5 that I just init'd. No modifications yet.
To work around this, I ran
blogofile -vv build
which completed without errors. Go figure.The text was updated successfully, but these errors were encountered: