Skip to content

Commit b4a4da9

Browse files
author
pixelead0
committed
Ajustes configuracion
1 parent 574a15f commit b4a4da9

File tree

1 file changed

+5
-15
lines changed

1 file changed

+5
-15
lines changed

mkdocs.yml

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
site_name: Python CDMX
22
site_description: Comunidad de desarrolladores Python en la Ciudad de México
3-
site_author: Python CDMX Community
4-
site_url: https://python-cdmx.github.io
3+
site_author: Comunidad Python CDMX
4+
site_url: https://pythoncdmx.org
55

66
# Repository
77
repo_name: PythonMexico/pythonCDMX
@@ -20,25 +20,19 @@ theme:
2020
# Custom colors based on logo
2121
palette:
2222
# Light mode
23-
- scheme: material
24-
# primary: green
25-
#accent: red
23+
- scheme: default
2624
toggle:
2725
icon: material/brightness-auto
28-
name: Switch to dark mode
26+
name: Cambiar a modo oscuro
2927
# Dark mode
3028
- scheme: slate
31-
#primary: green
32-
#accent: red
3329
toggle:
3430
icon: material/brightness-7
35-
name: Switch to light mode
31+
name: Cambiar a modo claro
3632

3733
# Features - configuración optimizada
3834
features:
3935
- announce.dismiss
40-
#- content.action.edit
41-
#- content.action.view
4236
- content.code.annotate
4337
- content.code.copy
4438
- content.code.select
@@ -65,8 +59,6 @@ theme:
6559
# Icons
6660
icon:
6761
repo: fontawesome/brands/github
68-
edit: material/pencil
69-
view: material/eye
7062

7163
# Navigation
7264
nav:
@@ -99,8 +91,6 @@ plugins:
9991
minify_js: true
10092
htmlmin_opts:
10193
remove_comments: true
102-
- tags:
103-
tags_file: tags.md
10494

10595
# Social links
10696
extra:

0 commit comments

Comments
 (0)