diff options
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml index 2c07914..c89c2de 100644 --- a/_config.yml +++ b/_config.yml @@ -9,6 +9,8 @@ description: >- # this means to ignore newlines until "baseurl:" baseurl: "" # the subpath of your site, e.g. /blog url: "" # the base hostname & protocol for your site, e.g. http://example.com +host: 0.0.0.0 + minima: social_links: - { platform: rss, user_url: "/feed.xml" } |