diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-05-06 02:23:13 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-05-06 02:23:13 +0200 |
commit | 019ba984ba2769c804cfae725b93c3aceff338f9 (patch) | |
tree | 3ec8d770d47ea3fb1775500a84a2209535a1259a /_config.yml | |
parent | bump dependencies (diff) | |
download | wireguard-config-019ba984ba2769c804cfae725b93c3aceff338f9.tar.gz wireguard-config-019ba984ba2769c804cfae725b93c3aceff338f9.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 bf843f7..049b293 100644 --- a/_config.yml +++ b/_config.yml @@ -1,5 +1,9 @@ # Jekyll baseurl: /wireguard-config +host: 0.0.0.0 +open_url: true +show_drafts: true +strict_front_matter: true exclude: - Makefile |