From 78789281b121bfb670ee7826ee462907b559c3a8 Mon Sep 17 00:00:00 2001 From: Florence Haudin Date: Tue, 10 Feb 2026 11:24:35 +0100 Subject: [PATCH 1/4] Add Opengraph headtags. --- docusaurus.config.ts | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 5e7e3ea3..012256de 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -73,7 +73,6 @@ const config: Config = { //image: 'img/docusaurus-social-card.jpg', /** @type {import('@docusaurus/preset-classic').ThemeConfig} */ headTags: [ - { tagName: 'link', attributes: { @@ -83,6 +82,24 @@ const config: Config = { href: '/atom.xml', }, }, + { tagName: 'meta', + attributes: { + property: 'og:title', + content: 'QuantStack', + }, + }, + { tagName: 'meta', + attributes: { + property: 'og:image', + content: 'img/quantstack/astronaut.svg', + }, + }, + { tagName: 'meta', + attributes: { + property: 'og:description', + content: 'QuantStack is a team of developers involved in major open-source projects of the scientific computing ecosystem.', + }, + }, ], navbar: { title: "", @@ -126,7 +143,7 @@ const config: Config = { to: "/fundable/", label: "Fundable projects", position: "right", - className:"fundable_projects" + className: "fundable_projects" }, { to: "/contact/", From bcf0675a5da2670d32109414b8c5f5b1b6238252 Mon Sep 17 00:00:00 2001 From: Florence Haudin Date: Tue, 10 Feb 2026 12:06:08 +0100 Subject: [PATCH 2/4] Update title and description. --- docusaurus.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 012256de..89072426 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -85,7 +85,7 @@ const config: Config = { { tagName: 'meta', attributes: { property: 'og:title', - content: 'QuantStack', + content: 'Open-source for discovery, science, and education', }, }, { tagName: 'meta', @@ -97,7 +97,7 @@ const config: Config = { { tagName: 'meta', attributes: { property: 'og:description', - content: 'QuantStack is a team of developers involved in major open-source projects of the scientific computing ecosystem.', + content: ': A team behind major open-source projects of the scientific computing ecosystem such as Jupyter, Conda-Forge, Mamba, XTensor/SIMD, Apache Arrow/Parquet and more.', }, }, ], From 81d19532f1f712a1c5621c82e40ce21c3374e3eb Mon Sep 17 00:00:00 2001 From: Florence Haudin Date: Tue, 10 Feb 2026 16:54:21 +0100 Subject: [PATCH 3/4] Update docusaurus.config.ts. --- docusaurus.config.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 89072426..60161e5e 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -67,12 +67,7 @@ const config: Config = { ] ], - - themeConfig: { - // Replace with your project's social card - //image: 'img/docusaurus-social-card.jpg', - /** @type {import('@docusaurus/preset-classic').ThemeConfig} */ - headTags: [ + headTags: [ { tagName: 'link', attributes: { @@ -101,6 +96,11 @@ const config: Config = { }, }, ], + + themeConfig: { + // Replace with your project's social card + //image: 'img/docusaurus-social-card.jpg', + /** @type {import('@docusaurus/preset-classic').ThemeConfig} */ navbar: { title: "", logo: { From eae9498f8fa5c6b6236859ec76989779ee8332e5 Mon Sep 17 00:00:00 2001 From: Florence Haudin Date: Tue, 10 Feb 2026 17:40:16 +0100 Subject: [PATCH 4/4] Update image content. --- docusaurus.config.ts | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 60161e5e..27ee2b85 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -86,20 +86,18 @@ const config: Config = { { tagName: 'meta', attributes: { property: 'og:image', - content: 'img/quantstack/astronaut.svg', + content: '/img/quantstack/astronaut.svg', }, }, { tagName: 'meta', attributes: { property: 'og:description', - content: ': A team behind major open-source projects of the scientific computing ecosystem such as Jupyter, Conda-Forge, Mamba, XTensor/SIMD, Apache Arrow/Parquet and more.', + content: 'A team behind major open-source projects of the scientific computing ecosystem such as Jupyter, Conda-Forge, Mamba, XTensor/SIMD, Apache Arrow/Parquet and more.', }, }, ], themeConfig: { - // Replace with your project's social card - //image: 'img/docusaurus-social-card.jpg', /** @type {import('@docusaurus/preset-classic').ThemeConfig} */ navbar: { title: "",