jekyll / jekyll-sitemap

Jekyll plugin to silently generate a sitemaps.org compliant sitemap for your Jekyll site
http://rubygems.org/gems/jekyll-sitemap
MIT License
966 stars 137 forks source link

Error with jekyll-sitemap when run rake generate to use jekyll with octopress #54

Closed leichunfeng closed 9 years ago

leichunfeng commented 9 years ago

Error reading file /Library/Ruby/Gems/2.0.0/gems/jekyll-sitemap-0.6.1/lib/sitemap.xml: No such file or directory - /Users/leichunfeng/octopress/source/Library/Ruby/Gems/2.0.0/gems/jekyll-sitemap-0.6.1/lib/sitemap.xml

parkr commented 9 years ago

Thanks for the issue. This has already been fixed. Upgrade to v0.6.2. #52, duplicate of #51.

leichunfeng commented 9 years ago

Thank you very much. I have upgrade to v0.6.2 and everything is ok now.