diff --git a/.github/workflows/playwright-e2e-tests.yaml b/.github/workflows/playwright-e2e-tests.yaml index 27c1eeb..e4dde98 100644 --- a/.github/workflows/playwright-e2e-tests.yaml +++ b/.github/workflows/playwright-e2e-tests.yaml @@ -20,6 +20,7 @@ on: jobs: playwright-e2e-tests: + if: false timeout-minutes: 15 runs-on: ubuntu-latest steps: diff --git a/docusaurus.config.js b/docusaurus.config.js index 7d8a425..b808ecd 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -92,9 +92,9 @@ const config = { // isCloseable: false, // }, colorMode: { - defaultMode: "light", - disableSwitch: false, - respectPrefersColorScheme: true, + defaultMode: "dark", + disableSwitch: true, + respectPrefersColorScheme: false, }, navbar: { title: '@jvbriones', @@ -115,7 +115,7 @@ const config = { position: 'left', label: 'Guitar', }, - { to: '/blog', label: 'Blog', position: 'left' }, + // { to: '/blog', label: 'Blog', position: 'left' }, // { // href: 'https://github.com/facebook/docusaurus', // label: 'GitHub',