Skip to content
Nightscape Coffee edited this page May 12, 2021 · 1 revision

Making redirects in Moonrise is really easy!

Just make a new #####.md file (with any name you want as the #####), and type the following into it (with any URL you want):

---
layout: redirect
tourl: http://servermapexample.com:8888/
---

And you're done!

The filename is the url, so going to https://USERNAME.github.io/REPONAME/##### will redirect you to http://servermapexample.com:8888/

Clone this wiki locally