- Add XML file type to INCLUDED_EXTENSIONS (#258)
- Switch from Travis CI to GitHub Actions (#290)
- Avoid overwriting an existing robots.txt (#246)
- Simulate
last_modified_at
injection by plugin (#256)
- Update plugin metadata and dev environment (#244)
- Lock requirement for
jekyll-last-modified-at
to>= 1.0
- Allow Jekyll v4 (still alpha)
- Add PDF file exclusion documentation (#213)
- Correct capitalization of GitHub (#207)
- Use Ruby 2.3 and Rubocop 0.55 (#214)
- chore(deps): rubocop-jekyll-0.3 (#227)
- Remove excluded static files from the sitemap (#166)
- filter/replace static index.html paths to permalink (#170)
- 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)
- 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)
- Cut a new version to alleviate sha256 checksum issue on RubyGems.org (#165)
- escape& (#162)
- feat: remove 404 pages from the sitemap. closes #113 (#164)
- No new changes
- 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)
- Fix #134: Rename "Issues" to "Known Issues" (#135)
- Fix #104: Add explanation in README for tag (#139)
- Update copyright attribution (#149)
- Travis should do a deep clone (#147)
- Don't set @site.config["time"] on sitemap generation (#131)
- Use filters to clean up Liquid template (#128)
- Appease Rubocop (#132)
- Drop Addressable dependency (#133)
- Add Rubocop (#100)
- Allow Travis to cache dependencies (#108)
- Properly Escape URLs (#107)
- Include PDF files in sitemap (#109)
- 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)
- 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 ## Minor Enhancements (#68)
- Make
site.baseurl
support more robust (#59) - Add
site.baseurl
to base site URL construction ## Development Fixes (#50) - Remove unnecessary spaces and escaping in README ## Bug Fixes (#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 # Development Fixes (#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!