Skip to content

Commit

Permalink
last teak, i gues ....
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonpjls authored Feb 21, 2024
1 parent 30bb4e3 commit 8d61b9b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gitprofile.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const config = {
limit: 10, // How many projects to display.
exclude: {
forks: false, // Forked projects will not be displayed if set to true.
projects: [], // Estos proyectos no se mostrarán. Ejemplo: ['mi-proyecto1', 'mi-proyecto2']
projects: ['ramonpjls.github.io', 'ramonpjls'], // Estos proyectos no se mostrarán. Ejemplo: ['mi-proyecto1', 'mi-proyecto2']
},
},
social: {
Expand Down Expand Up @@ -103,11 +103,11 @@ const config = {
snippetVersion: 6,
},
themeConfig: {
defaultTheme: 'wireframe',
defaultTheme: 'coffee',

// Hides the switch in the navbar
// Useful if you want to support a single color mode
disableSwitch: false,
disableSwitch: true,

// Should use the prefers-color-scheme media-query,
// using user system preferences, instead of the hardcoded defaultTheme
Expand Down

0 comments on commit 8d61b9b

Please sign in to comment.