top | item 31005705 (no title) MD87 | 3 years ago One of the Jekyll plugins that GH Pages supports[0] is jekyll-redirect-from, which lets you put a `redirect_to` entry in a page's front matter.[0]: https://pages.github.com/versions/ discuss order hn newest simonw|3 years ago I found this example of another repo that is using the same trick: https://github.com/kotokaze/kotokaze.github.io ~ % curl -i 'https://kotokaze.github.io/' HTTP/2 301 server: GitHub.com content-type: text/html permissions-policy: interest-cohort=() location: http://github.kotokaze.net/
simonw|3 years ago I found this example of another repo that is using the same trick: https://github.com/kotokaze/kotokaze.github.io ~ % curl -i 'https://kotokaze.github.io/' HTTP/2 301 server: GitHub.com content-type: text/html permissions-policy: interest-cohort=() location: http://github.kotokaze.net/
simonw|3 years ago