diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-10-22 19:19:06 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-10-22 19:19:06 +0200 |
commit | fc5bc6a611e9147ee0f65fb6fc173f9d261b6f9e (patch) | |
tree | 336b9d9e25c4d56487bff7d4bad98df26372c304 | |
parent | workflows/jekyll: only deploy on pushes to master (diff) | |
download | egor-tensin.github.io-fc5bc6a611e9147ee0f65fb6fc173f9d261b6f9e.tar.gz egor-tensin.github.io-fc5bc6a611e9147ee0f65fb6fc173f9d261b6f9e.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 92b51e4..6b706f2 100644 --- a/_config.yml +++ b/_config.yml @@ -1,6 +1,7 @@ # Jekyll baseurl: '' host: 0.0.0.0 +livereload: true open_url: true show_drafts: true strict_front_matter: true |