-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sitemap does not generated #84
Comments
Thanks for the bug report! I'll get a fix for this written this weekend. |
It makes sense that it doesn't get called. The sitemap plugin 'hooks' itself by defining a publish method to a class that is neither a subclass of content or index, so Although the problem is that sitemap needs to be called last, I can't quite grasp what was the intended solution. The least hacky solution I can think of, but hacky nonetheless, is to define an |
Maybe it will be good to have some other hooks exported? Before publish, for example? |
Indeed, the previous "intended solution" was clearly not thought through on my part. This is a big part of why my next big Coleslaw task during my vacation the next 2 weeks will be to get a solid test suite written and Travis CI set up. I think from a design perspective, turning compile-blog (and maybe also deploy) into a Generic Function that takes a Config object is an interesting idea. Then there could be an |
Have there been any updates on this? I noticed it still isn't getting generated on master. |
When I include
(sitemap)
to plugins setting nothing happens after call to(coleslaw:main ...)
while other files generated successfully.Seems that sitemap plugin does not even get called.
Latest master branch, sbcl 1.2.13, FreeBSD.
The text was updated successfully, but these errors were encountered: