This is an automated email from the ASF dual-hosted git repository.
jin pushed a commit to branch website
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-doc.git
The following commit(s) were added to refs/heads/website by this push:
new 1eb2a91 update homepage
new e781365 Merge branch 'website' of
github.com:apache/incubator-hugegraph-doc into website
1eb2a91 is described below
commit 1eb2a91114480cc46ec9a9b1f35258d4cbb34666
Author: imbajin <[email protected]>
AuthorDate: Thu Apr 21 15:42:39 2022 +0800
update homepage
---
config.toml | 63 ++++++++++++++++++++++----------------------
content/en/_index.html | 30 +++++++++++----------
content/en/about/_index.html | 4 +--
content/en/docs/_index.md | 3 ++-
4 files changed, 52 insertions(+), 48 deletions(-)
diff --git a/config.toml b/config.toml
index de89656..d49dfb1 100644
--- a/config.toml
+++ b/config.toml
@@ -3,7 +3,7 @@ title = "Apache HugeGraph"
# Language settings
contentDir = "content/cn"
-defaultContentLanguage = "cn"
+defaultContentLanguage = "en"
defaultContentLanguageInSubdir = false
# Useful when translating.
enableMissingTranslationPlaceholders = true
@@ -71,11 +71,12 @@ id = "UA-00000000-0"
[languages]
[languages.cn]
title = "HugeGraph"
-description = "Apache HugeGraph site"
+description = "Apache HugeGraph 官网"
languageName ="中文"
contentDir = "content/cn"
# Weight used for sorting.
weight = 1
+
[languages.en]
title = "HugeGraph"
description = "Apache HugeGraph site"
@@ -99,7 +100,7 @@ contentDir = "content/en"
section = ["HTML", "print", "RSS"]
[params]
-copyright = "The Docsy Authors"
+copyright = "Apache Hugegraph Authors"
privacy_policy = "https://policies.google.com/privacy"
# First one is picked as the Twitter card image if not set on page.
@@ -117,35 +118,35 @@ archived_version = false
# The version number for the version of the docs represented in this doc set.
# Used in the "version-banner" partial to display a version number for the
# current doc set.
-version = "0.0"
+version = "0.13"
# A link to latest version of the docs. Used in the "version-banner" partial to
# point people to the main doc site.
url_latest_version = "https://example.com"
# Repository configuration (URLs for in-page links to opening issues and
suggesting changes)
-github_repo = "https://github.com/hugegraph/hugegraph"
+github_repo = "https://github.com/apache/incubator-hugegraph"
# An optional link to a related project repo. For example, the sibling
repository where your product code lives.
-github_project_repo = "https://github.com/hugegraph"
+github_project_repo = "https://github.com/apache/incubator-hugegraph"
# Specify a value here if your content directory is not in your repo's root
directory
# github_subdir = ""
# Uncomment this if you have a newer GitHub repo with "main" as the default
branch,
# or specify a new value if you want to reference another branch in your
GitHub links
-# github_branch= "main"
+# github_branch= "master"
# Google Custom Search Engine ID. Remove or comment out to disable search.
gcs_engine_id = "d72aa9b2712488cc3"
# Enable Algolia DocSearch
-algolia_docsearch = false
+algolia_docsearch = true
# Enable Lunr.js offline search
offlineSearch = false
# Enable syntax highlighting and copy buttons on code blocks with Prism
-prism_syntax_highlighting = false
+prism_syntax_highlighting = true
# User interface configuration
[params.ui]
@@ -180,34 +181,34 @@ enable = false
[params.links]
# End user relevant links. These will show up on left side of footer and in
the community page if you have one.
-[[params.links.user]]
- name = "User mailing list"
- url = "https://example.org/mail"
- icon = "fa fa-envelope"
- desc = "Discussion and help from your fellow users"
-[[params.links.user]]
- name ="Twitter"
- url = "https://example.org/twitter"
- icon = "fab fa-twitter"
- desc = "Follow us on Twitter to get the latest news!"
-[[params.links.user]]
- name = "Stack Overflow"
- url = "https://example.org/stack"
- icon = "fab fa-stack-overflow"
- desc = "Practical questions and curated answers"
+#[[params.links.user]]
+# name = "User mailing list"
+# url = "[email protected]"
+# icon = "fa fa-envelope"
+# desc = "Discussion and help from your fellow users"
+#[[params.links.user]]
+# name ="Twitter"
+# url = "https://example.org/twitter"
+# icon = "fab fa-twitter"
+# desc = "Follow us on Twitter to get the latest news!"
+#[[params.links.user]]
+# name = "Stack Overflow"
+# url = "https://example.org/stack"
+# icon = "fab fa-stack-overflow"
+# desc = "Practical questions and curated answers"
# Developer relevant links. These will show up on right side of footer and in
the community page if you have one.
[[params.links.developer]]
name = "GitHub"
- url = "https://github.com/hugegraph/"
+ url = "https://github.com/apache/incubator-hugegraph"
icon = "fab fa-github"
desc = "Development takes place here!"
-[[params.links.developer]]
- name = "Slack"
- url = "https://example.org/slack"
- icon = "fab fa-slack"
- desc = "Chat with other project developers"
+#[[params.links.developer]]
+# name = "Slack"
+# url = "https://example.org/slack"
+# icon = "fab fa-slack"
+# desc = "Chat with other project developers"
[[params.links.developer]]
name = "Developer mailing list"
- url = "https://example.org/mail"
+ url = "[email protected]"
icon = "fa fa-envelope"
desc = "Discuss development issues around the project"
diff --git a/content/en/_index.html b/content/en/_index.html
index 34cd597..90490a7 100644
--- a/content/en/_index.html
+++ b/content/en/_index.html
@@ -4,12 +4,12 @@ linkTitle = "Huge Docs"
+++
-{{< blocks/cover title="Welcome to Apache HugeGraph: A Open Source Project!"
image_anchor="top" height="full" color="orange" >}}
+{{< blocks/cover title="Apache HugeGraph" image_anchor="top" height="full"
color="orange" >}}
<div class="mx-auto">
<a class="btn btn-lg btn-primary mr-3 mb-4" href="{{< relref "/docs"
>}}">
Learn More <i class="fas fa-arrow-alt-circle-right ml-2"></i>
</a>
- <a class="btn btn-lg btn-secondary mr-3 mb-4"
href="https://github.com/hugegraph/hugegraph">
+ <a class="btn btn-lg btn-secondary mr-3 mb-4"
href="./docs/download/download/">
Download <i class="fab fa-github ml-2 "></i>
</a>
<p class="lead mt-5">Porridge temperature assessment - in the cloud!</p>
@@ -19,26 +19,28 @@ linkTitle = "Huge Docs"
{{% blocks/lead color="primary" %}}
-Goldydocs provides a single web UI providing visibility into porridge
temperature, chair size, and bed softness metrics! You can even find out who's
been eating **your** porridge.
+A graph database that supports more than 10+ billion data, high performance
and scalability
-(Sadly, Goldydocs isn't a real project, but you can use this site as an
example to create your own real websites with [Docsy](http://docsy.dev))
+(We need add some comment here)
{{% /blocks/lead %}}
{{< blocks/section color="dark" >}}
{{% blocks/feature icon="fa-lightbulb" title="New chair metrics!" %}}
-The Goldydocs UI now shows chair size metrics by default.
+Wait PM to design
-Please follow this space for updates!
+Please follow us for updates!
{{% /blocks/feature %}}
-{{% blocks/feature icon="fab fa-github" title="Contributions welcome!"
url="https://github.com/hugegraph/hugegraph" %}}
-We do a [Pull Request](https://github.com/hugegraph/hugegraph/pulls)
contributions workflow on **GitHub**. New users are always welcome!
+{{% blocks/feature icon="fab fa-github" title="Contributions welcome!"
url="https://github.com/apache/incubator-hugegraph" %}}
+We do a [Pull Request](https://github.com/apache/incubator-hugegraph/pulls)
contributions workflow on **GitHub**. New users are always welcome!
{{% /blocks/feature %}}
-{{% blocks/feature icon="fab fa-twitter" title="Follow us on Twitter!"
url="https://twitter.com/docsydocs" %}}
+{{% blocks/feature icon="fab fa-telegram" title="Follow us on Wechat!" %}}
For announcement of latest features etc.
+
+HugeGraph Official Account
{{% /blocks/feature %}}
@@ -47,7 +49,7 @@ For announcement of latest features etc.
{{< blocks/section >}}
<div class="col">
-<h1 class="text-center">This is the second Section</h1>
+<h1 class="text-center">This is the second Section -- Wait PM design</h1>
</div>
{{< /blocks/section >}}
@@ -56,12 +58,12 @@ For announcement of latest features etc.
{{< blocks/section >}}
{{% blocks/feature icon="fab fa-app-store-ios" title="Download **from
AppStore**" %}}
-Get the Goldydocs app!
+Get the XXX Source
{{% /blocks/feature %}}
-{{% blocks/feature icon="fab fa-github" title="Contributions welcome!"
url="https://github.com/hugegraph/hugegraph" %}}
-We do a [Pull Request](https://github.com/hugegraph/hugegraph/pulls)
contributions workflow on **GitHub**. New users are always welcome!
+{{% blocks/feature icon="fab fa-github" title="Contributions welcome!"
url="https://github.com/apache/incubator-hugegraph" %}}
+We do a [Pull Request](https://github.com/apache/incubator-hugegraph/pulls)
contributions workflow on **GitHub**. New users are always welcome!
{{% /blocks/feature %}}
@@ -75,7 +77,7 @@ For announcement of latest features etc.
{{< blocks/section >}}
<div class="col-12">
-<h1 class="text-center">This is another Section</h1>
+<h1 class="text-center">Another Section -- Wait PM design</h1>
</div>
{{< /blocks/section >}}
diff --git a/content/en/about/_index.html b/content/en/about/_index.html
index c264436..8776d43 100644
--- a/content/en/about/_index.html
+++ b/content/en/about/_index.html
@@ -1,5 +1,5 @@
---
-title: About Goldydocs
+title: About Apache HugeGraph
linkTitle: About
menu:
main:
@@ -8,7 +8,7 @@ menu:
---
-{{< blocks/cover title="About Goldydocs" image_anchor="bottom" height="min" >}}
+{{< blocks/cover title="About Apache HugeGraph" image_anchor="bottom"
height="min" >}}
<p class="lead mt-5">A sample site using the Docsy Hugo theme.
</p>
diff --git a/content/en/docs/_index.md b/content/en/docs/_index.md
index f4f549e..9fb7313 100755
--- a/content/en/docs/_index.md
+++ b/content/en/docs/_index.md
@@ -7,4 +7,5 @@ menu:
main:
weight: 20
---
-欢迎阅读HugeGraph文档
+
+Welcome to HugeGraph docs