From 44f54cf08c7a3e1453e5ea7e264a80f9f292bce8 Mon Sep 17 00:00:00 2001
From: martin-corredera <martin.corredera@mercadolibre.com>
Date: Sun, 16 Jul 2023 21:25:10 -0300
Subject: [PATCH] Trying Order

---
 content/pages/Conclusiones.md | 3 +--
 content/pages/Dataset.md      | 3 +--
 content/pages/Experimentos.md | 3 +--
 content/pages/Introduccion.md | 5 ++---
 content/pages/Metodos.md      | 4 ++--
 pelicanconf.py                | 4 ++--
 6 files changed, 9 insertions(+), 13 deletions(-)

diff --git a/content/pages/Conclusiones.md b/content/pages/Conclusiones.md
index afb7b1f..bb39155 100644
--- a/content/pages/Conclusiones.md
+++ b/content/pages/Conclusiones.md
@@ -1,8 +1,7 @@
 Title: Conclusions
 Date: 2016-03-25
 Category: Page
-Slug: conclusions
-Ordinal:5
+Ordinal:005
 
 This site is hosted on GitLab Pages!
 Conclusions
diff --git a/content/pages/Dataset.md b/content/pages/Dataset.md
index 8700138..c43c105 100644
--- a/content/pages/Dataset.md
+++ b/content/pages/Dataset.md
@@ -1,8 +1,7 @@
 Title: Dataset
 Date: 2016-03-25
 Category: Page
-Slug: dataset
-Ordinal:2
+Ordinal:002
 
 This site is hosted on GitLab Pages!
 Datasets
diff --git a/content/pages/Experimentos.md b/content/pages/Experimentos.md
index 5a9aab9..a2c11ed 100644
--- a/content/pages/Experimentos.md
+++ b/content/pages/Experimentos.md
@@ -1,8 +1,7 @@
 Title: Experiments
 Date: 2016-03-25
 Category: Page
-Slug: expermients
-Ordinal:4
+Ordinal:004
 
 This site is hosted on GitLab Pages!
 Experiments
diff --git a/content/pages/Introduccion.md b/content/pages/Introduccion.md
index de01711..de6d28d 100644
--- a/content/pages/Introduccion.md
+++ b/content/pages/Introduccion.md
@@ -1,11 +1,10 @@
 Title: Introduction
 Date: 2016-03-25
 Category: Page
-Slug: introduction
-Ordinal:1
+Ordinal:001
 
 This site is hosted on GitLab Pages!
-Introduccion
+Introduction
 The source code of this site is at <https://gitlab.com/pages/pelican>.
 
 Learn about GitLab Pages at <https://pages.gitlab.io>.
diff --git a/content/pages/Metodos.md b/content/pages/Metodos.md
index 3f004c5..5ea5509 100644
--- a/content/pages/Metodos.md
+++ b/content/pages/Metodos.md
@@ -2,10 +2,10 @@ Title: Methods
 Date: 2016-03-25
 Category: Page
 Slug: methods
-Ordinal:3
+Ordinal:003
 
 This site is hosted on GitLab Pages!
-Metods
+Methods
 The source code of this site is at <https://gitlab.com/pages/pelican>.
 
 Learn about GitLab Pages at <https://pages.gitlab.io>.
diff --git a/pelicanconf.py b/pelicanconf.py
index 32c556c..f94a01a 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -45,8 +45,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