_config.yml in morel-theme-0.1.31 vs _config.yml in morel-theme-0.2.0
- old
+ new
@@ -1,43 +1,56 @@
-title: MOREL
-description: obras latinoamericanas de dominio público
-permalink: /:categories/:year/:month/:day/:title:output_ext
-img: logo.png
-background: trama.png
+title: MOREL # Write here the name of your site
+tagline: Mobile Open Resilient Electronic Libraries # Write here the description of your site
+description: is a resource for readers, writers, publishers, students and teachers interested in Afro-American and Latin American culture in general, and Afro-Latin American culture in particular. It gathers book covers, excerpts, bibliographic clues and digital downloads of works by black Latin American authors in original language and in translation.
+img: logo.png # Substitute the file with a copy of your site's logo on /assets/img/tema
+background: trama.png # Substitute the file with a copy of your site's pattern on /assets/img/tema
+image : avatar.png
+email : proyectomorel@gmail.com
+github :
+twitter :
+instagram:
+# theme: morel-theme-pack
-author :
+template :
name : MOREL
site: https://morel.la
- description : Metadatos de Obras para Repositorios Electrónicos Latinoamericanos impulsa la creación de archivos digitales de libre acceso.
image : avatar.png
email : proyectomorel@gmail.com
github :
twitter :
- instagram: morelrep
+ instagram:
+# Do not edit bellow unless you are an advanced user
+
+plugins:
+ - jekyll-seo-tag
+
+permalink: /:categories/:year/:month/:day/:title:output_ext
+
+excerpt_separator: "<!-- more -->"
+
collections:
cities:
output: true
- permalink: /ciudades/:name
+ permalink: /cities/:name
books:
output: true
- permalink: /obras/:name
+ permalink: /books/:name
authors:
output: true
- permalink: /autoras/:name
+ permalink: /authors/:name
publishers:
output: true
- permalink: /imprentas-y-editoriales/:name
+ permalink: /publishers/:name
repositories:
output: true
- permalink: /repositorios/:name
- periods:
- output: true
- permalink: /periodos/:name
+ permalink: /repositories/:name
chriterias:
output: true
- permalink: /criterios/:name
+ permalink: /chriteria/:name
+ abouts:
+ output: true
defaults:
- scope:
path: ""
type: "authors"
@@ -65,8 +78,6 @@
layout: "publisher"
- scope:
path: ""
type: "repositories"
values:
- layout: "repository"
-
-#theme: morel-theme
+ layout: "repository"
\ No newline at end of file