This is an automated email from the ASF dual-hosted git repository. liujun pushed a commit to branch mkdocs in repository https://gitbox.apache.org/repos/asf/dubbo-website.git
commit e691489912df85f08e11f6238224b991a716693c Author: ken.lj <[email protected]> AuthorDate: Wed Oct 21 11:18:42 2020 +0800 update zh home page --- .github/workflows/deploy.yml | 2 +- overrides/home_zh.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 23cc275..63c2eab 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -16,7 +16,7 @@ jobs: - name: Build run: | pip install \ - mkdocs-material>5.5.3 \ + mkdocs-material>=5.5.3 \ mkdocs-minify-plugin>=0.3 \ mkdocs-redirects>=1.0 mkdocs --version diff --git a/overrides/home_zh.html b/overrides/home_zh.html old mode 100755 new mode 100644 index a837e75..413521b --- a/overrides/home_zh.html +++ b/overrides/home_zh.html @@ -19,8 +19,9 @@ This file was automatically generated - do not edit .tx-container { padding-top: 1rem; + background: linear-gradient(to bottom, var(--md-primary-fg-color), #04c0c6 99%, #fff 99%) /*background: linear-gradient(to bottom, var(--md-primary-fg-color), #04c0c6 99%, #fff 99%)*/ - background: linear-gradient(to bottom, var(--md-primary-fg-color), hsla(280deg, 67%, 55%, 1) 99%, #fff 99%) + /*background: linear-gradient(to bottom, var(--md-primary-fg-color), hsla(280deg, 67%, 55%, 1) 99%, #fff 99%)*/ } .tx-hero { @@ -408,7 +409,6 @@ This file was automatically generated - do not edit /* 页脚部分样式结束 */ </style> -<style /> <section class="tx-container"> <div class="md-grid md-typeset"> <div class="tx-hero">
