I'm developing a blog using jekyll and up until now I was very happy with it. But as I make more posts the regeneration times are getting ridiculous (3-4 minutes). It's just not feasible to wait that long every time you make a change.
Specs:
- Ruby 2.2.1
- Jekyll 2.5.3
- markdown: kramdown
- highlighter: pygments
- permalink:pretty
- Working on a cloud service (Cloud9) with 2 GB of RAM
- Not a lot of posts (~10), but I do use a lot of data (10 MB of json files in the "_data" folder, 14 MB of images in "img" folder)
- Total size of the "_site" folder is 40 MB
Is it a normal thing with these specifications?
I've updated to Jekyll 3.0 to try incremental regeneration, but it didn't help in my case.
Any ideas?
Thanks!
Willem