diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-10-22 19:30:34 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-10-22 19:30:34 +0200 |
commit | 2f7c8340d5c5c7fe3a58d8725ef5fab05fffe858 (patch) | |
tree | 105c1354bc80307e8403f8ae6f3e3d37234afd50 | |
parent | workflows/jekyll: only deploy on pushes to master (diff) | |
download | wireguard-config-2f7c8340d5c5c7fe3a58d8725ef5fab05fffe858.tar.gz wireguard-config-2f7c8340d5c5c7fe3a58d8725ef5fab05fffe858.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 4bd3110..e2ffdd2 100644 --- a/_config.yml +++ b/_config.yml @@ -1,6 +1,7 @@ # Jekyll baseurl: /wireguard-config host: 0.0.0.0 +livereload: true open_url: true show_drafts: true strict_front_matter: true |