Skip to content

Commit

Permalink
Chore blog (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
jvbriones authored Jul 25, 2024
1 parent cdec34d commit 857bc35
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/playwright-e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ on:

jobs:
playwright-e2e-tests:
if: false
timeout-minutes: 15
runs-on: ubuntu-latest
steps:
Expand Down
8 changes: 4 additions & 4 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ const config = {
// isCloseable: false,
// },
colorMode: {
defaultMode: "light",
disableSwitch: false,
respectPrefersColorScheme: true,
defaultMode: "dark",
disableSwitch: true,
respectPrefersColorScheme: false,
},
navbar: {
title: '@jvbriones',
Expand All @@ -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',
Expand Down

0 comments on commit 857bc35

Please sign in to comment.