aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-10-22 19:17:00 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2022-10-22 19:26:33 +0200
commit01bea30048b35d406388723b0732c733c2149aec (patch)
tree91a33eecef3f7dfa054a07e07c9a7c9c3d03ea40
parentworkflows/jekyll: only deploy on pushes to gh-pages (diff)
downloadblog-01bea30048b35d406388723b0732c733c2149aec.tar.gz
blog-01bea30048b35d406388723b0732c733c2149aec.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 ff67597..a7407fc 100644
--- a/_config.yml
+++ b/_config.yml
@@ -1,6 +1,7 @@
# Jekyll
baseurl: /blog
host: 0.0.0.0
+livereload: true
open_url: true
show_drafts: true
strict_front_matter: true