Skip to content

Commit

Permalink
Document setting up extensionless feed paths
Browse files Browse the repository at this point in the history
Resolves jekyll#237.
  • Loading branch information
sonicdoe committed Jul 10, 2018
1 parent bdd6f1b commit 4cb016b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4cb016b

Please sign in to comment.