Pàgines migrades a markdown i creat tutorial de programació.

This commit is contained in:
2021-10-29 19:09:01 +02:00
parent f5680849a8
commit b8bf1beb0d
6 changed files with 91 additions and 11 deletions

32
content/_index.md Normal file
View File

@@ -0,0 +1,32 @@
---
title: "L'Ajuntament"
date: 2021-10-27T21:56:35+02:00
---
# Aquesta és la pàgina de l'ajuntament
Això és l'Ajuntament oficial a l'ombra! Ben aviat serem a tot el poble, i als vostres cors!
## Un subtítol
Sabem fer moltes coses! Per exemple: _Text torçat_ Uau! Com mola!
![El Marc i el Nil!](/img/el_marc_i_el_nil.gif)
# Som uns hackers
Una miqueta de codi
```python
import random
import time
MEMBRES = ['Marc', 'Nil']
def un_membre():
return random.choice(MEMBRES)
print(f"El jefe de l'Ajuntament és...")
time.sleep(1)
print(un_membre())
```
# Un nou punt
Això s'ha afegit automàticament!