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.
- checksums.yaml +4 -4
- data/LICENSE.txt +21 -21
- data/README.md +19 -19
- data/_config.yml +75 -75
- data/_data/books.csv +82 -82
- data/_data/chriterias.csv +7 -7
- data/_includes/actions-h.html +16 -16
- data/_includes/actions-h_obra-suerte.html +16 -16
- data/_includes/actions-v.html +11 -11
- data/_includes/actions-v_obra-suerte.html +11 -11
- data/_includes/author-firstlast.html +8 -8
- data/_includes/book-list-all.html +7 -7
- data/_includes/book-list-base.html +22 -22
- data/_includes/book-list-download.html +22 -22
- data/_includes/book-list-metadata.html +12 -12
- data/_includes/book-list-no-download.html +22 -22
- data/_includes/book-list-related-author.html +16 -16
- data/_includes/book-list-related-book.html +30 -30
- data/_includes/book-list-seeall.html +7 -7
- data/_includes/book-list-seemore.html +7 -7
- data/_includes/book-list-translations.html +16 -16
- data/_includes/book-list-url-img.html +8 -8
- data/_includes/book-list-url-img_obra-suerte.html +8 -8
- data/_includes/book-list-url-page.html +5 -5
- data/_includes/book-metadata-index.html +18 -18
- data/_includes/book-metadata-noequal.html +18 -18
- data/_includes/book-metadata-nolinks.html +15 -15
- data/_includes/book-metadata.html +17 -17
- data/_includes/book-sample.html +30 -30
- data/_includes/chriteria.html +19 -19
- data/_includes/default.html +35 -35
- data/_includes/empty-chriteria.html +7 -7
- data/_includes/es/book-list-metadata.html +12 -12
- data/_includes/es/book-list-related-author.html +16 -16
- data/_includes/es/book-list-related-book.html +30 -30
- data/_includes/es/book-list-translations_.html +15 -15
- data/_includes/es/book-metadata copy.html +18 -18
- data/_includes/es/book-metadata-index.html +18 -18
- data/_includes/es/book-metadata.html +18 -18
- data/_includes/es/lista-relacionadas-ciudad.html +12 -12
- data/_includes/es/lista-relacionadas-editorial.html +12 -12
- data/_includes/es/lista-relacionadas-libro.html +39 -39
- data/_includes/es/lista-relacionadas-repositorio.html +12 -12
- data/_includes/es/promotion.html +27 -27
- data/_includes/es/search.html +76 -76
- data/_includes/footer.html +10 -10
- data/_includes/iteration.html +11 -11
- data/_includes/lista-relacionadas-ciudad.html +12 -12
- data/_includes/lista-relacionadas-editorial.html +12 -12
- data/_includes/lista-relacionadas-libro.html +39 -39
- data/_includes/lista-relacionadas-repositorio.html +12 -12
- data/_includes/lista-todas-sample.html +30 -30
- data/_includes/lista-todas.html +21 -21
- data/_includes/nav-bar.html +20 -20
- data/_includes/no-false-match.html +14 -14
- data/_includes/obras-por-autora.html +17 -17
- data/_includes/obras-por-ciudad.html +23 -23
- data/_includes/obras-por-imprenta-y-editorial.html +22 -22
- data/_includes/obras-por-repositorio.html +21 -21
- data/_includes/promotion.html +28 -28
- data/_includes/search.html +76 -76
- data/_includes/site-description.html +120 -120
- data/_includes/social-block.html +22 -22
- data/_includes/social-share.html +17 -17
- data/_includes/ultima-vitrina.html +39 -39
- data/_layouts/about.html +37 -37
- data/_layouts/agregar.html +39 -39
- data/_layouts/author.html +39 -39
- data/_layouts/book.html +38 -38
- data/_layouts/books-download.html +15 -15
- data/_layouts/books-no-download.html +15 -15
- data/_layouts/books-translation.html +12 -12
- data/_layouts/busquedas.html +12 -12
- data/_layouts/city.html +4 -4
- data/_layouts/default-blog.html +23 -23
- data/_layouts/default.html +49 -40
- data/_layouts/es/index.html +36 -36
- data/_layouts/es/page-chriteria.html +5 -5
- data/_layouts/es/search.html +76 -76
- data/_layouts/index.html +36 -36
- data/_layouts/obras-sample.html +3 -3
- data/_layouts/obras-todas.html +4 -4
- data/_layouts/page-chriteria.html +6 -6
- data/_layouts/periodo.html +4 -4
- data/_layouts/post-index.html +31 -31
- data/_layouts/post.html +41 -41
- data/_layouts/publisher.html +4 -4
- data/_layouts/repository.html +4 -4
- data/_layouts/search.html +76 -76
- data/_sass/base/_reset.scss +32 -32
- data/_sass/base/_typography.scss +170 -170
- data/_sass/base/_variables.scss +61 -61
- data/_sass/components/_buttons.scss +70 -70
- data/_sass/components/_modals.scss +91 -91
- data/_sass/layout/_footer.scss +50 -50
- data/_sass/layout/_forms.scss +105 -105
- data/_sass/layout/_grid.scss +393 -393
- data/_sass/layout/_header.scss +68 -68
- data/_sass/layout/_navigation.scss +144 -144
- data/_sass/pages/_author.scss +68 -68
- data/_sass/pages/_blog.scss +148 -148
- data/_sass/pages/_chriteria.scss +45 -45
- data/_sass/vendors/_particles.scss +15 -15
- data/assets/css/main.scss +16 -16
- data/assets/data/books_zotero.csv +81 -81
- data/assets/js/app.js +132 -132
- data/assets/js/jquery-3.3.1.js +10364 -10364
- data/assets/js/lunr.min.js +5 -5
- data/assets/js/particles.js +670 -670
- data/assets/js/search.js +60 -60
- data/assets/source/_abouts/site-description.md +98 -98
- data/assets/source/_abouts/site-description_es.md +17 -17
- data/assets/source/_abouts/site-description_template.md +15 -15
- data/assets/source/_authors/abraham-hall-nancy.md +2 -2
- data/assets/source/_authors/abudu-gabriel.md +2 -2
- data/assets/source/_authors/adress-guzman-alexandra.md +2 -2
- data/assets/source/_authors/alves-miriam-aparecida.md +2 -2
- data/assets/source/_authors/arozarena-marcelino.md +2 -2
- data/assets/source/_authors/artel-jorge.md +2 -2
- data/assets/source/_authors/assis-machado-de.md +2 -2
- data/assets/source/_authors/barreto-lima.md +2 -2
- data/assets/source/_authors/batrell-ricardo.md +2 -2
- data/assets/source/_authors/bejarano-velasquez-nidia-bejarano.md +2 -2
- data/assets/source/_authors/beleno-c-joaquin.md +2 -2
- data/assets/source/_authors/benet-robinson-ofelia-margarita.md +2 -2
- data/assets/source/_authors/bernard-eulalia.md +2 -2
- data/assets/source/_authors/brindis-de-salas-virginia.md +2 -2
- data/assets/source/_authors/britos-serrat-alberto.md +2 -2
- data/assets/source/_authors/bustos-aguirre-romulo.md +2 -2
- data/assets/source/_authors/carlyon-mark.md +2 -2
- data/assets/source/_authors/carmell-pamela.md +2 -2
- data/assets/source/_authors/carr-richard-j.md +2 -2
- data/assets/source/_authors/cartagena-portalat-n-aida.md +2 -2
- data/assets/source/_authors/cartagena-portalaton-aida.md +2 -2
- data/assets/source/_authors/castillo-nila-del-socorro.md +2 -2
- data/assets/source/_authors/castillo-reina-felipa-trifenia.md +2 -2
- data/assets/source/_authors/chagas-jorge.md +2 -2
- data/assets/source/_authors/chapman-annie.md +2 -2
- data/assets/source/_authors/chavarria-londono-hermilda.md +2 -2
- data/assets/source/_authors/chiriboga-luz-argentina.md +2 -2
- data/assets/source/_authors/cordoba-jenny-de-la-torre.md +2 -2
- data/assets/source/_authors/cordones-cook-alexander-michael.md +2 -2
- data/assets/source/_authors/cordones-cook-juanamaria.md +2 -2
- data/assets/source/_authors/corpus-stephens-bricena.md +2 -2
- data/assets/source/_authors/cueto-mercado-muris.md +2 -2
- data/assets/source/_authors/cuti-luiz-silva.md +2 -2
- data/assets/source/_authors/de-la-torre-cordoba-jenny.md +2 -2
- data/assets/source/_authors/delgado-mina-sobeida.md +2 -2
- data/assets/source/_authors/diago-ruth-patricia.md +2 -2
- data/assets/source/_authors/diaz-sanchez-ramon.md +2 -2
- data/assets/source/_authors/duncan-quince.md +2 -2
- data/assets/source/_authors/duque-palacios-sayly.md +2 -2
- data/assets/source/_authors/duran-ayanegui-fernando.md +2 -2
- data/assets/source/_authors/estupinan-bass-nelson.md +2 -2
- data/assets/source/_authors/fenwick-m-j.md +2 -2
- data/assets/source/_authors/ferreira-da-silva-ferrez-reinaldo.md +2 -2
- data/assets/source/_authors/frye-david.md +2 -2
- data/assets/source/_authors/goncalves-ana-maria.md +2 -2
- data/assets/source/_authors/grueso-romero-mary.md +2 -2
- data/assets/source/_authors/guerrero-munoz-clara.md +2 -2
- data/assets/source/_authors/guerrrero-julia-simona.md +2 -2
- data/assets/source/_authors/guillen-nicolas.md +2 -2
- data/assets/source/_authors/harris-mary-a.md +2 -2
- data/assets/source/_authors/hernandez-gaspar-octavio.md +2 -2
- data/assets/source/_authors/herrera-georgina.md +2 -2
- data/assets/source/_authors/hill-susan-f.md +2 -2
- data/assets/source/_authors/joseph-montout-dolores.md +2 -2
- data/assets/source/_authors/lopez-albujar-enrique.md +2 -2
- data/assets/source/_authors/lopez-hernandez-lydia-cristina.md +2 -2
- data/assets/source/_authors/lytle-stephen.md +2 -2
- data/assets/source/_authors/madden-richard-robert.md +2 -2
- data/assets/source/_authors/manzano-juan-francisco.md +2 -2
- data/assets/source/_authors/marinez-de-varela-alfredo.md +2 -2
- data/assets/source/_authors/martin-ogunsola-dellita.md +2 -2
- data/assets/source/_authors/mata-gil-milagros.md +2 -2
- data/assets/source/_authors/mendizabal-horacio.md +2 -2
- data/assets/source/_authors/milena-lucumi-ana.md +2 -2
- data/assets/source/_authors/miller-ingrid-watson.md +2 -2
- data/assets/source/_authors/mina-diaz-ana-teresa.md +2 -2
- data/assets/source/_authors/mina-diaz-bertulia.md +2 -2
- data/assets/source/_authors/mina-diaz-imelda.md +2 -2
- data/assets/source/_authors/monet-aja.md +2 -2
- data/assets/source/_authors/moraes-filho-joao-de.md +2 -2
- data/assets/source/_authors/morejon-nancy.md +2 -2
- data/assets/source/_authors/moreno-aguirre-dionicia.md +2 -2
- data/assets/source/_authors/morris-margaret-lindsay.md +2 -2
- data/assets/source/_authors/morua-delgado-martin.md +2 -2
- data/assets/source/_authors/nerma-rojas-nelly-patricia.md +2 -2
- data/assets/source/_authors/obeso-candelario.md +2 -2
- data/assets/source/_authors/ortiz-adalberto.md +2 -2
- data/assets/source/_authors/palacios-arnoldo.md +2 -2
- data/assets/source/_authors/panchano-lucrecia.md +2 -2
- data/assets/source/_authors/pedroso-regino.md +2 -2
- data/assets/source/_authors/placido-gabriel-de-la-concepcion-valdes.md +2 -2
- data/assets/source/_authors/popov-maria-de-los-angeles.md +2 -2
- data/assets/source/_authors/posada-de-pupo-elisa.md +2 -2
- data/assets/source/_authors/posso-figueria-amalia-lu.md +2 -2
- data/assets/source/_authors/quintanales-mirta.md +2 -2
- data/assets/source/_authors/ramirez-nieva-maria-teresa.md +2 -2
- data/assets/source/_authors/ribeiro-esmeralda.md +2 -2
- data/assets/source/_authors/robinson-abrahams-hazel.md +2 -2
- data/assets/source/_authors/rodriguez-alcala-maria.md +2 -2
- data/assets/source/_authors/rodriguez-cabral-cristina.md +2 -2
- data/assets/source/_authors/romero-pedro-blas-julio.md +2 -2
- data/assets/source/_authors/russell-carlos-e.md +2 -2
- data/assets/source/_authors/sanders-mark-a.md +2 -2
- data/assets/source/_authors/santos-febres-mayra.md +2 -2
- data/assets/source/_authors/santos-garcia-emiro.md +2 -2
- data/assets/source/_authors/schulman-ivan-a.md +2 -2
- data/assets/source/_authors/sierra-gonzalez-lya.md +2 -2
- data/assets/source/_authors/sievert-heather-rosario.md +2 -2
- data/assets/source/_authors/sojo-juan-pablo.md +2 -2
- data/assets/source/_authors/solarte-orejuela-sonia.md +2 -2
- data/assets/source/_authors/sousa-cruz-e.md +2 -2
- data/assets/source/_authors/thomas-piri.md +2 -2
- data/assets/source/_authors/tittler-jonathan.md +2 -2
- data/assets/source/_authors/torres-herrera-lorena.md +2 -2
- data/assets/source/_authors/truque-carlos-arturo.md +2 -2
- data/assets/source/_authors/truque-sonia-nadhezda.md +2 -2
- data/assets/source/_authors/truque-velez-colombia.md +2 -2
- data/assets/source/_authors/truque-yvonne-america.md +2 -2
- data/assets/source/_authors/upton-john.md +2 -2
- data/assets/source/_authors/valencia-cordoba-elcina.md +2 -2
- data/assets/source/_authors/valencia-laura-victoria.md +2 -2
- data/assets/source/_authors/velez-turque.md +2 -2
- data/assets/source/_authors/viveros-vigoya-leida.md +2 -2
- data/assets/source/_authors/weaver-kathleen.md +2 -2
- data/assets/source/_authors/zapata-olivella-juan.md +2 -2
- data/assets/source/_authors/zapata-olivella-manuel.md +2 -2
- data/assets/source/_authors/zapata-perez-edelma.md +2 -2
- data/assets/source/_authors/zarkanchenko-de-gonzalez-luz-colombia.md +2 -2
- data/assets/source/_books/a-black-soldier-s-story-batrell-2010.md +5 -5
- data/assets/source/_books/always-rebellious-selected-herrera-1996.md +4 -4
- data/assets/source/_books/always-rebellious-selected-poems-herrera-1996.md +5 -5
- data/assets/source/_books/an-old-woman-remembers-russell-1995.md +5 -5
- data/assets/source/_books/antologia-de-mujeres-poetas-marinez-de-varela-2010.md +5 -5
- data/assets/source/_books/antologia-de-poetas-negros-britos-serrat-1990.md +5 -5
- data/assets/source/_books/autobiografia-de-un-esclavo-manzano-1975.md +5 -5
- data/assets/source/_books/baladas-para-un-sue-o-morejon-1989.md +4 -4
- data/assets/source/_books/baladas-para-un-sueno-morejon-1989.md +5 -5
- data/assets/source/_books/cancion-negra-sin-color-arozarena-1966.md +5 -5
- data/assets/source/_books/cantos-populares-de-mi-obeso-1877.md +5 -5
- data/assets/source/_books/capao-pecado-ferreira-da-silva-ferrez-2017.md +5 -5
- data/assets/source/_books/chango-el-gran-putas-zapata-olivella-2010.md +5 -5
- data/assets/source/_books/chango-the-biggest-badass-zapata-olivella-2010.md +5 -5
- data/assets/source/_books/cien-carceles-de-amor-brindis-de-salas-1949.md +5 -5
- data/assets/source/_books/cuando-los-guayacanes-florecian-estupinan-bass-1954.md +5 -5
- data/assets/source/_books/cuentos-andinos-lopez-albujar-2010.md +5 -5
- data/assets/source/_books/cuentos-de-anansi-duncan-2019.md +5 -5
- data/assets/source/_books/cuentos-y-relatos-escogidos-duran-ayanegui-2004.md +5 -5
- data/assets/source/_books/cumboto-diaz-sanchez-1969.md +5 -5
- data/assets/source/_books/detras-del-rostro-zapata-olivella-2020.md +5 -5
- data/assets/source/_books/down-these-mean-streets-thomas-1991.md +5 -5
- data/assets/source/_books/drums-under-my-skin-chiriboga-1996.md +5 -5
- data/assets/source/_books/el-diario-intimo-de-mata-gil-2002.md +5 -5
- data/assets/source/_books/el-espejo-y-la-ortiz-1983.md +4 -4
- data/assets/source/_books/el-pardejon-la-novela-chagas-2020.md +5 -5
- data/assets/source/_books/este-mundo-no-es-chiriboga-2017.md +5 -5
- data/assets/source/_books/evocacoes-sousa-1898.md +5 -5
- data/assets/source/_books/fabulas-de-tamalameque-zapata-olivella-2019.md +5 -5
- data/assets/source/_books/gamboa-road-gang-los-beleno-c-1959.md +5 -5
- data/assets/source/_books/historia-de-un-joven-zapata-olivella-1990.md +5 -5
- data/assets/source/_books/hombres-curtidos-duncan-1971.md +5 -5
- data/assets/source/_books/horas-de-meditacion-mendizabal-1869.md +5 -5
- data/assets/source/_books/iconografia-hernandez-1916.md +5 -5
- data/assets/source/_books/impresiones-literarias-las-novelas-morua-delgado-1892.md +5 -5
- data/assets/source/_books/juyungo-a-classic-afro-hispanic-ortiz-1991.md +5 -5
- data/assets/source/_books/juyungo-ortiz-1982.md +5 -5
- data/assets/source/_books/la-calle-10-zapata-olivella-2020.md +5 -5
- data/assets/source/_books/la-copa-de-amatista-hernandez-1923.md +5 -5
- data/assets/source/_books/la-familia-unzuazu-novela-morua-delgado-1901.md +5 -5
- data/assets/source/_books/la-sombra-la-novela-chagas-2013.md +5 -5
- data/assets/source/_books/las-estrellas-son-negras-palacios-2010.md +5 -5
- data/assets/source/_books/looking-within-selected-poems-morejon-2003.md +5 -5
- data/assets/source/_books/malungos-e-milongas-conto-ribeiro-1988.md +5 -5
- data/assets/source/_books/matalache-lopez-albujar-1978.md +5 -5
- data/assets/source/_books/memoria-resistencia-antologia-rodriguez-cabral-2004.md +4 -4
- data/assets/source/_books/memoria-y-resistencia-antologia-rodriguez-cabral-2004.md +5 -5
- data/assets/source/_books/memorial-de-ayres-assis-1908.md +5 -5
- data/assets/source/_books/momentos-de-busca-poemas-alves-1983.md +5 -5
- data/assets/source/_books/my-mother-was-a-monet-2017.md +5 -5
- data/assets/source/_books/negras-somos-antologia-de-panchano-2013.md +5 -5
- data/assets/source/_books/negros-em-contos-cuti-1996.md +5 -5
- data/assets/source/_books/no-es-la-muerte-artel-1979.md +5 -5
- data/assets/source/_books/no-give-up-maan-robinson-abrahams-2016.md +5 -5
- data/assets/source/_books/nochebuena-negra-sojo-1943.md +5 -5
- data/assets/source/_books/nochebuena-negra-sojo-2017.md +4 -4
- data/assets/source/_books/obra-poetica-bustos-aguirre-2010.md +5 -5
- data/assets/source/_books/obra-poetica-romero-2010.md +5 -5
- data/assets/source/_books/para-la-historia-apuntes-batrell-1912.md +5 -5
- data/assets/source/_books/pedra-retorcida-moraes-filho-2004.md +4 -4
- data/assets/source/_books/poemas-con-botas-y-artel-1972.md +5 -5
- data/assets/source/_books/poemas-da-carapinha-cuti-1978.md +4 -4
- data/assets/source/_books/poems-by-a-slave-manzano-1840.md +5 -5
- data/assets/source/_books/poesia-completa-herrera-2016.md +5 -5
- data/assets/source/_books/poesia-pedroso-1996.md +5 -5
- data/assets/source/_books/poesias-completas-de-placido-placido-1856.md +5 -5
- data/assets/source/_books/por-los-senderos-de-zapata-olivella-2010.md +5 -5
- data/assets/source/_books/pregon-de-marimorena-poemas-brindis-de-salas-1952.md +5 -5
- data/assets/source/_books/primeros-versos-mendizabal-1865.md +5 -5
- data/assets/source/_books/querencias-homing-instincts-morejon-2013.md +5 -5
- data/assets/source/_books/ritmoheroe-bernard-1996.md +5 -5
- data/assets/source/_books/romulo-bustos-aguirre-poesia-bustos-aguirre-2014.md +5 -5
- data/assets/source/_books/sirena-selena-santos-febres-2013.md +5 -5
- data/assets/source/_books/sirena-selena-vestida-de-santos-febres-2000.md +5 -5
- data/assets/source/_books/sofia-morua-delgado-1891.md +5 -5
- data/assets/source/_books/sofia-novela-cubana-morua-delgado-1891.md +4 -4
- data/assets/source/_books/solo-acero-pedroso-1979.md +5 -5
- data/assets/source/_books/tambores-bajo-mi-piel-chiriboga-1999.md +5 -5
- data/assets/source/_books/tambores-en-la-noche-artel-2010.md +5 -5
- data/assets/source/_books/tengo-guillen-1968.md +5 -5
- data/assets/source/_books/tengo-guillen-1974.md +5 -5
- data/assets/source/_books/the-best-short-stories-duncan-1995.md +5 -5
- data/assets/source/_books/the-devil-s-nose-chiriboga-2015.md +5 -5
- data/assets/source/_books/the-sad-end-of-barreto-2014.md +5 -5
- data/assets/source/_books/tierra-mojada-zapata-olivella-2020.md +5 -5
- data/assets/source/_books/tres-relatos-del-caribe-joseph-montout-2013.md +5 -5
- data/assets/source/_books/um-defeito-de-cor-goncalves-2009.md +5 -5
- data/assets/source/_books/vivan-los-companeros-cuentos-truque-2010.md +5 -5
- data/assets/source/_books/yania-tierra-poema-documento-cartagena-portalat-n-1995.md +4 -4
- data/assets/source/_books/yania-tierra-poema-documento-cartagena-portalaton-1995.md +5 -5
- data/assets/source/_chriterias/author.md +6 -6
- data/assets/source/_chriterias/city.md +9 -9
- data/assets/source/_chriterias/edition.md +6 -6
- data/assets/source/_chriterias/es/autor.md +6 -6
- data/assets/source/_chriterias/es/ciudad.md +9 -9
- data/assets/source/_chriterias/es/edicion.md +6 -6
- data/assets/source/_chriterias/es/editorial.md +5 -5
- data/assets/source/_chriterias/es/nacionalidad.md +6 -6
- data/assets/source/_chriterias/es/repositorio.md +5 -5
- data/assets/source/_chriterias/nationality.md +6 -6
- data/assets/source/_chriterias/publisher.md +5 -5
- data/assets/source/_chriterias/repository.md +5 -5
- data/assets/source/_cities/barcelona.md +2 -2
- data/assets/source/_cities/barranquilla-colombia.md +2 -2
- data/assets/source/_cities/barranquilla.md +2 -2
- data/assets/source/_cities/belo-horizonte-brasil.md +2 -2
- data/assets/source/_cities/belo-horizonte.md +2 -2
- data/assets/source/_cities/bogota.md +2 -2
- data/assets/source/_cities/buenos-aires.md +2 -2
- data/assets/source/_cities/cali-colombia.md +2 -2
- data/assets/source/_cities/cali.md +2 -2
- data/assets/source/_cities/california-eeuu.md +2 -2
- data/assets/source/_cities/caracas.md +2 -2
- data/assets/source/_cities/chico-eeuu.md +2 -2
- data/assets/source/_cities/ciudad-de-panama.md +2 -2
- data/assets/source/_cities/detroit-eeuu.md +2 -2
- data/assets/source/_cities/habana.md +2 -2
- data/assets/source/_cities/la-habana.md +2 -2
- data/assets/source/_cities/lima.md +2 -2
- data/assets/source/_cities/londres.md +2 -2
- data/assets/source/_cities/madrid.md +2 -2
- data/assets/source/_cities/mexico.md +2 -2
- data/assets/source/_cities/minneapolis-usa.md +2 -2
- data/assets/source/_cities/minneapolis.md +2 -2
- data/assets/source/_cities/montevideo.md +2 -2
- data/assets/source/_cities/navarra-espana.md +2 -2
- data/assets/source/_cities/new-york.md +2 -2
- data/assets/source/_cities/panama.md +2 -2
- data/assets/source/_cities/paris.md +2 -2
- data/assets/source/_cities/quito.md +2 -2
- data/assets/source/_cities/rio-de-janeiro-paris.md +2 -2
- data/assets/source/_cities/rio-de-janeiro.md +2 -2
- data/assets/source/_cities/salvador-de-bahia-brasil.md +2 -2
- data/assets/source/_cities/salvador.md +2 -2
- data/assets/source/_cities/san-jose-costa-rica.md +2 -2
- data/assets/source/_cities/santo-domingo-republica-dominicana.md +2 -2
- data/assets/source/_cities/santo-domingo.md +2 -2
- data/assets/source/_cities/sao-paulo.md +2 -2
- data/assets/source/_cities/sao-salvador-da-bahia.md +2 -2
- data/assets/source/_cities/texas-eeuu.md +2 -2
- data/assets/source/_cities/texas.md +2 -2
- data/assets/source/_cities/washington-d-c.md +2 -2
- data/assets/source/_config.yml +81 -81
- data/assets/source/_data/books.csv +82 -82
- data/assets/source/_data/chriterias.csv +7 -7
- data/assets/source/_posts/2023-06-05-nicolas-guillen.md +14 -14
- data/assets/source/_publishers/afro-hispanic-institute.md +2 -2
- data/assets/source/_publishers/alvarez-y-comp.md +2 -2
- data/assets/source/_publishers/apidama.md +2 -2
- data/assets/source/_publishers/autoria-quilhombhoje.md +2 -2
- data/assets/source/_publishers/azul.md +2 -2
- data/assets/source/_publishers/banco-de-la-republica-de-colombia.md +2 -2
- data/assets/source/_publishers/biblioteca-basica-de-cultura-colombiana.md +2 -2
- data/assets/source/_publishers/book.md +2 -2
- data/assets/source/_publishers/broadside-press.md +2 -2
- data/assets/source/_publishers/caribbean-diaspora-press.md +2 -2
- data/assets/source/_publishers/casa-de-jorge-amado.md +2 -2
- data/assets/source/_publishers/casa-de-la-cultura-ecuatoriana.md +2 -2
- data/assets/source/_publishers/casa-de-las-americas.md +2 -2
- data/assets/source/_publishers/compania-iberoamericana-de-publicaciones.html +1 -1
- data/assets/source/_publishers/compania-impresora.md +2 -2
- data/assets/source/_publishers/copidart.md +2 -2
- data/assets/source/_publishers/creset.md +2 -2
- data/assets/source/_publishers/cuadernos-de-arte-popular.md +2 -2
- data/assets/source/_publishers/cuadernos-union.md +2 -2
- data/assets/source/_publishers/cubanabooks.md +2 -2
- data/assets/source/_publishers/ed-mejoras.md +2 -2
- data/assets/source/_publishers/ed-salvador-casa-de-palavras.md +2 -2
- data/assets/source/_publishers/edicion-a-cargo-de-la-autora.md +2 -2
- data/assets/source/_publishers/ediciones-mundo-afro.md +2 -2
- data/assets/source/_publishers/ediciones-union.md +2 -2
- data/assets/source/_publishers/ediciones-universidad-del-atlantico.md +2 -2
- data/assets/source/_publishers/editora-manati.md +2 -2
- data/assets/source/_publishers/editora-record.md +2 -2
- data/assets/source/_publishers/editorial-costa-rica.md +2 -2
- data/assets/source/_publishers/editorial-el-conejo.md +2 -2
- data/assets/source/_publishers/editorial-manati.md +2 -2
- data/assets/source/_publishers/el-autor.md +2 -2
- data/assets/source/_publishers/el-perro-y-la-rana.md +2 -2
- data/assets/source/_publishers/el-siglo-ilustrado.md +2 -2
- data/assets/source/_publishers/fin-de-siglo.md +2 -2
- data/assets/source/_publishers/fundacion-biblioteca-ayacucho.html +1 -1
- data/assets/source/_publishers/fundacion-editorial-el-perro-y-la-rana.md +2 -2
- data/assets/source/_publishers/general-rafael-urdaneta.md +2 -2
- data/assets/source/_publishers/guadarrama.md +2 -2
- data/assets/source/_publishers/h-garnier.md +2 -2
- data/assets/source/_publishers/haymarket-books.md +2 -2
- data/assets/source/_publishers/imp-de-alvarez-y-ca.md +2 -2
- data/assets/source/_publishers/imp-de-buenos-aires.md +2 -2
- data/assets/source/_publishers/imprenta-buenos-aires.md +2 -2
- data/assets/source/_publishers/imprenta-de-a-alvarez-y-comp.md +2 -2
- data/assets/source/_publishers/imprenta-de-borda.md +2 -2
- data/assets/source/_publishers/imprenta-la-prosperidad.md +2 -2
- data/assets/source/_publishers/imprenta-nacional-de-panama.md +2 -2
- data/assets/source/_publishers/instituto-andino-de-artes-populares.md +2 -2
- data/assets/source/_publishers/instituto-cubano-del-libro.md +2 -2
- data/assets/source/_publishers/instituto-distrital-de-las-artes.md +2 -2
- data/assets/source/_publishers/la-prosperidad.md +2 -2
- data/assets/source/_publishers/letras-cubanas.md +2 -2
- data/assets/source/_publishers/libreria-espanola-de-mme-c-denne-schmitz-e-hijo.md +2 -2
- data/assets/source/_publishers/libreria-hispano-americana.md +2 -2
- data/assets/source/_publishers/libresa.md +2 -2
- data/assets/source/_publishers/mazza-edicioes.md +2 -2
- data/assets/source/_publishers/mazza.md +2 -2
- data/assets/source/_publishers/ministerio-de-cultura-de-colombia.md +2 -2
- data/assets/source/_publishers/ministerio-de-cultura-juventud-y-deportes.md +2 -2
- data/assets/source/_publishers/ministerio-de-cultura.md +2 -2
- data/assets/source/_publishers/ministerio-de-educacion-departamento-de-bellas-artes-y-publicaciones.md +2 -2
- data/assets/source/_publishers/ministerio-de-educacion-publica.md +2 -2
- data/assets/source/_publishers/mondadori.md +2 -2
- data/assets/source/_publishers/monte-avila-editores-latinoamericana.md +2 -2
- data/assets/source/_publishers/objetiva.md +2 -2
- data/assets/source/_publishers/page-publishing.md +2 -2
- data/assets/source/_publishers/peisa.md +2 -2
- data/assets/source/_publishers/penguin-classics.md +2 -2
- data/assets/source/_publishers/picador.md +2 -2
- data/assets/source/_publishers/plaza-janes.md +2 -2
- data/assets/source/_publishers/r-p-imprenta-esto-y-aquello.md +2 -2
- data/assets/source/_publishers/record.md +2 -2
- data/assets/source/_publishers/rumbo-editorial.md +2 -2
- data/assets/source/_publishers/salvat.md +2 -2
- data/assets/source/_publishers/seoane-y-alvarez-impresores.md +2 -2
- data/assets/source/_publishers/sociedad-cultural-editora-indoamericana.md +2 -2
- data/assets/source/_publishers/t-ward-co.md +2 -2
- data/assets/source/_publishers/talleres-del-tiempo.md +2 -2
- data/assets/source/_publishers/texas-tech-university-press.md +2 -2
- data/assets/source/_publishers/three-continent-press.md +2 -2
- data/assets/source/_publishers/typ-aldina.md +2 -2
- data/assets/source/_publishers/union-de-escritores-y-artistas-de-cuba.md +2 -2
- data/assets/source/_publishers/universidad-de-la-republica.md +2 -2
- data/assets/source/_publishers/universidad-del-valle.md +2 -2
- data/assets/source/_publishers/university-of-minnesota-press.md +2 -2
- data/assets/source/_publishers/university-of-texas-press.md +2 -2
- data/assets/source/_publishers/vintage-books.md +2 -2
- data/assets/source/_publishers/wayne-state-university-press.md +2 -2
- data/assets/source/_repositories/.md +2 -2
- data/assets/source/_repositories/american-libraries.md +2 -2
- data/assets/source/_repositories/autores-uy.md +2 -2
- data/assets/source/_repositories/biblioteca-basica-de-cultura-colombiana.md +2 -2
- data/assets/source/_repositories/biblioteca-digital-cesar-rengifo.md +2 -2
- data/assets/source/_repositories/biblioteca-digital-de-bogota.md +2 -2
- data/assets/source/_repositories/biblioteca-digital-de-la-universidad-del-valle.md +2 -2
- data/assets/source/_repositories/biblioteca-digital-del-patrimonio-iberoamericano.md +2 -2
- data/assets/source/_repositories/biblioteca-nacional-de-colombia.md +2 -2
- data/assets/source/_repositories/biblioteca-virtual-agustinos.md +2 -2
- data/assets/source/_repositories/biblioteca-virtual-del-banco-de-la-republica.md +2 -2
- data/assets/source/_repositories/biblioteca-virtual-miguel-de-cervantes.md +2 -2
- data/assets/source/_repositories/centro-afrocolombiano-de-espiritualidad-y-desarrollo-integral.md +2 -2
- data/assets/source/_repositories/centro-de-investigacion-y-conservacion-del-patrimonio-cultural.md +2 -2
- data/assets/source/_repositories/centro-de-recursos-de-computacionais.md +2 -2
- data/assets/source/_repositories/community-texts.md +2 -2
- data/assets/source/_repositories/conocimiento-libre-repositorio-institucional.md +2 -2
- data/assets/source/_repositories/el-perro-y-la-rana.md +2 -2
- data/assets/source/_repositories/epub-libre.md +2 -2
- data/assets/source/_repositories/european-libraries.md +2 -2
- data/assets/source/_repositories/fundacion-editorial-el-perro-y-la-rana.md +2 -2
- data/assets/source/_repositories/harvard-university-google-books.md +2 -2
- data/assets/source/_repositories/harvard-university.md +2 -2
- data/assets/source/_repositories/hathitrust.md +2 -2
- data/assets/source/_repositories/instituto-distrital-de-las-artes.md +2 -2
- data/assets/source/_repositories/internet-archive.md +2 -2
- data/assets/source/_repositories/kahle-austin-foundation.md +2 -2
- data/assets/source/_repositories/ministerio-de-educacion-publica.md +2 -2
- data/assets/source/_repositories/project-gutenberg.md +2 -2
- data/assets/source/_repositories/university-of-illinois-urbana-champaign.md +2 -2
- data/assets/source/_repositories/wellesley-college-library.md +2 -2
- data/assets/source/_repositories/wikimedia-commons.md +2 -2
- data/assets/source/about.md +2 -2
- data/assets/source/add.md +8 -8
- data/assets/source/assets/data/books_zotero.csv +81 -81
- data/assets/source/books.md +4 -4
- data/assets/source/downloads.md +4 -4
- data/assets/source/index.html +3 -3
- data/assets/source/no-downloads.md +4 -4
- data/assets/source/podcast.md +14 -14
- data/assets/source/search.html +30 -30
- data/assets/source/translations.md +4 -4
- metadata +7 -7
data/_data/chriterias.csv
CHANGED
@@ -1,7 +1,7 @@
|
|
1
|
-
title,img,layout,filename
|
2
|
-
author,tema/autora.jpg,page-chriteria,author
|
3
|
-
city,tema/lugar.jpg,page-chriteria,city
|
4
|
-
edition year,tema/edicion.jpg,busquedas,edition
|
5
|
-
imprint or publisher,tema/imprenta.jpg,page-chriteria,publisher
|
6
|
-
repository,tema/repositorio.jpg,page-chriteria,repository
|
7
|
-
nacionality,tema/pais.jpg,busquedas,nationality
|
1
|
+
title,img,layout,filename
|
2
|
+
author,tema/autora.jpg,page-chriteria,author
|
3
|
+
city,tema/lugar.jpg,page-chriteria,city
|
4
|
+
edition year,tema/edicion.jpg,busquedas,edition
|
5
|
+
imprint or publisher,tema/imprenta.jpg,page-chriteria,publisher
|
6
|
+
repository,tema/repositorio.jpg,page-chriteria,repository
|
7
|
+
nacionality,tema/pais.jpg,busquedas,nationality
|
data/_includes/actions-h.html
CHANGED
@@ -1,17 +1,17 @@
|
|
1
|
-
<div class="img-frame">
|
2
|
-
{% for book in site.data.books %}
|
3
|
-
{% if book.Id == page.key %}
|
4
|
-
{% include book-list-url-img.html %}
|
5
|
-
<a href="{{ book.Download }}" target="_blank" download><img src="{{ img-url }}" class="responsive" alt="{{ book.Title }}"></a>
|
6
|
-
<div class="actions-h">
|
7
|
-
<!-- AddToAny BEGIN -->
|
8
|
-
{% if book.Download != "" and book.Download != nil %}
|
9
|
-
<a class="morel" href="{{ book.Download }}" target="_blank" download><i class="fa fa-file-pdf-o"></i></a>
|
10
|
-
{%endif%}
|
11
|
-
{% if book.Library != "" and book.Library != nil%}
|
12
|
-
<a class="morel" href="{{ book.Library }}"><i class="fa fa-book"></i></a>
|
13
|
-
{% endif %}
|
14
|
-
</div>
|
15
|
-
{% endif %}
|
16
|
-
{% endfor %}
|
1
|
+
<div class="img-frame">
|
2
|
+
{% for book in site.data.books %}
|
3
|
+
{% if book.Id == page.key %}
|
4
|
+
{% include book-list-url-img.html %}
|
5
|
+
<a href="{{ book.Download }}" target="_blank" download><img src="{{ img-url }}" class="responsive" alt="{{ book.Title }}"></a>
|
6
|
+
<div class="actions-h">
|
7
|
+
<!-- AddToAny BEGIN -->
|
8
|
+
{% if book.Download != "" and book.Download != nil %}
|
9
|
+
<a class="morel" href="{{ book.Download }}" target="_blank" download><i class="fa fa-file-pdf-o"></i></a>
|
10
|
+
{%endif%}
|
11
|
+
{% if book.Library != "" and book.Library != nil%}
|
12
|
+
<a class="morel" href="{{ book.Library }}"><i class="fa fa-book"></i></a>
|
13
|
+
{% endif %}
|
14
|
+
</div>
|
15
|
+
{% endif %}
|
16
|
+
{% endfor %}
|
17
17
|
</div>
|
@@ -1,17 +1,17 @@
|
|
1
|
-
<div class="img-frame">
|
2
|
-
{% for img in site.data.books %}
|
3
|
-
{% if img.Id == book.Id %}
|
4
|
-
{% include book-list-url-img_obra-suerte.html %}
|
5
|
-
<a href="{{ img.Download }}" target="_blank" download><img src="{{ img-url }}" class="responsive" alt="{{ img.Title }}"></a>
|
6
|
-
<div class="actions-h">
|
7
|
-
<!-- AddToAny BEGIN -->
|
8
|
-
{% if img.Download != "" and img.Download != nil %}
|
9
|
-
<a class="morel" href="{{ img.Download }}" target="_blank" download><i class="fa fa-file-pdf-o"></i></a>
|
10
|
-
{%endif%}
|
11
|
-
{% if book.Library != "" and book.Library != nil%}
|
12
|
-
<a class="morel" href="{{ img.Library }}"><i class="fa fa-book"></i></a>
|
13
|
-
{% endif %}
|
14
|
-
</div>
|
15
|
-
{% endif %}
|
16
|
-
{% endfor %}
|
1
|
+
<div class="img-frame">
|
2
|
+
{% for img in site.data.books %}
|
3
|
+
{% if img.Id == book.Id %}
|
4
|
+
{% include book-list-url-img_obra-suerte.html %}
|
5
|
+
<a href="{{ img.Download }}" target="_blank" download><img src="{{ img-url }}" class="responsive" alt="{{ img.Title }}"></a>
|
6
|
+
<div class="actions-h">
|
7
|
+
<!-- AddToAny BEGIN -->
|
8
|
+
{% if img.Download != "" and img.Download != nil %}
|
9
|
+
<a class="morel" href="{{ img.Download }}" target="_blank" download><i class="fa fa-file-pdf-o"></i></a>
|
10
|
+
{%endif%}
|
11
|
+
{% if book.Library != "" and book.Library != nil%}
|
12
|
+
<a class="morel" href="{{ img.Library }}"><i class="fa fa-book"></i></a>
|
13
|
+
{% endif %}
|
14
|
+
</div>
|
15
|
+
{% endif %}
|
16
|
+
{% endfor %}
|
17
17
|
</div>
|
data/_includes/actions-v.html
CHANGED
@@ -1,12 +1,12 @@
|
|
1
|
-
{% for book in site.data.books %}
|
2
|
-
{% if book.Id == page.key %}
|
3
|
-
{% if book.Download != "" and book.Download != nil %}
|
4
|
-
<a class="morel" href="{{ book.Download }}" target="_blank" download><i class="fa fa-file-pdf-o"></i></a>
|
5
|
-
{%endif%}
|
6
|
-
{% if book.Library != "" and book.Library != nil%}
|
7
|
-
<br>
|
8
|
-
<br>
|
9
|
-
<a class="morel" href="{{ book.Library }}"><i class="fa fa-book"></i></a>
|
10
|
-
{% endif %}
|
11
|
-
{% endif %}
|
1
|
+
{% for book in site.data.books %}
|
2
|
+
{% if book.Id == page.key %}
|
3
|
+
{% if book.Download != "" and book.Download != nil %}
|
4
|
+
<a class="morel" href="{{ book.Download }}" target="_blank" download><i class="fa fa-file-pdf-o"></i></a>
|
5
|
+
{%endif%}
|
6
|
+
{% if book.Library != "" and book.Library != nil%}
|
7
|
+
<br>
|
8
|
+
<br>
|
9
|
+
<a class="morel" href="{{ book.Library }}"><i class="fa fa-book"></i></a>
|
10
|
+
{% endif %}
|
11
|
+
{% endif %}
|
12
12
|
{% endfor %}
|
@@ -1,12 +1,12 @@
|
|
1
|
-
{% for link in site.data.books %}
|
2
|
-
{% if link.Id == book.Id %}
|
3
|
-
{% if link.Download != "" and link.Download != nil %}
|
4
|
-
<a class="morel" href="{{ link.Download }}" target="_blank" download><i class="fa fa-file-pdf-o"></i></a>
|
5
|
-
{%endif%}
|
6
|
-
{% if link.Library != "" and link.Library != nil%}
|
7
|
-
<br>
|
8
|
-
<br>
|
9
|
-
<a class="morel" href="{{ link.Library }}"><i class="fa fa-book"></i></a>
|
10
|
-
{% endif %}
|
11
|
-
{% endif %}
|
1
|
+
{% for link in site.data.books %}
|
2
|
+
{% if link.Id == book.Id %}
|
3
|
+
{% if link.Download != "" and link.Download != nil %}
|
4
|
+
<a class="morel" href="{{ link.Download }}" target="_blank" download><i class="fa fa-file-pdf-o"></i></a>
|
5
|
+
{%endif%}
|
6
|
+
{% if link.Library != "" and link.Library != nil%}
|
7
|
+
<br>
|
8
|
+
<br>
|
9
|
+
<a class="morel" href="{{ link.Library }}"><i class="fa fa-book"></i></a>
|
10
|
+
{% endif %}
|
11
|
+
{% endif %}
|
12
12
|
{% endfor %}
|
@@ -1,8 +1,8 @@
|
|
1
|
-
{% for book in site.data.books %}
|
2
|
-
{% assign authors_all = book.Author | split: ';' %}
|
3
|
-
{% for author_raw in authors_all %}
|
4
|
-
{% assign author_firstlast = author_raw | split: ', ' %}
|
5
|
-
{{ author_firstlast | reverse | join: " " }}
|
6
|
-
{% unless forloop.last == true %} + {% endunless %}
|
7
|
-
{% endfor %}
|
8
|
-
{% endfor %}
|
1
|
+
{% for book in site.data.books %}
|
2
|
+
{% assign authors_all = book.Author | split: ';' %}
|
3
|
+
{% for author_raw in authors_all %}
|
4
|
+
{% assign author_firstlast = author_raw | split: ', ' %}
|
5
|
+
{{ author_firstlast | reverse | join: " " }}
|
6
|
+
{% unless forloop.last == true %} + {% endunless %}
|
7
|
+
{% endfor %}
|
8
|
+
{% endfor %}
|
@@ -1,8 +1,8 @@
|
|
1
|
-
<!--lista 1 -->
|
2
|
-
<div class="row">
|
3
|
-
<!--LOOP DE LISTA 1-->
|
4
|
-
{% assign books = site.data.books %}
|
5
|
-
{% for book in books %}
|
6
|
-
{% include book-list-base.html %}
|
7
|
-
{% endfor %}
|
1
|
+
<!--lista 1 -->
|
2
|
+
<div class="row">
|
3
|
+
<!--LOOP DE LISTA 1-->
|
4
|
+
{% assign books = site.data.books %}
|
5
|
+
{% for book in books %}
|
6
|
+
{% include book-list-base.html %}
|
7
|
+
{% endfor %}
|
8
8
|
</div>
|
@@ -1,22 +1,22 @@
|
|
1
|
-
{% assign authors_all = book.Author | split: '; ' %}
|
2
|
-
{% include book-list-url-img.html %}
|
3
|
-
<div class="basis">
|
4
|
-
<div class="container">
|
5
|
-
<a href = "{% include book-list-url-page.html %}"> <img src="{{ img-url }}" alt="{{ book.Title }}" class="image sombra"></a>
|
6
|
-
<div class="overlay">
|
7
|
-
<div class="text">
|
8
|
-
{% include book-list-metadata.html %}
|
9
|
-
</div>
|
10
|
-
</div>
|
11
|
-
</div>
|
12
|
-
<div class="price">
|
13
|
-
<div class="title">{{ book.Title }}<br></div>
|
14
|
-
<div class="autor">
|
15
|
-
{% for author_raw in authors_all | limit: 3 %}
|
16
|
-
{% assign author_firstlast = author_raw | split: ', ' %}
|
17
|
-
{{ author_firstlast | reverse | join: " " }}
|
18
|
-
{% unless forloop.last == true %} + {% endunless %}
|
19
|
-
{% endfor %}
|
20
|
-
</div>
|
21
|
-
</div>
|
22
|
-
</div>
|
1
|
+
{% assign authors_all = book.Author | split: '; ' %}
|
2
|
+
{% include book-list-url-img.html %}
|
3
|
+
<div class="basis">
|
4
|
+
<div class="container">
|
5
|
+
<a href = "{% include book-list-url-page.html %}"> <img src="{{ img-url }}" alt="{{ book.Title }}" class="image sombra"></a>
|
6
|
+
<div class="overlay">
|
7
|
+
<div class="text">
|
8
|
+
{% include book-list-metadata.html %}
|
9
|
+
</div>
|
10
|
+
</div>
|
11
|
+
</div>
|
12
|
+
<div class="price">
|
13
|
+
<div class="title">{{ book.Title }}<br></div>
|
14
|
+
<div class="autor">
|
15
|
+
{% for author_raw in authors_all | limit: 3 %}
|
16
|
+
{% assign author_firstlast = author_raw | split: ', ' %}
|
17
|
+
{{ author_firstlast | reverse | join: " " }}
|
18
|
+
{% unless forloop.last == true %} + {% endunless %}
|
19
|
+
{% endfor %}
|
20
|
+
</div>
|
21
|
+
</div>
|
22
|
+
</div>
|
@@ -1,23 +1,23 @@
|
|
1
|
-
<!--lista 1 -->
|
2
|
-
<div class="row">
|
3
|
-
<!--LOOP DE LISTA 1-->
|
4
|
-
{% assign number = site.data.books.size %}
|
5
|
-
{% assign books = site.data.books | sample: number %}
|
6
|
-
{% assign limit = 7 %}
|
7
|
-
{% assign counter = 0 %}
|
8
|
-
{% for book in books %}
|
9
|
-
{% if book.Download and counter < limit %}
|
10
|
-
{% include book-list-base.html %}
|
11
|
-
{% assign counter = counter | plus: 1 %}
|
12
|
-
{% endif %}
|
13
|
-
{% endfor %}
|
14
|
-
<div class="basis masobras">
|
15
|
-
<div class="container">
|
16
|
-
<label for="listas"><img src="{{ site.BASE_PATH }}/assets/img/tema/+obras.png" class="image sombra"></label>
|
17
|
-
<div>
|
18
|
-
{% assign target = "downloads" %}
|
19
|
-
{% include ver-mas.html %}
|
20
|
-
</div>
|
21
|
-
</div>
|
22
|
-
</div>
|
1
|
+
<!--lista 1 -->
|
2
|
+
<div class="row">
|
3
|
+
<!--LOOP DE LISTA 1-->
|
4
|
+
{% assign number = site.data.books.size %}
|
5
|
+
{% assign books = site.data.books | sample: number %}
|
6
|
+
{% assign limit = 7 %}
|
7
|
+
{% assign counter = 0 %}
|
8
|
+
{% for book in books %}
|
9
|
+
{% if book.Download and counter < limit %}
|
10
|
+
{% include book-list-base.html %}
|
11
|
+
{% assign counter = counter | plus: 1 %}
|
12
|
+
{% endif %}
|
13
|
+
{% endfor %}
|
14
|
+
<div class="basis masobras">
|
15
|
+
<div class="container">
|
16
|
+
<label for="listas"><img src="{{ site.BASE_PATH }}/assets/img/tema/+obras.png" class="image sombra"></label>
|
17
|
+
<div>
|
18
|
+
{% assign target = "downloads" %}
|
19
|
+
{% include ver-mas.html %}
|
20
|
+
</div>
|
21
|
+
</div>
|
22
|
+
</div>
|
23
23
|
</div>
|
@@ -1,12 +1,12 @@
|
|
1
|
-
<a href="{% include book-list-url-page.html %}" title=""><p class="overlay-text-inside">Edition published in {{ book.Place }} by {{ book.Publisher }} in {{ 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">Edition published in {{ book.Place }} by {{ book.Publisher }} in {{ 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,23 +1,23 @@
|
|
1
|
-
<!--lista 1 -->
|
2
|
-
<div class="row">
|
3
|
-
<!--LOOP DE LISTA 1-->
|
4
|
-
{% assign number = site.data.books.size %}
|
5
|
-
{% assign books = site.data.books | sample: number %}
|
6
|
-
{% assign limit = 7 %}
|
7
|
-
{% assign counter = 0 %}
|
8
|
-
{% for book in books %}
|
9
|
-
{% if book.Download == null and counter < limit %}
|
10
|
-
{% include book-list-base.html %}
|
11
|
-
{% assign counter = counter | plus: 1 %}
|
12
|
-
{% endif %}
|
13
|
-
{% endfor %}
|
14
|
-
<div class="basis masobras">
|
15
|
-
<div class="container">
|
16
|
-
<label for="listas"><img src="{{ site.BASE_PATH }}/assets/img/tema/+obras.png" class="image sombra"></label>
|
17
|
-
<div>
|
18
|
-
{% assign target = "no-downloads" %}
|
19
|
-
{% include ver-mas.html %}
|
20
|
-
</div>
|
21
|
-
</div>
|
22
|
-
</div>
|
1
|
+
<!--lista 1 -->
|
2
|
+
<div class="row">
|
3
|
+
<!--LOOP DE LISTA 1-->
|
4
|
+
{% assign number = site.data.books.size %}
|
5
|
+
{% assign books = site.data.books | sample: number %}
|
6
|
+
{% assign limit = 7 %}
|
7
|
+
{% assign counter = 0 %}
|
8
|
+
{% for book in books %}
|
9
|
+
{% if book.Download == null and counter < limit %}
|
10
|
+
{% include book-list-base.html %}
|
11
|
+
{% assign counter = counter | plus: 1 %}
|
12
|
+
{% endif %}
|
13
|
+
{% endfor %}
|
14
|
+
<div class="basis masobras">
|
15
|
+
<div class="container">
|
16
|
+
<label for="listas"><img src="{{ site.BASE_PATH }}/assets/img/tema/+obras.png" class="image sombra"></label>
|
17
|
+
<div>
|
18
|
+
{% assign target = "no-downloads" %}
|
19
|
+
{% include ver-mas.html %}
|
20
|
+
</div>
|
21
|
+
</div>
|
22
|
+
</div>
|
23
23
|
</div>
|
@@ -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">Books by {% for author in authors_all_page reversed %} {{ author }}
|
6
|
-
{% endfor %} in {{ 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">Books by {% for author in authors_all_page reversed %} {{ author }}
|
6
|
+
{% endfor %} in {{ 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">Books by {% 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 %} in {{ 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">Books by {% 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 %} in {{ 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,8 +1,8 @@
|
|
1
|
-
<div class="basis masobras">
|
2
|
-
<div class="container">
|
3
|
-
<label for="listas"><img src="{{ site.BASE_PATH }}/assets/img/tema/+obras.png" class="image sombra"></label>
|
4
|
-
<div>
|
5
|
-
<a href="books"><div class="text"><label class="button" for="lista-obras"> VER ∀</label></div></a>
|
6
|
-
</div>
|
7
|
-
</div>
|
1
|
+
<div class="basis masobras">
|
2
|
+
<div class="container">
|
3
|
+
<label for="listas"><img src="{{ site.BASE_PATH }}/assets/img/tema/+obras.png" class="image sombra"></label>
|
4
|
+
<div>
|
5
|
+
<a href="books"><div class="text"><label class="button" for="lista-obras"> VER ∀</label></div></a>
|
6
|
+
</div>
|
7
|
+
</div>
|
8
8
|
</div>
|
@@ -1,8 +1,8 @@
|
|
1
|
-
<div class="basis masobras">
|
2
|
-
<div class="container">
|
3
|
-
<label for="listas"><img src="{{ site.BASE_PATH }}/assets/img/tema/+obras.png" class="image sombra"></label>
|
4
|
-
<div>
|
5
|
-
{% include ver-mas.html %}
|
6
|
-
</div>
|
7
|
-
</div>
|
1
|
+
<div class="basis masobras">
|
2
|
+
<div class="container">
|
3
|
+
<label for="listas"><img src="{{ site.BASE_PATH }}/assets/img/tema/+obras.png" class="image sombra"></label>
|
4
|
+
<div>
|
5
|
+
{% include ver-mas.html %}
|
6
|
+
</div>
|
7
|
+
</div>
|
8
8
|
</div>
|
@@ -1,17 +1,17 @@
|
|
1
|
-
<!--lista 1 -->
|
2
|
-
<div class="row">
|
3
|
-
<!--LOOP DE LISTA 1-->
|
4
|
-
{% assign books = site.data.books | where: "Series", "tr" | sample:7 %}
|
5
|
-
{% for book in books %}
|
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
|
-
{% assign target = "translations" %}
|
13
|
-
{% include ver-mas.html %}
|
14
|
-
</div>
|
15
|
-
</div>
|
16
|
-
</div>
|
1
|
+
<!--lista 1 -->
|
2
|
+
<div class="row">
|
3
|
+
<!--LOOP DE LISTA 1-->
|
4
|
+
{% assign books = site.data.books | where: "Series", "tr" | sample:7 %}
|
5
|
+
{% for book in books %}
|
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
|
+
{% assign target = "translations" %}
|
13
|
+
{% include ver-mas.html %}
|
14
|
+
</div>
|
15
|
+
</div>
|
16
|
+
</div>
|
17
17
|
</div>
|
@@ -1,8 +1,8 @@
|
|
1
|
-
{% assign authors_array = book.Author | split: '; ' %}
|
2
|
-
{% assign author_array = authors_array[0] | split:', ' %}
|
3
|
-
{% assign author = author_array[0] %}
|
4
|
-
{% assign title_raw = book.Title | remove: "=" | remove: ":" | split: ' ' %}
|
5
|
-
|
6
|
-
{% capture img-url %}
|
7
|
-
{{site.BASE_PATH}}/assets/img/{{ title_raw[0] | slugify:"latin" }}{% if title_raw[1] %}-{{ title_raw[1] | slugify:"latin" }}{% endif %}{% if title_raw[2] %}-{{ title_raw[2] | slugify:"latin" }}{% endif %}{% if title_raw[3] %}-{{ title_raw[3] | slugify:"latin" }}{% endif %}-{{ author | slugify:"latin"}}-{{ book.Date }}.jpg
|
8
|
-
{% endcapture %}
|
1
|
+
{% assign authors_array = book.Author | split: '; ' %}
|
2
|
+
{% assign author_array = authors_array[0] | split:', ' %}
|
3
|
+
{% assign author = author_array[0] %}
|
4
|
+
{% assign title_raw = book.Title | remove: "=" | remove: ":" | split: ' ' %}
|
5
|
+
|
6
|
+
{% capture img-url %}
|
7
|
+
{{site.BASE_PATH}}/assets/img/{{ title_raw[0] | slugify:"latin" }}{% if title_raw[1] %}-{{ title_raw[1] | slugify:"latin" }}{% endif %}{% if title_raw[2] %}-{{ title_raw[2] | slugify:"latin" }}{% endif %}{% if title_raw[3] %}-{{ title_raw[3] | slugify:"latin" }}{% endif %}-{{ author | slugify:"latin"}}-{{ book.Date }}.jpg
|
8
|
+
{% endcapture %}
|
@@ -1,8 +1,8 @@
|
|
1
|
-
{% assign authors_array = img.Author | split: '; ' %}
|
2
|
-
{% assign author_array = authors_array[0] | split:', ' %}
|
3
|
-
{% assign author = author_array[0] %}
|
4
|
-
{% assign title_raw = book.Title | remove: "=" | remove: ":" | split: ' ' %}
|
5
|
-
|
6
|
-
{% capture img-url %}
|
7
|
-
{{site.BASE_PATH}}/assets/img/{{ title_raw[0] | slugify:"latin" }}{% if title_raw[1] %}-{{ title_raw[1] | slugify:"latin" }}{% endif %}{% if title_raw[2] %}-{{ title_raw[2] | slugify:"latin" }}{% endif %}{% if title_raw[3] %}-{{ title_raw[3] | slugify:"latin" }}{% endif %}-{{ author | slugify:"latin"}}-{{ book.Date }}.jpg
|
8
|
-
{% endcapture %}
|
1
|
+
{% assign authors_array = img.Author | split: '; ' %}
|
2
|
+
{% assign author_array = authors_array[0] | split:', ' %}
|
3
|
+
{% assign author = author_array[0] %}
|
4
|
+
{% assign title_raw = book.Title | remove: "=" | remove: ":" | split: ' ' %}
|
5
|
+
|
6
|
+
{% capture img-url %}
|
7
|
+
{{site.BASE_PATH}}/assets/img/{{ title_raw[0] | slugify:"latin" }}{% if title_raw[1] %}-{{ title_raw[1] | slugify:"latin" }}{% endif %}{% if title_raw[2] %}-{{ title_raw[2] | slugify:"latin" }}{% endif %}{% if title_raw[3] %}-{{ title_raw[3] | slugify:"latin" }}{% endif %}-{{ author | slugify:"latin"}}-{{ book.Date }}.jpg
|
8
|
+
{% endcapture %}
|
@@ -1,6 +1,6 @@
|
|
1
|
-
{% assign authors_array = book.Author | split: '; ' %}
|
2
|
-
{% assign author_array = authors_array[0] | split:', ' %}
|
3
|
-
{% assign author_alone = author_array[0] %}
|
4
|
-
{% assign title_raw = book.Title | remove: "=" | remove: ":" | split: ' ' %}
|
5
|
-
|
1
|
+
{% assign authors_array = book.Author | split: '; ' %}
|
2
|
+
{% assign author_array = authors_array[0] | split:', ' %}
|
3
|
+
{% assign author_alone = author_array[0] %}
|
4
|
+
{% assign title_raw = book.Title | remove: "=" | remove: ":" | split: ' ' %}
|
5
|
+
|
6
6
|
{{site.BASE_PATH}}/books/{{ title_raw[0] | slugify:"latin" }}{% if title_raw[1] %}-{{ title_raw[1] | slugify:"latin" }}{% endif %}{% if title_raw[2] %}-{{ title_raw[2] | slugify:"latin" }}{% endif %}{% if title_raw[3] %}-{{ title_raw[3] | slugify:"latin" }}{% endif %}-{{ author_alone | slugify:"latin"}}-{{ book.Date }}
|
@@ -1,18 +1,18 @@
|
|
1
|
-
{% for metadata in site.data.books %}
|
2
|
-
{% if metadata.Id == book.Id %}
|
3
|
-
{% assign authors_all = metadata.Author | split: '; ' %}
|
4
|
-
|
5
|
-
Written by
|
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
|
-
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>
|
13
|
-
in {{ book.Date }}{% if book.Edition == book.Date %}. First edtition{% elsif book.Edition != "" and book.Edition != nil %} // First published in {{ book.Edition }}{% endif %} {% if book.Archive != "" and book.Archive != nil %}//
|
14
|
-
Retrieved by <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.Id == book.Id %}
|
3
|
+
{% assign authors_all = metadata.Author | split: '; ' %}
|
4
|
+
|
5
|
+
Written by
|
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
|
+
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>
|
13
|
+
in {{ book.Date }}{% if book.Edition == book.Date %}. First edtition{% elsif book.Edition != "" and book.Edition != nil %} // First published in {{ book.Edition }}{% endif %} {% if book.Archive != "" and book.Archive != nil %}//
|
14
|
+
Retrieved by <a href="{{site.BASE_PATH}}/repositories/{{ book.Archive | slugify:'latin' }}" title="{{ book.Archive }}">{{ book.Archive }}</a>{% endif %}
|
15
|
+
{% endif %}
|
16
|
+
{% endfor %}
|
17
|
+
|
18
|
+
|