This is an automated email from the ASF dual-hosted git repository.

erose pushed a commit to branch HDDS-9225-website-v2
in repository https://gitbox.apache.org/repos/asf/ozone-site.git


The following commit(s) were added to refs/heads/HDDS-9225-website-v2 by this 
push:
     new a4a9afaa HDDS-9564. Create Ozone Social Card. (#62)
a4a9afaa is described below

commit a4a9afaaede44ebeedf4cf3a8beb8bb2d90fcf63
Author: Ethan Rose <[email protected]>
AuthorDate: Wed Jan 31 17:42:30 2024 -0800

    HDDS-9564. Create Ozone Social Card. (#62)
    
    Co-authored-by: Abhishek Pal <[email protected]>
---
 docusaurus.config.js       |   5 ++---
 static/img/social-card.png | Bin 0 -> 381285 bytes
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/docusaurus.config.js b/docusaurus.config.js
index d5fa58fd..f3a34292 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -9,7 +9,7 @@ const darkCodeTheme = themes.dracula;
 const config = {
   title: 'Apache Ozone',
   tagline: 'Scalable, redundant, distributed storage system optimized for data 
analytics and object store workloads',
-  favicon: 'img/favicon.ico',
+  favicon: 'img/favicon/favicon.ico',
 
   // Set the production url of your site here
   url: 'https://ozone.apache.org',
@@ -68,8 +68,7 @@ const config = {
       //       'Sample Announcement Content',
       // },
 
-      // TODO Generate social card for Ozone.
-      // image: 'img/ozone-social-card.png',
+      image: 'img/social-card.png',
       navbar: {
         title: 'Apache Ozone',
         logo: {
diff --git a/static/img/social-card.png b/static/img/social-card.png
new file mode 100644
index 00000000..18944843
Binary files /dev/null and b/static/img/social-card.png differ


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to