Creating links is very simple:
- Add the following:
---
location: <url the link has to point to>
---
- To a file named
{slug}.md
where slug is the url you want the link to use - You can use folders to create path elements
- That's it!
To make sure that https://go.stellarvector.be/hi-there
redirects to https://example.com/hi
create:
file: hi-there.md
with contents:
---
location: https://example.com/hi
---