diff --git a/README.md b/README.md deleted file mode 100644 index 0239686..0000000 --- a/README.md +++ /dev/null @@ -1,2 +0,0 @@ -Repository moved to [https://github.com/TouchScript/TouchScript](https://github.com/TouchScript/TouchScript). -Please update your bookmarks! diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..ebbb601 --- /dev/null +++ b/_config.yml @@ -0,0 +1,2 @@ +gems: + - jekyll-redirect-from diff --git a/docs/Index.html b/docs/Index.html new file mode 100644 index 0000000..5e257db --- /dev/null +++ b/docs/Index.html @@ -0,0 +1,5 @@ +--- +title: TouchScript is moved to http://touchscript.github.io/ +redirect_to: + - http://touchscript.github.io/docs/Index.html +--- diff --git a/index.html b/index.html new file mode 100644 index 0000000..8626729 --- /dev/null +++ b/index.html @@ -0,0 +1,5 @@ +--- +title: TouchScript is moved to http://touchscript.github.io/ +redirect_to: + - http://touchscript.github.io/ +---