diff --git a/config.toml b/config.toml index 428415c..4cae924 100644 --- a/config.toml +++ b/config.toml @@ -19,8 +19,6 @@ removePathAccents = true noticies = "/:section/:year/:month/:day/:title/" - - [languages] [languages.ca] baseURL = "https://bvebarcelona.netlify.com/" @@ -45,125 +43,15 @@ description = "The official website of the Barcelona Metro for openBVE" -[[languages.ca.menu.main]] - name = "Inici" - weight = 1 - url = "/" -[[languages.ca.menu.main]] - name = "Notícies" - weight = 2 - url = "/noticies/" -[[languages.ca.menu.main]] - name = "Manuals" - weight = 3 - url = "/manuals/" -[[languages.ca.menu.main]] - name = "Descàrregues" - weight = 4 - url = "#" - identifier = "Descàrregues" -[[languages.ca.menu.main]] - name = "Rutes" - weight = 1 - url = "/descarregues/rutes/" - parent = "Descàrregues" -[[languages.ca.menu.main]] - name = "Trens" - weight = 2 - url = "/descarregues/trens/" - parent = "Descàrregues" -[[languages.ca.menu.main]] - name = "Enllaços" - weight = 5 - url = "/enllacos/" -[[languages.ca.menu.main]] - name = "Contacta" - weight = 6 - url = "/contacta/" [[languages.ca.menu.main]] name = "RSS" weight = 7 url = "/noticies/index.xml" - -[[languages.es.menu.main]] - name = "Inicio" - weight = 1 - url = "/" -[[languages.es.menu.main]] - name = "Noticias" - weight = 2 - url = "/noticias/" -[[languages.es.menu.main]] - name = "Manuales" - weight = 3 - url = "/manuales/" -[[languages.es.menu.main]] - name = "Descargas" - weight = 4 - url = "#" - identifier = "Descargas" -[[languages.es.menu.main]] - name = "Rutas" - weight = 1 - url = "/descargas/rutas/" - parent = "Descargas" -[[languages.es.menu.main]] - name = "Trenes" - weight = 2 - url = "/descargas/trenes/" - parent = "Descargas" -[[languages.es.menu.main]] - name = "Enlaces" - weight = 5 - url = "/enlaces/" -[[languages.es.menu.main]] - name = "Contacto" - weight = 6 - url = "/contacto/" [[languages.es.menu.main]] name = "RSS" weight = 7 url = "/noticias/index.xml" - -[[languages.en.menu.main]] - name = "Home" - weight = 1 - url = "/" -[[languages.en.menu.main]] - name = "News" - weight = 2 - url = "/news/" -[[languages.en.menu.main]] - name = "Manuals" - weight = 3 - url = "/manuals/" -[[languages.en.menu.main]] - name = "Downloads" - weight = 4 - url = "#" - identifier = "Downloads" -[[languages.en.menu.main]] - name = "Routes" - weight = 1 - url = "/downloads/routes/" - parent = "Downloads" -[[languages.en.menu.main]] - name = "Trains" - weight = 2 - url = "/downloads/trains/" - parent = "Downloads" -[[languages.en.menu.main]] - name = "Links" - weight = 5 - url = "/links/" -[[languages.en.menu.main]] - name = "Contact" - weight = 6 - url = "/contact/" [[languages.en.menu.main]] name = "RSS" weight = 7 url = "/news/index.xml" - - - diff --git a/content/_index.ca.md b/content/_index.ca.md index c0a7b8c..ff99a3f 100644 --- a/content/_index.ca.md +++ b/content/_index.ca.md @@ -1,5 +1,10 @@ -+++ -title = "Benvinguts!" -image = '/images/main/portada.png' -+++ +--- +title: "Benvinguts!" +image: '/images/main/portada.png' +menu: + main: + name: "Inici" + weight: 1 + url: "/" +--- Aquí trobareu tota la informació sobre les rutes i els trens del Metro de Barcelona per al simulador ferroviari openBVE. diff --git a/content/_index.en.md b/content/_index.en.md index 3551bec..5e91049 100644 --- a/content/_index.en.md +++ b/content/_index.en.md @@ -1,6 +1,10 @@ -+++ -title = "Welcome!" -image = '/images/main/portada.png' -slug = "home" -+++ +--- +title: "Welcome!" +image: '/images/main/portada.png' +menu: + main: + name: "Home" + weight: 1 + url: "/" +--- Here you will find all the information about the Barcelona Metro routes and trains available for the openBVE train simulator. diff --git a/content/_index.es.md b/content/_index.es.md index e6bf76e..0edadc4 100644 --- a/content/_index.es.md +++ b/content/_index.es.md @@ -1,6 +1,10 @@ -+++ -title = "¡Bienvenido!" -image = '/images/main/portada.png' -slug = "inicio" -+++ +--- +title: "¡Bienvenido!" +image: '/images/main/portada.png' +menu: + main: + name: "Inicio" + weight: 1 + url: "/" +--- Aquí encontrarás toda la información sobre las rutas y los trenes del Metro de Barcelona para el simulador ferroviario openBVE. diff --git a/content/contacta.ca.md b/content/contacta.ca.md index fa56f09..6168e1f 100644 --- a/content/contacta.ca.md +++ b/content/contacta.ca.md @@ -1,18 +1,9 @@ --- title: "Contacta" -draft: false +menu: + main: + name: "Contacta" + weight: 6 + url: "/contacta/" --- Pàgina no disponible temporalment. Disculpeu les molèsties. - -
-

- -

-

- -

-
-

- -

-
diff --git a/content/contacta.en.md b/content/contacta.en.md index 1758d2b..23f954c 100644 --- a/content/contacta.en.md +++ b/content/contacta.en.md @@ -1,6 +1,10 @@ --- url: "contact" title: "Contact" -draft: false +menu: + main: + name: "Contact" + weight: 6 + url: "/contact/" --- This page is temporarily unavailable. Sorry for the inconvenience. diff --git a/content/contacta.es.md b/content/contacta.es.md index 9273f70..98de7b0 100644 --- a/content/contacta.es.md +++ b/content/contacta.es.md @@ -1,6 +1,10 @@ --- url: "contacto" title: "Contacto" -draft: false +menu: + main: + name: "Contacto" + weight: 6 + url: "/contacto/" --- Página no disponible temporalmente. Disculpa las molestias. diff --git a/content/descarregues.ca.md b/content/descarregues.ca.md index b1915e7..1a79816 100644 --- a/content/descarregues.ca.md +++ b/content/descarregues.ca.md @@ -1,5 +1,11 @@ --- title: "Descàrregues" type: "single" +menu: + main: + name: "Descàrregues" + weight: 4 + url: "#" + identifier: "Descàrregues" --- Pàgina no disponible temporalment. Disculpeu les molèsties. diff --git a/content/descarregues.en.md b/content/descarregues.en.md index 59b4374..87d66e6 100644 --- a/content/descarregues.en.md +++ b/content/descarregues.en.md @@ -2,5 +2,11 @@ url: "downloads" title: "Downloads" type: "single" +menu: + main: + name: "Downloads" + weight: 4 + url: "#" + identifier: "Downloads" --- This page is temporarily unavailable. Sorry for the inconvenience. diff --git a/content/descarregues.es.md b/content/descarregues.es.md index 459d123..06933d2 100644 --- a/content/descarregues.es.md +++ b/content/descarregues.es.md @@ -2,5 +2,11 @@ url: "descargas" title: "Descargas" type: "single" +menu: + main: + name: "Descargas" + weight: 4 + url: "#" + identifier: "Descargas" --- Página no disponible temporalmente. Disculpa las molestias. diff --git a/content/descarregues/rutes.ca.md b/content/descarregues/rutes.ca.md index 3b760e6..892d73c 100644 --- a/content/descarregues/rutes.ca.md +++ b/content/descarregues/rutes.ca.md @@ -1,6 +1,11 @@ --- title: "Rutes" -draft: false +menu: + main: + name: "Rutes" + weight: 1 + url: "/descarregues/rutes/" + parent: "Descàrregues" --- ||| diff --git a/content/descarregues/rutes.en.md b/content/descarregues/rutes.en.md index ca68187..1de3e28 100644 --- a/content/descarregues/rutes.en.md +++ b/content/descarregues/rutes.en.md @@ -1,7 +1,12 @@ --- url: "downloads/Routes" title: "Routes" -draft: false +menu: + main: + name: "Routes" + weight: 1 + url: "/downloads/routes/" + parent: "Downloads" --- ||| diff --git a/content/descarregues/rutes.es.md b/content/descarregues/rutes.es.md index 9b8193e..7380399 100644 --- a/content/descarregues/rutes.es.md +++ b/content/descarregues/rutes.es.md @@ -1,7 +1,12 @@ --- url: "descargas/rutas" title: "Rutas" -draft: false +menu: + main: + name: "Rutas" + weight: 1 + url: "/descargas/rutas/" + parent: "Descargas" --- ||| diff --git a/content/descarregues/trens.ca.md b/content/descarregues/trens.ca.md index 011d6e3..d716fb7 100644 --- a/content/descarregues/trens.ca.md +++ b/content/descarregues/trens.ca.md @@ -1,6 +1,11 @@ --- title: "Trens" -draft: false +menu: + main: + name: "Trens" + weight: 1 + url: "/descarregues/trens/" + parent: "Descàrregues" --- ||| | ------------ | ------------- | diff --git a/content/descarregues/trens.en.md b/content/descarregues/trens.en.md index b71a5ea..f8beaeb 100644 --- a/content/descarregues/trens.en.md +++ b/content/descarregues/trens.en.md @@ -1,7 +1,12 @@ --- url: "downloads/trains" title: "Trains" -draft: false +menu: + main: + name: "Trains" + weight: 1 + url: "/downloads/trains/" + parent: "Downloads" --- ||| diff --git a/content/descarregues/trens.es.md b/content/descarregues/trens.es.md index bb82558..4884284 100644 --- a/content/descarregues/trens.es.md +++ b/content/descarregues/trens.es.md @@ -1,7 +1,12 @@ --- url: "descargas/trenes" title: "Trenes" -draft: false +menu: + main: + name: "Trenes" + weight: 1 + url: "/descargas/trenes/" + parent: "Descargas" --- ||| diff --git a/content/descarregues/trens/serie-3000.ca.md b/content/descarregues/trens/serie-3000.ca.md index 3c5861a..2a9afc9 100644 --- a/content/descarregues/trens/serie-3000.ca.md +++ b/content/descarregues/trens/serie-3000.ca.md @@ -1,6 +1,5 @@ --- title: "Sèrie 3000 del Ferrocarril Metropolità de Barcelona" -draft: false --- ### Creador: diff --git a/content/enllaços.ca.md b/content/enllaços.ca.md index 7f65161..8a2897c 100644 --- a/content/enllaços.ca.md +++ b/content/enllaços.ca.md @@ -1,5 +1,10 @@ --- title: "Enllaços" +menu: + main: + name: "Enllaços" + weight: 5 + url: "/enllacos/" --- Altres pàgines relacionades amb el Metro de Barcelona i l'openBVE: diff --git a/content/enllaços.en.md b/content/enllaços.en.md index e446d26..495ea09 100644 --- a/content/enllaços.en.md +++ b/content/enllaços.en.md @@ -1,6 +1,11 @@ --- url: "links" title: "Links" +menu: + main: + name: "Links" + weight: 5 + url: "/links/" --- Other websites related to the Barcelona Metro and OpenBVE: diff --git a/content/enllaços.es.md b/content/enllaços.es.md index 8363b46..3428607 100644 --- a/content/enllaços.es.md +++ b/content/enllaços.es.md @@ -1,6 +1,11 @@ --- url: "enlaces" title: "Enlaces" +menu: + main: + name: "Enlaces" + weight: 5 + url: "/enlaces/" --- Otras páginas relacionadas con el Metro de Barcelona y OpenBVE: diff --git a/content/manuals/index.ca.md b/content/manuals/index.ca.md index 81166e6..a44422a 100644 --- a/content/manuals/index.ca.md +++ b/content/manuals/index.ca.md @@ -1,5 +1,9 @@ --- title: "Manuals" -draft: false +menu: + main: + name: "Manuals" + weight: 3 + url: "/manuals/" --- Pàgina no disponible temporalment. Disculpeu les molèsties. diff --git a/content/manuals/index.en.md b/content/manuals/index.en.md index 2aa069c..42810db 100644 --- a/content/manuals/index.en.md +++ b/content/manuals/index.en.md @@ -1,6 +1,10 @@ --- url: "manuals" title: "Manuals" -draft: false +menu: + main: + name: "Manuals" + weight: 3 + url: "/manuals/" --- This page is temporarily unavailable. Sorry for the inconvenience. diff --git a/content/manuals/index.es.md b/content/manuals/index.es.md index 122b22d..a01833b 100644 --- a/content/manuals/index.es.md +++ b/content/manuals/index.es.md @@ -1,6 +1,10 @@ --- url: "manuales" title: "Manuales" -draft: false +menu: + main: + name: "Manuales" + weight: 3 + url: "/manuales/" --- Página no disponible temporalmente. Disculpa las molestias. diff --git a/content/noticies/_index.ca.md b/content/noticies/_index.ca.md index fe4859e..cd063ed 100644 --- a/content/noticies/_index.ca.md +++ b/content/noticies/_index.ca.md @@ -1,4 +1,8 @@ --- title: "Notícies" -draft: false +menu: + main: + name: "Notícies" + weight: 2 + url: "/noticies/" --- diff --git a/content/noticies/_index.en.md b/content/noticies/_index.en.md index 05fe5e5..a3a9725 100644 --- a/content/noticies/_index.en.md +++ b/content/noticies/_index.en.md @@ -1,5 +1,9 @@ --- url: "news" title: "News" -draft: false +menu: + main: + name: "News" + weight: 2 + url: "/news/" --- diff --git a/content/noticies/_index.es.md b/content/noticies/_index.es.md index db879a1..fa6b8b3 100644 --- a/content/noticies/_index.es.md +++ b/content/noticies/_index.es.md @@ -1,5 +1,9 @@ --- url: "noticias" title: "Noticias" -draft: false +menu: + main: + name: "Noticias" + weight: 2 + url: "/noticias/" ---