Afegida paginació i configuarció del tema.
This commit is contained in:
@@ -9,12 +9,16 @@ Això és l'Ajuntament oficial a l'ombra! Ben aviat serem a tot el poble, i als
|
||||
## 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
|
||||
Una miqueta de codi
|
||||
```python
|
||||
|
||||
{{< code language="python" title="Una mica de codi" >}}
|
||||
import random
|
||||
import time
|
||||
|
||||
@@ -26,7 +30,7 @@ def un_membre():
|
||||
print(f"El jefe de l'Ajuntament és...")
|
||||
time.sleep(1)
|
||||
print(un_membre())
|
||||
```
|
||||
{{< /code >}}
|
||||
|
||||
# Un nou punt
|
||||
Això s'ha afegit automàticament!
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
title: "00 - Conceptes bàsics"
|
||||
author: "Marc Sastre Rienitz"
|
||||
date: 2021-10-27T21:56:35+02:00
|
||||
type: post
|
||||
---
|
||||
|
||||
# Què és un programa?
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
title: "01 - Conceptes bàsics II"
|
||||
author: "Marc Sastre Rienitz"
|
||||
date: 2021-10-29T19:05:57+02:00
|
||||
type: post
|
||||
draft: true
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user