Repository: incubator-griffin-site Updated Branches: refs/heads/master 501a023ce -> af39a3c7b
update contribute to document and security link Project: http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/commit/af39a3c7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/tree/af39a3c7 Diff: http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/diff/af39a3c7 Branch: refs/heads/master Commit: af39a3c7b02aabf960d5358946853a2d28b505f9 Parents: 501a023 Author: William Guo <[email protected]> Authored: Fri Apr 20 09:51:23 2018 +0800 Committer: William Guo <[email protected]> Committed: Fri Apr 20 09:51:23 2018 +0800 ---------------------------------------------------------------------- source/_posts/community.md | 8 ++++++++ source/_posts/security.md | 11 +++++++++++ themes/landscape/source/css/_partial/header.styl | 1 + themes/landscape/source/css/_partial/sidebar-aside.styl | 1 + 4 files changed, 21 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/blob/af39a3c7/source/_posts/community.md ---------------------------------------------------------------------- diff --git a/source/_posts/community.md b/source/_posts/community.md index bb5cb8d..8d8a87a 100644 --- a/source/_posts/community.md +++ b/source/_posts/community.md @@ -68,6 +68,14 @@ You are welcome to subscribe to both mailing lists. - GRIFFIN PPMC will review and accept your pr as contributing. +## Contributing to Document + +- Contribute to source document + +- Contribute to griffin site + +- Contribute to griffin document + ## How to become a committer Committers are community members that have write access to the projectâs repositories, i.e., they can modify the code, documentation, and website by themselves and also accept other contributions. http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/blob/af39a3c7/source/_posts/security.md ---------------------------------------------------------------------- diff --git a/source/_posts/security.md b/source/_posts/security.md new file mode 100644 index 0000000..178a870 --- /dev/null +++ b/source/_posts/security.md @@ -0,0 +1,11 @@ +--- +title: Security +date: 2017-03-01 13:00:45 +tags: +--- + +## Security + +For security, please check apache security document as below. + +[http://www.apache.org/security/](http://www.apache.org/security/) \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/blob/af39a3c7/themes/landscape/source/css/_partial/header.styl ---------------------------------------------------------------------- diff --git a/themes/landscape/source/css/_partial/header.styl b/themes/landscape/source/css/_partial/header.styl index d18ebc8..813772c 100644 --- a/themes/landscape/source/css/_partial/header.styl +++ b/themes/landscape/source/css/_partial/header.styl @@ -92,6 +92,7 @@ $nav-link .main-nav-link @extend $nav-link font-weight: 300 + font-size: 18px letter-spacing: 1px @media mq-mobile display: none http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/blob/af39a3c7/themes/landscape/source/css/_partial/sidebar-aside.styl ---------------------------------------------------------------------- diff --git a/themes/landscape/source/css/_partial/sidebar-aside.styl b/themes/landscape/source/css/_partial/sidebar-aside.styl index 838b167..26136ea 100644 --- a/themes/landscape/source/css/_partial/sidebar-aside.styl +++ b/themes/landscape/source/css/_partial/sidebar-aside.styl @@ -19,6 +19,7 @@ a color: color-link text-decoration: none + font-size: 20px &:hover text-decoration: underline ul, ol, dl
