From faa54fd7e32a434884ec98d65b858679ccac8fee Mon Sep 17 00:00:00 2001 From: DidierRLopes Date: Sun, 26 Nov 2023 01:06:45 -0800 Subject: [PATCH] footer --- docusaurus.config.js | 26 +++++++++++++------------- src/css/custom.css | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 680a3a163..45e22c083 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -146,19 +146,19 @@ const config = { items: [ { label: 'Blog', - to: 'blog', + to: '/blog', }, { label: 'Projects', - to: 'projects', + to: '/projects', }, { label: 'Books to read', - href: 'books/to-read', + to: '/books/to-read', }, { label: 'Books already read', - href: 'books/already-read', + to: '/books/already-read', }, ], }, @@ -167,19 +167,19 @@ const config = { items: [ { label: 'Videos on stage', - href: 'videos/on-stage', + to: '/videos/on-stage', }, { label: 'Videos interviews', - href: 'videos/interviews', + to: '/videos/interviews', }, { - label: 'Videos on webinars/presentations', - href: 'videos/webinars-presentations', + label: 'Videos on webinars', + to: '/videos/webinars-presentations', }, { label: 'Videos on product videos', - href: 'videos/product-videos', + to: '/videos/product-videos', }, ], }, @@ -188,19 +188,19 @@ const config = { items: [ { label: 'Resume experience', - href: 'resume/experience', + to: '/resume/experience', }, { label: 'Resume articles', - href: 'resume/articles', + to: '/resume/articles', }, { label: 'Resume education', - href: 'resume/education', + to: '/resume/education', }, { label: 'Resume courses', - href: 'resume/courses', + to: '/resume/courses', }, ], }, diff --git a/src/css/custom.css b/src/css/custom.css index fae231721..0996345e2 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -55,7 +55,7 @@ a[href^="http"] { text-decoration: underline; } -a[href^="/"]:not([class^="menu__link"]):not([class^="sidebarItemLink"]):not([class^="navbar__item"]):not([itemprop^="url"]):not([class^="navbar__title"]):not([class^="tag_"]):not([class^="navbar__brand"]):not([class^="footer__"]) { +a[href^="/"]:not([class^="menu__link"]):not([class^="sidebarItemLink"]):not([class^="navbar__item"]):not([itemprop^="url"]):not([class^="navbar__title"]):not([class^="tag_"]):not([class^="navbar__brand"]):not([class^="footer__link-item"]) { font-style: italic; text-decoration: underline; }