diff --git a/config.yaml b/config.yaml index 8a7c871..6f551c6 100644 --- a/config.yaml +++ b/config.yaml @@ -14,7 +14,11 @@ params: menu: main: + - identifier: serveis + name: "Serveis" + url: /serveis/ + weight: 1 - identifier: seccions name: "Seccions" url: /seccions/ - weight: -110 + weight: 2 diff --git a/content/_index.md b/content/_index.md index ecffff5..2db9fff 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,6 +1,5 @@ --- title: "L'Ajuntament" -date: 2021-10-27T21:56:35+02:00 --- # Aquesta és la pàgina de l'ajuntament diff --git a/content/seccions/programacio/00-basic.md b/content/seccions/programacio/00-basic.md index 20545b0..2c27968 100644 --- a/content/seccions/programacio/00-basic.md +++ b/content/seccions/programacio/00-basic.md @@ -1,5 +1,5 @@ --- -title: "00 - Conceptes bàsics" +title: "00 - Conceptes bàsics I" author: "Marc Sastre Rienitz" date: 2021-10-27T21:56:35+02:00 type: post diff --git a/content/serveis/_index.md b/content/serveis/_index.md new file mode 100644 index 0000000..ad3117a --- /dev/null +++ b/content/serveis/_index.md @@ -0,0 +1,22 @@ +--- +title: "Serveis" +--- +# Serveis Virtuals + +## [Repositori de git](https://git.lajuntament.space "Gitea de l'Ajuntament") +[{{< image + src="/img/gitea.png" + style="float: left; height: auto; max-width: 30%; border-radius: 8px; padding: 20px; padding-top: 5px;" + position="left" alt="Gitea" >}}](https://git.lajuntament.space) +Repositori de git amb els diversos projectes tecnològics de l'Ajuntament. + +--- + +## [Nextcloud](https://nextcloud.lajuntament.space "Nextcloud de l'Ajuntament") +[{{< image + src="/img/nextcloud.png" + style="float: left; height: auto; max-width: 30%; border-radius: 8px; padding: 20px; padding-top: 5px;" + position="left" alt="Nextcloud" >}}](https://nextcloud.lajuntament.space) +Els fitxers de l'Ajuntament. + +--- diff --git a/static/img/gitea.png b/static/img/gitea.png new file mode 100644 index 0000000..0f52b1b Binary files /dev/null and b/static/img/gitea.png differ diff --git a/static/img/nextcloud.png b/static/img/nextcloud.png new file mode 100644 index 0000000..5e1329c Binary files /dev/null and b/static/img/nextcloud.png differ