jekyll-sitemap

Jekyll plugin to silently generate a sitemaps.org compliant sitemap for your Jekyll site

MIT License

Downloads
11.1M
Stars
961
Committers
36

Bot releases are hidden (Show)

jekyll-sitemap -

Published by pathawks over 7 years ago

Minor Enhancements

  • escape& (#162)
  • feat: remove 404 pages from the sitemap. closes #113 (#164)
jekyll-sitemap -

Published by pathawks almost 8 years ago

Minor Enhancements

  • Add sitemap.xsl if exists (#143)
  • Add robots.txt when none exists (#146)
  • Refactor and add sitemap to site.pages (#137)
  • DRY in sitemap.xml (#136)

Documentation

  • Fix #134: Rename "Issues" to "Known Issues" (#135)
  • Fix #104: Add explanation in README for tag (#139)
  • Update copyright attribution (#149)

Development Fixes

  • Travis should do a deep clone (#147)
jekyll-sitemap -

Published by pathawks over 8 years ago

  • Add Rubocop (#100)
  • Allow Travis to cache dependencies (#108)
  • Properly Escape URLs (#107)
  • Include PDF files in sitemap (#109)
jekyll-sitemap - v0.10.0

Published by parkr over 8 years ago

  • URI encode sitemap URLs (#85)
  • Do not include 'posts' collection twice (#92)
  • Fix GitHub Pages tests to test just the Jekyll version (#87)
  • Allow HTML files to end with .xhtml or .htm (#93)
  • Simplify whitespace regex for stripping whitespace (#96)
jekyll-sitemap - v0.9.0

Published by parkr about 9 years ago

  • Test against Jekyll 2, 3, and the GitHub Pages version. (#83)
jekyll-sitemap - v0.8.1

Published by parkr over 9 years ago

  • Do not assume all pages have changed (#35)
  • Remove duplicated range from regex (#73)
jekyll-sitemap - v0.7.0

Published by parkr over 9 years ago

Minor Enhancements

  • Make site.baseurl support more robust (#59)
  • Add site.baseurl to base site URL construction (#50)

Development Fixes

  • Remove unnecessary spaces and escaping in README (#58)
jekyll-sitemap - v0.8.0

Published by parkr over 9 years ago

  • Call each page page in pages loop in sitemap.xml for clarity (#64)
  • Remove changefreq (#34)
  • Remove priority (#33)
  • Don't strip 'index.html' when there is more to filename (#68)
jekyll-sitemap - v0.6.3

Published by parkr almost 10 years ago

Bug Fixes

  • Be backwards-compatible when Site#in_source_dir and Site#in_dest_dir don't exist (#57)
jekyll-sitemap - v0.6.2

Published by parkr almost 10 years ago

Bug Fixes

  • Don't attempt to read the sitemap upon page creation. (#52)
  • Use new secure methods to build source & dest paths. (#53)
jekyll-sitemap - v0.6.1

Published by parkr about 10 years ago

Minor Enhancements

  • Strip excess whitespace (#40)

Bug Fixes

  • Add UTC offset to <lastmod> to handle non-UTC timezones (#49)

Development Fixes

  • Adding information about exclusion flag (#45)
jekyll-sitemap - v0.6.0

Published by benbalter about 10 years ago

Minor Enhancements

  • Include custom collections in the sitemap. (#30)
  • Use post.last_modified_at for post <lastmod> if available (#37)
jekyll-sitemap - v0.5.1

Published by parkr about 10 years ago

Bug Fixes

  • Explicitly set sitemap layout to nil to avoid warning (#32)
jekyll-sitemap - v0.5.0

Published by parkr over 10 years ago

Minor Enhancements

  • Allow users to exclude a page/post from the sitemap (#11)
jekyll-sitemap - v0.4.1

Published by parkr over 10 years ago

  • Force nil layout for sitemap file (#16)
jekyll-sitemap - v0.4.0: Jekyll 2.0 Support

Published by parkr over 10 years ago

Support Jekyll 2.0 (#12)

jekyll-sitemap - v0.3.0

Published by benbalter over 10 years ago

  • Better timezone support
  • remove stray sitemap.xsl from template
  • Generate sitemap using html_pages
  • Added travis