diff options
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 |