yanatan16 / r

Short URL redirector for slides

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

r

Custom short url redirector.

Setup your own

Use a _config.yml like so:

gems:
  - jekyll-redirect-from

Setup a new page /shortname.html to give you yourname.github.io/r/shortname shorturl like so:

---
redirect_to: /where-you-want-to-go
---

Use

You can setup this redirector on its own domain using the CNAME procedure.

Or, like me, you can mount your name.github.io to a custom domain, and this site gets hosted at name.github.io/r.

License

See LICENSE file.

About

Short URL redirector for slides

License:MIT License


Languages

Language:HTML 100.0%