Configuration file: C:/Users/akain/web/DonghyunKim98.github.io/_config.yml
Source: C:/Users/akain/web/DonghyunKim98.github.io
Destination: C:/Users/akain/web/DonghyunKim98.github.io/_site
Incremental build: disabled. Enable with --incremental
Generating...
AutoPages: Disabled/Not configured in site.config.
Pagination: Complete, processed 1 pagination page(s)
done in 1.478 seconds.
Please add the following to your Gemfile to avoid polling for changes:
gem 'wdm', '>= 0.1.0' if Gem.win_platform?
Auto-regeneration: enabled for 'C:/Users/akain/web/DonghyunKim98.github.io'
Server address: http://127.0.0.1:4000/
Server running... press ctrl-c to stop.
Это описание, когда я ввожу bundle exec jekyll serve
в console. В localhost 4000 страница обновляется только при загрузке или удалении файлов. Я хочу обновлять sh страницу всякий раз, когда обновляю файлы. Как мне это сделать?