Multiple permalinks - aliases

Hey everybody.
I would like to know if we could add two or more url endpoints to a post in jekyll…
I mean is there a facility like

permalink: /2/superstar
alias: /2

so that the post could appear under both the urls ?
Any clarifications would be much appreciated

Thanks in advance

I don’t think jekyll do that, but perhaps your webserver could?

You could use this plugin to create redirects (aliases) to the post.

Does the job for now

Actually i am hosting on s3 buckets or gh-pages.
And essentially would like to keep everything static for the same reason