https://github.com/jekyll/jekyll-redirect-from Supports `redirect_from`: https://github.com/jekyll/jekyll-redirect-from#usage And `redirect_to`: https://github.com/jekyll/jekyll-redirect-from#redirect-to --- Also people publishing to FTP or SFTP can use `.htaccess`: http://css-tricks.com/snippets/htaccess/301-redirects/ People publishing to S3 can use redirects in 2 ways: - Bucket rules: http://docs.aws.amazon.com/AmazonS3/latest/dev/HowDoIWebsiteConfiguration.html#configure-bucket-website-overview - Object redirects: http://docs.aws.amazon.com/AmazonS3/latest/dev/how-to-page-redirect.html
https://github.com/jekyll/jekyll-redirect-from
Supports
redirect_from:https://github.com/jekyll/jekyll-redirect-from#usage
And
redirect_to:https://github.com/jekyll/jekyll-redirect-from#redirect-to
Also people publishing to FTP or SFTP can use
.htaccess:http://css-tricks.com/snippets/htaccess/301-redirects/
People publishing to S3 can use redirects in 2 ways: