This is an automated email from the ASF dual-hosted git repository.
hxd pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb-website.git
The following commit(s) were added to refs/heads/master by this push:
new 2269bdd add keywords. add baidu and google search engine verifications
2269bdd is described below
commit 2269bdd83175af535389e9871ed42d4e771e95fa
Author: xiangdong huang <[email protected]>
AuthorDate: Sat Mar 14 13:59:12 2020 +0800
add keywords. add baidu and google search engine verifications
---
README.md | 5 +++++
index.html | 6 ++++++
2 files changed, 11 insertions(+)
diff --git a/README.md b/README.md
index b9e7d58..eed8213 100644
--- a/README.md
+++ b/README.md
@@ -32,3 +32,8 @@ npm run unit
# run all tests
npm test
```
+
+## Deploy Manually
+
+Copy all files in dist/ folder to asf-site branch.
+
diff --git a/index.html b/index.html
index 188ed71..c9b4895 100644
--- a/index.html
+++ b/index.html
@@ -5,6 +5,12 @@
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"
integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u"
crossorigin="anonymous">
+ <meta name="Description" Content="Apache IoTDB: Time Series Database for
IoT">
+ <meta name="Keywords" Content="TSDB, time series, time series database,
IoTDB, IoT database, IoT data management">
+ <!-- For Baidu Search engine -->
+ <meta name="baidu-site-verification" content="wfKETzB3OT" />
+ <!-- For Google Search Engine -->
+ <meta name="google-site-verification"
content="mZWAoRY0yj_HAr-s47zHCGHzx5Ju-RVm5wDbPnwQYFo" />
<title>Apache IoTDB (incubating)</title>
</head>
<body>