This is an automated email from the ASF dual-hosted git repository. wusheng pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/incubator-skywalking-website.git
commit 3129cfd4d769e180a867f4e5315b6a3096d6439c Author: wusheng <[email protected]> AuthorDate: Fri Dec 22 21:15:34 2017 +0800 Update website --- _data/index/projects.yml | 4 ++-- _data/landing.yml | 4 ++-- _includes/sections/blog.html | 4 ++-- _posts/2012-12-20-support-list.md | 4 +++- static/assets/img/landing/sw.png | Bin 0 -> 9688 bytes static/assets/img/landing/sw_small.png | Bin 0 -> 1397 bytes 6 files changed, 9 insertions(+), 7 deletions(-) diff --git a/_data/index/projects.yml b/_data/index/projects.yml index 635e57e..7f89c57 100644 --- a/_data/index/projects.yml +++ b/_data/index/projects.yml @@ -5,12 +5,12 @@ i18n: skywalking gh_user: apache repo: incubator-skywalking - img: /static/assets/img/landing/apache.png + img: /static/assets/img/landing/sw.png desc: SkyWalking project main repository - name: Apache SkyWalking UI i18n: skywalking-ui gh_user: apache repo: incubator-skywalking-ui - img: /static/assets/img/landing/apache.png + img: /static/assets/img/landing/sw.png desc: The UI repository for SkyWalking diff --git a/_data/landing.yml b/_data/landing.yml index 24141f4..ae70062 100644 --- a/_data/landing.yml +++ b/_data/landing.yml @@ -27,14 +27,14 @@ i18n: nav.projects name: Projects tpl: projects.html - css: project + css: - id: blog i18n: nav.blog name: Documents tpl: blog.html page: blog/ - css: testimonials navy-section + css: - id: links i18n: nav.link diff --git a/_includes/sections/blog.html b/_includes/sections/blog.html index 611a9b7..fa43cb5 100755 --- a/_includes/sections/blog.html +++ b/_includes/sections/blog.html @@ -1,4 +1,4 @@ -<div class="container"> +<!-- <div class="container"> <div class="row"> <div class="col-lg-12 text-center wow zoomIn" id="i18_blog"> <div style="height: 80px;"></div> @@ -6,4 +6,4 @@ <div style="height: 80px;"></div> </div> </div> -</div> +</div> --> diff --git a/_posts/2012-12-20-support-list.md b/_posts/2012-12-20-support-list.md index defea25..7d81813 100644 --- a/_posts/2012-12-20-support-list.md +++ b/_posts/2012-12-20-support-list.md @@ -5,7 +5,7 @@ date: 2017-12-01 desc: "" keywords: "server,client,library" categories: [HTML] -tags: [server,client,library] +tags: [server,client,] icon: icon-html --- @@ -53,3 +53,5 @@ icon: icon-html * Scheduler * [Elastic Job](https://github.com/elasticjob/elastic-job) 2.x * OpenTracing + +_Click [here](https://github.com/SkywalkingTest/agent-integration-test-report) to see the status of all test cases._ diff --git a/static/assets/img/landing/sw.png b/static/assets/img/landing/sw.png new file mode 100644 index 0000000..2e48344 Binary files /dev/null and b/static/assets/img/landing/sw.png differ diff --git a/static/assets/img/landing/sw_small.png b/static/assets/img/landing/sw_small.png new file mode 100644 index 0000000..7606a35 Binary files /dev/null and b/static/assets/img/landing/sw_small.png differ -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
