diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-10-22 19:29:14 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-10-22 19:29:14 +0200 |
commit | 4229e768e83d9c8b36ba42113359febfebfb67c7 (patch) | |
tree | c891c93178e67364f89c3050633a02776c76f12f /_config.yml | |
parent | workflows/jekyll: only deploy on pushes to gh-pages (diff) | |
download | sorting-algorithms-4229e768e83d9c8b36ba42113359febfebfb67c7.tar.gz sorting-algorithms-4229e768e83d9c8b36ba42113359febfebfb67c7.zip |
enable live reload
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml index 5143230..bd4217f 100644 --- a/_config.yml +++ b/_config.yml @@ -1,6 +1,7 @@ # Jekyll baseurl: /sorting-algorithms host: 0.0.0.0 +livereload: true open_url: true show_drafts: true strict_front_matter: true |