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.
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 aredirect: /About
(seems to be yaml syntax which we agree on atm), which will lead to a301 Moved Permanently
HTTP response.does this sound like a good idea?