From 4cb016bd3aa08433439f471d5f1b09b552e21bee Mon Sep 17 00:00:00 2001 From: Jakob Krigovsky Date: Tue, 10 Jul 2018 11:01:18 +0200 Subject: [PATCH] Document setting up extensionless feed paths Resolves #237. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8b5af319..bd10a1d3 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,8 @@ feed: To note, you shouldn't have to do this unless you already have a feed you're using, and you can't or wish not to redirect existing subscribers. +:warning: If your feed path does not end with `.xml`, you'll need to configure your web server to serve the proper content type. Alternatively, you can specify e.g. `feed/index.xml` to serve your feed from `/feed/`. + ### Optional front matter The plugin will use the following post metadata, automatically generated by Jekyll, which you can override via a post's YAML front matter: