aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-10-22 19:02:22 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2022-10-22 19:02:22 +0200
commita9f3d3a32f0e03ac92b7166c24cc4d701b671ad3 (patch)
tree77d9eb35d50fe6554d9528df76b51bd07191d570
parentworkflows/ci: only deploy on pushes to master (diff)
downloadjekyll-theme-a9f3d3a32f0e03ac92b7166c24cc4d701b671ad3.tar.gz
jekyll-theme-a9f3d3a32f0e03ac92b7166c24cc4d701b671ad3.zip
enable live reload
-rw-r--r--_config.yml1
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