From efdd69b2f441091c69e44ef51e24b9748a9bdf47 Mon Sep 17 00:00:00 2001 From: Valentin Simonov Date: Wed, 5 Nov 2014 00:42:21 +0300 Subject: [PATCH 1/4] Create _config.yml --- _config.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 _config.yml 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 From bee0814da266cc349f3a016ac838e0ef802cfaa2 Mon Sep 17 00:00:00 2001 From: Valentin Simonov Date: Wed, 5 Nov 2014 00:44:04 +0300 Subject: [PATCH 2/4] Create index.html --- index.html | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 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/ +--- From 3c65a92c8facb1ca9fc3d7eb3a5bb71e8d0ebb6c Mon Sep 17 00:00:00 2001 From: Valentin Simonov Date: Wed, 5 Nov 2014 00:47:49 +0300 Subject: [PATCH 3/4] Delete README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 README.md 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! From e6f4c4cd5c3d8ea0485917fe3864d4e1da5f6645 Mon Sep 17 00:00:00 2001 From: Valentin Simonov Date: Wed, 5 Nov 2014 00:51:28 +0300 Subject: [PATCH 4/4] Create Index.html --- docs/Index.html | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 docs/Index.html 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 +---