diff options
Diffstat (limited to '')
-rw-r--r-- | _config.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml index 702f79f..b29ca75 100644 --- a/_config.yml +++ b/_config.yml @@ -1,4 +1,10 @@ # Jekyll +baseurl: '' +host: 0.0.0.0 +open_url: true +show_drafts: true +strict_front_matter: true + exclude: - Gemfile - Gemfile.lock |