From c7aec3c1c2b6dccb0aef1bbe042ccb4b5ff24736 Mon Sep 17 00:00:00 2001 From: martin-corredera <martin.corredera@mercadolibre.com> Date: Sun, 16 Jul 2023 22:25:01 -0300 Subject: [PATCH] Fixing categories --- content/pages/AboutUs.md | 2 +- content/pages/Conclusiones.md | 2 +- content/pages/Dataset.md | 2 +- content/pages/Experimentos.md | 2 +- content/pages/Introduccion.md | 2 +- content/pages/Metodos.md | 2 +- pelicanconf.py | 4 ++-- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/content/pages/AboutUs.md b/content/pages/AboutUs.md index 49b1d4b..8e0d3b6 100644 --- a/content/pages/AboutUs.md +++ b/content/pages/AboutUs.md @@ -1,6 +1,6 @@ Title: About Us Date: 2016-03-25 -Category: About Us... +Category: Page Ordinal:006 About Us! diff --git a/content/pages/Conclusiones.md b/content/pages/Conclusiones.md index 01738cb..bb39155 100644 --- a/content/pages/Conclusiones.md +++ b/content/pages/Conclusiones.md @@ -1,6 +1,6 @@ Title: Conclusions Date: 2016-03-25 -Category: Conclusions +Category: Page Ordinal:005 This site is hosted on GitLab Pages! diff --git a/content/pages/Dataset.md b/content/pages/Dataset.md index e1a2535..c43c105 100644 --- a/content/pages/Dataset.md +++ b/content/pages/Dataset.md @@ -1,6 +1,6 @@ Title: Dataset Date: 2016-03-25 -Category: Dataset +Category: Page Ordinal:002 This site is hosted on GitLab Pages! diff --git a/content/pages/Experimentos.md b/content/pages/Experimentos.md index f9e2951..a2c11ed 100644 --- a/content/pages/Experimentos.md +++ b/content/pages/Experimentos.md @@ -1,6 +1,6 @@ Title: Experiments Date: 2016-03-25 -Category: Experiments +Category: Page Ordinal:004 This site is hosted on GitLab Pages! diff --git a/content/pages/Introduccion.md b/content/pages/Introduccion.md index f636246..de6d28d 100644 --- a/content/pages/Introduccion.md +++ b/content/pages/Introduccion.md @@ -1,6 +1,6 @@ Title: Introduction Date: 2016-03-25 -Category: Introduction +Category: Page Ordinal:001 This site is hosted on GitLab Pages! diff --git a/content/pages/Metodos.md b/content/pages/Metodos.md index 2185e1f..cb03c94 100644 --- a/content/pages/Metodos.md +++ b/content/pages/Metodos.md @@ -1,6 +1,6 @@ Title: Methods Date: 2016-03-25 -Category: Methods +Category: Page Ordinal:003 This site is hosted on GitLab Pages! diff --git a/pelicanconf.py b/pelicanconf.py index 131bfe0..ea3097c 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -46,8 +46,8 @@ PLUGINS = ['figure-ref', 'pelican-cite'] # ORDENAR LAS PAGINAS EN EL MENU POR EL ATRUBUTO "Ordinal" ------- # si no, te quedan ordenadas alfabéticamente -PAGE_ORDER_BY = 'ordinal' -ARTICLE_ORDER_BY = 'ordinal' +PAGE_ORDER_BY = 'Ordinal' +ARTICLE_ORDER_BY = 'Ordinal' # UBICACION DE bibtex que usa el plugin pelican-cite PUBLICATIONS_SRC = 'content/biblio.bib' -- GitLab