Skip to content

Commit 6018668

Browse files
authored
Adding 2024 Last Meetup (#42)
* adding 2024 last meetup * fixing style issues
1 parent bfeb0ef commit 6018668

File tree

4 files changed

+48
-3
lines changed

4 files changed

+48
-3
lines changed

.github/workflows/deploy-site.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,12 @@ jobs:
3636
run: |
3737
sudo apt-get install graphviz nodejs npm
3838
sudo ./bin/install-sketchviz.sh
39+
- name: Install faketime
40+
run: |
41+
sudo apt-get install faketime
3942
- name: Build Blog
4043
run: |
41-
ablog build
44+
faketime "2100-01-01 00:00:00" ablog build
4245
- name: Publish to GitHub Pages
4346
uses: peaceiris/actions-gh-pages@v3
4447
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
@@ -48,4 +51,4 @@ jobs:
4851
publish_dir: _website/
4952
exclude_assets: '.github'
5053
force_orphan: true
51-
cname: python.pe
54+
cname: python.pe

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ ipython_config.py
122122
# pyenv
123123
# For a library or package, you might want to ignore these files since the code is
124124
# intended to run in multiple environments; otherwise, check them in:
125-
# .python-version
125+
.python-version
126126

127127
# pipenv
128128
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
50.4 KB
Loading
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
blogpost: true
3+
date: 12 Dec, 2024
4+
author: hellhound
5+
location: Lima, Perú
6+
category: events
7+
language: Español
8+
---
9+
10+
# El Último Byte: Encuentro de Fin de Año
11+
12+
![Imagen del Meetup de Python Perú](/_static/images/events/2024-12-12-ultimo-byte-meetup.webp)
13+
14+
Únete al evento de cierre de año de la comunidad Python Perú, donde
15+
compartiremos conocimiento y construiremos juntos el camino para un 2025 lleno
16+
de aprendizaje y colaboración.
17+
18+
Disfrutaremos de charlas relámpago, discusiones abiertas y un espacio para
19+
generar ideas y propuestas que guiarán nuestras actividades futuras. Además,
20+
será una excelente oportunidad para conectar con otros miembros de la comunidad
21+
y despedir el año con entusiasmo y energía.
22+
23+
* 📅 Fecha: Jueves, 12 de diciembre de 2024
24+
* 🕒 Hora: 19:00 a 21:45
25+
* 🌐 Lugar: Open PUCP, Aula A10
26+
27+
¡Te esperamos para cerrar el año con ideas brillantes y mucho Python!
28+
29+
## OpenPUCP
30+
31+
Agradecemos a [OpenPUCP](https://open.pucp.edu.pe/) por brindarnos el espacio para la reunión.
32+
33+
Les compartimos los datos de la conexión Wi-Fi:
34+
35+
* **SSID:** `redpucp`
36+
* **Password:** `C9AA28BA93`
37+
38+
## MeetUp
39+
40+
¡Encuentra nuestras reuniones siempre en [MeetUp](https://www.meetup.com/pythonperu/)!
41+
42+
Link del evento: [El Último Byte: Encuentro de Fin de Año](https://www.meetup.com/pythonperu/events/305022598/)

0 commit comments

Comments
 (0)