morel-theme 0.2.29 → 0.2.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (509) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE.txt +21 -21
  3. data/README.md +19 -19
  4. data/_config.yml +75 -75
  5. data/_data/books.csv +82 -82
  6. data/_data/chriterias.csv +7 -7
  7. data/_includes/actions-h.html +16 -16
  8. data/_includes/actions-h_obra-suerte.html +16 -16
  9. data/_includes/actions-v.html +11 -11
  10. data/_includes/actions-v_obra-suerte.html +11 -11
  11. data/_includes/author-firstlast.html +8 -8
  12. data/_includes/book-list-all.html +7 -7
  13. data/_includes/book-list-base.html +22 -22
  14. data/_includes/book-list-download.html +22 -22
  15. data/_includes/book-list-metadata.html +12 -12
  16. data/_includes/book-list-no-download.html +22 -22
  17. data/_includes/book-list-related-author.html +16 -16
  18. data/_includes/book-list-related-book.html +30 -30
  19. data/_includes/book-list-seeall.html +7 -7
  20. data/_includes/book-list-seemore.html +7 -7
  21. data/_includes/book-list-translations.html +16 -16
  22. data/_includes/book-list-url-img.html +8 -8
  23. data/_includes/book-list-url-img_obra-suerte.html +8 -8
  24. data/_includes/book-list-url-page.html +5 -5
  25. data/_includes/book-metadata-index.html +18 -18
  26. data/_includes/book-metadata-noequal.html +18 -18
  27. data/_includes/book-metadata-nolinks.html +15 -15
  28. data/_includes/book-metadata.html +17 -17
  29. data/_includes/book-sample.html +30 -30
  30. data/_includes/chriteria.html +19 -19
  31. data/_includes/default.html +35 -35
  32. data/_includes/empty-chriteria.html +7 -7
  33. data/_includes/es/book-list-metadata.html +12 -12
  34. data/_includes/es/book-list-related-author.html +16 -16
  35. data/_includes/es/book-list-related-book.html +30 -30
  36. data/_includes/es/book-list-translations_.html +15 -15
  37. data/_includes/es/book-metadata copy.html +18 -18
  38. data/_includes/es/book-metadata-index.html +18 -18
  39. data/_includes/es/book-metadata.html +18 -18
  40. data/_includes/es/lista-relacionadas-ciudad.html +12 -12
  41. data/_includes/es/lista-relacionadas-editorial.html +12 -12
  42. data/_includes/es/lista-relacionadas-libro.html +39 -39
  43. data/_includes/es/lista-relacionadas-repositorio.html +12 -12
  44. data/_includes/es/promotion.html +27 -27
  45. data/_includes/es/search.html +76 -76
  46. data/_includes/footer.html +10 -10
  47. data/_includes/iteration.html +11 -11
  48. data/_includes/lista-relacionadas-ciudad.html +12 -12
  49. data/_includes/lista-relacionadas-editorial.html +12 -12
  50. data/_includes/lista-relacionadas-libro.html +39 -39
  51. data/_includes/lista-relacionadas-repositorio.html +12 -12
  52. data/_includes/lista-todas-sample.html +30 -30
  53. data/_includes/lista-todas.html +21 -21
  54. data/_includes/nav-bar.html +20 -20
  55. data/_includes/no-false-match.html +14 -14
  56. data/_includes/obras-por-autora.html +17 -17
  57. data/_includes/obras-por-ciudad.html +23 -23
  58. data/_includes/obras-por-imprenta-y-editorial.html +22 -22
  59. data/_includes/obras-por-repositorio.html +21 -21
  60. data/_includes/promotion.html +28 -28
  61. data/_includes/search.html +76 -76
  62. data/_includes/site-description.html +120 -120
  63. data/_includes/social-block.html +22 -22
  64. data/_includes/social-share.html +17 -17
  65. data/_includes/ultima-vitrina.html +39 -39
  66. data/_layouts/about.html +37 -37
  67. data/_layouts/agregar.html +39 -39
  68. data/_layouts/author.html +39 -39
  69. data/_layouts/book.html +38 -38
  70. data/_layouts/books-download.html +15 -15
  71. data/_layouts/books-no-download.html +15 -15
  72. data/_layouts/books-translation.html +12 -12
  73. data/_layouts/busquedas.html +12 -12
  74. data/_layouts/city.html +4 -4
  75. data/_layouts/default-blog.html +23 -23
  76. data/_layouts/default.html +49 -40
  77. data/_layouts/es/index.html +36 -36
  78. data/_layouts/es/page-chriteria.html +5 -5
  79. data/_layouts/es/search.html +76 -76
  80. data/_layouts/index.html +36 -36
  81. data/_layouts/obras-sample.html +3 -3
  82. data/_layouts/obras-todas.html +4 -4
  83. data/_layouts/page-chriteria.html +6 -6
  84. data/_layouts/periodo.html +4 -4
  85. data/_layouts/post-index.html +31 -31
  86. data/_layouts/post.html +41 -41
  87. data/_layouts/publisher.html +4 -4
  88. data/_layouts/repository.html +4 -4
  89. data/_layouts/search.html +76 -76
  90. data/_sass/base/_reset.scss +32 -32
  91. data/_sass/base/_typography.scss +170 -170
  92. data/_sass/base/_variables.scss +61 -61
  93. data/_sass/components/_buttons.scss +70 -70
  94. data/_sass/components/_modals.scss +91 -91
  95. data/_sass/layout/_footer.scss +50 -50
  96. data/_sass/layout/_forms.scss +105 -105
  97. data/_sass/layout/_grid.scss +393 -393
  98. data/_sass/layout/_header.scss +68 -68
  99. data/_sass/layout/_navigation.scss +144 -144
  100. data/_sass/pages/_author.scss +68 -68
  101. data/_sass/pages/_blog.scss +148 -148
  102. data/_sass/pages/_chriteria.scss +45 -45
  103. data/_sass/vendors/_particles.scss +15 -15
  104. data/assets/css/main.scss +16 -16
  105. data/assets/data/books_zotero.csv +81 -81
  106. data/assets/js/app.js +132 -132
  107. data/assets/js/jquery-3.3.1.js +10364 -10364
  108. data/assets/js/lunr.min.js +5 -5
  109. data/assets/js/particles.js +670 -670
  110. data/assets/js/search.js +60 -60
  111. data/assets/source/_abouts/site-description.md +98 -98
  112. data/assets/source/_abouts/site-description_es.md +17 -17
  113. data/assets/source/_abouts/site-description_template.md +15 -15
  114. data/assets/source/_authors/abraham-hall-nancy.md +2 -2
  115. data/assets/source/_authors/abudu-gabriel.md +2 -2
  116. data/assets/source/_authors/adress-guzman-alexandra.md +2 -2
  117. data/assets/source/_authors/alves-miriam-aparecida.md +2 -2
  118. data/assets/source/_authors/arozarena-marcelino.md +2 -2
  119. data/assets/source/_authors/artel-jorge.md +2 -2
  120. data/assets/source/_authors/assis-machado-de.md +2 -2
  121. data/assets/source/_authors/barreto-lima.md +2 -2
  122. data/assets/source/_authors/batrell-ricardo.md +2 -2
  123. data/assets/source/_authors/bejarano-velasquez-nidia-bejarano.md +2 -2
  124. data/assets/source/_authors/beleno-c-joaquin.md +2 -2
  125. data/assets/source/_authors/benet-robinson-ofelia-margarita.md +2 -2
  126. data/assets/source/_authors/bernard-eulalia.md +2 -2
  127. data/assets/source/_authors/brindis-de-salas-virginia.md +2 -2
  128. data/assets/source/_authors/britos-serrat-alberto.md +2 -2
  129. data/assets/source/_authors/bustos-aguirre-romulo.md +2 -2
  130. data/assets/source/_authors/carlyon-mark.md +2 -2
  131. data/assets/source/_authors/carmell-pamela.md +2 -2
  132. data/assets/source/_authors/carr-richard-j.md +2 -2
  133. data/assets/source/_authors/cartagena-portalat-n-aida.md +2 -2
  134. data/assets/source/_authors/cartagena-portalaton-aida.md +2 -2
  135. data/assets/source/_authors/castillo-nila-del-socorro.md +2 -2
  136. data/assets/source/_authors/castillo-reina-felipa-trifenia.md +2 -2
  137. data/assets/source/_authors/chagas-jorge.md +2 -2
  138. data/assets/source/_authors/chapman-annie.md +2 -2
  139. data/assets/source/_authors/chavarria-londono-hermilda.md +2 -2
  140. data/assets/source/_authors/chiriboga-luz-argentina.md +2 -2
  141. data/assets/source/_authors/cordoba-jenny-de-la-torre.md +2 -2
  142. data/assets/source/_authors/cordones-cook-alexander-michael.md +2 -2
  143. data/assets/source/_authors/cordones-cook-juanamaria.md +2 -2
  144. data/assets/source/_authors/corpus-stephens-bricena.md +2 -2
  145. data/assets/source/_authors/cueto-mercado-muris.md +2 -2
  146. data/assets/source/_authors/cuti-luiz-silva.md +2 -2
  147. data/assets/source/_authors/de-la-torre-cordoba-jenny.md +2 -2
  148. data/assets/source/_authors/delgado-mina-sobeida.md +2 -2
  149. data/assets/source/_authors/diago-ruth-patricia.md +2 -2
  150. data/assets/source/_authors/diaz-sanchez-ramon.md +2 -2
  151. data/assets/source/_authors/duncan-quince.md +2 -2
  152. data/assets/source/_authors/duque-palacios-sayly.md +2 -2
  153. data/assets/source/_authors/duran-ayanegui-fernando.md +2 -2
  154. data/assets/source/_authors/estupinan-bass-nelson.md +2 -2
  155. data/assets/source/_authors/fenwick-m-j.md +2 -2
  156. data/assets/source/_authors/ferreira-da-silva-ferrez-reinaldo.md +2 -2
  157. data/assets/source/_authors/frye-david.md +2 -2
  158. data/assets/source/_authors/goncalves-ana-maria.md +2 -2
  159. data/assets/source/_authors/grueso-romero-mary.md +2 -2
  160. data/assets/source/_authors/guerrero-munoz-clara.md +2 -2
  161. data/assets/source/_authors/guerrrero-julia-simona.md +2 -2
  162. data/assets/source/_authors/guillen-nicolas.md +2 -2
  163. data/assets/source/_authors/harris-mary-a.md +2 -2
  164. data/assets/source/_authors/hernandez-gaspar-octavio.md +2 -2
  165. data/assets/source/_authors/herrera-georgina.md +2 -2
  166. data/assets/source/_authors/hill-susan-f.md +2 -2
  167. data/assets/source/_authors/joseph-montout-dolores.md +2 -2
  168. data/assets/source/_authors/lopez-albujar-enrique.md +2 -2
  169. data/assets/source/_authors/lopez-hernandez-lydia-cristina.md +2 -2
  170. data/assets/source/_authors/lytle-stephen.md +2 -2
  171. data/assets/source/_authors/madden-richard-robert.md +2 -2
  172. data/assets/source/_authors/manzano-juan-francisco.md +2 -2
  173. data/assets/source/_authors/marinez-de-varela-alfredo.md +2 -2
  174. data/assets/source/_authors/martin-ogunsola-dellita.md +2 -2
  175. data/assets/source/_authors/mata-gil-milagros.md +2 -2
  176. data/assets/source/_authors/mendizabal-horacio.md +2 -2
  177. data/assets/source/_authors/milena-lucumi-ana.md +2 -2
  178. data/assets/source/_authors/miller-ingrid-watson.md +2 -2
  179. data/assets/source/_authors/mina-diaz-ana-teresa.md +2 -2
  180. data/assets/source/_authors/mina-diaz-bertulia.md +2 -2
  181. data/assets/source/_authors/mina-diaz-imelda.md +2 -2
  182. data/assets/source/_authors/monet-aja.md +2 -2
  183. data/assets/source/_authors/moraes-filho-joao-de.md +2 -2
  184. data/assets/source/_authors/morejon-nancy.md +2 -2
  185. data/assets/source/_authors/moreno-aguirre-dionicia.md +2 -2
  186. data/assets/source/_authors/morris-margaret-lindsay.md +2 -2
  187. data/assets/source/_authors/morua-delgado-martin.md +2 -2
  188. data/assets/source/_authors/nerma-rojas-nelly-patricia.md +2 -2
  189. data/assets/source/_authors/obeso-candelario.md +2 -2
  190. data/assets/source/_authors/ortiz-adalberto.md +2 -2
  191. data/assets/source/_authors/palacios-arnoldo.md +2 -2
  192. data/assets/source/_authors/panchano-lucrecia.md +2 -2
  193. data/assets/source/_authors/pedroso-regino.md +2 -2
  194. data/assets/source/_authors/placido-gabriel-de-la-concepcion-valdes.md +2 -2
  195. data/assets/source/_authors/popov-maria-de-los-angeles.md +2 -2
  196. data/assets/source/_authors/posada-de-pupo-elisa.md +2 -2
  197. data/assets/source/_authors/posso-figueria-amalia-lu.md +2 -2
  198. data/assets/source/_authors/quintanales-mirta.md +2 -2
  199. data/assets/source/_authors/ramirez-nieva-maria-teresa.md +2 -2
  200. data/assets/source/_authors/ribeiro-esmeralda.md +2 -2
  201. data/assets/source/_authors/robinson-abrahams-hazel.md +2 -2
  202. data/assets/source/_authors/rodriguez-alcala-maria.md +2 -2
  203. data/assets/source/_authors/rodriguez-cabral-cristina.md +2 -2
  204. data/assets/source/_authors/romero-pedro-blas-julio.md +2 -2
  205. data/assets/source/_authors/russell-carlos-e.md +2 -2
  206. data/assets/source/_authors/sanders-mark-a.md +2 -2
  207. data/assets/source/_authors/santos-febres-mayra.md +2 -2
  208. data/assets/source/_authors/santos-garcia-emiro.md +2 -2
  209. data/assets/source/_authors/schulman-ivan-a.md +2 -2
  210. data/assets/source/_authors/sierra-gonzalez-lya.md +2 -2
  211. data/assets/source/_authors/sievert-heather-rosario.md +2 -2
  212. data/assets/source/_authors/sojo-juan-pablo.md +2 -2
  213. data/assets/source/_authors/solarte-orejuela-sonia.md +2 -2
  214. data/assets/source/_authors/sousa-cruz-e.md +2 -2
  215. data/assets/source/_authors/thomas-piri.md +2 -2
  216. data/assets/source/_authors/tittler-jonathan.md +2 -2
  217. data/assets/source/_authors/torres-herrera-lorena.md +2 -2
  218. data/assets/source/_authors/truque-carlos-arturo.md +2 -2
  219. data/assets/source/_authors/truque-sonia-nadhezda.md +2 -2
  220. data/assets/source/_authors/truque-velez-colombia.md +2 -2
  221. data/assets/source/_authors/truque-yvonne-america.md +2 -2
  222. data/assets/source/_authors/upton-john.md +2 -2
  223. data/assets/source/_authors/valencia-cordoba-elcina.md +2 -2
  224. data/assets/source/_authors/valencia-laura-victoria.md +2 -2
  225. data/assets/source/_authors/velez-turque.md +2 -2
  226. data/assets/source/_authors/viveros-vigoya-leida.md +2 -2
  227. data/assets/source/_authors/weaver-kathleen.md +2 -2
  228. data/assets/source/_authors/zapata-olivella-juan.md +2 -2
  229. data/assets/source/_authors/zapata-olivella-manuel.md +2 -2
  230. data/assets/source/_authors/zapata-perez-edelma.md +2 -2
  231. data/assets/source/_authors/zarkanchenko-de-gonzalez-luz-colombia.md +2 -2
  232. data/assets/source/_books/a-black-soldier-s-story-batrell-2010.md +5 -5
  233. data/assets/source/_books/always-rebellious-selected-herrera-1996.md +4 -4
  234. data/assets/source/_books/always-rebellious-selected-poems-herrera-1996.md +5 -5
  235. data/assets/source/_books/an-old-woman-remembers-russell-1995.md +5 -5
  236. data/assets/source/_books/antologia-de-mujeres-poetas-marinez-de-varela-2010.md +5 -5
  237. data/assets/source/_books/antologia-de-poetas-negros-britos-serrat-1990.md +5 -5
  238. data/assets/source/_books/autobiografia-de-un-esclavo-manzano-1975.md +5 -5
  239. data/assets/source/_books/baladas-para-un-sue-o-morejon-1989.md +4 -4
  240. data/assets/source/_books/baladas-para-un-sueno-morejon-1989.md +5 -5
  241. data/assets/source/_books/cancion-negra-sin-color-arozarena-1966.md +5 -5
  242. data/assets/source/_books/cantos-populares-de-mi-obeso-1877.md +5 -5
  243. data/assets/source/_books/capao-pecado-ferreira-da-silva-ferrez-2017.md +5 -5
  244. data/assets/source/_books/chango-el-gran-putas-zapata-olivella-2010.md +5 -5
  245. data/assets/source/_books/chango-the-biggest-badass-zapata-olivella-2010.md +5 -5
  246. data/assets/source/_books/cien-carceles-de-amor-brindis-de-salas-1949.md +5 -5
  247. data/assets/source/_books/cuando-los-guayacanes-florecian-estupinan-bass-1954.md +5 -5
  248. data/assets/source/_books/cuentos-andinos-lopez-albujar-2010.md +5 -5
  249. data/assets/source/_books/cuentos-de-anansi-duncan-2019.md +5 -5
  250. data/assets/source/_books/cuentos-y-relatos-escogidos-duran-ayanegui-2004.md +5 -5
  251. data/assets/source/_books/cumboto-diaz-sanchez-1969.md +5 -5
  252. data/assets/source/_books/detras-del-rostro-zapata-olivella-2020.md +5 -5
  253. data/assets/source/_books/down-these-mean-streets-thomas-1991.md +5 -5
  254. data/assets/source/_books/drums-under-my-skin-chiriboga-1996.md +5 -5
  255. data/assets/source/_books/el-diario-intimo-de-mata-gil-2002.md +5 -5
  256. data/assets/source/_books/el-espejo-y-la-ortiz-1983.md +4 -4
  257. data/assets/source/_books/el-pardejon-la-novela-chagas-2020.md +5 -5
  258. data/assets/source/_books/este-mundo-no-es-chiriboga-2017.md +5 -5
  259. data/assets/source/_books/evocacoes-sousa-1898.md +5 -5
  260. data/assets/source/_books/fabulas-de-tamalameque-zapata-olivella-2019.md +5 -5
  261. data/assets/source/_books/gamboa-road-gang-los-beleno-c-1959.md +5 -5
  262. data/assets/source/_books/historia-de-un-joven-zapata-olivella-1990.md +5 -5
  263. data/assets/source/_books/hombres-curtidos-duncan-1971.md +5 -5
  264. data/assets/source/_books/horas-de-meditacion-mendizabal-1869.md +5 -5
  265. data/assets/source/_books/iconografia-hernandez-1916.md +5 -5
  266. data/assets/source/_books/impresiones-literarias-las-novelas-morua-delgado-1892.md +5 -5
  267. data/assets/source/_books/juyungo-a-classic-afro-hispanic-ortiz-1991.md +5 -5
  268. data/assets/source/_books/juyungo-ortiz-1982.md +5 -5
  269. data/assets/source/_books/la-calle-10-zapata-olivella-2020.md +5 -5
  270. data/assets/source/_books/la-copa-de-amatista-hernandez-1923.md +5 -5
  271. data/assets/source/_books/la-familia-unzuazu-novela-morua-delgado-1901.md +5 -5
  272. data/assets/source/_books/la-sombra-la-novela-chagas-2013.md +5 -5
  273. data/assets/source/_books/las-estrellas-son-negras-palacios-2010.md +5 -5
  274. data/assets/source/_books/looking-within-selected-poems-morejon-2003.md +5 -5
  275. data/assets/source/_books/malungos-e-milongas-conto-ribeiro-1988.md +5 -5
  276. data/assets/source/_books/matalache-lopez-albujar-1978.md +5 -5
  277. data/assets/source/_books/memoria-resistencia-antologia-rodriguez-cabral-2004.md +4 -4
  278. data/assets/source/_books/memoria-y-resistencia-antologia-rodriguez-cabral-2004.md +5 -5
  279. data/assets/source/_books/memorial-de-ayres-assis-1908.md +5 -5
  280. data/assets/source/_books/momentos-de-busca-poemas-alves-1983.md +5 -5
  281. data/assets/source/_books/my-mother-was-a-monet-2017.md +5 -5
  282. data/assets/source/_books/negras-somos-antologia-de-panchano-2013.md +5 -5
  283. data/assets/source/_books/negros-em-contos-cuti-1996.md +5 -5
  284. data/assets/source/_books/no-es-la-muerte-artel-1979.md +5 -5
  285. data/assets/source/_books/no-give-up-maan-robinson-abrahams-2016.md +5 -5
  286. data/assets/source/_books/nochebuena-negra-sojo-1943.md +5 -5
  287. data/assets/source/_books/nochebuena-negra-sojo-2017.md +4 -4
  288. data/assets/source/_books/obra-poetica-bustos-aguirre-2010.md +5 -5
  289. data/assets/source/_books/obra-poetica-romero-2010.md +5 -5
  290. data/assets/source/_books/para-la-historia-apuntes-batrell-1912.md +5 -5
  291. data/assets/source/_books/pedra-retorcida-moraes-filho-2004.md +4 -4
  292. data/assets/source/_books/poemas-con-botas-y-artel-1972.md +5 -5
  293. data/assets/source/_books/poemas-da-carapinha-cuti-1978.md +4 -4
  294. data/assets/source/_books/poems-by-a-slave-manzano-1840.md +5 -5
  295. data/assets/source/_books/poesia-completa-herrera-2016.md +5 -5
  296. data/assets/source/_books/poesia-pedroso-1996.md +5 -5
  297. data/assets/source/_books/poesias-completas-de-placido-placido-1856.md +5 -5
  298. data/assets/source/_books/por-los-senderos-de-zapata-olivella-2010.md +5 -5
  299. data/assets/source/_books/pregon-de-marimorena-poemas-brindis-de-salas-1952.md +5 -5
  300. data/assets/source/_books/primeros-versos-mendizabal-1865.md +5 -5
  301. data/assets/source/_books/querencias-homing-instincts-morejon-2013.md +5 -5
  302. data/assets/source/_books/ritmoheroe-bernard-1996.md +5 -5
  303. data/assets/source/_books/romulo-bustos-aguirre-poesia-bustos-aguirre-2014.md +5 -5
  304. data/assets/source/_books/sirena-selena-santos-febres-2013.md +5 -5
  305. data/assets/source/_books/sirena-selena-vestida-de-santos-febres-2000.md +5 -5
  306. data/assets/source/_books/sofia-morua-delgado-1891.md +5 -5
  307. data/assets/source/_books/sofia-novela-cubana-morua-delgado-1891.md +4 -4
  308. data/assets/source/_books/solo-acero-pedroso-1979.md +5 -5
  309. data/assets/source/_books/tambores-bajo-mi-piel-chiriboga-1999.md +5 -5
  310. data/assets/source/_books/tambores-en-la-noche-artel-2010.md +5 -5
  311. data/assets/source/_books/tengo-guillen-1968.md +5 -5
  312. data/assets/source/_books/tengo-guillen-1974.md +5 -5
  313. data/assets/source/_books/the-best-short-stories-duncan-1995.md +5 -5
  314. data/assets/source/_books/the-devil-s-nose-chiriboga-2015.md +5 -5
  315. data/assets/source/_books/the-sad-end-of-barreto-2014.md +5 -5
  316. data/assets/source/_books/tierra-mojada-zapata-olivella-2020.md +5 -5
  317. data/assets/source/_books/tres-relatos-del-caribe-joseph-montout-2013.md +5 -5
  318. data/assets/source/_books/um-defeito-de-cor-goncalves-2009.md +5 -5
  319. data/assets/source/_books/vivan-los-companeros-cuentos-truque-2010.md +5 -5
  320. data/assets/source/_books/yania-tierra-poema-documento-cartagena-portalat-n-1995.md +4 -4
  321. data/assets/source/_books/yania-tierra-poema-documento-cartagena-portalaton-1995.md +5 -5
  322. data/assets/source/_chriterias/author.md +6 -6
  323. data/assets/source/_chriterias/city.md +9 -9
  324. data/assets/source/_chriterias/edition.md +6 -6
  325. data/assets/source/_chriterias/es/autor.md +6 -6
  326. data/assets/source/_chriterias/es/ciudad.md +9 -9
  327. data/assets/source/_chriterias/es/edicion.md +6 -6
  328. data/assets/source/_chriterias/es/editorial.md +5 -5
  329. data/assets/source/_chriterias/es/nacionalidad.md +6 -6
  330. data/assets/source/_chriterias/es/repositorio.md +5 -5
  331. data/assets/source/_chriterias/nationality.md +6 -6
  332. data/assets/source/_chriterias/publisher.md +5 -5
  333. data/assets/source/_chriterias/repository.md +5 -5
  334. data/assets/source/_cities/barcelona.md +2 -2
  335. data/assets/source/_cities/barranquilla-colombia.md +2 -2
  336. data/assets/source/_cities/barranquilla.md +2 -2
  337. data/assets/source/_cities/belo-horizonte-brasil.md +2 -2
  338. data/assets/source/_cities/belo-horizonte.md +2 -2
  339. data/assets/source/_cities/bogota.md +2 -2
  340. data/assets/source/_cities/buenos-aires.md +2 -2
  341. data/assets/source/_cities/cali-colombia.md +2 -2
  342. data/assets/source/_cities/cali.md +2 -2
  343. data/assets/source/_cities/california-eeuu.md +2 -2
  344. data/assets/source/_cities/caracas.md +2 -2
  345. data/assets/source/_cities/chico-eeuu.md +2 -2
  346. data/assets/source/_cities/ciudad-de-panama.md +2 -2
  347. data/assets/source/_cities/detroit-eeuu.md +2 -2
  348. data/assets/source/_cities/habana.md +2 -2
  349. data/assets/source/_cities/la-habana.md +2 -2
  350. data/assets/source/_cities/lima.md +2 -2
  351. data/assets/source/_cities/londres.md +2 -2
  352. data/assets/source/_cities/madrid.md +2 -2
  353. data/assets/source/_cities/mexico.md +2 -2
  354. data/assets/source/_cities/minneapolis-usa.md +2 -2
  355. data/assets/source/_cities/minneapolis.md +2 -2
  356. data/assets/source/_cities/montevideo.md +2 -2
  357. data/assets/source/_cities/navarra-espana.md +2 -2
  358. data/assets/source/_cities/new-york.md +2 -2
  359. data/assets/source/_cities/panama.md +2 -2
  360. data/assets/source/_cities/paris.md +2 -2
  361. data/assets/source/_cities/quito.md +2 -2
  362. data/assets/source/_cities/rio-de-janeiro-paris.md +2 -2
  363. data/assets/source/_cities/rio-de-janeiro.md +2 -2
  364. data/assets/source/_cities/salvador-de-bahia-brasil.md +2 -2
  365. data/assets/source/_cities/salvador.md +2 -2
  366. data/assets/source/_cities/san-jose-costa-rica.md +2 -2
  367. data/assets/source/_cities/santo-domingo-republica-dominicana.md +2 -2
  368. data/assets/source/_cities/santo-domingo.md +2 -2
  369. data/assets/source/_cities/sao-paulo.md +2 -2
  370. data/assets/source/_cities/sao-salvador-da-bahia.md +2 -2
  371. data/assets/source/_cities/texas-eeuu.md +2 -2
  372. data/assets/source/_cities/texas.md +2 -2
  373. data/assets/source/_cities/washington-d-c.md +2 -2
  374. data/assets/source/_config.yml +81 -81
  375. data/assets/source/_data/books.csv +82 -82
  376. data/assets/source/_data/chriterias.csv +7 -7
  377. data/assets/source/_posts/2023-06-05-nicolas-guillen.md +14 -14
  378. data/assets/source/_publishers/afro-hispanic-institute.md +2 -2
  379. data/assets/source/_publishers/alvarez-y-comp.md +2 -2
  380. data/assets/source/_publishers/apidama.md +2 -2
  381. data/assets/source/_publishers/autoria-quilhombhoje.md +2 -2
  382. data/assets/source/_publishers/azul.md +2 -2
  383. data/assets/source/_publishers/banco-de-la-republica-de-colombia.md +2 -2
  384. data/assets/source/_publishers/biblioteca-basica-de-cultura-colombiana.md +2 -2
  385. data/assets/source/_publishers/book.md +2 -2
  386. data/assets/source/_publishers/broadside-press.md +2 -2
  387. data/assets/source/_publishers/caribbean-diaspora-press.md +2 -2
  388. data/assets/source/_publishers/casa-de-jorge-amado.md +2 -2
  389. data/assets/source/_publishers/casa-de-la-cultura-ecuatoriana.md +2 -2
  390. data/assets/source/_publishers/casa-de-las-americas.md +2 -2
  391. data/assets/source/_publishers/compania-iberoamericana-de-publicaciones.html +1 -1
  392. data/assets/source/_publishers/compania-impresora.md +2 -2
  393. data/assets/source/_publishers/copidart.md +2 -2
  394. data/assets/source/_publishers/creset.md +2 -2
  395. data/assets/source/_publishers/cuadernos-de-arte-popular.md +2 -2
  396. data/assets/source/_publishers/cuadernos-union.md +2 -2
  397. data/assets/source/_publishers/cubanabooks.md +2 -2
  398. data/assets/source/_publishers/ed-mejoras.md +2 -2
  399. data/assets/source/_publishers/ed-salvador-casa-de-palavras.md +2 -2
  400. data/assets/source/_publishers/edicion-a-cargo-de-la-autora.md +2 -2
  401. data/assets/source/_publishers/ediciones-mundo-afro.md +2 -2
  402. data/assets/source/_publishers/ediciones-union.md +2 -2
  403. data/assets/source/_publishers/ediciones-universidad-del-atlantico.md +2 -2
  404. data/assets/source/_publishers/editora-manati.md +2 -2
  405. data/assets/source/_publishers/editora-record.md +2 -2
  406. data/assets/source/_publishers/editorial-costa-rica.md +2 -2
  407. data/assets/source/_publishers/editorial-el-conejo.md +2 -2
  408. data/assets/source/_publishers/editorial-manati.md +2 -2
  409. data/assets/source/_publishers/el-autor.md +2 -2
  410. data/assets/source/_publishers/el-perro-y-la-rana.md +2 -2
  411. data/assets/source/_publishers/el-siglo-ilustrado.md +2 -2
  412. data/assets/source/_publishers/fin-de-siglo.md +2 -2
  413. data/assets/source/_publishers/fundacion-biblioteca-ayacucho.html +1 -1
  414. data/assets/source/_publishers/fundacion-editorial-el-perro-y-la-rana.md +2 -2
  415. data/assets/source/_publishers/general-rafael-urdaneta.md +2 -2
  416. data/assets/source/_publishers/guadarrama.md +2 -2
  417. data/assets/source/_publishers/h-garnier.md +2 -2
  418. data/assets/source/_publishers/haymarket-books.md +2 -2
  419. data/assets/source/_publishers/imp-de-alvarez-y-ca.md +2 -2
  420. data/assets/source/_publishers/imp-de-buenos-aires.md +2 -2
  421. data/assets/source/_publishers/imprenta-buenos-aires.md +2 -2
  422. data/assets/source/_publishers/imprenta-de-a-alvarez-y-comp.md +2 -2
  423. data/assets/source/_publishers/imprenta-de-borda.md +2 -2
  424. data/assets/source/_publishers/imprenta-la-prosperidad.md +2 -2
  425. data/assets/source/_publishers/imprenta-nacional-de-panama.md +2 -2
  426. data/assets/source/_publishers/instituto-andino-de-artes-populares.md +2 -2
  427. data/assets/source/_publishers/instituto-cubano-del-libro.md +2 -2
  428. data/assets/source/_publishers/instituto-distrital-de-las-artes.md +2 -2
  429. data/assets/source/_publishers/la-prosperidad.md +2 -2
  430. data/assets/source/_publishers/letras-cubanas.md +2 -2
  431. data/assets/source/_publishers/libreria-espanola-de-mme-c-denne-schmitz-e-hijo.md +2 -2
  432. data/assets/source/_publishers/libreria-hispano-americana.md +2 -2
  433. data/assets/source/_publishers/libresa.md +2 -2
  434. data/assets/source/_publishers/mazza-edicioes.md +2 -2
  435. data/assets/source/_publishers/mazza.md +2 -2
  436. data/assets/source/_publishers/ministerio-de-cultura-de-colombia.md +2 -2
  437. data/assets/source/_publishers/ministerio-de-cultura-juventud-y-deportes.md +2 -2
  438. data/assets/source/_publishers/ministerio-de-cultura.md +2 -2
  439. data/assets/source/_publishers/ministerio-de-educacion-departamento-de-bellas-artes-y-publicaciones.md +2 -2
  440. data/assets/source/_publishers/ministerio-de-educacion-publica.md +2 -2
  441. data/assets/source/_publishers/mondadori.md +2 -2
  442. data/assets/source/_publishers/monte-avila-editores-latinoamericana.md +2 -2
  443. data/assets/source/_publishers/objetiva.md +2 -2
  444. data/assets/source/_publishers/page-publishing.md +2 -2
  445. data/assets/source/_publishers/peisa.md +2 -2
  446. data/assets/source/_publishers/penguin-classics.md +2 -2
  447. data/assets/source/_publishers/picador.md +2 -2
  448. data/assets/source/_publishers/plaza-janes.md +2 -2
  449. data/assets/source/_publishers/r-p-imprenta-esto-y-aquello.md +2 -2
  450. data/assets/source/_publishers/record.md +2 -2
  451. data/assets/source/_publishers/rumbo-editorial.md +2 -2
  452. data/assets/source/_publishers/salvat.md +2 -2
  453. data/assets/source/_publishers/seoane-y-alvarez-impresores.md +2 -2
  454. data/assets/source/_publishers/sociedad-cultural-editora-indoamericana.md +2 -2
  455. data/assets/source/_publishers/t-ward-co.md +2 -2
  456. data/assets/source/_publishers/talleres-del-tiempo.md +2 -2
  457. data/assets/source/_publishers/texas-tech-university-press.md +2 -2
  458. data/assets/source/_publishers/three-continent-press.md +2 -2
  459. data/assets/source/_publishers/typ-aldina.md +2 -2
  460. data/assets/source/_publishers/union-de-escritores-y-artistas-de-cuba.md +2 -2
  461. data/assets/source/_publishers/universidad-de-la-republica.md +2 -2
  462. data/assets/source/_publishers/universidad-del-valle.md +2 -2
  463. data/assets/source/_publishers/university-of-minnesota-press.md +2 -2
  464. data/assets/source/_publishers/university-of-texas-press.md +2 -2
  465. data/assets/source/_publishers/vintage-books.md +2 -2
  466. data/assets/source/_publishers/wayne-state-university-press.md +2 -2
  467. data/assets/source/_repositories/.md +2 -2
  468. data/assets/source/_repositories/american-libraries.md +2 -2
  469. data/assets/source/_repositories/autores-uy.md +2 -2
  470. data/assets/source/_repositories/biblioteca-basica-de-cultura-colombiana.md +2 -2
  471. data/assets/source/_repositories/biblioteca-digital-cesar-rengifo.md +2 -2
  472. data/assets/source/_repositories/biblioteca-digital-de-bogota.md +2 -2
  473. data/assets/source/_repositories/biblioteca-digital-de-la-universidad-del-valle.md +2 -2
  474. data/assets/source/_repositories/biblioteca-digital-del-patrimonio-iberoamericano.md +2 -2
  475. data/assets/source/_repositories/biblioteca-nacional-de-colombia.md +2 -2
  476. data/assets/source/_repositories/biblioteca-virtual-agustinos.md +2 -2
  477. data/assets/source/_repositories/biblioteca-virtual-del-banco-de-la-republica.md +2 -2
  478. data/assets/source/_repositories/biblioteca-virtual-miguel-de-cervantes.md +2 -2
  479. data/assets/source/_repositories/centro-afrocolombiano-de-espiritualidad-y-desarrollo-integral.md +2 -2
  480. data/assets/source/_repositories/centro-de-investigacion-y-conservacion-del-patrimonio-cultural.md +2 -2
  481. data/assets/source/_repositories/centro-de-recursos-de-computacionais.md +2 -2
  482. data/assets/source/_repositories/community-texts.md +2 -2
  483. data/assets/source/_repositories/conocimiento-libre-repositorio-institucional.md +2 -2
  484. data/assets/source/_repositories/el-perro-y-la-rana.md +2 -2
  485. data/assets/source/_repositories/epub-libre.md +2 -2
  486. data/assets/source/_repositories/european-libraries.md +2 -2
  487. data/assets/source/_repositories/fundacion-editorial-el-perro-y-la-rana.md +2 -2
  488. data/assets/source/_repositories/harvard-university-google-books.md +2 -2
  489. data/assets/source/_repositories/harvard-university.md +2 -2
  490. data/assets/source/_repositories/hathitrust.md +2 -2
  491. data/assets/source/_repositories/instituto-distrital-de-las-artes.md +2 -2
  492. data/assets/source/_repositories/internet-archive.md +2 -2
  493. data/assets/source/_repositories/kahle-austin-foundation.md +2 -2
  494. data/assets/source/_repositories/ministerio-de-educacion-publica.md +2 -2
  495. data/assets/source/_repositories/project-gutenberg.md +2 -2
  496. data/assets/source/_repositories/university-of-illinois-urbana-champaign.md +2 -2
  497. data/assets/source/_repositories/wellesley-college-library.md +2 -2
  498. data/assets/source/_repositories/wikimedia-commons.md +2 -2
  499. data/assets/source/about.md +2 -2
  500. data/assets/source/add.md +8 -8
  501. data/assets/source/assets/data/books_zotero.csv +81 -81
  502. data/assets/source/books.md +4 -4
  503. data/assets/source/downloads.md +4 -4
  504. data/assets/source/index.html +3 -3
  505. data/assets/source/no-downloads.md +4 -4
  506. data/assets/source/podcast.md +14 -14
  507. data/assets/source/search.html +30 -30
  508. data/assets/source/translations.md +4 -4
  509. metadata +7 -7
@@ -1,18 +1,18 @@
1
- {% for book in site.data.books %}
2
- {% if book.Title == page.title %}
3
- {% assign authors_all = book.Author | split: '; ' %}
4
-
5
- Escrita por
6
- {% for author_raw in authors_all | limit: 3 %}
7
- {% assign author_firstlast = author_raw | split: ', ' %}
8
- <a href="{{site.BASE_PATH}}/authors/{{ author_firstlast[0] | slugify:'latin' }}-{{ author_firstlast[1] | slugify:'latin' }}" title="{{ author_firstlast | reverse | join: '' }}">{{ author_firstlast | reverse | join: " " }}</a>
9
- {% unless forloop.last == true %} + {% endunless %}
10
- {% endfor %}
11
- //
12
- Publicada en <a href="{{site.BASE_PATH}}/cities/{{ book.Place | slugify:'latin' }}" title="{{ book.Place }}">{{ book.Place }}</a> por <a href="{{site.BASE_PATH}}/publishers/{{ book.Publisher | slugify:'latin' }}" title="{{ book.Publihser }}">{{ book.Publisher }}</a>
13
- en {{ book.Date }}{% if book.Edition %} // Publicada por primera vez en {{ book.Edition }}{% endif %} {% if book.Archive %}//
14
- Recuperada por <a href="{{site.BASE_PATH}}/repositories/{{ book.Archive | slugify:'latin' }}" title="{{ book.Archive }}">{{ book.Archive }}</a>{% endif %}
15
- {% endif %}
16
- {% endfor %}
17
-
18
-
1
+ {% for book in site.data.books %}
2
+ {% if book.Title == page.title %}
3
+ {% assign authors_all = book.Author | split: '; ' %}
4
+
5
+ Escrita por
6
+ {% for author_raw in authors_all | limit: 3 %}
7
+ {% assign author_firstlast = author_raw | split: ', ' %}
8
+ <a href="{{site.BASE_PATH}}/authors/{{ author_firstlast[0] | slugify:'latin' }}-{{ author_firstlast[1] | slugify:'latin' }}" title="{{ author_firstlast | reverse | join: '' }}">{{ author_firstlast | reverse | join: " " }}</a>
9
+ {% unless forloop.last == true %} + {% endunless %}
10
+ {% endfor %}
11
+ //
12
+ Publicada en <a href="{{site.BASE_PATH}}/cities/{{ book.Place | slugify:'latin' }}" title="{{ book.Place }}">{{ book.Place }}</a> por <a href="{{site.BASE_PATH}}/publishers/{{ book.Publisher | slugify:'latin' }}" title="{{ book.Publihser }}">{{ book.Publisher }}</a>
13
+ en {{ book.Date }}{% if book.Edition %} // Publicada por primera vez en {{ book.Edition }}{% endif %} {% if book.Archive %}//
14
+ Recuperada por <a href="{{site.BASE_PATH}}/repositories/{{ book.Archive | slugify:'latin' }}" title="{{ book.Archive }}">{{ book.Archive }}</a>{% endif %}
15
+ {% endif %}
16
+ {% endfor %}
17
+
18
+
@@ -1,16 +1,16 @@
1
- {% for book in site.data.books %}
2
- {% if book.Title == page.title %}
3
- {% assign authors_all = book.Author | split: '; ' %}
4
-
5
- Escrita por
6
- {% for author_raw in authors_all %}
7
- {% assign author_firstlast = author_raw | split: ', ' %}
8
- {{ author_firstlast | reverse | join: " " }}
9
- {% unless forloop.last == true %} + {% endunless %}
10
- {% endfor %}
11
- //
12
- Publicada en {{ book.Place }} por {{ book.Publisher }}
13
- en {{ book.Date }}{% if book.Edition %} // Publicada por primera vez en {{ book.Edition }}{% endif %} {% if book.Archive %}//
14
- Recuperada por {{ book.Archive }}{% endif %}
15
- {% endif %}
1
+ {% for book in site.data.books %}
2
+ {% if book.Title == page.title %}
3
+ {% assign authors_all = book.Author | split: '; ' %}
4
+
5
+ Escrita por
6
+ {% for author_raw in authors_all %}
7
+ {% assign author_firstlast = author_raw | split: ', ' %}
8
+ {{ author_firstlast | reverse | join: " " }}
9
+ {% unless forloop.last == true %} + {% endunless %}
10
+ {% endfor %}
11
+ //
12
+ Publicada en {{ book.Place }} por {{ book.Publisher }}
13
+ en {{ book.Date }}{% if book.Edition %} // Publicada por primera vez en {{ book.Edition }}{% endif %} {% if book.Archive %}//
14
+ Recuperada por {{ book.Archive }}{% endif %}
15
+ {% endif %}
16
16
  {% endfor %}
@@ -1,17 +1,17 @@
1
- {% for book in site.data.books %}
2
- {% if book.Id == page.key %}
3
- {% assign authors_all = book.Author | split: '; ' %}
4
- Written by
5
- {% for author_raw in authors_all | limit: 3 %}
6
- {% assign author_firstlast = author_raw | split: ', ' %}
7
- <a href="{{site.BASE_PATH}}/authors/{{ author_firstlast[0] | slugify:'latin' }}-{{ author_firstlast[1] | slugify:'latin' }}" title="{{ author_firstlast | reverse | join: '' }}">{{ author_firstlast | reverse | join: " " }}</a>
8
- {% unless forloop.last == true %} + {% endunless %}
9
- {% endfor %}
10
- //
11
- Published in <a href="{{site.BASE_PATH}}/cities/{{ book.Place | slugify:'latin' }}" title="{{ book.Place }}">{{ book.Place }}</a> by <a href="{{site.BASE_PATH}}/publishers/{{ book.Publisher | slugify:'latin' }}" title="{{ book.Publihser }}">{{ book.Publisher }}</a>
12
- in {{ book.Date }}{% if book.Edition == book.Date %}. First edition{% elsif book.Edition != "" and book.Edition != nil %} // First published in {{ book.Edition }}{% endif %}{% if book.Archive != "" and book.Archive != nil %}//
13
- Retrieved by <a href="{{site.BASE_PATH}}/repositories/{{ book.Archive | slugify:'latin' }}" title="{{ book.Archive }}">{{ book.Archive }}</a>{% endif %}
14
- {% endif %}
15
- {% endfor %}
16
-
17
-
1
+ {% for book in site.data.books %}
2
+ {% if book.Id == page.key %}
3
+ {% assign authors_all = book.Author | split: '; ' %}
4
+ Written by
5
+ {% for author_raw in authors_all | limit: 3 %}
6
+ {% assign author_firstlast = author_raw | split: ', ' %}
7
+ <a href="{{site.BASE_PATH}}/authors/{{ author_firstlast[0] | slugify:'latin' }}-{{ author_firstlast[1] | slugify:'latin' }}" title="{{ author_firstlast | reverse | join: '' }}">{{ author_firstlast | reverse | join: " " }}</a>
8
+ {% unless forloop.last == true %} + {% endunless %}
9
+ {% endfor %}
10
+ //
11
+ Published in <a href="{{site.BASE_PATH}}/cities/{{ book.Place | slugify:'latin' }}" title="{{ book.Place }}">{{ book.Place }}</a> by <a href="{{site.BASE_PATH}}/publishers/{{ book.Publisher | slugify:'latin' }}" title="{{ book.Publihser }}">{{ book.Publisher }}</a>
12
+ in {{ book.Date }}{% if book.Edition == book.Date %}. First edition{% elsif book.Edition != "" and book.Edition != nil %} // First published in {{ book.Edition }}{% endif %}{% if book.Archive != "" and book.Archive != nil %}//
13
+ Retrieved by <a href="{{site.BASE_PATH}}/repositories/{{ book.Archive | slugify:'latin' }}" title="{{ book.Archive }}">{{ book.Archive }}</a>{% endif %}
14
+ {% endif %}
15
+ {% endfor %}
16
+
17
+
@@ -1,31 +1,31 @@
1
- {% assign books = site.data.books | sample:2 %}
2
- {% for book in books limit:1 %}
3
- <h1 class="book">{{ book.Title }}</h1>
4
- <div class="obra-dia sombra">
5
- <div class="ficha-container" style="">
6
- <div class="ficha-title">
7
- <h2>
8
- {{ book.Title }}
9
- <a class="morel a2a_dd" href="https://www.addtoany.com/share">
10
- <i class="fa fa-share-alt" style="padding: 0em 0em;">
11
- <script async src="https://static.addtoany.com/menu/page.js"></script>
12
- </i></a><br>
13
- </h2>
14
- </div>
15
- <div class="ficha-extract" style="">
16
- <p class="morel">
17
- {{ book.Notes }}
18
- </p>
19
- </div>
20
- <div class="ficha-metadata">
21
- {% include book-metadata-index.html %}
22
- </div>
23
- </div>
24
- <div class="portada" style="">
25
- {% include actions-h_obra-suerte.html %}
26
- </div>
27
- <div class="actions-v">
28
- {% include actions-v_obra-suerte.html %}
29
- </div>
30
- </div>
1
+ {% assign books = site.data.books | sample:2 %}
2
+ {% for book in books limit:1 %}
3
+ <h1 class="book">{{ book.Title }}</h1>
4
+ <div class="obra-dia sombra">
5
+ <div class="ficha-container" style="">
6
+ <div class="ficha-title">
7
+ <h2>
8
+ {{ book.Title }}
9
+ <a class="morel a2a_dd" href="https://www.addtoany.com/share">
10
+ <i class="fa fa-share-alt" style="padding: 0em 0em;">
11
+ <script async src="https://static.addtoany.com/menu/page.js"></script>
12
+ </i></a><br>
13
+ </h2>
14
+ </div>
15
+ <div class="ficha-extract" style="">
16
+ <p class="morel">
17
+ {{ book.Notes }}
18
+ </p>
19
+ </div>
20
+ <div class="ficha-metadata">
21
+ {% include book-metadata-index.html %}
22
+ </div>
23
+ </div>
24
+ <div class="portada" style="">
25
+ {% include actions-h_obra-suerte.html %}
26
+ </div>
27
+ <div class="actions-v">
28
+ {% include actions-v_obra-suerte.html %}
29
+ </div>
30
+ </div>
31
31
  {% endfor %}
@@ -1,20 +1,20 @@
1
- <!--lista 1 -->
2
- <div class="row">
3
- <!--LOOP DE LISTA 1-->
4
- {% for chriteria in site.data.chriterias %}
5
- <div class="basis">
6
- <div class="container">
7
- <a href="{{ site.BASE_PATH }}/chriteria/{{ chriteria.filename }}"><img src="{{ site.BASE_PATH }}/assets/img/{{ chriteria.img }}" alt="{{ chriteria.title }}" class="image sombra chriteria">
8
- <div></a>
9
- <a href="{{ site.BASE_PATH }}/chriteria/{{ chriteria.filename }}"><div class="text">
10
- <p class="overlay-text-inside">{{ chriteria.title }}</p>
11
- <hr class=".overlay-text-inside">
12
- <i class="fa fa-eye see-and-download morel"></i>
13
- </div></a>
14
- </div>
15
- </div>
16
- </div>
17
-
18
- {% endfor %}
19
-
1
+ <!--lista 1 -->
2
+ <div class="row">
3
+ <!--LOOP DE LISTA 1-->
4
+ {% for chriteria in site.data.chriterias %}
5
+ <div class="basis">
6
+ <div class="container">
7
+ <a href="{{ site.BASE_PATH }}/chriteria/{{ chriteria.filename }}"><img src="{{ site.BASE_PATH }}/assets/img/{{ chriteria.img }}" alt="{{ chriteria.title }}" class="image sombra chriteria">
8
+ <div></a>
9
+ <a href="{{ site.BASE_PATH }}/chriteria/{{ chriteria.filename }}"><div class="text">
10
+ <p class="overlay-text-inside">{{ chriteria.title }}</p>
11
+ <hr class=".overlay-text-inside">
12
+ <i class="fa fa-eye see-and-download morel"></i>
13
+ </div></a>
14
+ </div>
15
+ </div>
16
+ </div>
17
+
18
+ {% endfor %}
19
+
20
20
  </div>
@@ -1,36 +1,36 @@
1
- <!DOCTYPE html>
2
- <html lang="en">
3
-
4
- <head>
5
- <meta charset="UTF-8">
6
- <title>{{ page.title }} | {{ site.title }}</title>
7
- <meta name="viewport" content="width=device-width, initial-scale=1">
8
- <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
9
- <link rel="stylesheet" href="{{ site.BASE_PATH }}/css/main.css">
10
- </head>
11
-
12
- <body style="background: url('{{ site.BASE_PATH }}/assets/img/tema/{{ site.background }}');">
13
- <script>0</script>
14
- {% include nav-bar.html %}
15
-
16
- <!--main container and title page-->
17
- <div class="main-container">
18
-
19
- <!-- contenido -->
20
-
21
- {{ content }}
22
-
23
-
24
- <!--promoción proyecto-->
25
- {% include promotion.html %}
26
- </div>
27
-
28
-
29
- <!--footer-->
30
-
31
-
32
- {% include footer.html %}
33
- <!-- fin del footer -->
34
-
35
- </body>
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+
4
+ <head>
5
+ <meta charset="UTF-8">
6
+ <title>{{ page.title }} | {{ site.title }}</title>
7
+ <meta name="viewport" content="width=device-width, initial-scale=1">
8
+ <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
9
+ <link rel="stylesheet" href="{{ site.BASE_PATH }}/css/main.css">
10
+ </head>
11
+
12
+ <body style="background: url('{{ site.BASE_PATH }}/assets/img/tema/{{ site.background }}');">
13
+ <script>0</script>
14
+ {% include nav-bar.html %}
15
+
16
+ <!--main container and title page-->
17
+ <div class="main-container">
18
+
19
+ <!-- contenido -->
20
+
21
+ {{ content }}
22
+
23
+
24
+ <!--promoción proyecto-->
25
+ {% include promotion.html %}
26
+ </div>
27
+
28
+
29
+ <!--footer-->
30
+
31
+
32
+ {% include footer.html %}
33
+ <!-- fin del footer -->
34
+
35
+ </body>
36
36
  </html>
@@ -1,8 +1,8 @@
1
- {% assign site_cities = "" | split: ',' %}
2
- {% for book in site.data.books %}
3
- {% assign site_cities = site_cities | push: book.Place %}
4
- {% endfor %}
5
-
6
- <div class="row">
7
- {{ site_cities }}
1
+ {% assign site_cities = "" | split: ',' %}
2
+ {% for book in site.data.books %}
3
+ {% assign site_cities = site_cities | push: book.Place %}
4
+ {% endfor %}
5
+
6
+ <div class="row">
7
+ {{ site_cities }}
8
8
  </div>
@@ -1,12 +1,12 @@
1
- <a href="{% include book-list-url-page.html %}" title=""><p class="overlay-text-inside">Edición publicada en {{ book.Place }} por {{ book.Publisher }} en {{ book.Date }}</p>
2
- <hr class="overlay-text-inside"></a>
3
- <a href="{% include book-list-url-page.html %}" title="">
4
- <i class="fa fa-eye see-and-download morel"></i>
5
- </a>
6
- {% if book.Download %}
7
- <i class="fa fa-download clear"></i>
8
- <a href="{{ book.Download }}">
9
- <i class="fa fa-download see-and-download morel"></i>
10
- </a>
11
- {% endif %}
12
-
1
+ <a href="{% include book-list-url-page.html %}" title=""><p class="overlay-text-inside">Edición publicada en {{ book.Place }} por {{ book.Publisher }} en {{ book.Date }}</p>
2
+ <hr class="overlay-text-inside"></a>
3
+ <a href="{% include book-list-url-page.html %}" title="">
4
+ <i class="fa fa-eye see-and-download morel"></i>
5
+ </a>
6
+ {% if book.Download %}
7
+ <i class="fa fa-download clear"></i>
8
+ <a href="{{ book.Download }}">
9
+ <i class="fa fa-download see-and-download morel"></i>
10
+ </a>
11
+ {% endif %}
12
+
@@ -1,16 +1,16 @@
1
- <!-- if page.author is multiple and book.author is multiple too -->
2
- {% assign authors_all_page = page.title | split:', ' %} <!-- convierte los autores de la page en un array -->
3
-
4
- <div class="row obras">
5
- <h2 class="index">Obras de {% for author in authors_all_page reversed %} {{ author }}
6
- {% endfor %} en {{ site.title }}</h2>
7
- </div> <!--imprime la presentation con los autores-->
8
-
9
- <div class="row">
10
- {% for book in site.data.books %}
11
- {% assign authors_book = book.Author | split: '; ' %} <!-- convierte los autores de los libros en arrays -->
12
- {% if authors_book contains page.title %} <!-- verifica si cualquiera de los autores del array en el libro coincide con the only author on the page -->
13
- {% include book-list-base.html %}
14
- {% endif %}
15
- {% endfor %}
16
- </div>
1
+ <!-- if page.author is multiple and book.author is multiple too -->
2
+ {% assign authors_all_page = page.title | split:', ' %} <!-- convierte los autores de la page en un array -->
3
+
4
+ <div class="row obras">
5
+ <h2 class="index">Obras de {% for author in authors_all_page reversed %} {{ author }}
6
+ {% endfor %} en {{ site.title }}</h2>
7
+ </div> <!--imprime la presentation con los autores-->
8
+
9
+ <div class="row">
10
+ {% for book in site.data.books %}
11
+ {% assign authors_book = book.Author | split: '; ' %} <!-- convierte los autores de los libros en arrays -->
12
+ {% if authors_book contains page.title %} <!-- verifica si cualquiera de los autores del array en el libro coincide con the only author on the page -->
13
+ {% include book-list-base.html %}
14
+ {% endif %}
15
+ {% endfor %}
16
+ </div>
@@ -1,30 +1,30 @@
1
- <!-- if page.author is multiple and book.author is multiple too -->
2
- {% assign authors_all_page = page.author | split:'; ' %} <!-- convierte los autores de la page en un array -->
3
-
4
- <div class="row obras">
5
- <h2 class="index">Obras de {% for author_raw in authors_all_page | limit: 3 %}
6
- {% assign author_firstlast = author_raw | split: ', ' %}
7
- {{ author_firstlast | reverse | join: " " }}</a>
8
- {% unless forloop.last == true %} <small>and/or</small> {% endunless %}
9
- {% endfor %} en {{ site.title }}</h2>
10
- </div> <!--imprime la presentation con los autores-->
11
-
12
- <div class="row">
13
- {% if authors_all_page[1] %} <!-- verifica si la page tiene more than one author -->
14
- {% for book in site.data.books %} <!-- busca entre los libros -->
15
- {% assign authors_book = book.Author | split: '; ' %} <!-- convierte los autores de los libros en un array -->
16
- {% if authors_book contains authors_all_page[0] or authors_book contains authors_all_page[1] %} <!-- verifica si cualquiera de los autores del array en el libro coincide con alguno de los autores del array en la page -->
17
- {% include book-list-base.html %}
18
- {% endif %}
19
- {% endfor %}
20
- {% else %}
21
-
22
- <!-- if page.author is one and book.Author is one or multiple -->
23
- {% for book in site.data.books %}
24
- {% assign authors_book = book.Author | split: '; ' %} <!-- convierte los autores de los libros en arrays -->
25
- {% if authors_book contains page.author %} <!-- verifica si cualquiera de los autores del array en el libro coincide con the only author on the page -->
26
- {% include book-list-base.html %}
27
- {% endif %}
28
- {% endfor %}
29
- {% endif %}
30
- </div>
1
+ <!-- if page.author is multiple and book.author is multiple too -->
2
+ {% assign authors_all_page = page.author | split:'; ' %} <!-- convierte los autores de la page en un array -->
3
+
4
+ <div class="row obras">
5
+ <h2 class="index">Obras de {% for author_raw in authors_all_page | limit: 3 %}
6
+ {% assign author_firstlast = author_raw | split: ', ' %}
7
+ {{ author_firstlast | reverse | join: " " }}</a>
8
+ {% unless forloop.last == true %} <small>and/or</small> {% endunless %}
9
+ {% endfor %} en {{ site.title }}</h2>
10
+ </div> <!--imprime la presentation con los autores-->
11
+
12
+ <div class="row">
13
+ {% if authors_all_page[1] %} <!-- verifica si la page tiene more than one author -->
14
+ {% for book in site.data.books %} <!-- busca entre los libros -->
15
+ {% assign authors_book = book.Author | split: '; ' %} <!-- convierte los autores de los libros en un array -->
16
+ {% if authors_book contains authors_all_page[0] or authors_book contains authors_all_page[1] %} <!-- verifica si cualquiera de los autores del array en el libro coincide con alguno de los autores del array en la page -->
17
+ {% include book-list-base.html %}
18
+ {% endif %}
19
+ {% endfor %}
20
+ {% else %}
21
+
22
+ <!-- if page.author is one and book.Author is one or multiple -->
23
+ {% for book in site.data.books %}
24
+ {% assign authors_book = book.Author | split: '; ' %} <!-- convierte los autores de los libros en arrays -->
25
+ {% if authors_book contains page.author %} <!-- verifica si cualquiera de los autores del array en el libro coincide con the only author on the page -->
26
+ {% include book-list-base.html %}
27
+ {% endif %}
28
+ {% endfor %}
29
+ {% endif %}
30
+ </div>
@@ -1,16 +1,16 @@
1
- <!--lista 1 -->
2
- <div class="row">
3
- <!--LOOP DE LISTA 1-->
4
- {% assign books = site.data.books | sort: "Date" | reverse | where: "Series", "tr" %}
5
- {% for book in books | limit: 7 %}
6
- {% include book-list-base.html %}
7
- {% endfor %}
8
- <div class="basis masobras">
9
- <div class="container">
10
- <label for="listas"><img src="{{ site.BASE_PATH }}/assets/img/tema/+obras.png" class="image sombra"></label>
11
- <div>
12
- {% include ver-mas.html %}
13
- </div>
14
- </div>
15
- </div>
1
+ <!--lista 1 -->
2
+ <div class="row">
3
+ <!--LOOP DE LISTA 1-->
4
+ {% assign books = site.data.books | sort: "Date" | reverse | where: "Series", "tr" %}
5
+ {% for book in books | limit: 7 %}
6
+ {% include book-list-base.html %}
7
+ {% endfor %}
8
+ <div class="basis masobras">
9
+ <div class="container">
10
+ <label for="listas"><img src="{{ site.BASE_PATH }}/assets/img/tema/+obras.png" class="image sombra"></label>
11
+ <div>
12
+ {% include ver-mas.html %}
13
+ </div>
14
+ </div>
15
+ </div>
16
16
  </div>
@@ -1,18 +1,18 @@
1
- {% for book in site.data.books %}
2
- {% if book.Title == page.title %}
3
- {% assign authors_all = book.Author | split: '; ' %}
4
-
5
- Escrita por
6
- {% for author_raw in authors_all | limit: 3 %}
7
- {% assign author_firstlast = author_raw | split: ', ' %}
8
- <a href="{{site.BASE_PATH}}/authors/{{ author_firstlast[0] | slugify:'latin' }}-{{ author_firstlast[1] | slugify:'latin' }}" title="{{ author_firstlast | reverse | join: '' }}">{{ author_firstlast | reverse | join: " " }}</a>
9
- {% unless forloop.last == true %} + {% endunless %}
10
- {% endfor %}
11
- //
12
- Publicada en <a href="{{site.BASE_PATH}}/cities/{{ book.Place | slugify:'latin' }}" title="{{ book.Place }}">{{ book.Place }}</a> por <a href="{{site.BASE_PATH}}/publishers/{{ book.Publisher | slugify:'latin' }}" title="{{ book.Publihser }}">{{ book.Publisher }}</a>
13
- en {{ book.Date }}{% if book.Edition == book.Date %}. Primera edición{% else if book.Edition != "" and book.Edition != nil %} // Publicada por primera vez en {{ book.Edition }}{% endif %}{% if book.Archive != "" and book.Archive != nil %}//
14
- Recuperada por <a href="{{site.BASE_PATH}}/repositories/{{ book.Archive | slugify:'latin' }}" title="{{ book.Archive }}">{{ book.Archive }}</a>{% endif %}
15
- {% endif %}
16
- {% endfor %}
17
-
18
-
1
+ {% for book in site.data.books %}
2
+ {% if book.Title == page.title %}
3
+ {% assign authors_all = book.Author | split: '; ' %}
4
+
5
+ Escrita por
6
+ {% for author_raw in authors_all | limit: 3 %}
7
+ {% assign author_firstlast = author_raw | split: ', ' %}
8
+ <a href="{{site.BASE_PATH}}/authors/{{ author_firstlast[0] | slugify:'latin' }}-{{ author_firstlast[1] | slugify:'latin' }}" title="{{ author_firstlast | reverse | join: '' }}">{{ author_firstlast | reverse | join: " " }}</a>
9
+ {% unless forloop.last == true %} + {% endunless %}
10
+ {% endfor %}
11
+ //
12
+ Publicada en <a href="{{site.BASE_PATH}}/cities/{{ book.Place | slugify:'latin' }}" title="{{ book.Place }}">{{ book.Place }}</a> por <a href="{{site.BASE_PATH}}/publishers/{{ book.Publisher | slugify:'latin' }}" title="{{ book.Publihser }}">{{ book.Publisher }}</a>
13
+ en {{ book.Date }}{% if book.Edition == book.Date %}. Primera edición{% else if book.Edition != "" and book.Edition != nil %} // Publicada por primera vez en {{ book.Edition }}{% endif %}{% if book.Archive != "" and book.Archive != nil %}//
14
+ Recuperada por <a href="{{site.BASE_PATH}}/repositories/{{ book.Archive | slugify:'latin' }}" title="{{ book.Archive }}">{{ book.Archive }}</a>{% endif %}
15
+ {% endif %}
16
+ {% endfor %}
17
+
18
+
@@ -1,18 +1,18 @@
1
- {% for metadata in site.data.books %}
2
- {% if metadata.Title == book.Title %}
3
- {% assign authors_all = metadata.Author | split: '; ' %}
4
-
5
- Escrita por
6
- {% for author_raw in authors_all | limit: 3 %}
7
- {% assign author_firstlast = author_raw | split: ', ' %}
8
- <a href="{{site.BASE_PATH}}/authors/{{ author_firstlast[0] | slugify:'latin' }}-{{ author_firstlast[1] | slugify:'latin' }}" title="{{ author_firstlast | reverse | join: '' }}">{{ author_firstlast | reverse | join: " " }}</a>
9
- {% unless forloop.last == true %} + {% endunless %}
10
- {% endfor %}
11
- //
12
- Publicada en <a href="{{site.BASE_PATH}}/cities/{{ book.Place | slugify:'latin' }}" title="{{ book.Place }}">{{ book.Place }}</a> por <a href="{{site.BASE_PATH}}/publishers/{{ book.Publisher | slugify:'latin' }}" title="{{ book.Publihser }}">{{ book.Publisher }}</a>
13
- en {{ book.Date }}{% if book.Edition == book.Date %}. Primera edición{% else if book.Edition != "" and book.Edition != nil %} // Publicada por primera vez en {{ book.Edition }}{% endif %} {% if book.Archive != "" and book.Archive != nil %}//
14
- Recuperada por <a href="{{site.BASE_PATH}}/repositories/{{ book.Archive | slugify:'latin' }}" title="{{ book.Archive }}">{{ book.Archive }}</a>{% endif %}
15
- {% endif %}
16
- {% endfor %}
17
-
18
-
1
+ {% for metadata in site.data.books %}
2
+ {% if metadata.Title == book.Title %}
3
+ {% assign authors_all = metadata.Author | split: '; ' %}
4
+
5
+ Escrita por
6
+ {% for author_raw in authors_all | limit: 3 %}
7
+ {% assign author_firstlast = author_raw | split: ', ' %}
8
+ <a href="{{site.BASE_PATH}}/authors/{{ author_firstlast[0] | slugify:'latin' }}-{{ author_firstlast[1] | slugify:'latin' }}" title="{{ author_firstlast | reverse | join: '' }}">{{ author_firstlast | reverse | join: " " }}</a>
9
+ {% unless forloop.last == true %} + {% endunless %}
10
+ {% endfor %}
11
+ //
12
+ Publicada en <a href="{{site.BASE_PATH}}/cities/{{ book.Place | slugify:'latin' }}" title="{{ book.Place }}">{{ book.Place }}</a> por <a href="{{site.BASE_PATH}}/publishers/{{ book.Publisher | slugify:'latin' }}" title="{{ book.Publihser }}">{{ book.Publisher }}</a>
13
+ en {{ book.Date }}{% if book.Edition == book.Date %}. Primera edición{% else if book.Edition != "" and book.Edition != nil %} // Publicada por primera vez en {{ book.Edition }}{% endif %} {% if book.Archive != "" and book.Archive != nil %}//
14
+ Recuperada por <a href="{{site.BASE_PATH}}/repositories/{{ book.Archive | slugify:'latin' }}" title="{{ book.Archive }}">{{ book.Archive }}</a>{% endif %}
15
+ {% endif %}
16
+ {% endfor %}
17
+
18
+
@@ -1,18 +1,18 @@
1
- {% for book in site.data.books %}
2
- {% if book.Title == page.title %}
3
- {% assign authors_all = book.Author | split: '; ' %}
4
-
5
- Escrita por
6
- {% for author_raw in authors_all | limit: 3 %}
7
- {% assign author_firstlast = author_raw | split: ', ' %}
8
- <a href="{{site.BASE_PATH}}/authors/{{ author_firstlast[0] | slugify:'latin' }}-{{ author_firstlast[1] | slugify:'latin' }}" title="{{ author_firstlast | reverse | join: '' }}">{{ author_firstlast | reverse | join: " " }}</a>
9
- {% unless forloop.last == true %} + {% endunless %}
10
- {% endfor %}
11
- //
12
- Publicada en <a href="{{site.BASE_PATH}}/cities/{{ book.Place | 'latin' }}" title="{{ book.Place }}">{{ book.Place }}</a> por <a href="{{site.BASE_PATH}}/publishers/{{ book.Publisher | slugify:'latin' }}" title="{{ book.Publihser }}">{{ book.Publisher }}</a>
13
- en {{ book.Date }}{% if book.Edition == book.Date %}. Primera edición{% else if book.Edition != "" and book.Edition != nil %} // Publicada por primera vez en {{ book.Edition }}{% endif %}{% if book.Archive != "" and book.Archive != nil %}//
14
- Recuperada por <a href="{{site.BASE_PATH}}/repositories/{{ book.Archive | slugify:'latin' }}" title="{{ book.Archive }}">{{ book.Archive }}</a>{% endif %}
15
- {% endif %}
16
- {% endfor %}
17
-
18
-
1
+ {% for book in site.data.books %}
2
+ {% if book.Title == page.title %}
3
+ {% assign authors_all = book.Author | split: '; ' %}
4
+
5
+ Escrita por
6
+ {% for author_raw in authors_all | limit: 3 %}
7
+ {% assign author_firstlast = author_raw | split: ', ' %}
8
+ <a href="{{site.BASE_PATH}}/authors/{{ author_firstlast[0] | slugify:'latin' }}-{{ author_firstlast[1] | slugify:'latin' }}" title="{{ author_firstlast | reverse | join: '' }}">{{ author_firstlast | reverse | join: " " }}</a>
9
+ {% unless forloop.last == true %} + {% endunless %}
10
+ {% endfor %}
11
+ //
12
+ Publicada en <a href="{{site.BASE_PATH}}/cities/{{ book.Place | 'latin' }}" title="{{ book.Place }}">{{ book.Place }}</a> por <a href="{{site.BASE_PATH}}/publishers/{{ book.Publisher | slugify:'latin' }}" title="{{ book.Publihser }}">{{ book.Publisher }}</a>
13
+ en {{ book.Date }}{% if book.Edition == book.Date %}. Primera edición{% else if book.Edition != "" and book.Edition != nil %} // Publicada por primera vez en {{ book.Edition }}{% endif %}{% if book.Archive != "" and book.Archive != nil %}//
14
+ Recuperada por <a href="{{site.BASE_PATH}}/repositories/{{ book.Archive | slugify:'latin' }}" title="{{ book.Archive }}">{{ book.Archive }}</a>{% endif %}
15
+ {% endif %}
16
+ {% endfor %}
17
+
18
+
@@ -1,13 +1,13 @@
1
- <!--lista 1 -->
2
- <div class="row obras">
3
- <h2 class="index">Books published in {{ page.title }} in {{ site.title }}</h2>
4
- </div>
5
- <div class="row">
6
- <!--LOOP DE LISTA 1-->
7
- {% for book in site.data.books %}
8
- {% if book.Place == page.title %}
9
- {% include book-list-base.html %}
10
- {% endif %}
11
- {% endfor %}
12
-
1
+ <!--lista 1 -->
2
+ <div class="row obras">
3
+ <h2 class="index">Books published in {{ page.title }} in {{ site.title }}</h2>
4
+ </div>
5
+ <div class="row">
6
+ <!--LOOP DE LISTA 1-->
7
+ {% for book in site.data.books %}
8
+ {% if book.Place == page.title %}
9
+ {% include book-list-base.html %}
10
+ {% endif %}
11
+ {% endfor %}
12
+
13
13
  </div>
@@ -1,13 +1,13 @@
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.data.books %}
8
- {% if book.Publisher == page.title %}
9
- {% include book-list-base.html %}
10
- {% endif %}
11
- {% endfor %}
12
-
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.data.books %}
8
+ {% if book.Publisher == page.title %}
9
+ {% include book-list-base.html %}
10
+ {% endif %}
11
+ {% endfor %}
12
+
13
13
  </div>