diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-10-22 19:02:22 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-10-22 19:02:22 +0200 |
commit | a9f3d3a32f0e03ac92b7166c24cc4d701b671ad3 (patch) | |
tree | 77d9eb35d50fe6554d9528df76b51bd07191d570 | |
parent | workflows/ci: only deploy on pushes to master (diff) | |
download | jekyll-theme-a9f3d3a32f0e03ac92b7166c24cc4d701b671ad3.tar.gz jekyll-theme-a9f3d3a32f0e03ac92b7166c24cc4d701b671ad3.zip |
enable live reload
-rw-r--r-- | _config.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml index 21d7d34..579c128 100644 --- a/_config.yml +++ b/_config.yml @@ -1,6 +1,7 @@ # Jekyll baseurl: /jekyll-theme host: 0.0.0.0 +livereload: true open_url: true show_drafts: true strict_front_matter: true |