diff options
author | Bradley Taunt <bt@btxx.org> | 2024-05-26 12:35:41 -0400 |
---|---|---|
committer | Bradley Taunt <bt@btxx.org> | 2024-05-26 12:35:41 -0400 |
commit | fa6aded86998639a53aecfa7b76e0ecd800fd9f0 (patch) | |
tree | 31d8e2fd1c9c9eb335151ab15301283156824a55 /_config.yml | |
parent | 010763789952b38c4974ae81d2fced03e623e2f8 (diff) |
More post cleanup, mobile styling fixes
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" } |