From c86377800b699f438a80fd3a64140947b75c8949 Mon Sep 17 00:00:00 2001 From: Stephen Cresswell Date: Wed, 31 Dec 2014 17:58:15 +0000 Subject: [PATCH] Update README.md Fixing documentation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d383fd6..5498301 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ How To Use: ----------- 1. Copy file into your _plugins folder within your Jekyll project. 2. Ensure url is set in your config file (for example `url: http://danielgroves.net`) -3. In your config file, change `sitemap: file:` if you want your sitemap to be called something other than sitemap.xml. +3. In your config file, change `sitemap: filename:` if you want your sitemap to be called something other than sitemap.xml. 4. Change the `sitemap: exclude:` list to exclude any pages that you don't want in the sitemap. 5. Change the `sitemap: include_posts:` list to include any pages that are looping through your posts (e.g. "/index.html", "/notebook/index.md", etc.). This will ensure that right after you make a new post, the last modified date will be updated to reflect the new post. 6. Run Jekyll: `jekyll` to re-generate your site. @@ -17,7 +17,7 @@ Configuration defaults: ```yaml sitemap: - file: "/sitemap.xml" + filename: "/sitemap.xml" exclude: - "/atom.xml" - "/feed.xml"