diff --git a/content/pages/Conclusiones.md b/content/pages/Conclusiones.md index bb39155cb25428b7eee5a195100c169da7f90b6e..01738cbdbd45284314eaea396ad854d7e372ad15 100644 --- a/content/pages/Conclusiones.md +++ b/content/pages/Conclusiones.md @@ -1,6 +1,6 @@ Title: Conclusions Date: 2016-03-25 -Category: Page +Category: Conclusions Ordinal:005 This site is hosted on GitLab Pages! diff --git a/content/pages/Dataset.md b/content/pages/Dataset.md index c43c1057ba794b99bee02b0b8c97fb3ae6481b02..e1a2535d242db8ed8b8f04d79cddb069dc9cbdef 100644 --- a/content/pages/Dataset.md +++ b/content/pages/Dataset.md @@ -1,6 +1,6 @@ Title: Dataset Date: 2016-03-25 -Category: Page +Category: Dataset Ordinal:002 This site is hosted on GitLab Pages! diff --git a/content/pages/Experimentos.md b/content/pages/Experimentos.md index a2c11ed992b45db3f173529f16a7b265e9271c17..f9e2951a507d17d4389881399a700a83c19523e8 100644 --- a/content/pages/Experimentos.md +++ b/content/pages/Experimentos.md @@ -1,6 +1,6 @@ Title: Experiments Date: 2016-03-25 -Category: Page +Category: Experiments Ordinal:004 This site is hosted on GitLab Pages! diff --git a/content/pages/Introduccion.md b/content/pages/Introduccion.md index de6d28dfb5cfa92f538222950f0cb7bcc9f417c3..f636246d051ad18c186eb74fe1431961d580b13f 100644 --- a/content/pages/Introduccion.md +++ b/content/pages/Introduccion.md @@ -1,6 +1,6 @@ Title: Introduction Date: 2016-03-25 -Category: Page +Category: Introduction Ordinal:001 This site is hosted on GitLab Pages! diff --git a/content/pages/Metodos.md b/content/pages/Metodos.md index 5ea55098b11e2fe1b7c901625d23761612cf0bf4..4ca3079974222ffbb77040e761542e5890312aa8 100644 --- a/content/pages/Metodos.md +++ b/content/pages/Metodos.md @@ -1,6 +1,6 @@ Title: Methods Date: 2016-03-25 -Category: Page +Category: Methods Slug: methods Ordinal:003 diff --git a/pelicanconf.py b/pelicanconf.py index 47c7cbc95af540deec16e431dc6511fe93a2b9ae..4b286f1117a0cabda48fc45880e7d60dd84411d4 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -16,7 +16,8 @@ TRANSLATION_FEED_ATOM = None AUTHOR_FEED_ATOM = None AUTHOR_FEED_RSS = None DISPLAY_PAGES_ON_MENU = True - +DISPLAY_CATEGORIES_ON_MENU = True +USE_FOLDER_AS_CATEGORY = False # Blogroll LINKS = (('Facultad de Ingeniería', 'https://www.fing.edu.uy/'), ('Instituto de Ingeniería Eléctrica', 'https://iie.fing.edu.uy/'), @@ -43,10 +44,6 @@ STATIC_PATHS = [ PLUGINS = ['figure-ref', 'pelican-cite'] -ARTICLE_URL = 'posts/{date:%Y}/{date:%b}/{date:%d}/{slug}/' -ARTICLE_SAVE_AS = 'posts/{date:%Y}/{date:%b}/{date:%d}/{slug}/index.html' -PAGE_URL = 'pages/{slug}/' -PAGE_SAVE_AS = 'pages/{slug}/index.html' # ORDENAR LAS PAGINAS EN EL MENU POR EL ATRUBUTO "Ordinal" ------- # si no, te quedan ordenadas alfabéticamente PAGE_ORDER_BY = 'ordinal'