Skip to content

Commit 2af5768

Browse files
author
pixelead0
committed
Eliminar archivos obsoletos y temporales
1 parent f5682ab commit 2af5768

File tree

9 files changed

+23
-137
lines changed

9 files changed

+23
-137
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ El formato sigue [Keep a Changelog](https://keepachangelog.com/es-ES/1.0.0/) y [
99
## [Unreleased]
1010

1111
### Added
12+
- Nuevas páginas de comunidad bajo `docs/comunidad/`:
13+
- `ponentes` - Información sobre cómo ser ponente
14+
- `voluntarios.md` - Guía para voluntarios y organizadores
15+
- `alianzas.md` - Información sobre alianzas con empresas y comunidades
16+
- `como-contribuir.md` - Guía completa de contribución
1217
- Mejoras recientes en README.md y documentación.
1318
- Actualización de metadatos y páginas de meetups 2025.
1419
- Eliminación de CNAME para usar la URL estándar de GitHub Pages.
@@ -22,6 +27,12 @@ El formato sigue [Keep a Changelog](https://keepachangelog.com/es-ES/1.0.0/) y [
2227
- Limpieza de duplicados y reordenamiento de secciones en about.md.
2328
- Mejora de formato y estilos visuales en about.md e index.md.
2429

30+
### Removed
31+
- Archivos de plantillas de about eliminados: `about-minimalista.md`, `about-balanceado.md`, `about-estructurado.md`
32+
- Scripts de verificación obsoletos: `verify_speakers.py`, `verify_speakers_json.py`
33+
- Plantillas de issues obsoletas: `meetup_request.md`, `meetup_confirmado.md`
34+
- Archivo de metadatos duplicado: `meetup-202506.json`
35+
2536
---
2637

2738
## [1.0.0] - 2025-06-24

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ https://pythonmexico.github.io/pythonCDMX/
102102
- Telegram: https://t.me/PythonCDMX
103103
- Meetup: https://www.meetup.com/python-mexico
104104
- YouTube: https://www.youtube.com/@PythonMexico
105-
- GitHub: https://github.com/python-cdmx
105+
- GitHub: https://github.com/PythonMexico/pythonCDMX
106106
- Twitter: https://twitter.com/PythonMexico
107107
- Email: info@pythoncdmx.org
108108

docs/CNAME

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/about-balanceado.md

Lines changed: 0 additions & 32 deletions
This file was deleted.

docs/about-estructurado.md

Lines changed: 0 additions & 84 deletions
This file was deleted.

docs/about-minimalista.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

mkdocs.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,14 @@ nav:
8181
- Inicio: index.md
8282
- Meetups:
8383
- General: meetups/index.md
84-
- 2025: meetups/2025/index.md
85-
- 2024: meetups/2024/index.md
86-
- 2023: meetups/2023/index.md
84+
- 2025: meetups/2025/
85+
- 2024: meetups/2024/
86+
- 2023: meetups/2023/
87+
- Comunidad:
88+
- Cómo Contribuir: comunidad/como-contribuir.md
89+
- Ponentes: comunidad/ponentes
90+
- Voluntarios: comunidad/voluntarios.md
91+
- Alianzas: comunidad/alianzas.md
8792
- Temas y Tecnologías: tags.md
8893
- Acerca de: about.md
8994

@@ -100,7 +105,7 @@ plugins:
100105
extra:
101106
social:
102107
- icon: fontawesome/brands/github
103-
link: https://github.com/python-cdmx
108+
link: https://github.com/PythonMexico/pythonCDMX
104109
- icon: fontawesome/brands/telegram
105110
link: https://t.me/PythonCDMX
106111
- icon: fontawesome/brands/twitter

scripts/templates/meetup-template-multiple-talks.md.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ tags:
146146
<a href="https://www.youtube.com/@PythonMexico" style="background: #ff0000; color: white; padding: 1rem; border-radius: 12px; text-decoration: none; text-align: center; font-weight: 600; transition: all 0.3s ease; display: flex; align-items: center; justify-content: center; gap: 0.5rem;">
147147
<i class="fab fa-youtube"></i> YouTube
148148
</a>
149-
<a href="https://github.com/python-cdmx" style="background: #333; color: white; padding: 1rem; border-radius: 12px; text-decoration: none; text-align: center; font-weight: 600; transition: all 0.3s ease; display: flex; align-items: center; justify-content: center; gap: 0.5rem;">
149+
<a href="https://github.com/PythonMexico/pythonCDMX" style="background: #333; color: white; padding: 1rem; border-radius: 12px; text-decoration: none; text-align: center; font-weight: 600; transition: all 0.3s ease; display: flex; align-items: center; justify-content: center; gap: 0.5rem;">
150150
<i class="fab fa-github"></i> GitHub
151151
</a>
152152
</div>

scripts/templates/meetup-template.md.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ tags:
136136
<a href="https://www.youtube.com/@PythonMexico" style="background: #ff0000; color: white; padding: 1rem; border-radius: 12px; text-decoration: none; text-align: center; font-weight: 600; transition: all 0.3s ease; display: flex; align-items: center; justify-content: center; gap: 0.5rem;">
137137
<i class="fab fa-youtube"></i> YouTube
138138
</a>
139-
<a href="https://github.com/python-cdmx" style="background: #333; color: white; padding: 1rem; border-radius: 12px; text-decoration: none; text-align: center; font-weight: 600; transition: all 0.3s ease; display: flex; align-items: center; justify-content: center; gap: 0.5rem;">
139+
<a href="https://github.com/PythonMexico/pythonCDMX" style="background: #333; color: white; padding: 1rem; border-radius: 12px; text-decoration: none; text-align: center; font-weight: 600; transition: all 0.3s ease; display: flex; align-items: center; justify-content: center; gap: 0.5rem;">
140140
<i class="fab fa-github"></i> GitHub
141141
</a>
142142
</div>

0 commit comments

Comments
 (0)