This is an automated email from the ASF dual-hosted git repository.
mssun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-website.git
The following commit(s) were added to refs/heads/master by this push:
new 1a067ec Add logo wall in the powered by page
1a067ec is described below
commit 1a067ecd66f959c1dbf7c9a4c7e868671f3d81f3
Author: Mingshen Sun <[email protected]>
AuthorDate: Thu Oct 7 10:24:59 2021 -0700
Add logo wall in the powered by page
---
site/.vuepress/config.js | 9 +++++++++
site/assets/powered-by-logos.png | Bin 0 -> 408191 bytes
site/powered-by.md | 6 +++++-
3 files changed, 14 insertions(+), 1 deletion(-)
diff --git a/site/.vuepress/config.js b/site/.vuepress/config.js
index 2f3d5fe..6200588 100644
--- a/site/.vuepress/config.js
+++ b/site/.vuepress/config.js
@@ -1,3 +1,5 @@
+const path = require("path");
+
module.exports = {
title: 'Apache Teaclave (incubating)',
description: 'Apache Teaclave (incubating) is an open source universal
secure computing platform, making computation on privacy-sensitive data safe
and simple.',
@@ -6,6 +8,13 @@ module.exports = {
['link', { rel: 'stylesheet', href:
'https://fonts.googleapis.com/css?family=Cutive+Mono|Roboto:100,300,400,500,700,900|Roboto+Condensed:300,400|Noto+Sans+SC:400,500,700,900'
}],
['script', { src:
'https://use.fontawesome.com/releases/v5.15.0/js/all.js' } ],
],
+ configureWebpack: {
+ resolve: {
+ alias: {
+ '@assets': path.resolve(__dirname, '../assets')
+ }
+ }
+ },
themeConfig: {
search: false,
smoothScroll: true,
diff --git a/site/assets/powered-by-logos.png b/site/assets/powered-by-logos.png
new file mode 100644
index 0000000..8cbd11e
Binary files /dev/null and b/site/assets/powered-by-logos.png differ
diff --git a/site/powered-by.md b/site/powered-by.md
index df6ff3a..0ca833f 100644
--- a/site/powered-by.md
+++ b/site/powered-by.md
@@ -8,7 +8,11 @@ sidebar: false
Apache Teaclave (including the FaaS platform, SGX SDK, and TrustZone SDK) is
being used and actively contributed by developers from many organizations and
other open source projects. This is a community maintained list of
organizations
-and projects using and contributing to Teaclave in alphabetical order.
+and projects using and contributing to Teaclave.
+
+<br/>
+
+
## Organizations
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]