_config.yml in morel-theme-0.1.2 vs _config.yml in morel-theme-0.1.3
- old
+ new
@@ -1,13 +1,9 @@
-url:
-baseurl:
title: MOREL
description: obras latinoamericanas de dominio público
permalink: /:categories/:year/:month/:day/:title:output_ext
-BASE_PATH :
img: logo.png
-post_limit:
background: trama.png
author :
name : MOREL
site: https://morel.la
@@ -16,12 +12,10 @@
email : proyectomorel@gmail.com
github :
twitter :
instagram: morelrep
-
-#Collections
collections:
cities:
output: true
permalink: /ciudades/:name
books:
@@ -49,8 +43,30 @@
type: "authors"
values:
layout: "author"
- scope:
path: ""
+ type: "books"
+ values:
+ layout: "book"
+ - scope:
+ path: ""
+ type: "cities"
+ values:
+ layout: "city"
+ - scope:
+ path: ""
type: "posts"
values:
- layout: "post"
+ layout: "post"
+ - scope:
+ path: ""
+ type: "publishers"
+ values:
+ layout: "publisher"
+ - scope:
+ path: ""
+ type: "repositories"
+ values:
+ layout: "repository"
+
+#theme: morel-theme
\ No newline at end of file