From d2399984b3809193349a0a15c42865fd7bc70bbb Mon Sep 17 00:00:00 2001 From: Jonas_Jones Date: Thu, 12 Jun 2025 23:38:43 +0200 Subject: [PATCH 1/2] modified metadata --- docusaurus.config.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docusaurus.config.js b/docusaurus.config.js index 6f89450..473653a 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -85,6 +85,16 @@ const config = { }, // Replace with your project's social card image: 'img/favicon.png', + metadata: [ + { name: 'author', content: 'Jonas_Jones' }, + { name: 'url', content: 'https://docs.jonasjones.dev/' }, + { name: 'theme-color', content: '#008080' }, + + { property: 'og:title', content: "Jonas_Jones's Homepage" }, + { property: 'og:description', content: "The Home of all creations by Jonas_Jones!" }, + { property: 'og:image', content: 'https://docs.jonasjones.dev/img/favicon.png' }, + { property: 'og:type', content: 'website' }, + ], navbar: { title: 'DOCS.JONASJONES.DEV', logo: { From 95d814d9b11f0974926481e9932fe06be56d572b Mon Sep 17 00:00:00 2001 From: Jonas_Jones Date: Thu, 12 Jun 2025 23:49:29 +0200 Subject: [PATCH 2/2] tweaked embed --- docusaurus.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docusaurus.config.js b/docusaurus.config.js index 473653a..35d5e7d 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -90,6 +90,9 @@ const config = { { name: 'url', content: 'https://docs.jonasjones.dev/' }, { name: 'theme-color', content: '#008080' }, + { name: 'twitter:card', content: 'summary' }, + { name: 'twitter:image', content: 'https://docs.jonasjones.dev/img/favicon.png' }, + { property: 'og:title', content: "Jonas_Jones's Homepage" }, { property: 'og:description', content: "The Home of all creations by Jonas_Jones!" }, { property: 'og:image', content: 'https://docs.jonasjones.dev/img/favicon.png' },