Add jekyll-livereload support

To enable livereload, add
--livereload --reload_port 35729
to jekyll serve command. Pages will now auto-reload when changes are made during development.
This commit is contained in:
Jesper Hess 2018-01-22 16:32:56 -08:00
parent b3a05d12fe
commit 70a2357283
Signed by untrusted user: graffen
GPG Key ID: 351A89E40D763F0F
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ gem "github-pages", group: :jekyll_plugins
# If you have any plugins, put them here!
group :jekyll_plugins do
gem "jekyll-feed", "~> 0.6"
gem "jekyll-livereload"
end
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem