From 7831fad85a3085ddecfdedbcbba89d261f6fe29e Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Tue, 26 Jul 2016 15:59:28 -0400 Subject: [PATCH] Document custom feed URL --- _docs/05-configuration.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/_docs/05-configuration.md b/_docs/05-configuration.md index 5c418e76..a482ea71 100644 --- a/_docs/05-configuration.md +++ b/_docs/05-configuration.md @@ -2,7 +2,7 @@ title: "Configuration" permalink: /docs/configuration/ excerpt: "Settings for configuring and customizing the theme." -modified: 2016-06-16 +modified: 2016-07-26T15:51:34-04:00 --- {% include base_path %} @@ -196,6 +196,18 @@ comments: To use another provider not included with the theme set `provider: "custom"` then add their embed code to `_includes/comments-providers/custom.html`. +### Custom Feed URL + +By default the theme links to `feed.xml` generated in the root of your site by the **jekyll-feed** plugin. To link to an externally hosted feed update `atom_feed` in `_config.yml` like so: + +```yaml +atom_feed: + path: "http://feeds.feedburner.com/youFeedname" +``` + +**Note:** By default the site feed is linked in two locations: inside the [`` element]({{ gh_repo }}/master/_includes/head.html) and at the bottom of every page in the [site footer]({{ gh_repo }}/master/_includes/footer.html). +{: .notice--info} + ### SEO, Social Sharing, and Analytics Settings All optional, but a good idea to take the time setting up to improve SEO and links shared from the site.