Skip to content

Commit

Permalink
Update metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
osamajandali committed Nov 10, 2022
1 parent db1946b commit 4fc508e
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/index.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
sidebar_position: 1
description: "An online open-source database of green software patterns reviewed and curated by the Green Software Foundation"
---

import TeamMember, { TeamMembers } from "@site/src/components/TeamMember";
Expand Down
50 changes: 50 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,56 @@ const config = {
disableSwitch: true,
defaultMode: "light",
},
metadata: [{
name: "twitter:card",
content: "summary",
},
{
name: "twitter:site",
content: "@gsfcommunity",
},
{
name: "twitter:title",
content: "Green Software Practitioner",
},
{
name: "twitter:description",
content: "An online open-source database of green software patterns reviewed and curated by the Green Software Foundation",
},
{
name: "twitter:image",
content: "https://learn.greensoftware.foundation/img/og-image.png",
},
{
name: "twitter:creator",
content: "@gsfcommunity",
},
{
name: "og:title",
content: "Green Software Practitioner",
},
{
name: "og:description",
content: "An online open-source database of green software patterns reviewed and curated by the Green Software Foundation",
},
{
name: "og:image",
content: "https://learn.greensoftware.foundation/img/og-image.png",
},
{
name: "og:url",
content: "https://learn.greensoftware.foundation/",
},
{
name: "og:site_name",
content: "Green Software Practitioner",
},
{
name: "og:type",
content: "website",
},

]
}),

plugins: [
Expand Down
Binary file added static/img/og-image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4fc508e

Please sign in to comment.