After I run npm install and bundle install then bundle exec jekyll serve. I have not change any config file yet but I got this message:
Pagination: Is enabled, but I couldn't find any pagination page. Skipping pagination. Pages m
ust have 'pagination: enabled: true' in their front-matter for pagination to work.
I think this is just a warning from jekyll-paginate-v2. You likely don't have pagination enabled on any pages like I do. You can just disable all the pagination stuff in _config.yml if you're not using it.
After I run
npm install
andbundle install
thenbundle exec jekyll serve
. I have not change any config file yet but I got this message: