sandoche / Jekyll-webpack-boilerplate

⚡️ A boilerplate with Jekyll and Webpack to make the most performant static websites
MIT License
188 stars 57 forks source link

Where do I put _posts after removing jekyll-multiple-languages-plugin #18

Closed keligijus closed 5 years ago

keligijus commented 5 years ago

I've deleted "jekyll-multiple-languages-plugin" from gemfile and _config.yml.

If I _posts in _i18n nothing happens. If I put it in a corresponding language folder, nothing happens. If I put it in the root, I get an error Cannot GET /.

sandoche commented 5 years ago

Hi,

Be sure you deleted all the templates calling the translations, also by default the about.md is loading a translation: https://github.com/sandoche/Jekyll-webpack-boilerplate#internationalization

You should check the console there should be a detailed error followed by the exit of jekyll.

keligijus commented 5 years ago

Hi, thanks for your response. It turns out putting _posts in root folder works well.

I think this was caused by Webpack trying to import images that did not exist.

sandoche commented 5 years ago

Perfect !