Files
web/content/_index.md

37 lines
810 B
Markdown

---
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!
{{< figure
src="/img/el_marc_i_el_nil.gif"
position="center" alt="El Marc i el Nil!"
style="border-radius: 8px;"
caption="Aquests som nosaltres"
captionStyle="border-radius: 8px;" >}}
# Som uns hackers
{{< code language="python" title="Una mica de codi" >}}
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())
{{< /code >}}
# Un nou punt
Això s'ha afegit automàticament!