From 9ff9c3f559810a4208ad55e24cab3229b16b5366 Mon Sep 17 00:00:00 2001 From: martin-corredera <martin.corredera@mercadolibre.com> Date: Sun, 16 Jul 2023 22:46:52 -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 +- requirements.txt | 2 ++ 7 files changed, 8 insertions(+), 6 deletions(-) diff --git a/content/pages/AboutUs.md b/content/pages/AboutUs.md index 8e0d3b6..b4131a7 100644 --- a/content/pages/AboutUs.md +++ b/content/pages/AboutUs.md @@ -1,7 +1,7 @@ Title: About Us Date: 2016-03-25 Category: Page -Ordinal:006 +Ordinal: 006 About Us! The source code of this site is at <https://gitlab.com/pages/pelican>. diff --git a/content/pages/Conclusiones.md b/content/pages/Conclusiones.md index bb39155..b9b3d5e 100644 --- a/content/pages/Conclusiones.md +++ b/content/pages/Conclusiones.md @@ -1,7 +1,7 @@ Title: Conclusions Date: 2016-03-25 Category: Page -Ordinal:005 +Ordinal: 005 This site is hosted on GitLab Pages! Conclusions diff --git a/content/pages/Dataset.md b/content/pages/Dataset.md index c43c105..9af9463 100644 --- a/content/pages/Dataset.md +++ b/content/pages/Dataset.md @@ -1,7 +1,7 @@ Title: Dataset Date: 2016-03-25 Category: Page -Ordinal:002 +Ordinal: 002 This site is hosted on GitLab Pages! Datasets diff --git a/content/pages/Experimentos.md b/content/pages/Experimentos.md index a2c11ed..3b78792 100644 --- a/content/pages/Experimentos.md +++ b/content/pages/Experimentos.md @@ -1,7 +1,7 @@ Title: Experiments Date: 2016-03-25 Category: Page -Ordinal:004 +Ordinal: 004 This site is hosted on GitLab Pages! Experiments diff --git a/content/pages/Introduccion.md b/content/pages/Introduccion.md index de6d28d..7bedd27 100644 --- a/content/pages/Introduccion.md +++ b/content/pages/Introduccion.md @@ -1,7 +1,7 @@ Title: Introduction Date: 2016-03-25 Category: Page -Ordinal:001 +Ordinal: 001 This site is hosted on GitLab Pages! Introduction diff --git a/content/pages/Metodos.md b/content/pages/Metodos.md index cb03c94..86e33c4 100644 --- a/content/pages/Metodos.md +++ b/content/pages/Metodos.md @@ -1,7 +1,7 @@ Title: Methods Date: 2016-03-25 Category: Page -Ordinal:003 +Ordinal: 003 This site is hosted on GitLab Pages! Methods diff --git a/requirements.txt b/requirements.txt index d62a40b..9dfc620 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,5 @@ pelican ~= 4.7 markdown typogrify +pybtex +bs4 \ No newline at end of file -- GitLab