Skip to content

Commit 5e0fd09

Browse files
adding the page to videos (#71)
1 parent 0ab254c commit 5e0fd09

4 files changed

Lines changed: 16 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ __pycache__
22
output/
33
*.DS_Store
44
env/
5+
venv/
630 KB
Loading

content/pages/videos.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Title: Videos
2+
Date: 2022-12-09 10:00
3+
4+
Puedes buscar las grabaciones de keynotes, charlas y talleres de los distintos eventos realizados por Python Chile.
5+
6+
Haz click en la imagen para abrir el sitio web en una nueva ventana.
7+
8+
<a target="_blank" href="https://pythonchile.streamlit.app/">
9+
<img src="../images/pythonchile_streamlit.png" style="width:100%">
10+
</a>

pelicanconf.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@
4545
"url": "pages/recursos.html",
4646
"children": None,
4747
},
48+
"videos": {
49+
"title": "Videos",
50+
"url": "pages/videos.html",
51+
"children": None,
52+
},
4853
}
4954

5055
# Social widget

0 commit comments

Comments
 (0)