aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Loomans <noahloomans@gmail.com>2017-01-05 21:38:08 +0100
committerNoah Loomans <noahloomans@gmail.com>2017-01-05 21:38:08 +0100
commitbdd75822b6755bdf6372b64c9954fdbd93b45542 (patch)
tree977296af1102a14f88a0679e0cee34adb5c08607
parent172f11376fb6b9451684ec4a8d628b2ebd8d0ce1 (diff)
fix .well-known not being requestable
-rw-r--r--_config.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml
index 9dfba6e..b4bf4d3 100644
--- a/_config.yml
+++ b/_config.yml
@@ -18,8 +18,10 @@ email: noahloomans@gmail.com
baseurl: "" # the subpath of your site, e.g. /blog
url: "http://noahloomans.com" # the base hostname & protocol for your site, e.g. http://example.com
+include: [".well-known"]
+
# Build settings
markdown: kramdown
sass:
- sass_dir: style \ No newline at end of file
+ sass_dir: style