When I run jekyll to generate my site, it regenerates every page. How do I tell it to generate only pages which are new or have changed?
Alternatly, what am I doing to make Jekyll think it need to recreate every page?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Jekyll automatically regenerates the entire site each time it runs — that’s just how it works. However, I believe it will only regenerate changed files if you pass the flag:
as in:
Note: Instead of
jekyll build --watch, older versions of jekyll usejekyll --auto.