jekyll-redirect-from

Seamlessly specify multiple redirections URLs for your pages and posts.

MIT License

Downloads
7M
Stars
782
Committers
32

Bot releases are visible (Hide)

jekyll-redirect-from - v0.16.0 Latest Release

Published by jekyllbot over 4 years ago

Minor Enhancements

  • Allows generation of redirects.json to be disabled (#207)
  • Allow redirects from and for subclasses of page and document (#204)

Bug Fixes

  • Use Hash#key? instead of Hash#keys.any? (#201)

Development Fixes

  • Target Ruby 2.4
  • Stop testing with backwards-compatible site config (#211)

Documentation

  • Simplifies YAML for redirect_to (#185)
jekyll-redirect-from - v0.15.0

Published by jekyllbot over 5 years ago

Development Fixes

  • chore(deps): rubocop-jekyll 0.3 (#187)

Bug Fixes

  • Allow testing and using with Jekyll 4.x (#196)
jekyll-redirect-from - v0.14.0

Published by jekyllbot over 6 years ago

Minor Enhancements

  • Run javascript at first to avoid splash (#158)

Development Fixes

  • Use Rubocop 0.57
  • Target Ruby 2.3
  • Test against Ruby 2.5 (#173)
jekyll-redirect-from - v0.13.0

Published by DirtyF almost 7 years ago

Minor

  • Add no-index (#152)
  • normalize from metadata to ensure leading slash
  • create redirects.json file
  • HTML encode ellipsis

Development

  • Target Ruby 2.1
  • Test against GitHub Pages Ruby version (#132)
  • Fix tests for jekyll 3.5.x (#160)
  • Define path with dir (#161)
  • Fix Rubocop offenses (#165 )
  • Standardize scripts
jekyll-redirect-from -

Published by benbalter almost 8 years ago

Development Fixes

  • Stop testing Ruby 1.9 (#133)

Minor Enhancements

  • Use send to monkey patch to support Ruby < 2.2.0 (#136)
  • set page.output to empty string instead of nil (#137)
jekyll-redirect-from -

Published by benbalter almost 8 years ago

Major Enhancements

  • Use _layouts/redirect.html as the redirect template if present in the site source
  • Use Jekyll's absolute_url filter to generate canonical URLs (now respecting baseurl)
  • Rely more heavily on Jekyll's native Page, permalink, and extension handling logic

Minor Enhancements

  • redirect_to Pages should not have a layout. (#115)
  • Require Jekyll >= 3.3

Development Enhancements

  • Push redirect logic to the redirect page model (#131)
  • Add Rubocop and enforce Jekyll coding standards
  • Tests no longer build and write the entire site between each example
  • Removed all the is_*? and has_*? helpers from the generator
jekyll-redirect-from - v0.11.0

Published by pathawks over 8 years ago

  • Redirect page should not have any layout (#106)
  • Include absolute path in canonical url (#109)
  • Add tag and language (#100)
  • Ensure redirect_to links produce an HTML file. (#111)
jekyll-redirect-from - v0.10.0

Published by parkr over 8 years ago

  • Ensure output extension is assigned (#96)
jekyll-redirect-from - v0.9.1

Published by parkr almost 9 years ago

  • Enforce double-quote strings to pass htmlhint (#83)
  • Stringify all values coming from site.github (#89)
jekyll-redirect-from - v0.9.0

Published by parkr almost 9 years ago

  • Support Jekyll 3 stable (#76)
  • Test against Jekyll 3, 2, and GitHub Pages (#72)
jekyll-redirect-from - v0.8.0

Published by parkr over 9 years ago

  • Exclude redirect pages from sitemap (#69)

/cc @benbalter @gjtorikian @pathawks

jekyll-redirect-from - v0.7.0

Published by parkr over 9 years ago

  • Remove spaces in redirect page (#62)
  • Only parse through documents/pages/posts (#56)
  • Simplified has_alt_urls? and has_redirect_to_url? conditions (#52)
  • Add support for Jekyll 3. (#59)
jekyll-redirect-from - v0.6.2

Published by parkr about 10 years ago

  • Fixed error where redirect_to Documents were not being output properly (#46)
jekyll-redirect-from - v0.6.1

Published by parkr about 10 years ago

  • Fixed error when the site.github config key is not a Hash (#43)
jekyll-redirect-from - v0.6.0

Published by parkr about 10 years ago

Support redirecting to/from collection documents (#40)

Note that this requires that your collection be output (i.e. output: true is set in the _config.yml directive for your collection).

😸

jekyll-redirect-from - v0.5.0

Published by parkr about 10 years ago

Minor Enhancements

  • Support redirect_to property (#32)
  • Automatically prefix redirects with the baseurl or GitHub URL. (#26)

Bug Fixes

  • Remove unnecessary Array#flatten (#34)

Development Fixes

  • Use be_truthy instead of be_true. (#33)
jekyll-redirect-from - v0.4.0

Published by parkr over 10 years ago

Major Enhancements

  • Upgrade to Jekyll 2.0 (#27)

Minor Enhancements

  • Shorten resulting HTML to make redirects quicker (#20)

Development Fixes

  • Use SVG Travis badge in README (#21)
jekyll-redirect-from - v0.3.0

Published by parkr almost 11 years ago

Major Enhancements

  • redirect_from items are now proper permalinks rooted in site source (#8)

Development Fixes

  • Add forgotten s to gems in README.md (#7)
jekyll-redirect-from - v0.1.0

Published by parkr almost 11 years ago

  • Birthday!
jekyll-redirect-from - v0.2.0

Published by parkr almost 11 years ago

Minor Enhancements

  • Allow user to set one or many redirect_from URLs
  • Rename from jekyll-alt-urls to jekyll-redirect-from (props to @benbalter)
  • Namespace now its own module: JekyllRedirectFrom (#3)

Development Fixes

  • Add history file
  • Add specs (#3)
  • Add TravisCI badge (#4)