
A Jekyll plugin for generating redirect pages for posts.
The Alias Generator for Posts is a plugin that generates redirect pages for posts with aliases set in the YAML Front Matter. It simplifies the process of redirecting users to different URLs or paths for specific posts.
Assuming you have the following alias set in the YAML Front Matter of a post:
aliases:
- /old-url
A redirect page will be created at _site/old-url/index.html, pointing to the original post.
The Alias Generator for Posts is a useful plugin for Jekyll websites that allows for easy redirection of posts using aliases specified in the YAML Front Matter. By automatically generating redirect pages at the specified alias paths, this plugin provides a seamless user experience and enables flexibility in managing post URLs or paths.
