This is an automated email from the ASF dual-hosted git repository. pstuedi pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-crail-website.git
The following commit(s) were added to refs/heads/master by this push: new 7b9c6d2 Adding keywords meta data to the front page 7b9c6d2 is described below commit 7b9c6d22be9fabf67ea8c16c4b8fb6cf27dab790 Author: Patrick Stuedi <pstu...@apache.org> AuthorDate: Mon Aug 5 16:37:38 2019 +0200 Adding keywords meta data to the front page --- site/_layouts/front.html | 1 + 1 file changed, 1 insertion(+) diff --git a/site/_layouts/front.html b/site/_layouts/front.html index 3004232..c40deb8 100644 --- a/site/_layouts/front.html +++ b/site/_layouts/front.html @@ -10,6 +10,7 @@ href="{{ site.base }}/blog/blog.xml"> <meta property="og:image" content="{{ site.base }}/img/crail-stack-preview.png" /> <meta property="og:image:secure_url" content="{{ site.base }}/img/crail-stack-preview.png" /> + <meta property="keywords" content="storage disaggregation, RDMA, NVMe over Fabrics, NVMe-oF, Spark, Tensorflow, distributed data processing, serverless computing" /> </head> <body>