Skip to content

Commit 67c25d8

Browse files
committed
Add PyConZA talks page
1 parent cafe2e2 commit 67c25d8

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

β€Ždocs/talks.mdβ€Ž

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: πŸ—£πŸŽ™
3+
hide:
4+
- toc
5+
---
6+
7+
## PyconZA Talks
8+
9+
* [πŸŽ₯πŸ“Ό PyconZA 2013] about the work we did to scale [Yola] with Python.
10+
* [πŸ› Application to Platform: How we used Python to scale Yola]
11+
* https://github.com/michaeljoseph/application-to-platform
12+
13+
<iframe src="https://archive.org/embed/pyconza2013-app-to-platform" width="640" height="480" frameborder="0" webkitallowfullscreen="true" mozallowfullscreen="true" allowfullscreen></iframe>
14+
15+
* [πŸŽ₯πŸ“Ό PyconZA 2014] about becoming a contributor to [cookiecutter].
16+
* [πŸ› How I Became A Cookie Monster]
17+
* https://github.com/michaeljoseph/cookiemonster
18+
19+
<iframe src="https://archive.org/embed/pyconza2014-cookie-monster" width="640" height="480" frameborder="0" webkitallowfullscreen="true" mozallowfullscreen="true" allowfullscreen></iframe>
20+
21+
[πŸŽ₯πŸ“Ό PyconZA 2013]: https://2013.za.pycon.org/talks/28
22+
[πŸ› Application to Platform: How we used Python to scale Yola]: http://michaeljoseph.github.io/application-to-platform/application-to-platform
23+
24+
[πŸŽ₯πŸ“Ό PyconZA 2014]: https://2014.za.pycon.org/talks/39
25+
[πŸ› How I Became A Cookie Monster]: http://michaeljoseph.github.io/cookiemonster
26+
[cookiecutter]: https://cookiecutter.readthedocs.io

β€Žmkdocs.ymlβ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ theme:
1111
logo: media/avataaar.png
1212
font:
1313
text: Fira Mono
14-
code: Fira Code
14+
code: Fira Code
1515
features:
1616
- navigation.instant
1717
palette:
@@ -38,6 +38,7 @@ theme:
3838

3939
nav:
4040
- πŸ€“πŸ€– Resume: resume.md
41+
- πŸ—£πŸŽ™ Talks: talks.md
4142

4243
plugins:
4344
- search

0 commit comments

Comments
Β (0)