- URI encode sitemap URLs (#85)
- Test against Jekyll 2, 3, and the GitHub Pages version. (#83)
- Do not assume all pages have changed (#35)
- Remove duplicated range from regex (#73)
- Call each page
page
in pages loop insitemap.xml
for clarity (#64) - Remove
changefreq
(#34) - Remove
priority
(#33) - Don't strip 'index.html' when there is more to filename (#68)
- Make
site.baseurl
support more robust (#59) - Add
site.baseurl
to base site URL construction (#50)
- Remove unnecessary spaces and escaping in README (#58)
- Be backwards-compatible when
Site#in_source_dir
andSite#in_dest_dir
don't exist (#57)
- Don't attempt to read the sitemap upon page creation. (#52)
- Use new secure methods to build source & dest paths. (#53)
- Strip excess whitespace (#40)
- Add UTC offset to
<lastmod>
to handle non-UTC timezones (#49)
- Adding information about exclusion flag (#45)
- Include custom collections in the sitemap. (#30)
- Use
post.last_modified_at
for post<lastmod>
if available (#37)
- Explicitly set sitemap layout to
nil
to avoid warning (#32)
- Allow users to exclude a page/post from the sitemap (#11)
- Force sitemap layout to be
nil
(#16) - Correct seconds in timestamp for static files (#24)
- Upgrade to Rspec 3.0 and use
be_truthy
(#24)
- Support Jekyll 2.0 (#12)
- Generate sitemap using html_pages (#10)
- Remove stray sitemap.xsl from template (#8)
- Added travis (#6)
- Better timezone support (#7)
- Loosen Jekyll requirement (#4)
- Birthday!