docs: Use the redirect plugin

This commit is contained in:
Hajime Hoshi 2019-03-22 03:19:45 +09:00
parent 7185144706
commit 5eaa3aba91
4 changed files with 14 additions and 6 deletions

View File

View File

@ -1,5 +1,8 @@
---
redirect_to: "https://ebiten.org"
---
<!DOCTYPE html>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<link rel="canonical" href="http://ebiten.org/">
<meta http-equiv="refresh" content="0; url=http://ebiten.org/">
<p>This page was moved to <a href="http://ebiten.org/">https://ebiten.org/</a></p>
<link rel="canonical" href="http://ebiten.org">
<meta http-equiv="refresh" content="0; url=http://ebiten.org">
<p>This page was moved to <a href="http://ebiten.org">https://ebiten.org</a></p>

2
docs/_config.yml Normal file
View File

@ -0,0 +1,2 @@
gems:
- jekyll-redirect-from

View File

@ -1,5 +1,8 @@
---
redirect_to: "https://ebiten.org"
---
<!DOCTYPE html>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<link rel="canonical" href="http://ebiten.org/">
<meta http-equiv="refresh" content="0; url=http://ebiten.org/">
<p>This page was moved to <a href="http://ebiten.org/">https://ebiten.org/</a></p>
<link rel="canonical" href="http://ebiten.org">
<meta http-equiv="refresh" content="0; url=http://ebiten.org">
<p>This page was moved to <a href="http://ebiten.org">https://ebiten.org</a></p>