diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-06-07 12:05:26 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-06-07 12:05:28 +0200 |
commit | 36a46ad6fe335f4f95a04f887514ea3924691876 (patch) | |
tree | 37e22e99b2cc90c2aff7c16d243180f4c61680ea /_config.yml | |
parent | workflows/jekyll: use .ruby-version for setup-ruby action (diff) | |
download | sorting-algorithms-36a46ad6fe335f4f95a04f887514ea3924691876.tar.gz sorting-algorithms-36a46ad6fe335f4f95a04f887514ea3924691876.zip |
fix make wget w/ live reload
A newer version of Jekyll breaks wget with --livereload and
--convert-links.
Diffstat (limited to '')
-rw-r--r-- | _config.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml index bd4217f..5143230 100644 --- a/_config.yml +++ b/_config.yml @@ -1,7 +1,6 @@ # Jekyll baseurl: /sorting-algorithms host: 0.0.0.0 -livereload: true open_url: true show_drafts: true strict_front_matter: true |