From 4229e768e83d9c8b36ba42113359febfebfb67c7 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 22 Oct 2022 19:29:14 +0200 Subject: enable live reload --- _config.yml | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3