morel-theme 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (36) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/_includes/chriteria.html +2 -2
  4. data/_includes/iteration.html +12 -0
  5. data/_includes/lista-relacionadas-autora.html +80 -0
  6. data/_includes/lista-relacionadas-ciudad.html +34 -0
  7. data/_includes/lista-relacionadas-editorial.html +34 -0
  8. data/_includes/lista-relacionadas-libro.html +56 -0
  9. data/_includes/lista-relacionadas-periodo.html +34 -0
  10. data/_includes/lista-relacionadas-repositorio.html +34 -0
  11. data/_includes/lista-todas.html +30 -0
  12. data/_includes/nav-bar.html +1 -1
  13. data/_includes/side-bar.html +18 -0
  14. data/_includes/social-share.html +17 -0
  15. data/_layouts/agregar.html +43 -0
  16. data/_layouts/author.html +40 -0
  17. data/_layouts/book.html +59 -0
  18. data/_layouts/city.html +5 -0
  19. data/_layouts/obras-sample.html +4 -0
  20. data/_layouts/obras-todas.html +4 -0
  21. data/_layouts/post-index.html +32 -0
  22. data/_layouts/publisher.html +5 -0
  23. data/_layouts/repository.html +5 -0
  24. data/assets/---copy-content-to-main-folder---/_chriterias/author.md +7 -0
  25. data/assets/---copy-content-to-main-folder---/_chriterias/city.md +7 -0
  26. data/assets/---copy-content-to-main-folder---/_chriterias/edition.md +7 -0
  27. data/assets/---copy-content-to-main-folder---/_chriterias/publisher.md +6 -0
  28. data/assets/---copy-content-to-main-folder---/_chriterias/repository.md +6 -0
  29. data/assets/---copy-content-to-main-folder---/_data/chriterias.csv +6 -0
  30. data/assets/---copy-content-to-main-folder---/about.md +13 -0
  31. data/assets/---copy-content-to-main-folder---/agregar.md +12 -0
  32. data/assets/---copy-content-to-main-folder---/blog.md +14 -0
  33. data/assets/---copy-content-to-main-folder---/obras.md +4 -0
  34. data/assets/---copy-content-to-main-folder---/search.html +31 -0
  35. data/assets/---copy-content-to-main-folder---/sitemap.xml +71 -0
  36. metadata +33 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4ea2a9f510742261cff401d5453ac75a81170b5c61f624b89f65d6ac6e287bc7
4
- data.tar.gz: 9e62a735e61478df15b23e20de7c9bc7bd15cddacd304dc4c2c512f25b33362d
3
+ metadata.gz: 3b83a49996f30823bd637fe15c0b2f29890f38e7055c58bdc5fd7518719c2e7e
4
+ data.tar.gz: d457da8f8d95a39afd1289ee3cd2ea94b18b4a238cc7fff5e417dacef2cd4b0c
5
5
  SHA512:
6
- metadata.gz: f635ef0d0cc109db6fa116772617fd92db430d7a70119e62239cfe8774a398863e5066056109faf8cecdc76ccea42e461ccd95cdf325cd10cd27433f73c1a833
7
- data.tar.gz: d66a293872c3997cc54206324c674be081d2491166276a2b62515b094859857b90b34e5fe1b066f2d441aaf9bbe171053b977a090fe63714ed5a229e53b68256
6
+ metadata.gz: 0b30326d948ad1cc862c75edbb95d213ba19bde890820605c528623f81528d77537154de586052c4c5fa7e767b549d37b83b8dbb803b8d40de3d8c09700a42ec
7
+ data.tar.gz: 35f5c738f8e4e8c69f67b3850ff53b26984c7ad588fd8b2349e02ccf88607d92e8e7e6518b3776dfc5febfa40f95aeb88aa5ad68f8a5957b73000a382360b248
data/README.md CHANGED
@@ -19,7 +19,7 @@ theme: morel-theme
19
19
 
20
20
  And then execute:
21
21
 
22
- $ bundle
22
+ $ bundle install
23
23
 
24
24
  Or install it yourself as:
25
25
 
@@ -1,7 +1,7 @@
1
1
  <!--lista 1 -->
2
2
  <div class="row">
3
3
  <!--LOOP DE LISTA 1-->
4
- {% for chriteria in site.chriterias %}
4
+ {% for chriteria in site.data.chriterias %}
5
5
  <div class="basis">
6
6
  <div class="container">
7
7
  <img src="{{ BASE_PATH }}/assets/img/{{ chriteria.img }}" alt="{{ chriteria.title }}" class="image sombra chriteria"></a>
@@ -9,7 +9,7 @@
9
9
  <div class="text">
10
10
  <p class="overlay-text-inside">{{ chriteria.title }}</p>
11
11
  <hr class=".overlay-text-inside">
12
- <a href="{{ BASE_PATH }}{{ chriteria.url }}">
12
+ <a href="{{ BASE_PATH }}/criterios/{{ chriteria.filename }}">
13
13
  <i class="fa fa-eye see-and-download morel"></i>
14
14
  </a>
15
15
  </div>
@@ -0,0 +1,12 @@
1
+
2
+ {% if book.title == page.title %}
3
+ {% for book in site.books limit:5 %}
4
+ <a href="{{ book.url | relative_url }}" class="post-link">
5
+ <h2>{{ book.title }}</h2>
6
+ </a>
7
+ {% else %}
8
+ The collection is empty.
9
+ {% endfor %}
10
+ {% endif %}
11
+
12
+
@@ -0,0 +1,80 @@
1
+ <!--lista 1 -->
2
+ <div class="row obras">
3
+ <h2 class="index">Obras de {{ page.title }} en {{ site.title }}</h2>
4
+ </div>
5
+ <div class="row">
6
+ <!--LOOP DE LISTA 1-->
7
+ {% for book in site.books %}
8
+ {% if book.author == page.title %}
9
+ <div class="basis">
10
+ <div class="container">
11
+ <a href="{{ BASE_PATH }}{{ book.url }}"><img src="{{ BASE_PATH }}/img/{{ book.img }}" alt="{{ book.title }}" class="image sombra"></a>
12
+ <div class="overlay">
13
+ <div class="text">
14
+ <p class="overlay-text-inside">Edición publicada en {{ book.ciudad }} por {{ book.editorial }} en {{ book.edicion }}</p>
15
+ <hr class=".overlay-text-inside">
16
+ <a href="{{ BASE_PATH }}{{ book.url }}">
17
+ <i class="fa fa-eye see-and-download morel"></i>
18
+ </a>
19
+ <i class="fa fa-download clear"></i>
20
+ <a href="{{ book.descarga }}">
21
+ <i class="fa fa-download see-and-download morel"></i>
22
+ </a>
23
+ </div>
24
+ </div>
25
+ </div>
26
+ <div class="price">
27
+ <div class="title">{{ book.title }}<br></div>
28
+ <div class="autor">{{ book.author }}{% if book.author2 %}, {{ book.author2 }}{% endif %}{% if book.author3 %}, {{ book.author3 }}{% endif %}</div>
29
+ </div>
30
+ </div>
31
+ {% elsif book.author2 == page.title %}
32
+ <div class="basis">
33
+ <div class="container">
34
+ <a href="{{ BASE_PATH }}{{ book.url }}"><img src="{{ BASE_PATH }}/img/{{ book.img }}" alt="{{ book.title }}" class="image sombra"></a>
35
+ <div class="overlay">
36
+ <div class="text">
37
+ <p class="overlay-text-inside">Edición publicada en {{ book.ciudad }} por {{ book.editorial }} en {{ book.edicion }}</p>
38
+ <hr class=".overlay-text-inside">
39
+ <a href="{{ BASE_PATH }}{{ book.url }}">
40
+ <i class="fa fa-eye see-and-download morel"></i>
41
+ </a>
42
+ <i class="fa fa-download clear"></i>
43
+ <a heref="{{ book.descarga }}">
44
+ <i class="fa fa-download see-and-download morel"></i>
45
+ </a>
46
+ </div>
47
+ </div>
48
+ </div>
49
+ <div class="price">
50
+ <div class="title">{{ book.title }}<br></div>
51
+ <div class="autor">{{ book.author }}{% if book.author2 %}, {{ book.author2 }}{% endif %}{% if book.author3 %}, {{ book.author3 }}{% endif %}</div>
52
+ </div>
53
+ </div>
54
+ {% elsif book.author3 == page.title %}
55
+ <div class="basis">
56
+ <div class="container">
57
+ <a href="{{ BASE_PATH }}{{ book.url }}"><img src="{{ BASE_PATH }}/img/{{ book.img }}" alt="{{ book.title }}" class="image sombra"></a>
58
+ <div class="overlay">
59
+ <div class="text">
60
+ <p class="overlay-text-inside">Edición publicada en {{ book.ciudad }} por {{ book.editorial }} en {{ book.edicion }}</p>
61
+ <hr class=".overlay-text-inside">
62
+ <a href="{{ BASE_PATH }}{{ book.url }}">
63
+ <i class="fa fa-eye see-and-download morel"></i>
64
+ </a>
65
+ <i class="fa fa-download clear"></i>
66
+ <a heref="{{ book.descarga }}">
67
+ <i class="fa fa-download see-and-download morel"></i>
68
+ </a>
69
+ </div>
70
+ </div>
71
+ </div>
72
+ <div class="price">
73
+ <div class="title">{{ book.title }}<br></div>
74
+ <div class="autor">{{ book.author }}{% if book.author2 %}, {{ book.author2 }}{% endif %}{% if book.author3 %}, {{ book.author3 }}{% endif %}</div>
75
+ </div>
76
+ </div>
77
+ {% endif %}
78
+ {% endfor %}
79
+
80
+ </div>
@@ -0,0 +1,34 @@
1
+ <!--lista 1 -->
2
+ <div class="row obras">
3
+ <h2 class="index">Obras publicadas en {{ page.title }} en {{ site.title }}</h2>
4
+ </div>
5
+ <div class="row">
6
+ <!--LOOP DE LISTA 1-->
7
+ {% for book in site.books %}
8
+ {% if book.ciudad == page.title %}
9
+ <div class="basis">
10
+ <div class="container">
11
+ <a href="{{ BASE_PATH }}{{ book.url }}"><img src="{{ BASE_PATH }}/img/{{ book.img }}" alt="{{ book.title }}" class="image sombra"></a>
12
+ <div class="overlay">
13
+ <div class="text">
14
+ <p class="overlay-text-inside">Edición publicada en {{ book.ciudad }} por {{ book.editorial }} en {{ book.edicion }}</p>
15
+ <hr class=".overlay-text-inside">
16
+ <a href="{{ BASE_PATH }}{{ book.url }}">
17
+ <i class="fa fa-eye see-and-download morel"></i>
18
+ </a>
19
+ <i class="fa fa-download clear"></i>
20
+ <a href="{{ book.descarga }}">
21
+ <i class="fa fa-download see-and-download morel"></i>
22
+ </a>
23
+ </div>
24
+ </div>
25
+ </div>
26
+ <div class="price">
27
+ <div class="title">{{ book.title }}<br></div>
28
+ <div class="autor">{{ book.author }}{% if book.author2 %}, {{ book.author2 }}{% endif %}{% if book.author3 %}, {{ book.author3 }}{% endif %}</div>
29
+ </div>
30
+ </div>
31
+ {% endif %}
32
+ {% endfor %}
33
+
34
+ </div>
@@ -0,0 +1,34 @@
1
+ <!--lista 1 -->
2
+ <div class="row obras">
3
+ <h2 class="index">Obras publicadas por {{ page.title }} en {{ site.title }}</h2>
4
+ </div>
5
+ <div class="row">
6
+ <!--LOOP DE LISTA 1-->
7
+ {% for book in site.books %}
8
+ {% if book.editorial == page.title %}
9
+ <div class="basis">
10
+ <div class="container">
11
+ <a href="{{ BASE_PATH }}{{ book.url }}"><img src="{{ BASE_PATH }}/img/{{ book.img }}" alt="{{ book.title }}" class="image sombra"></a>
12
+ <div class="overlay">
13
+ <div class="text">
14
+ <p class="overlay-text-inside">Edición publicada en {{ book.ciudad }} por {{ book.editorial }} en {{ book.edicion }}</p>
15
+ <hr class=".overlay-text-inside">
16
+ <a href="{{ BASE_PATH }}{{ book.url }}">
17
+ <i class="fa fa-eye see-and-download morel"></i>
18
+ </a>
19
+ <i class="fa fa-download clear"></i>
20
+ <a href="{{ book.descarga }}">
21
+ <i class="fa fa-download see-and-download morel"></i>
22
+ </a>
23
+ </div>
24
+ </div>
25
+ </div>
26
+ <div class="price">
27
+ <div class="title">{{ book.title }}<br></div>
28
+ <div class="autor">{{ book.author }}{% if book.author2 %}, {{ book.author2 }}{% endif %}{% if book.author3 %}, {{ book.author3 }}{% endif %}</div>
29
+ </div>
30
+ </div>
31
+ {% endif %}
32
+ {% endfor %}
33
+
34
+ </div>
@@ -0,0 +1,56 @@
1
+ <!--lista 1 -->
2
+ <div class="row obras">
3
+ <h2 class="index">Obras de {{ page.author }} en {{ site.title }}</h2>
4
+ </div>
5
+ <div class="row">
6
+ <!--LOOP DE LISTA 1-->
7
+ {% for book in site.books %}
8
+ {% if book.author == page.author %}
9
+ <div class="basis">
10
+ <div class="container">
11
+ <a href="{{ BASE_PATH }}{{ book.url }}"><img src="{{ BASE_PATH }}/img/{{ book.img }}" alt="{{ book.title }}" class="image sombra"></a>
12
+ <div class="overlay">
13
+ <div class="text">
14
+ <p class="overlay-text-inside">Edición publicada en {{ book.ciudad }} por {{ book.editorial }} en {{ book.edicion }}</p>
15
+ <hr class=".overlay-text-inside">
16
+ <a href="{{ BASE_PATH }}{{ book.url }}">
17
+ <i class="fa fa-eye see-and-download morel"></i>
18
+ </a>
19
+ <i class="fa fa-download clear"></i>
20
+ <a href="{{ book.descarga }}">
21
+ <i class="fa fa-download see-and-download morel"></i>
22
+ </a>
23
+ </div>
24
+ </div>
25
+ </div>
26
+ <div class="price">
27
+ <div class="title">{{ book.title }}<br></div>
28
+ <div class="autor">{{ book.author }}{% if book.author2 %}, {{ book.author2 }}{% endif %}{% if book.author3 %}, {{ book.author3 }}{% endif %}</div>
29
+ </div>
30
+ </div>
31
+ {% elsif book.author2 == page.title %}
32
+ <div class="container">
33
+ <a href="{{ BASE_PATH }}{{ book.url }}"><img src="{{ BASE_PATH }}/img/{{ book.img }}" alt="{{ book.title }}" class="image sombra"></a>
34
+ <div class="overlay">
35
+ <div class="text">
36
+ <p class="overlay-text-inside">Edición publicada en {{ book.ciudad }} por {{ book.editorial }} en {{ book.edicion }}</p>
37
+ <hr class=".overlay-text-inside">
38
+ <a href="{{ BASE_PATH }}{{ book.url }}">
39
+ <i class="fa fa-eye see-and-download morel"></i>
40
+ </a>
41
+ <i class="fa fa-download clear"></i>
42
+ <a heref="{{ book.descarga }}">
43
+ <i class="fa fa-download see-and-download morel"></i>
44
+ </a>
45
+ </div>
46
+ </div>
47
+ </div>
48
+ <div class="price">
49
+ <div class="title">{{ book.title }}<br></div>
50
+ <div class="autor">{{ book.author }}{% if book.author2 %}, {{ book.author2 }}{% endif %}{% if book.author3 %}, {{ book.author3 }}{% endif %}</div>
51
+ </div>
52
+ </div>
53
+ {% endif %}
54
+ {% endfor %}
55
+
56
+ </div>
@@ -0,0 +1,34 @@
1
+ <!--lista 1 -->
2
+ <div class="row obras">
3
+ <h2 class="index">Obras del período {{ page.title }} en {{ site.title }}</h2>
4
+ </div>
5
+ <div class="row">
6
+ <!--LOOP DE LISTA 1-->
7
+ {% for book in site.books %}
8
+ {% if book.periodo == page.title %}
9
+ <div class="basis">
10
+ <div class="container">
11
+ <a href="{{ BASE_PATH }}{{ book.url }}"><img src="{{ BASE_PATH }}/img/{{ book.img }}" alt="{{ book.title }}" class="image sombra"></a>
12
+ <div class="overlay">
13
+ <div class="text">
14
+ <p class="overlay-text-inside">Edición publicada en {{ book.ciudad }} por {{ book.editorial }} en {{ book.edicion }}</p>
15
+ <hr class=".overlay-text-inside">
16
+ <a href="{{ BASE_PATH }}{{ book.url }}">
17
+ <i class="fa fa-eye see-and-download morel"></i>
18
+ </a>
19
+ <i class="fa fa-download clear"></i>
20
+ <a href="{{ book.descarga }}">
21
+ <i class="fa fa-download see-and-download morel"></i>
22
+ </a>
23
+ </div>
24
+ </div>
25
+ </div>
26
+ <div class="price">
27
+ <div class="title">{{ book.title }}<br></div>
28
+ <div class="autor">{{ book.author }}{% if book.author2 %}, {{ book.author2 }}{% endif %}{% if book.author3 %}, {{ book.author3 }}{% endif %}</div>
29
+ </div>
30
+ </div>
31
+ {% endif %}
32
+ {% endfor %}
33
+
34
+ </div>
@@ -0,0 +1,34 @@
1
+ <!--lista 1 -->
2
+ <div class="row obras">
3
+ <h2 class="index">Obras recuperadas por {{ page.title }} en {{ site.title }}</h2>
4
+ </div>
5
+ <div class="row">
6
+ <!--LOOP DE LISTA 1-->
7
+ {% for book in site.books %}
8
+ {% if book.repositorio == page.title %}
9
+ <div class="basis">
10
+ <div class="container">
11
+ <a href="{{ BASE_PATH }}{{ book.url }}"><img src="{{ BASE_PATH }}/img/{{ book.img }}" alt="{{ book.title }}" class="image sombra"></a>
12
+ <div class="overlay">
13
+ <div class="text">
14
+ <p class="overlay-text-inside">Edición publicada en {{ book.ciudad }} por {{ book.editorial }} en {{ book.edicion }}</p>
15
+ <hr class=".overlay-text-inside">
16
+ <a href="{{ BASE_PATH }}{{ book.url }}">
17
+ <i class="fa fa-eye see-and-download morel"></i>
18
+ </a>
19
+ <i class="fa fa-download clear"></i>
20
+ <a href="{{ book.descarga }}">
21
+ <i class="fa fa-download see-and-download morel"></i>
22
+ </a>
23
+ </div>
24
+ </div>
25
+ </div>
26
+ <div class="price">
27
+ <div class="title">{{ book.title }}<br></div>
28
+ <div class="autor">{{ book.author }}{% if book.author2 %}, {{ book.author2 }}{% endif %}{% if book.author3 %}, {{ book.author3 }}{% endif %}</div>
29
+ </div>
30
+ </div>
31
+ {% endif %}
32
+ {% endfor %}
33
+
34
+ </div>
@@ -0,0 +1,30 @@
1
+ <!--lista 1 -->
2
+ <div class="row">
3
+ <!--LOOP DE LISTA 1-->
4
+ {% for book in site.books %}
5
+ <div class="basis">
6
+ <div class="container">
7
+ <a href="{{ BASE_PATH }}{{ book.url }}"><img src="{{ BASE_PATH }}/img/{{ book.img }}" alt="{{ book.title }}" class="image sombra"></a>
8
+ <div class="overlay">
9
+ <div class="text">
10
+ <p class="overlay-text-inside">Edición publicada en {{ book.ciudad }} por {{ book.editorial }} en {{ book.edicion }}</p>
11
+ <hr class=".overlay-text-inside">
12
+ <a href="{{ BASE_PATH }}{{ book.url }}">
13
+ <i class="fa fa-eye see-and-download morel"></i>
14
+ </a>
15
+ <i class="fa fa-download clear"></i>
16
+ <a href="{{ book.descarga }}">
17
+ <i class="fa fa-download see-and-download morel"></i>
18
+ </a>
19
+ </div>
20
+ </div>
21
+ </div>
22
+ <div class="price">
23
+ <div class="title">{{ book.title }}<br></div>
24
+ <div class="autor">{{ book.author }}{% if book.author2 %}, {{ book.author2 }}{% endif %}{% if book.author3 %}, {{ book.author3 }}{% endif %}</div>
25
+ </div>
26
+ </div>
27
+
28
+ {% endfor %}
29
+
30
+ </div>
@@ -12,7 +12,7 @@
12
12
  <ul>
13
13
  <li><a href="/search"><i class="fa fa-search" aria-hidden="true"></i></a></li>
14
14
  <li><a href="/agregar"><i class="fa fa-plus-circle" aria-hidden="true"></i></a></li>
15
- <li><a href="{{ BASE_PATH }}/2022/01/05/morel.html"><i class="fa fa-question" aria-hidden="true"></i></a></li>
15
+ <li><a href="/about"><i class="fa fa-question" aria-hidden="true"></i></a></li>
16
16
  </ul>
17
17
  </nav>
18
18
  </nav>
@@ -0,0 +1,18 @@
1
+ <div class="obra-dia sombra">
2
+ <div class="ficha-container" style="">
3
+ <div class="ficha-title">
4
+ <h2>
5
+ Acerca de morel
6
+ </h2>
7
+ </div>
8
+ <div class="ficha-extract" style="">
9
+ <p>{{ site.author.description }}</p>
10
+ <p class="morel">Síguenos en nuestras redes y participa <a href="{{ BASE_PATH }}/agregar">agregando contenido</a>, o con la compra de un producto en la tienda <a href="https://www.redbubble.com/people/proyectomorel/shop?asc=u">Red Bubble</a></p>
11
+ </div>
12
+ </div>
13
+ <div class="portada" style="">
14
+ <div class="img-frame">
15
+ <img src="{{ BASE_PATH }}/img/avatar.png" class="responsive">
16
+ </div>
17
+ </div>
18
+ </div>
@@ -0,0 +1,17 @@
1
+ <!-- Thanks to codepen.io/brav0 for pointing out that AdBlock Plus blocks the old "social-icons" class: -->
2
+ <ul class="soc">
3
+
4
+
5
+ <li><a href="https://facebook.com/sharer/sharer.php?u={{ site.url }}{{ page.url }}" rel="nofollow" target="_blank" class="icon-10 facebook" title="Share on Facebook"><!-- Facebook icon by Icons8 -->
6
+ <img class="icon icons8-Facebook" width="64" height="64" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAEm0lEQVR4Xu1bS2wbVRQ9M2OPna/jhsZKk37SpqpSBZJWpVBA7QaEBFLVDRtWMUsoaiBpF5UqQAgWtFFTEVggUXePqNjABglEJJBaCWFLleiHijiNaRKcJk4c27E9M9UdMsFJPJ9O7GTGnrexPfPe+J7zzr33/YZBlRemyvHDIcBRQJUz4LiAEQFc7g81iXmckSScYhj0GmmzVXUkCWGGwXesC1feGw7O6dmhq4DPzn4zyC2lPoUouvUeZqn7LJsTPLXnz11845KWXZoEyODTyYv0gLx/G7JtOyE0+iyFc60x3HwCfOwBXLOP5FtCTf1ZLRJUCZBlL3LTEAV3pvMAci0BSwNfa5xnPAp+IgqwXI5lhRY1d1AlYOh06EMAH1DPp7u6bQVeMbb2Vhjc/Dz9/GhgJEh41hVVAi69E/qDAl6qu8fyslfrHXKH2lsRUGAc/CJ46IkIGDodkqjBwgvHV9rVRX6HJDFI9R62zbWG30ZlWwdGgkU7W8sFZAKme46C9/LgOBbKwwpJseo1QRCRzWTRErm5MQKi+3tWenv3vYj83Y7XTCugEGzr+B2ZgIe7DqyQYvVrSqeVhAA7pgKHgGW3dRRgNgsUxgDHBTaJgdpkAp5UEnw2A286uepfs3wNRI6Tr6XqfVhoekrTKlvFAG96Ec2T43Dls4apnmrvRKamTrW+bQhomItj278xGQhfx6P3aCvaO/xo61g9+1zK5BF/uIjRH+4hPrmIiiCgcS4O/zL4rpf24uVXd+oq4PrXYcTGEvYnwL2Uxo7xuzLgYycP4siz23XBU4WKISAwcV8OdIeP78aLr+wxBL5iCFB6n/dw6Bt8Hh6vq7oIaJqZhO/RFJ451oYTr3Wqgo+NrV/bHP3+PuKTSXvHgMDEX6DU9/qb3djb1byOgJs/R3HjpzFNVdg6C7RG74LPptH3/nNo8HtXASXgRACVrMcLkf1v8FNY8i43Zlvai95T6ll6HKAY9+7HJ9aBuzZ0AwtzGcxub8O8zmhPSyK2JeDzC7/IuDY6F3EIsPJ0WMsFKkYBSqDT8tNiMUAhQKtdpqYeU+37rD0bVHq5HATkXG7803HQHgQU62XDw741FWN/J3D9alieBtM4wNJZQMvPzRKgjBEoPVKarDoCfvz2T9wOTxsaI2x5GiyHAoxOhUkZFUnAV5/8CloZerCvW3MYbCkCSp0FBIbFROfTumFkyxVAW2f8UkbTUDPjACMB0BIKMBKhtQhw5gIFu9O6ei9SYctdwFGABgNVMRlyFOAoQJ0BxwWWV2ucNFhkUdQCK0JXwwDTo7fubiY3r12yLpcCaM+B9h4AKTIw8lbRU+66R2UX6xoR39GxEZyqbcsdA5R9R1NHZemwtJCTxhiG8c0EdiHZ6C85CeUkgLbcaOtNkqQE52b2PPFhaUI79HaoDyxC9J0WIBPNAfmzVKUcBNBOs29m6v+jNSKCA18Gr6nZrPvCBJEgMdIwKaFUwDfjOdTzjMT0a4EnO3QJoErLr8z0A9IpCoybAcD8f0gRgKFXZoZL8sqMeUPs0dKQAuwBxZyVDgHmeKucVo4CKqcvzSF5DB/TeW5B71D9AAAAAElFTkSuQmCC"><!--[if lt IE 9]><em>Facebook</em><![endif]--></a></li>
7
+
8
+ <li><a href="https://plus.google.com/share?url={{ site.url }}{{ page.url }}" rel="nofollow" target="_blank" class="icon-14 googleplus" title="Plus it on GooglePlus"><!-- Google Plus icon by Icons8 -->
9
+ <img class="icon icons8-Google-Plus" width="64" height="64" src="data:image/png;base64,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"><!--[if lt IE 9]><em>GooglePlus</em><![endif]--></a></li>
10
+
11
+ <li><a href="https://www.linkedin.com/shareArticle?mini=true&url={{ site.url }}{{ page.url }}&title={{ page.title }}%20{{ page.description }}&source=LinkedIn" rel="nofollow" target="_blank" class="icon-17 linkedin" title="Post on LinkedIn"><!-- LinkedIn icon by Icons8 -->
12
+ <img class="icon icons8-LinkedIn" width="64" height="64" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAFhElEQVR4Xu2bT1AbVRzHv5s/JDDkD4FCIBSDA0MYh/JnlPiHkWmlB2Y8AJ48aYonrSMO9FLHUcdpLy0jjrQHHRtP1ovQgyMHsdUpHSdaKYwicZIK7UgLBRJCKAnNn3Xe2s2EJJuF0oTdyb5Tsvv27ft+ft/39r23bynkeKJyXD8kAJIDcpyA1AR2YoBP+uz6aBjv0DS6KApNO7lmv/LQNKYoCpdkCnz67pBtja8evA44/d7IgHJj47QsElHyFSak81G5PBQqLDx58lTP2XT1SguAiFf5fGdIAX6TEV5LDTZLS4SkM6kuBfdWUOR0Q7OwyJzb0ulOpIPACYDYPgz5PVk4orxrbYHvySpBC0+sXMkfTpT86URUIQ8pECnlag6cAAaP2z8E8AGJ/MKLz4pKPFvZqvGrKFheJX8/6h+2ET1JiRPA2bfsN0iHd/ulNsHbnis6pDlU/TgB0jEOnLM17wrA4HE7TS5wvtoVu848dhkAhfnOw6I5Zrl4ialr/7AtZbDTNQEGwHT3y1DmySGTUWALi4ci1GPRKI3QgwgaR7/bG4DfOjtj0X5mbIz5LcZjj+yAeLFPTUwwAGba2mJQhH6MDdpjASDGR4EE4GGzzagDTC43Cj2r0Ho8WDcY4C824E5NrSAMk3EHkD6gwO+HWqtGsUGFVc8WgutB3Ndo8VfbC/sOIaMASOQr3C5Ymspw9BVLTOwP3zrhnFpiXLBQW7OvEDIKgES/mArhjRPWJJFfnHFgWVEApzX5XDaJZBQAKdxk1qGnN3mJYOTLKSzM+7aNGbIpnL1XRgEQB5TIQugdyFEHsH1AfbMRHT11udcHEMXsUyBflw+DQQWPZwsBXwCbGs22EeN+2J/cM6NNgBVFnKDxrELj8cBPxgGG4n3v/bPSB2QqqppVDzReZiGDSWGFEgGthgG725RRB7D256pU/GCo4doE1Ot+zvo7W61QBQI4eNMFxWYgdb48JdZKS/GPpR4R5c7WaDMKgC08XVTY2SRfXiJIHgoxRWl0Kpiq9dAV5TP/g8EwFua8WFm8z/ynlUrMtLYioNXyGiIrAN7+uD2pIp+9/zNzLBFAYt5fL9+C48o8kzdPJYf1iBlNz1emFLZ8dwPjI04GBIFwo72d1wmiAUDEkwHVgfLCtFHdCoZBBlkEgreyAu6GxrT5BQ/g5uwKvv96Bh3ddahvMfJammQgTvjm/O9M3smOjrQuEDyAeMXr3iBmpxbh925BU6SCVq8GGWSlShfPXWdcMNdwCCuVJk5wogHAziATlZQYC9HT2wiVWrHtFNt3rFSbMWepFzeA2clFjI/+zYhYNJvxQJ0PRTiM8ltzoEJhWA+b0XrkiW0i2aYTOVCEyae5X9yIwgGsnW9b6rFUbY4J1S8toXZykmkKr/Vvn3D9O7eG0QvTUBj1+KX5OfE6gPTqn5+6BlqpwPWOo0lC2AgmPj5ZAKpyPSaaRAyAFULmEKkWTw5d+QmqYADdxxpRWa2PAWKvix9rpLKB4JsAHwCLw8FMsiQAkgOkJiD1AVInKD0FpMegNA5gCeT8QIiASFx1yqmRoKAApFvG2emiKNdcgB0K7+QeWXcA37J4/NshvmVxrlfpB2dnYZz/f9E0VeJbF9zDZOjCFEA1khkaiY4YE5lEEQcB9HT/8LGUu9x5t8p6y8rgbmkRo37UORzMtp1H2ipLNktHQvQ8RVE6voVHIdKpcLthcrlA07RPrqTMu94sTUQNvml/HTLYyW+y+elOba3gmwOxfYXLxUYeiMLWf972FVeQeD+YIBBoih4iThBipLnqRCJP0VRfOvHkWl4AJNPDT2b6ALqLdIzCBkFPAxT5ZGbosXwyI2yxe6/djhyw99sItwQJgHBjk52aSQ7IDmfh3uU/NIHcfb+IxpwAAAAASUVORK5CYII="><!--[if lt IE 9]><em>LinkedIn</em><![endif]--></a></li>
13
+
14
+ <li><a href="https://twitter.com/intent/tweet?text={{ page.title }}&url={{ site.url }}{{ page.url }}&via={{ site.twitter_username }}&related={{ site.twitter_username }}" rel="nofollow" target="_blank" class="icon-26 twitter" title="Tweet it"><!-- Twitter icon by Icons8 -->
15
+ <img class="icon icons8-Twitter" width="64" height="64" src="data:image/png;base64,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"><!--[if lt IE 9]><em>Twitter</em><![endif]--></a></li>
16
+
17
+ </ul>
@@ -0,0 +1,43 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+ <h1 class="book">{{ page.title }}</h1>
5
+
6
+ <div class="obra-dia sombra">
7
+ <div class="ficha-container" style="">
8
+ <div class="ficha-title">
9
+ <h2>
10
+ {{ page.title }}
11
+ <a class="morel a2a_dd" href="https://www.addtoany.com/share">
12
+ <i class="fa fa-share-alt" style="padding: 0em 0em;">
13
+ <script async src="https://static.addtoany.com/menu/page.js"></script>
14
+ </i></a><br>
15
+ </h2>
16
+ </div>
17
+ <div class="ficha-extract" style="">
18
+ <p class="morel">
19
+ {{ content }}
20
+ </p>
21
+ </div>
22
+ <div class="ficha-metadata">
23
+ <a href="https://form.jotform.com/211904785426056"><button type="">AGREGAR</button></a>
24
+ </div>
25
+ </div>
26
+ <div class="portada" style="">
27
+ <div class="img-frame">
28
+ <a href="{{ page.descarga }}" target="_blank" download><img src="{{ BASE_PATH }}/img/{{ page.img }}" class="responsive" alt="{{ page.title }}"></a>
29
+ <div class="actions-h">
30
+ <!-- AddToAny BEGIN -->
31
+
32
+ </div>
33
+ </div>
34
+ </div>
35
+ <div class="actions-v">
36
+ </div>
37
+ </div>
38
+ <!--Obras-->
39
+ <div class="row obras">
40
+ <iframe id="agregar" src="https://form.jotform.com/211904785426056" width="100%" height="500" ></iframe>
41
+ </div>
42
+ <!-- fin de obras relacionadas -->
43
+
@@ -0,0 +1,40 @@
1
+ ---
2
+ layout: page
3
+ ---
4
+
5
+ <!--Ficha del autor-->
6
+ {% if page.city-born %}
7
+ <div class="autor-pagina sombra">
8
+ <div class="ficha-container">
9
+ <div class="ficha-title">
10
+ <h2>
11
+ {{ page.nombre }}
12
+ <a class="morel a2a_dd" href="https://www.addtoany.com/share">
13
+ <i class="fa fa-share-alt">
14
+ <script async src="https://static.addtoany.com/menu/page.js"></script>
15
+ </i></a>
16
+ </h2>
17
+ </div>
18
+ <div class="ficha-extract" style="">
19
+ <p>
20
+ {{ content }}
21
+ </p>
22
+ </div>
23
+ <div class="ficha-metadata">
24
+ Nació en {% for city in site.cities %}{% if city.title == page.city-born %} <a href="{{ city.url }}" class="metadata-input"> {% endif %}{% endfor %}{{ page.city-born }}</a> el <a class="metadata-input"><label for="listas">{{ page.date-born }}</label></a>.<br>
25
+ Falleció en <a class="metadata-input"><label for="listas">{{ page.city-death }}</label></a> el <a class="metadata-input"><label for="listas">{{ page.date-death }}</label></a>.
26
+ </div>
27
+ </div>
28
+ <div class="portada" style="">
29
+ <div class="img-frame">
30
+ <img src="{{ BASE_PATH }}/img/{{ page.img }}" class="responsive">
31
+ </div>
32
+ <div class="actions-h">
33
+
34
+ </div>
35
+ </div>
36
+ </div>
37
+ {% endif %}
38
+ <!--fin de autores-->
39
+ <!--Obras-->
40
+ {% include lista-relacionadas-autora.html %}
@@ -0,0 +1,59 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+ <h1 class="book">{{ page.title }}</h1>
5
+
6
+ <div class="obra-dia sombra">
7
+ <div class="ficha-container" style="">
8
+ <div class="ficha-title">
9
+ <h2>
10
+ {{ page.title }}
11
+ <a class="morel a2a_dd" href="https://www.addtoany.com/share">
12
+ <i class="fa fa-share-alt" style="padding: 0em 0em;">
13
+ <script async src="https://static.addtoany.com/menu/page.js"></script>
14
+ </i></a><br>
15
+ </h2>
16
+ </div>
17
+ <div class="ficha-extract" style="">
18
+ <p class="morel">
19
+ {{ content }}
20
+ </p>
21
+ </div>
22
+ <div class="ficha-metadata">
23
+ Escrita por <!-- convertir en un include: { % include author_1 %} ---> {% for author in site.authors %}{% if author.title == page.author %}<a href="{{ author.url | relative_url }}" class="morel">{% endif %}{% endfor %}{{ page.author }}</a><!-- convertir en un include: { % include author_2 %} --->{% if page.author2 %} {% for author in site.authors %}{% if author.title == page.author2 %}<a href="{{ author.url | relative_url }}" class="morel">{% endif %}{% endfor %} + {{ page.author2 }}</a>{% endif %}<!-- convertir en un include: { % include author_3 %} --->{% if page.author3 %}{% for author in site.authors %}{% if author.title == page.author3 %}<a href="{{ author.url | relative_url }}" class="morel">{% endif %}{% endfor %} + {{ page.author3 }}</a>{% endif %} // Publicada en <!-- convertir en un include: { % include ciudad %} --->{% if page.ciudad %}{% for city in site.cities %}{% if city.title == page.ciudad %}<a href="{{ city.url | relative_url }}" class="morel">{% endif %}{% endfor %}{{ page.ciudad }}{% endif %}</a> por <!-- convertir en un include: { % include editorial %} ---> {% for publisher in site.publishers %}{% if publisher.title == page.editorial %}<a href="{{ publisher.url | relative_url }}" class="morel">{% endif %}{% endfor %}{{ page.editorial }}</a> en {{ page.edicion }}{% if page.year %} // Publicada por primera vez en {{ page.year }}{% endif %} // <!-- convertir en un include: { % include repositorio %} ---> Recuperada por {% for repository in site.repositories %}{% if repository.title == page.repositorio %}<a href="{{ repository.url | relative_url }}" class="morel">{% endif %}{% endfor %}{{ page.repositorio }}</a>{% if page.repositorio2 %} + {% for repository in site.repositories %}{% if repository.title == page.repositorio2 %}<a href="{{ repository.url | relative_url }}" class="morel">{% endif %}{% endfor %}{{ page.repositorio2 }}</a>{% endif %}
24
+ </div>
25
+ </div>
26
+ <div class="portada" style="">
27
+ <div class="img-frame">
28
+ <a href="{{ page.descarga }}" target="_blank" download><img src="{{ BASE_PATH }}/img/{{ page.img }}" class="responsive" alt="{{ page.title }}"></a>
29
+ <div class="actions-h">
30
+ <!-- AddToAny BEGIN -->
31
+ <a class="morel" href="{{ page.descarga }}" target="_blank" download><i class="fa fa-file-pdf-o"></i></a>
32
+ {% if page.epub %}
33
+ <a href="{{page.epub}}"><i class="fa fa-tablet"></i></a>
34
+ {% endif %}
35
+ {% if page.biblioteca %}
36
+ <a href="{{page.biblioteca}}"><i class="fa fa-book"></i></a>
37
+ {% endif %}
38
+
39
+ </div>
40
+ </div>
41
+ </div>
42
+ <div class="actions-v">
43
+
44
+ <a class="morel" href="{{ page.descarga }}" target="_blank" download>
45
+ <i class="fa fa-file-pdf-o" style="padding: 1em 0em"></i></a><br>
46
+ {% if page.epub %}
47
+ <a href="{{page.epub}}"><i class="fa-file-text-o" style="padding: 1em 0em"></i></a>
48
+ {% endif %}
49
+ {% if page.biblioteca %}
50
+ <a href="{{page.biblioteca}}"><i class="fa fa-book" style="padding: 1em 0em"></i></a>
51
+ {% endif %}
52
+ </div>
53
+ </div>
54
+ <!--Obras-->
55
+
56
+ {% include lista-relacionadas-libro.html %}
57
+
58
+ <!-- fin de obras relacionadas -->
59
+
@@ -0,0 +1,5 @@
1
+ ---
2
+ layout: page
3
+ ---
4
+
5
+ {% include lista-relacionadas-ciudad.html %}
@@ -0,0 +1,4 @@
1
+ ---
2
+ layout: page
3
+ ---
4
+ {% include lista-todas-sample.html %}
@@ -0,0 +1,4 @@
1
+ ---
2
+ layout: page
3
+ ---
4
+ {% include lista-todas.html %}
@@ -0,0 +1,32 @@
1
+ ---
2
+ layout: default-blog
3
+ ---
4
+ <div id="particles-js"></div>
5
+ <div class="main-container post-container">
6
+ <!--Obra del día-->
7
+ <div class="obra-dia">
8
+ <div class="post-cover" style="">
9
+ <div class="ficha-title">
10
+ <h1>
11
+ {{ page.title }}
12
+ </h1>
13
+ </div>
14
+ </div>
15
+ <div class="workarround">
16
+
17
+ </div>
18
+ <div class="ficha-container sombra-solida blog" style="">
19
+ <div class="ficha-extract" style="padding-top: 0px !important;">
20
+
21
+ {{ content }}
22
+
23
+
24
+
25
+
26
+ </div>
27
+
28
+
29
+ </div>
30
+ </div>
31
+ <script src="{{BASE_PATH}}/js/particles.js"></script>
32
+ <script src="{{BASE_PATH}}/js/app.js"></script>
@@ -0,0 +1,5 @@
1
+ ---
2
+ layout: page
3
+ ---
4
+
5
+ {% include lista-relacionadas-editorial.html %}
@@ -0,0 +1,5 @@
1
+ ---
2
+ layout: page
3
+ ---
4
+
5
+ {% include lista-relacionadas-repositorio.html %}
@@ -0,0 +1,7 @@
1
+ ---
2
+ layout: page-chriteria
3
+ title: autor
4
+ img: tema/autora.jpg
5
+ ---
6
+
7
+ {% include obras-por-autora.html %}
@@ -0,0 +1,7 @@
1
+ ---
2
+ layout: page-chriteria
3
+ title: ciudad
4
+ img: tema/lugar.jpg
5
+ ---
6
+
7
+ {% include obras-por-ciudad.html %}
@@ -0,0 +1,7 @@
1
+ ---
2
+ layout: busquedas
3
+ criterio: edicion
4
+ title: año de edición
5
+ tagline: Obras por año de edición
6
+ img: tema/edicion.jpg
7
+ ---
@@ -0,0 +1,6 @@
1
+ ---
2
+ layout: page-chriteria
3
+ title: imprenta o editorial
4
+ img: tema/imprenta.jpg
5
+ ---
6
+ {% include obras-por-imprenta-y-editorial.html %}
@@ -0,0 +1,6 @@
1
+ ---
2
+ layout: page-chriteria
3
+ title: repositorio
4
+ img: tema/repositorio.jpg
5
+ ---
6
+ {% include obras-por-repositorio.html %}
@@ -0,0 +1,6 @@
1
+ title,img,layout,filename
2
+ autor,tema/autora.jpg,page-chriteria,author
3
+ ciudad,tema/lugar.jpg,page-chriteria,city
4
+ año de edición,tema/edicion.jpg,busquedas,edition
5
+ imprenta o editorial,tema/imprenta.jpg,page-chriteria,publisher
6
+ repositorio,tema/repositorio.jpg,page-chriteria,repository
@@ -0,0 +1,13 @@
1
+ ---
2
+ layout: post
3
+ title: MOREL
4
+ author: MOREL
5
+ ---
6
+
7
+ Metadatos de Obras para Repositorios Electrónicos Latinoamericanos es un archivo de descargas gratuitas de cultura latinoamericana. Específicamente, libros en formatos digitales de procedencia confiable que se encuentran en el dominio público.
8
+
9
+ Las obras y sus metadatos (autor, imprenta o editorial, fecha de publicación, etc.) están organizadas en listas dinámicas. Esto permite navegar de forma intuitiva la plataforma. El usuario puede encontrar de forma eficaz y amena un contenido específico que necesita. Pero también puede encontrarse con contenidos desconocidos e inesperados en una experiencia de tipo _rabbit hole_.
10
+
11
+ Hoy hay aproximadamente {{ site.books.size }} libros disponibles en MOREL, organizados en {{ site.authors.size }} autores, {{ site.publishers.size }} imprentas y editoriales, y {{ site.repositories.size }} repositorios. Es un número modesto, que alcanza para facilitar el acceso a algunos contenidos. Pero MOREL es una plataforma escalable. Y en la medida que crezca los metadatos que se están almacenando permitirán conocer datos relevantes sobre tendencias macro de la literatura de la región.
12
+
13
+ Si llegaste hasta aquí, probablemente eres una de las usuarias y beneficiarias de la plataforma que van a animarse a [sugerir nuevos contenidos]({{BASE_PATH}}/agregar) para ayudar a MOREL a crecer. MOREL ha recorrido un buen trecho, pero todavía queda muchísimo material *ya digitalizado* disperso en la Web de libros latinoamericanos de dominio público. Capaz en tu propio disco duro. Ayúdanos a encontrarlos.
@@ -0,0 +1,12 @@
1
+ ---
2
+ layout: agregar
3
+ title: Gracias por tu interés en participar
4
+ img: tema/agregar.jpg
5
+ ---
6
+
7
+
8
+ <p>Aquí puedes <a class="morel" href="#agregar">agregar contenido</a> para ayudarnos a hacer crecer este archivo de dominio público</p>
9
+ <p>Ten en cuenta que:</p>
10
+ <p>Puedes asegurarte de que el contenido que vas a proponer no está ya disponible en <a href="{{ BASE_PATH }}/">MOREL</a>, en la <a href="{{BASE_PATH}}/search.html" class="morel">página de búsqueda</a> o en los listados completos de <a href="{{ BASE_PATH }}/obras" class="morel">obras</a>, <a href="{{ BASE_PATH }}/criterio/author" class="morel">autora</a>, etc.</p>
11
+ <p>Solo agregamos obras que estén en el dominio público. Esto significa, por regla general: que hayan sido escritas o traducidas por alguien que falleció hace entre 60 y 100 años, <a href="https://en.wikipedia.org/wiki/List_of_countries%27_copyright_lengths" class="morel">según su país</a> de origen y/o el país donde lo publicó</p>
12
+ <p>Solo agregamos archivos facsimilares (copia directa de una edición impresa) o ediciones digitales de fuentes confiables, que se puedan citar en contextos profesionales.</p>
@@ -0,0 +1,14 @@
1
+ ---
2
+ title: Últimos posts
3
+ layout: post-index
4
+ ---
5
+ <ul>
6
+ {% for post in site.posts %}
7
+ <li>
8
+ <h2><a href="{{ post.url }}">{{ post.title }}</a></h2>
9
+ <div class="ficha-metadata">
10
+ Escrito por <span class="metadata-input">{{ post.author }}</span> // El <span class="metadata-input">{{ post.date | date_to_string }}</span> en <span class="metadata-input">{{ post.ciudad }}</span>// Clasificado en <span class="metadata-input">morel</span>, <span class="metadata-input">metadatos latinoamericanos</span>, <span class="metadata-input">repositorios</span>.
11
+ </div>
12
+ </li>
13
+ {% endfor %}
14
+ </ul>
@@ -0,0 +1,4 @@
1
+ ---
2
+ layout: obras-todas
3
+ title: todas las obras en MOREL
4
+ ---
@@ -0,0 +1,31 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+ <div class="busqueda">
5
+ <form action="/search.html" method="get" class="busqueda">
6
+ <input type="text" id="search-box" name="query"></br>
7
+ </br>
8
+ <input type="submit" value="buscar">
9
+ </form>
10
+ </div>
11
+ <script>
12
+ window.store = {
13
+ {% for book in site.books %}
14
+ "{{ book.url | slugify }}": {
15
+ "title": "{{ book.title | xml_escape }}",
16
+ "descarga": "{{ book.descarga | xml_escape }}",
17
+ "author": "{{ book.author | xml_escape }}",
18
+ "content": {{ book.content | strip_html | strip_newlines | jsonify }},
19
+ "url": "{{ book.url | xml_escape }}"
20
+ }
21
+ {% unless forloop.last %},{% endunless %}
22
+ {% endfor %}
23
+ };
24
+ </script>
25
+ <ul id="search-results"></ul>
26
+ <div class="row obras">
27
+ <h2 class="index">Obras por categoría</h2>
28
+ </div>
29
+ {% include chriteria.html %}
30
+ <script src="{{ BASE_PATH }}/assets/js/lunr.min.js"></script>
31
+ <script src="{{ BASE_PATH }}/assets/js/search.js"></script>
@@ -0,0 +1,71 @@
1
+ ---
2
+ layout: null
3
+ search: exclude
4
+ ---
5
+
6
+ <?xml version="1.0" encoding="UTF-8"?>
7
+ <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
8
+
9
+ {% for book in site.books %}
10
+ <url>
11
+ <loc>{{book.url}}</loc>
12
+ <lastmod>{{site.time | date: '%Y-%m-%d' }}</lastmod>
13
+ <changefreq>daily</changefreq>
14
+ <priority>0.5</priority>
15
+ </url>
16
+ {% endfor %}
17
+
18
+ {% for author in site.authors %}
19
+ <url>
20
+ <loc>{{author.url}}</loc>
21
+ <lastmod>{{site.time | date: '%Y-%m-%d' }}</lastmod>
22
+ <changefreq>daily</changefreq>
23
+ <priority>0.5</priority>
24
+ </url>
25
+ {% endfor %}
26
+
27
+ {% for chriteria in site.chriterias %}
28
+ <url>
29
+ <loc>{{chriteria.url}}</loc>
30
+ <lastmod>{{site.time | date: '%Y-%m-%d' }}</lastmod>
31
+ <changefreq>daily</changefreq>
32
+ <priority>0.5</priority>
33
+ </url>
34
+ {% endfor %}
35
+
36
+ {% for city in site.cities %}
37
+ <url>
38
+ <loc>{{city.url}}</loc>
39
+ <lastmod>{{site.time | date: '%Y-%m-%d' }}</lastmod>
40
+ <changefreq>daily</changefreq>
41
+ <priority>0.5</priority>
42
+ </url>
43
+ {% endfor %}
44
+
45
+ {% for post in site.posts %}
46
+ <url>
47
+ <loc>{{post.url}}</loc>
48
+ <lastmod>{{site.time | date: '%Y-%m-%d' }}</lastmod>
49
+ <changefreq>daily</changefreq>
50
+ <priority>0.5</priority>
51
+ </url>
52
+ {% endfor %}
53
+
54
+ {% for publisher in site.publishers %}
55
+ <url>
56
+ <loc>{{publisher.url}}</loc>
57
+ <lastmod>{{site.time | date: '%Y-%m-%d' }}</lastmod>
58
+ <changefreq>daily</changefreq>
59
+ <priority>0.5</priority>
60
+ </url>
61
+ {% endfor %}
62
+
63
+ {% for repository in site.repositories %}
64
+ <url>
65
+ <loc>{{repository.url}}</loc>
66
+ <lastmod>{{site.time | date: '%Y-%m-%d' }}</lastmod>
67
+ <changefreq>daily</changefreq>
68
+ <priority>0.5</priority>
69
+ </url>
70
+ {% endfor %}
71
+ </urlset>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: morel-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - febr3s
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-01-24 00:00:00.000000000 Z
11
+ date: 2022-02-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -38,23 +38,54 @@ files:
38
38
  - _includes/chriteria.html
39
39
  - _includes/default.html
40
40
  - _includes/footer.html
41
+ - _includes/iteration.html
42
+ - _includes/lista-relacionadas-autora.html
43
+ - _includes/lista-relacionadas-ciudad.html
44
+ - _includes/lista-relacionadas-editorial.html
45
+ - _includes/lista-relacionadas-libro.html
46
+ - _includes/lista-relacionadas-periodo.html
47
+ - _includes/lista-relacionadas-repositorio.html
41
48
  - _includes/lista-todas-sample.html
49
+ - _includes/lista-todas.html
42
50
  - _includes/nav-bar.html
43
51
  - _includes/obras-por-autora.html
44
52
  - _includes/obras-por-ciudad.html
45
53
  - _includes/obras-por-imprenta-y-editorial.html
46
54
  - _includes/obras-por-repositorio.html
47
55
  - _includes/promotion.html
56
+ - _includes/side-bar.html
48
57
  - _includes/social-block.html
58
+ - _includes/social-share.html
49
59
  - _includes/ultima-vitrina.html
60
+ - _layouts/agregar.html
61
+ - _layouts/author.html
62
+ - _layouts/book.html
50
63
  - _layouts/busquedas.html
64
+ - _layouts/city.html
51
65
  - _layouts/default-blog.html
52
66
  - _layouts/default.html
53
67
  - _layouts/index.html
68
+ - _layouts/obras-sample.html
69
+ - _layouts/obras-todas.html
54
70
  - _layouts/page-chriteria.html
55
71
  - _layouts/page.html
56
72
  - _layouts/periodo.html
73
+ - _layouts/post-index.html
57
74
  - _layouts/post.html
75
+ - _layouts/publisher.html
76
+ - _layouts/repository.html
77
+ - assets/---copy-content-to-main-folder---/_chriterias/author.md
78
+ - assets/---copy-content-to-main-folder---/_chriterias/city.md
79
+ - assets/---copy-content-to-main-folder---/_chriterias/edition.md
80
+ - assets/---copy-content-to-main-folder---/_chriterias/publisher.md
81
+ - assets/---copy-content-to-main-folder---/_chriterias/repository.md
82
+ - assets/---copy-content-to-main-folder---/_data/chriterias.csv
83
+ - assets/---copy-content-to-main-folder---/about.md
84
+ - assets/---copy-content-to-main-folder---/agregar.md
85
+ - assets/---copy-content-to-main-folder---/blog.md
86
+ - assets/---copy-content-to-main-folder---/obras.md
87
+ - assets/---copy-content-to-main-folder---/search.html
88
+ - assets/---copy-content-to-main-folder---/sitemap.xml
58
89
  - assets/css/main.css
59
90
  - assets/img/tema/+obras.png
60
91
  - assets/img/tema/agregar.jpg