abbysmal / Canopy

A git-blogging unikernel written using MirageOS
ISC License
120 stars 27 forks source link

feature request: redirect #73

Closed hannesm closed 8 years ago

hannesm commented 8 years ago

sometimes I'd like to preserve links (e.g. to /Posts/About, but move the actual page to a different path /About). It would be nice - since we're now supporting more than Markdown files, to support a redirect: /About (seems to be yaml syntax which we agree on atm), which will lead to a 301 Moved Permanently HTTP response.

does this sound like a good idea?