From bdd75822b6755bdf6372b64c9954fdbd93b45542 Mon Sep 17 00:00:00 2001 From: Noah Loomans Date: Thu, 5 Jan 2017 21:38:08 +0100 Subject: fix .well-known not being requestable --- _config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '_config.yml') 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 -- cgit v1.1