You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by jo...@apache.org on 2020/02/03 17:56:24 UTC

[incubator-heron] branch gh-pages created (now 2db6366)

This is an automated email from the ASF dual-hosted git repository.

joshfischer pushed a change to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git.


      at 2db6366  adding redirect for gh pages

This branch includes the following new commits:

     new 2db6366  adding redirect for gh pages

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-heron] 01/01: adding redirect for gh pages

Posted by jo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

joshfischer pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git

commit 2db6366bfcbd5e9b97665163732d206574c19883
Author: Josh Fischer <jo...@joshfischer.io>
AuthorDate: Mon Feb 3 11:52:34 2020 -0600

    adding redirect for gh pages
---
 _config.yml | 1 +
 index.html  | 4 ++++
 2 files changed, 5 insertions(+)

diff --git a/_config.yml b/_config.yml
new file mode 100644
index 0000000..277f1f2
--- /dev/null
+++ b/_config.yml
@@ -0,0 +1 @@
+theme: jekyll-theme-cayman
diff --git a/index.html b/index.html
index 8b4b942..7f97cfe 100644
--- a/index.html
+++ b/index.html
@@ -18,5 +18,9 @@ under the License.
 -->
 
 <html>
+<meta charset="utf-8">
+<title>Redirecting to https://example.com/</title>
+<meta http-equiv="refresh" content="0; URL=https://heron.incubator.apache.org/">
+<link rel="canonical" href="https://heron.incubator.apache.org">
 </html>