diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-05-06 02:21:07 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-05-06 02:21:07 +0200 |
commit | b60376ba73069501c2715771a31bb22ae1b5293f (patch) | |
tree | 04d33bd6a1bf7a5e4d59f4fac9522e451acfca1b /_config.yml | |
parent | bump dependencies (diff) | |
download | blog-b60376ba73069501c2715771a31bb22ae1b5293f.tar.gz blog-b60376ba73069501c2715771a31bb22ae1b5293f.zip |
move Jekyll options to _config.yml
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml index f584ec3..00de698 100644 --- a/_config.yml +++ b/_config.yml @@ -1,5 +1,9 @@ # Jekyll baseurl: /blog +host: 0.0.0.0 +open_url: true +show_drafts: true +strict_front_matter: true exclude: - Gemfile |