Personal URL Shortener based on Jekyll.
- Create a new markdown file in the
_redirects
directory with the name you want for your short URL- For example, create
_redirects/gh.md
for the short URLhttps://qed.bz/gh
- For example, create
- Add the following frontmatter:
--- redirect_url: https://your-destination-url.com ---
- Build the site with
jekyll build
- The shortened URL will be available at
https://qed.bz/your-filename
To run the site locally:
bundle install
bundle exec jekyll serve
See the LICENSE file for details.