From ff596ae83e92312c15d9c28c561fd17e91a7425a Mon Sep 17 00:00:00 2001 From: Mathijs Bijkerk Date: Wed, 3 Jun 2026 10:29:16 +0200 Subject: [PATCH 1/3] Update docs icon to ETM logo --- docusaurus.config.js | 4 ++-- static/img/etm-logo.svg | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 static/img/etm-logo.svg diff --git a/docusaurus.config.js b/docusaurus.config.js index a448379b..6df2dc29 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -3,7 +3,7 @@ module.exports = { tagline: "ETM documentation", url: "https://docs.energytransitionmodel.com", baseUrl: "/", - favicon: "img/logo.svg", + favicon: "img/etm-logo.svg", organizationName: "quintel", // Usually your GitHub org/user name. projectName: "documentation", // Usually your repo name. themeConfig: { @@ -18,7 +18,7 @@ module.exports = { title: "Energy Transition Model", logo: { alt: "Logo", - src: "img/logo.svg", + src: "img/etm-logo.svg", }, items: [ { diff --git a/static/img/etm-logo.svg b/static/img/etm-logo.svg new file mode 100644 index 00000000..7ad33d14 --- /dev/null +++ b/static/img/etm-logo.svg @@ -0,0 +1,15 @@ + + + + + + + + + + \ No newline at end of file From 0eb7baa19a047f7a35c30dffa3de71b17ad79701 Mon Sep 17 00:00:00 2001 From: Mathijs Bijkerk Date: Wed, 3 Jun 2026 10:30:39 +0200 Subject: [PATCH 2/3] Update the browser tab icon to match ETM style --- docusaurus.config.js | 2 +- static/img/favicon.svg | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 static/img/favicon.svg diff --git a/docusaurus.config.js b/docusaurus.config.js index 6df2dc29..2dace279 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -3,7 +3,7 @@ module.exports = { tagline: "ETM documentation", url: "https://docs.energytransitionmodel.com", baseUrl: "/", - favicon: "img/etm-logo.svg", + favicon: "img/favicon.svg", organizationName: "quintel", // Usually your GitHub org/user name. projectName: "documentation", // Usually your repo name. themeConfig: { diff --git a/static/img/favicon.svg b/static/img/favicon.svg new file mode 100644 index 00000000..f0c4180d --- /dev/null +++ b/static/img/favicon.svg @@ -0,0 +1,12 @@ + + + + + + + + \ No newline at end of file From 5188353111bf89ea7124eaf54d1ebb82aac0d47a Mon Sep 17 00:00:00 2001 From: Nora Schinkel Date: Thu, 4 Jun 2026 12:15:22 +0200 Subject: [PATCH 3/3] Remove old logo and match main blue with ETM blue --- src/css/custom.css | 2 +- static/img/logo.svg | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 static/img/logo.svg diff --git a/src/css/custom.css b/src/css/custom.css index e329d47f..6605263d 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -7,7 +7,7 @@ /* You can override the default Infima variables here. */ :root { - --ifm-color-primary: #5a77d0; + --ifm-color-primary: #4e7be4; --ifm-color-primary-dark: #4364c9; --ifm-color-primary-darker: #385bc5; --ifm-color-primary-darkest: #2e4ba2; diff --git a/static/img/logo.svg b/static/img/logo.svg deleted file mode 100644 index 1fd4fcfe..00000000 --- a/static/img/logo.svg +++ /dev/null @@ -1,2 +0,0 @@ - -