Dear All
I use Jekyll on Netlify. Also I avoid liquid on my Jekyll website. So, I move all the code on includes to layout.
I set my config.yml like this to make building process faster ->
exclude:
- Gemfile
- readme.md
- node_modules
- .gitignore
- .jekyll-cache
My posts less than hundreds. And I don’t use any images yet. But the building process take almost half minutes. How to make it faster?
Note:
I’ve read many articles out there to reduces building process time. But the result still not significant.
Regards