You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@griffin.apache.org by gu...@apache.org on 2018/09/12 11:25:16 UTC

incubator-griffin-site git commit: add _config.yml

Repository: incubator-griffin-site
Updated Branches:
  refs/heads/master 3573064dc -> b0f9c38ee


add _config.yml


Project: http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/commit/b0f9c38e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/tree/b0f9c38e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/diff/b0f9c38e

Branch: refs/heads/master
Commit: b0f9c38ee3a8224d0c156b4234fed70921ee6dd4
Parents: 3573064
Author: William Guo <gu...@apache.org>
Authored: Wed Sep 12 19:25:07 2018 +0800
Committer: William Guo <gu...@apache.org>
Committed: Wed Sep 12 19:25:07 2018 +0800

----------------------------------------------------------------------
 _config.yml           | 54 ++++++++++++++++++++++++++++++++++++++++++++++
 _includes/footer.html | 18 ----------------
 _includes/header.html | 18 ----------------
 quick-start.md        |  2 +-
 4 files changed, 55 insertions(+), 37 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/blob/b0f9c38e/_config.yml
----------------------------------------------------------------------
diff --git a/_config.yml b/_config.yml
new file mode 100644
index 0000000..a6f5f33
--- /dev/null
+++ b/_config.yml
@@ -0,0 +1,54 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to you under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
+# Site settings
+title: Griffin
+email: guoyp@apache.org
+description: Apache Griffin - Big Data Quality Solution For Batch and Streaming
+
+baseurl: "" # the subpath of your site, e.g. /blog/
+url: "http://griffin.apache.org" # the base hostname & protocol for your site
+
+
+# Build settings
+markdown: kramdown
+permalink: date
+
+#host: 10.254.190.228
+#port: 4000
+
+documentations:
+  - category: Getting Started
+    links:
+      - title: Introduction
+        url: /docs/quickstart.html
+      - title: Use Cases
+        url: /docs/usecases.html
+      - title: Community
+        url: /docs/community.html
+      - title: Conference
+        url: /docs/conf.html
+  - category: Development
+    links:
+      - title: Latest version (v0.3.0)
+        url: /docs/latest.html
+  - category: Download
+    links:
+      - title: Latest version (v0.3.0)
+        url: /docs/latest.html
+      - title: Archived
+        url: /docs/download.html
+

http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/blob/b0f9c38e/_includes/footer.html
----------------------------------------------------------------------
diff --git a/_includes/footer.html b/_includes/footer.html
index d6ead25..4a485b1 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -1,21 +1,3 @@
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
--->
 <!-- footer start -->
 <div class="footerwrapper">
     <div class="container">

http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/blob/b0f9c38e/_includes/header.html
----------------------------------------------------------------------
diff --git a/_includes/header.html b/_includes/header.html
index 4d7cc74..1f32283 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -1,21 +1,3 @@
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
--->
 <div class="topbar">
     <div class="container">
       <div class="row" >

http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/blob/b0f9c38e/quick-start.md
----------------------------------------------------------------------
diff --git a/quick-start.md b/quick-start.md
index 64f9bf8..9922b49 100644
--- a/quick-start.md
+++ b/quick-start.md
@@ -1,7 +1,7 @@
 ---
 layout: doc
 title:  "Quick Start" 
-permalink: /docs/quick-start.html
+permalink: /docs/quickstart.html
 ---
 
 ## Environment Preparation