octopress
octopress copied to clipboard
Error reading file when run rake generate
/Users/WangWei/Documents/GitHubPage/octopress/plugins git:(source) ✗ rake generate
(in /Users/WangWei/Documents/GitHubPage/octopress)
Generating Site with Jekyll
identical source/stylesheets/screen.css Configuration file: /Users/WangWei/Documents/GitHubPage/octopress/_config.yml Source: source Destination: public Generating... Error reading file /Library/Ruby/Gems/2.0.0/gems/jekyll-sitemap-0.6.1/lib/sitemap.xml: No such file or directory - /Users/WangWei/Documents/GitHubPage/octopress/source/Library/Ruby/Gems/2.0.0/gems/jekyll-sitemap-0.6.1/lib/sitemap.xml done. Auto-regeneration: disabled. Use --watch to enable.
I followed the steps on website of octopress. Do I need to configure something?
Nope! This is a bug with jekyll-sitemap. Will fix today :) https://github.com/jekyll/jekyll-sitemap/issues/51
I get a similar error. Rake deploy works, it's just a rake generate task. Is this also as a result of the same bug?
Generating Site with Jekyll
identical source/stylesheets/screen.css Configuration file: /Users/stephaniemorillo/octopress/_config.yml Source: source Destination: public Generating... done. Auto-regeneration: disabled. Use --watch to enable.
I hava the same error.