Jekyll Sitemap Versions Save

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

v1.4.0

4 years ago

Minor Enhancements

  • Avoid overwriting an existing robots.txt (#246)

Bug Fixes

  • Simulate last_modified_at injection by plugin (#256)

v1.3.1

5 years ago

Bug Fixes

  • Update plugin metadata and dev environment (#244)

Development Fixes

  • Lock requirement for jekyll-last-modified-at to >= 1.0

v1.3.0

5 years ago
  • Allow Jekyll v4 (still alpha)

Documentation

  • Add PDF file exclusion documentation (#213)
  • Correct capitalization of GitHub (#207)

Development Fixes

  • Use Ruby 2.3 and Rubocop 0.55 (#214)
  • chore(deps): rubocop-jekyll-0.3 (#227)

v1.2.0

6 years ago

Minor Enhancements

  • Remove excluded static files from the sitemap (#166)
  • filter/replace static index.html paths to permalink (#170)

Development Fixes

  • Condition the static file tests on Jekyll 3.4.2 and above (#167)
  • Update versions for Travis (#174)
  • Fix Travis Deploy (#173)
  • Test against Jekyll 3.4.x and latest 3.x (#177)
  • Define path with dir (#186)
  • Style: Rubocop auto-correct (#195)
  • Test against Ruby 2.5 (#201)

Documentation

  • Add note about use with Github Pages gem (#179)
  • Fix a couple of typos (#184)
  • Use plugins instead of gems in README config (#185)
  • Docs: set site.url in config (#172)

v1.1.1

7 years ago
  • Cut a new version to alleviate sha256 checksum issue on RubyGems.org (#165)

v1.1.0

7 years ago

Minor Enhancements

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

v1.0.0

7 years ago
  • No new changes

v0.13.0

7 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)

v0.12.0

7 years ago

Minor Enhancements

  • Don't set @site.config["time"] on sitemap generation (#131)
  • Use filters to clean up Liquid template (#128)

Development Fixes

  • Appease Rubocop (#132)
  • Drop Addressable dependency (#133)

v0.11.0

7 years ago
  • Add Rubocop (#100)
  • Allow Travis to cache dependencies (#108)
  • Properly Escape URLs (#107)
  • Include PDF files in sitemap (#109)