This is an automated email from the ASF dual-hosted git repository. hxd pushed a commit to branch add_keyword_and_google_analysis in repository https://gitbox.apache.org/repos/asf/incubator-iotdb-website.git
commit 6a9473c5332b332db800e3f4493bb26b946f4654 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>
