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/assets/js/search.js
CHANGED
@@ -1,61 +1,61 @@
|
|
1
|
-
(function() {
|
2
|
-
function displaySearchResults(results, store) {
|
3
|
-
var searchResults = document.getElementById('search-results');
|
4
|
-
|
5
|
-
if (results.length) { // Are there any results?
|
6
|
-
var appendString = '';
|
7
|
-
|
8
|
-
for (var i = 0; i < results.length; i++) { // Iterate over the results
|
9
|
-
var item = store[results[i].ref];
|
10
|
-
appendString += '<li><a href="' + item.url + '"><h3>' + item.title + '</h3></a>';
|
11
|
-
appendString += '<p>' + item.content.substring(0, 150) + '...</p></li>';
|
12
|
-
}
|
13
|
-
|
14
|
-
searchResults.innerHTML = appendString;
|
15
|
-
} else {
|
16
|
-
searchResults.innerHTML = '<p>Aún esa obra o esa autora no están disponibles. <a href="{{site.BASE_PATH}}/agregar">Sugiere su incorporación</a><p>';
|
17
|
-
}
|
18
|
-
}
|
19
|
-
|
20
|
-
function getQueryVariable(variable) {
|
21
|
-
var query = window.location.search.substring(1);
|
22
|
-
var vars = query.split('&');
|
23
|
-
|
24
|
-
for (var i = 0; i < vars.length; i++) {
|
25
|
-
var pair = vars[i].split('=');
|
26
|
-
|
27
|
-
if (pair[0] === variable) {
|
28
|
-
return decodeURIComponent(pair[1].replace(/\+/g, '%20'));
|
29
|
-
}
|
30
|
-
}
|
31
|
-
}
|
32
|
-
|
33
|
-
var searchTerm = getQueryVariable('query');
|
34
|
-
|
35
|
-
if (searchTerm) {
|
36
|
-
document.getElementById('search-box').setAttribute("value", searchTerm);
|
37
|
-
|
38
|
-
// Initalize lunr with the fields it will be searching on. I've given title
|
39
|
-
// a boost of 10 to indicate matches on this field are more important.
|
40
|
-
var idx = lunr(function () {
|
41
|
-
this.field('id');
|
42
|
-
this.field('title', { boost: 10 });
|
43
|
-
this.field('author');
|
44
|
-
this.field('author');
|
45
|
-
this.field('content');
|
46
|
-
});
|
47
|
-
|
48
|
-
for (var key in window.store) { // Add the data to lunr
|
49
|
-
idx.add({
|
50
|
-
'id': key,
|
51
|
-
'title': window.store[key].title,
|
52
|
-
'author': window.store[key].author,
|
53
|
-
'author': window.store[key].author,
|
54
|
-
'content': window.store[key].content
|
55
|
-
});
|
56
|
-
|
57
|
-
var results = idx.search(searchTerm); // Get lunr to perform a search
|
58
|
-
displaySearchResults(results, window.store); // We'll write this in the next section
|
59
|
-
}
|
60
|
-
}
|
1
|
+
(function() {
|
2
|
+
function displaySearchResults(results, store) {
|
3
|
+
var searchResults = document.getElementById('search-results');
|
4
|
+
|
5
|
+
if (results.length) { // Are there any results?
|
6
|
+
var appendString = '';
|
7
|
+
|
8
|
+
for (var i = 0; i < results.length; i++) { // Iterate over the results
|
9
|
+
var item = store[results[i].ref];
|
10
|
+
appendString += '<li><a href="' + item.url + '"><h3>' + item.title + '</h3></a>';
|
11
|
+
appendString += '<p>' + item.content.substring(0, 150) + '...</p></li>';
|
12
|
+
}
|
13
|
+
|
14
|
+
searchResults.innerHTML = appendString;
|
15
|
+
} else {
|
16
|
+
searchResults.innerHTML = '<p>Aún esa obra o esa autora no están disponibles. <a href="{{site.BASE_PATH}}/agregar">Sugiere su incorporación</a><p>';
|
17
|
+
}
|
18
|
+
}
|
19
|
+
|
20
|
+
function getQueryVariable(variable) {
|
21
|
+
var query = window.location.search.substring(1);
|
22
|
+
var vars = query.split('&');
|
23
|
+
|
24
|
+
for (var i = 0; i < vars.length; i++) {
|
25
|
+
var pair = vars[i].split('=');
|
26
|
+
|
27
|
+
if (pair[0] === variable) {
|
28
|
+
return decodeURIComponent(pair[1].replace(/\+/g, '%20'));
|
29
|
+
}
|
30
|
+
}
|
31
|
+
}
|
32
|
+
|
33
|
+
var searchTerm = getQueryVariable('query');
|
34
|
+
|
35
|
+
if (searchTerm) {
|
36
|
+
document.getElementById('search-box').setAttribute("value", searchTerm);
|
37
|
+
|
38
|
+
// Initalize lunr with the fields it will be searching on. I've given title
|
39
|
+
// a boost of 10 to indicate matches on this field are more important.
|
40
|
+
var idx = lunr(function () {
|
41
|
+
this.field('id');
|
42
|
+
this.field('title', { boost: 10 });
|
43
|
+
this.field('author');
|
44
|
+
this.field('author');
|
45
|
+
this.field('content');
|
46
|
+
});
|
47
|
+
|
48
|
+
for (var key in window.store) { // Add the data to lunr
|
49
|
+
idx.add({
|
50
|
+
'id': key,
|
51
|
+
'title': window.store[key].title,
|
52
|
+
'author': window.store[key].author,
|
53
|
+
'author': window.store[key].author,
|
54
|
+
'content': window.store[key].content
|
55
|
+
});
|
56
|
+
|
57
|
+
var results = idx.search(searchTerm); // Get lunr to perform a search
|
58
|
+
displaySearchResults(results, window.store); // We'll write this in the next section
|
59
|
+
}
|
60
|
+
}
|
61
61
|
})();
|
@@ -1,98 +1,98 @@
|
|
1
|
-
---
|
2
|
-
title: description
|
3
|
-
lang: en
|
4
|
-
---
|
5
|
-
MOREL generates web sites from bibliographic collections. The MOREL sites gather book covers, excerpts, bibliographic clues, metadata and digital downloads from works stored in the Zotero reference manager.
|
6
|
-
|
7
|
-
<!-- more -->
|
8
|
-
|
9
|
-
Works are organized by dynamic lists, which automatically group the works according to common characteristics:
|
10
|
-
|
11
|
-
- [authors]({{site.BASE_PATH}}/criteria/author)
|
12
|
-
- [city of publication]({{site.BASE_PATH}}/criteria/city)
|
13
|
-
- [imprint or publisher]({{site.BASE_PATH}}/criteria/publisher)
|
14
|
-
- [nationality of authors]({{site.BASE_PATH}}/criteria/nationality)
|
15
|
-
- [edition date]({{site.BASE_PATH}}/criteria/edition)
|
16
|
-
- [digital repository]({{site.BASE_PATH}}/criteria/repository).
|
17
|
-
|
18
|
-
MOREL also has a [search engine]({{site.BASE_PATH}}/search) that allows you to find works directly.
|
19
|
-
|
20
|
-
# Installation Instructions
|
21
|
-
|
22
|
-
## Prerequisites
|
23
|
-
|
24
|
-
- **Zotero**: Install Zotero reference management software from the [official website](https://www.zotero.org/) and create collections to organize your content.
|
25
|
-
|
26
|
-
- **Python**: Install Python programming language from the [official Python website](https://www.python.org/) based on your operating system. Ensure you have Python version 3.x installed.
|
27
|
-
|
28
|
-
- **Jekyll**: Install Jekyll, a static site generator, using your preferred method:
|
29
|
-
- For macOS or Linux, open a terminal and run the following command:
|
30
|
-
```bash
|
31
|
-
$ gem install bundler jekyll
|
32
|
-
```
|
33
|
-
- For Windows, follow the installation guide provided on the [Jekyll website](https://jekyllrb.com/docs/installation/windows/).
|
34
|
-
|
35
|
-
## Installation Steps
|
36
|
-
|
37
|
-
1. **Download the Web Site Generator**
|
38
|
-
|
39
|
-
- Visit the GitHub repository for the web site generator at [https://github.com/example/repository](https://github.com/example/repository).
|
40
|
-
- Click on the "Download" button or clone the repository using the following command:
|
41
|
-
```bash
|
42
|
-
$ git clone https://github.com/example/repository.git
|
43
|
-
```
|
44
|
-
|
45
|
-
2. **Configure Jekyll**
|
46
|
-
|
47
|
-
- Open a terminal and navigate to the downloaded repository's directory:
|
48
|
-
```bash
|
49
|
-
$ cd /path/to/repository
|
50
|
-
```
|
51
|
-
- Install the necessary dependencies by running:
|
52
|
-
```bash
|
53
|
-
$ bundle install
|
54
|
-
```
|
55
|
-
- Customize the Jekyll configuration file (`_config.yml`) to match your preferences and set up necessary plugins or themes.
|
56
|
-
|
57
|
-
3. **Run Python Scripts**
|
58
|
-
|
59
|
-
- Ensure that you have Python installed and accessible from the command line.
|
60
|
-
- Navigate to the `scripts` directory within the downloaded repository:
|
61
|
-
```bash
|
62
|
-
$ cd /path/to/repository/scripts
|
63
|
-
```
|
64
|
-
- Execute the Python script(s) provided in the repository to extract data from your Zotero collections. For example:
|
65
|
-
```bash
|
66
|
-
$ python extract_data.py
|
67
|
-
```
|
68
|
-
- Follow any prompts or instructions provided by the script(s).
|
69
|
-
|
70
|
-
4. **Generate the Website**
|
71
|
-
|
72
|
-
- Return to the main directory of the downloaded repository:
|
73
|
-
```bash
|
74
|
-
$ cd /path/to/repository
|
75
|
-
```
|
76
|
-
- Build the website using Jekyll by running the following command:
|
77
|
-
```bash
|
78
|
-
$ bundle exec jekyll build
|
79
|
-
```
|
80
|
-
- Once the build process completes, the generated website will be available in the `_site` directory.
|
81
|
-
|
82
|
-
5. **Deployment**
|
83
|
-
|
84
|
-
- Deploy the generated website to your desired web server or hosting platform by following their respective instructions.
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
## "About" page for your site
|
89
|
-
|
90
|
-
If you aren't using MOREL yet, go to the [installation instructions](#install) bellow. If you installed MOREL already, these are your last steps to have it ready to run:
|
91
|
-
|
92
|
-
- Delete the file `_abouts/site-description.md`
|
93
|
-
- Edit `site-description_template`. Note that `site-description-template.md` has the current description for one of the sites built with MOREL: Afro-Latin American Writers in Translation (ALAWiT). Edit to your site's needs. But that there are dynamic fields, such as "{{ site.title }}" and "{{ site.books.size }}". We recommend you to keep them in your edition, so your site description is automatically updated as your collection grows.
|
94
|
-
- Rename the file to `site description.md`
|
95
|
-
- Run Jekyll build if you are using a local server, or wait for Github to deploy
|
96
|
-
|
97
|
-
|
98
|
-
|
1
|
+
---
|
2
|
+
title: description
|
3
|
+
lang: en
|
4
|
+
---
|
5
|
+
MOREL generates web sites from bibliographic collections. The MOREL sites gather book covers, excerpts, bibliographic clues, metadata and digital downloads from works stored in the Zotero reference manager.
|
6
|
+
|
7
|
+
<!-- more -->
|
8
|
+
|
9
|
+
Works are organized by dynamic lists, which automatically group the works according to common characteristics:
|
10
|
+
|
11
|
+
- [authors]({{site.BASE_PATH}}/criteria/author)
|
12
|
+
- [city of publication]({{site.BASE_PATH}}/criteria/city)
|
13
|
+
- [imprint or publisher]({{site.BASE_PATH}}/criteria/publisher)
|
14
|
+
- [nationality of authors]({{site.BASE_PATH}}/criteria/nationality)
|
15
|
+
- [edition date]({{site.BASE_PATH}}/criteria/edition)
|
16
|
+
- [digital repository]({{site.BASE_PATH}}/criteria/repository).
|
17
|
+
|
18
|
+
MOREL also has a [search engine]({{site.BASE_PATH}}/search) that allows you to find works directly.
|
19
|
+
|
20
|
+
# Installation Instructions
|
21
|
+
|
22
|
+
## Prerequisites
|
23
|
+
|
24
|
+
- **Zotero**: Install Zotero reference management software from the [official website](https://www.zotero.org/) and create collections to organize your content.
|
25
|
+
|
26
|
+
- **Python**: Install Python programming language from the [official Python website](https://www.python.org/) based on your operating system. Ensure you have Python version 3.x installed.
|
27
|
+
|
28
|
+
- **Jekyll**: Install Jekyll, a static site generator, using your preferred method:
|
29
|
+
- For macOS or Linux, open a terminal and run the following command:
|
30
|
+
```bash
|
31
|
+
$ gem install bundler jekyll
|
32
|
+
```
|
33
|
+
- For Windows, follow the installation guide provided on the [Jekyll website](https://jekyllrb.com/docs/installation/windows/).
|
34
|
+
|
35
|
+
## Installation Steps
|
36
|
+
|
37
|
+
1. **Download the Web Site Generator**
|
38
|
+
|
39
|
+
- Visit the GitHub repository for the web site generator at [https://github.com/example/repository](https://github.com/example/repository).
|
40
|
+
- Click on the "Download" button or clone the repository using the following command:
|
41
|
+
```bash
|
42
|
+
$ git clone https://github.com/example/repository.git
|
43
|
+
```
|
44
|
+
|
45
|
+
2. **Configure Jekyll**
|
46
|
+
|
47
|
+
- Open a terminal and navigate to the downloaded repository's directory:
|
48
|
+
```bash
|
49
|
+
$ cd /path/to/repository
|
50
|
+
```
|
51
|
+
- Install the necessary dependencies by running:
|
52
|
+
```bash
|
53
|
+
$ bundle install
|
54
|
+
```
|
55
|
+
- Customize the Jekyll configuration file (`_config.yml`) to match your preferences and set up necessary plugins or themes.
|
56
|
+
|
57
|
+
3. **Run Python Scripts**
|
58
|
+
|
59
|
+
- Ensure that you have Python installed and accessible from the command line.
|
60
|
+
- Navigate to the `scripts` directory within the downloaded repository:
|
61
|
+
```bash
|
62
|
+
$ cd /path/to/repository/scripts
|
63
|
+
```
|
64
|
+
- Execute the Python script(s) provided in the repository to extract data from your Zotero collections. For example:
|
65
|
+
```bash
|
66
|
+
$ python extract_data.py
|
67
|
+
```
|
68
|
+
- Follow any prompts or instructions provided by the script(s).
|
69
|
+
|
70
|
+
4. **Generate the Website**
|
71
|
+
|
72
|
+
- Return to the main directory of the downloaded repository:
|
73
|
+
```bash
|
74
|
+
$ cd /path/to/repository
|
75
|
+
```
|
76
|
+
- Build the website using Jekyll by running the following command:
|
77
|
+
```bash
|
78
|
+
$ bundle exec jekyll build
|
79
|
+
```
|
80
|
+
- Once the build process completes, the generated website will be available in the `_site` directory.
|
81
|
+
|
82
|
+
5. **Deployment**
|
83
|
+
|
84
|
+
- Deploy the generated website to your desired web server or hosting platform by following their respective instructions.
|
85
|
+
|
86
|
+
|
87
|
+
|
88
|
+
## "About" page for your site
|
89
|
+
|
90
|
+
If you aren't using MOREL yet, go to the [installation instructions](#install) bellow. If you installed MOREL already, these are your last steps to have it ready to run:
|
91
|
+
|
92
|
+
- Delete the file `_abouts/site-description.md`
|
93
|
+
- Edit `site-description_template`. Note that `site-description-template.md` has the current description for one of the sites built with MOREL: Afro-Latin American Writers in Translation (ALAWiT). Edit to your site's needs. But that there are dynamic fields, such as "{{ site.title }}" and "{{ site.books.size }}". We recommend you to keep them in your edition, so your site description is automatically updated as your collection grows.
|
94
|
+
- Rename the file to `site description.md`
|
95
|
+
- Run Jekyll build if you are using a local server, or wait for Github to deploy
|
96
|
+
|
97
|
+
|
98
|
+
|
@@ -1,17 +1,17 @@
|
|
1
|
-
---
|
2
|
-
title: description
|
3
|
-
lang: es
|
4
|
-
---
|
5
|
-
{{site.title}} es un recurso para lectores, escritores, editores, estudiantes y profesores interesades en la cultura afroamericana y latinoamericana en general, y afrolatinoamericana en particular. Reúne portadas, fragmentos, pistas bibliotecarias y descargas digitales de obras de autores negres latinoamericanes en lengua original y traducidas.
|
6
|
-
<!-- more -->
|
7
|
-
|
8
|
-
La colección se organiza por listas dinámicas, que agrupan las obras de acuerdo a características en común ([autores]({{site.BASE_PATH}}/criterios/author), [ciudad de edición]({{site.BASE_PATH}}/criterios/city), [imprenta o editorial]({{site.BASE_PATH}}/criterios/publisher), [nacionalidad de autores]({{site.BASE_PATH}}/criterios/nationality), [fecha de edición]({{site.BASE_PATH}}/criterios/edition) y [repositorio digital]({{site.BASE_PATH}}/criterios/repository)). Pero también cuenta con un [buscador]({{site.BASE_PATH}}/search) que permite encontrar obras directamente.
|
9
|
-
|
10
|
-
Hoy hay aproximadamente {{ site.books.size }} libros disponibles en {{ site.title }}, organizados en {{ site.authors.size }} autores, {{ site.publishers.size }} imprentas y editoriales, y {{ site.repositories.size }} repositorios. Además, 31 obras más se encuentran en proceso.
|
11
|
-
|
12
|
-
{{ site.title }} es una plataforma escalable. Y en la medida que crezca la cantidad de metadatos que se están almacenando, y se desarrollen nuevas funcionalidades, permitirá conocer datos relevantes sobre este corpus literario.
|
13
|
-
|
14
|
-
En esta primera etapa, el archivo se ha alimentado parcialmente de las compilaciones de Mark Sanders, Paulette Ramsay, Antonio D Tillis, Keenan Norris, Idelfonso Pereda Valdés y Emilio Vallagas. Pero el archivo se encuentra abierto para que usuaries y beneficiaries de la plataforma [incorporen nuevos contenidos]({{site.BASE_PATH}}/agregar).
|
15
|
-
|
16
|
-
¿Tienes alguna obra o traducción en mente que no forma parte de este archivo? ¡Anímate a [sugerir su inorporación]({{site.BASE_PATH}}/agregar)!
|
17
|
-
|
1
|
+
---
|
2
|
+
title: description
|
3
|
+
lang: es
|
4
|
+
---
|
5
|
+
{{site.title}} es un recurso para lectores, escritores, editores, estudiantes y profesores interesades en la cultura afroamericana y latinoamericana en general, y afrolatinoamericana en particular. Reúne portadas, fragmentos, pistas bibliotecarias y descargas digitales de obras de autores negres latinoamericanes en lengua original y traducidas.
|
6
|
+
<!-- more -->
|
7
|
+
|
8
|
+
La colección se organiza por listas dinámicas, que agrupan las obras de acuerdo a características en común ([autores]({{site.BASE_PATH}}/criterios/author), [ciudad de edición]({{site.BASE_PATH}}/criterios/city), [imprenta o editorial]({{site.BASE_PATH}}/criterios/publisher), [nacionalidad de autores]({{site.BASE_PATH}}/criterios/nationality), [fecha de edición]({{site.BASE_PATH}}/criterios/edition) y [repositorio digital]({{site.BASE_PATH}}/criterios/repository)). Pero también cuenta con un [buscador]({{site.BASE_PATH}}/search) que permite encontrar obras directamente.
|
9
|
+
|
10
|
+
Hoy hay aproximadamente {{ site.books.size }} libros disponibles en {{ site.title }}, organizados en {{ site.authors.size }} autores, {{ site.publishers.size }} imprentas y editoriales, y {{ site.repositories.size }} repositorios. Además, 31 obras más se encuentran en proceso.
|
11
|
+
|
12
|
+
{{ site.title }} es una plataforma escalable. Y en la medida que crezca la cantidad de metadatos que se están almacenando, y se desarrollen nuevas funcionalidades, permitirá conocer datos relevantes sobre este corpus literario.
|
13
|
+
|
14
|
+
En esta primera etapa, el archivo se ha alimentado parcialmente de las compilaciones de Mark Sanders, Paulette Ramsay, Antonio D Tillis, Keenan Norris, Idelfonso Pereda Valdés y Emilio Vallagas. Pero el archivo se encuentra abierto para que usuaries y beneficiaries de la plataforma [incorporen nuevos contenidos]({{site.BASE_PATH}}/agregar).
|
15
|
+
|
16
|
+
¿Tienes alguna obra o traducción en mente que no forma parte de este archivo? ¡Anímate a [sugerir su inorporación]({{site.BASE_PATH}}/agregar)!
|
17
|
+
|
@@ -1,16 +1,16 @@
|
|
1
|
-
---
|
2
|
-
title: description
|
3
|
-
lang: en
|
4
|
-
---
|
5
|
-
{{site.title}} is a resource for readers, writers, publishers, students and teachers interested in Afro-American and Latin American culture in general, and Afro-Latin American culture in particular. It gathers book covers, excerpts, bibliographic clues and digital downloads of works by black Latin American authors in original language and in translation.
|
6
|
-
<!-- more -->
|
7
|
-
|
8
|
-
The collection is organized by dynamic lists, which group the works according to common characteristics ([authors]({{site.BASE_PATH}}/criteria/author), [city of publication]({{site.BASE_PATH}}/criteria/city), [imprint or publisher]({{site.BASE_PATH}}/criteria/publisher), [nationality of authors]({{site.BASE_PATH}}/criteria/nationality), [edition date]({{site.BASE_PATH}}/criteria/edition) and [digital repository]({{site.BASE_PATH}}/criteria/repository)). But it also has a [search engine]({{site.BASE_PATH}}/search) that allows you to find works directly.
|
9
|
-
|
10
|
-
Today there are approximately {{ site.books.size }} books available on {{ site.title }}, organized by {{ site.authors.size }} authors, {{ site.publishers.size }} presses and publishers, and {{ site.repositories.size }} repositories. In addition, 31 more works are in progress.
|
11
|
-
|
12
|
-
{{ site.title }} is a scalable platform. And as the amount of metadata being stored grows, and new functionalities are developed, it will allow to know relevant data about this literary corpus.
|
13
|
-
|
14
|
-
In this first stage, the archive has been partially fed by the compilations of Mark Sanders, Paulette Ramsay, Antonio D Tillis, Keenan Norris, Idelfonso Pereda Valdés and Emilio Vallagas. But the archive is open for users and beneficiaries of the platform to [add new content]({{site.BASE_PATH}}/add).
|
15
|
-
|
1
|
+
---
|
2
|
+
title: description
|
3
|
+
lang: en
|
4
|
+
---
|
5
|
+
{{site.title}} is a resource for readers, writers, publishers, students and teachers interested in Afro-American and Latin American culture in general, and Afro-Latin American culture in particular. It gathers book covers, excerpts, bibliographic clues and digital downloads of works by black Latin American authors in original language and in translation.
|
6
|
+
<!-- more -->
|
7
|
+
|
8
|
+
The collection is organized by dynamic lists, which group the works according to common characteristics ([authors]({{site.BASE_PATH}}/criteria/author), [city of publication]({{site.BASE_PATH}}/criteria/city), [imprint or publisher]({{site.BASE_PATH}}/criteria/publisher), [nationality of authors]({{site.BASE_PATH}}/criteria/nationality), [edition date]({{site.BASE_PATH}}/criteria/edition) and [digital repository]({{site.BASE_PATH}}/criteria/repository)). But it also has a [search engine]({{site.BASE_PATH}}/search) that allows you to find works directly.
|
9
|
+
|
10
|
+
Today there are approximately {{ site.books.size }} books available on {{ site.title }}, organized by {{ site.authors.size }} authors, {{ site.publishers.size }} presses and publishers, and {{ site.repositories.size }} repositories. In addition, 31 more works are in progress.
|
11
|
+
|
12
|
+
{{ site.title }} is a scalable platform. And as the amount of metadata being stored grows, and new functionalities are developed, it will allow to know relevant data about this literary corpus.
|
13
|
+
|
14
|
+
In this first stage, the archive has been partially fed by the compilations of Mark Sanders, Paulette Ramsay, Antonio D Tillis, Keenan Norris, Idelfonso Pereda Valdés and Emilio Vallagas. But the archive is open for users and beneficiaries of the platform to [add new content]({{site.BASE_PATH}}/add).
|
15
|
+
|
16
16
|
If you have a work or translation in mind that is not part of this archive, please [suggest its incorporation]({{site.BASE_PATH}}/add)!
|
@@ -1,3 +1,3 @@
|
|
1
|
-
---
|
2
|
-
title: Abraham Hall, Nancy
|
1
|
+
---
|
2
|
+
title: Abraham Hall, Nancy
|
3
3
|
---
|
@@ -1,3 +1,3 @@
|
|
1
|
-
---
|
2
|
-
title: Abudu, Gabriel
|
1
|
+
---
|
2
|
+
title: Abudu, Gabriel
|
3
3
|
---
|
@@ -1,3 +1,3 @@
|
|
1
|
-
---
|
2
|
-
title: Adress Guzmán, Alexandra
|
1
|
+
---
|
2
|
+
title: Adress Guzmán, Alexandra
|
3
3
|
---
|
@@ -1,3 +1,3 @@
|
|
1
|
-
---
|
2
|
-
title: Alves, Miriam Aparecida
|
1
|
+
---
|
2
|
+
title: Alves, Miriam Aparecida
|
3
3
|
---
|
@@ -1,3 +1,3 @@
|
|
1
|
-
---
|
2
|
-
title: Arozarena, Marcelino
|
1
|
+
---
|
2
|
+
title: Arozarena, Marcelino
|
3
3
|
---
|
@@ -1,3 +1,3 @@
|
|
1
|
-
---
|
2
|
-
title: Artel, Jorge
|
1
|
+
---
|
2
|
+
title: Artel, Jorge
|
3
3
|
---
|
@@ -1,3 +1,3 @@
|
|
1
|
-
---
|
2
|
-
title: Assis, Machado de
|
1
|
+
---
|
2
|
+
title: Assis, Machado de
|
3
3
|
---
|
@@ -1,3 +1,3 @@
|
|
1
|
-
---
|
2
|
-
title: Barreto, Lima
|
1
|
+
---
|
2
|
+
title: Barreto, Lima
|
3
3
|
---
|
@@ -1,3 +1,3 @@
|
|
1
|
-
---
|
2
|
-
title: Batrell, Ricardo
|
1
|
+
---
|
2
|
+
title: Batrell, Ricardo
|
3
3
|
---
|
@@ -1,3 +1,3 @@
|
|
1
|
-
---
|
2
|
-
title: Bejarano Velásquez, Nidia Bejarano
|
1
|
+
---
|
2
|
+
title: Bejarano Velásquez, Nidia Bejarano
|
3
3
|
---
|
@@ -1,3 +1,3 @@
|
|
1
|
-
---
|
2
|
-
title: Beleño C., Joaquín
|
1
|
+
---
|
2
|
+
title: Beleño C., Joaquín
|
3
3
|
---
|
@@ -1,3 +1,3 @@
|
|
1
|
-
---
|
2
|
-
title: Benet Robinson, Ofelia Margarita
|
1
|
+
---
|
2
|
+
title: Benet Robinson, Ofelia Margarita
|
3
3
|
---
|
@@ -1,3 +1,3 @@
|
|
1
|
-
---
|
2
|
-
title: Bernard, Eulalia
|
1
|
+
---
|
2
|
+
title: Bernard, Eulalia
|
3
3
|
---
|
@@ -1,3 +1,3 @@
|
|
1
|
-
---
|
2
|
-
title: Brindis de Salas, Virginia
|
1
|
+
---
|
2
|
+
title: Brindis de Salas, Virginia
|
3
3
|
---
|
@@ -1,3 +1,3 @@
|
|
1
|
-
---
|
2
|
-
title: Britos Serrat, Alberto
|
1
|
+
---
|
2
|
+
title: Britos Serrat, Alberto
|
3
3
|
---
|
@@ -1,3 +1,3 @@
|
|
1
|
-
---
|
2
|
-
title: Bustos Aguirre, Rómulo
|
1
|
+
---
|
2
|
+
title: Bustos Aguirre, Rómulo
|
3
3
|
---
|
@@ -1,3 +1,3 @@
|
|
1
|
-
---
|
2
|
-
title: Carlyon, Mark
|
1
|
+
---
|
2
|
+
title: Carlyon, Mark
|
3
3
|
---
|
@@ -1,3 +1,3 @@
|
|
1
|
-
---
|
2
|
-
title: Carmell, Pamela
|
1
|
+
---
|
2
|
+
title: Carmell, Pamela
|
3
3
|
---
|
@@ -1,3 +1,3 @@
|
|
1
|
-
---
|
2
|
-
title: Carr, Richard J.
|
1
|
+
---
|
2
|
+
title: Carr, Richard J.
|
3
3
|
---
|
@@ -1,3 +1,3 @@
|
|
1
|
-
---
|
2
|
-
title: Cartagena Portalat??n, Aída
|
1
|
+
---
|
2
|
+
title: Cartagena Portalat??n, Aída
|
3
3
|
---
|
@@ -1,3 +1,3 @@
|
|
1
|
-
---
|
2
|
-
title: Cartagena Portalatón, Aída
|
1
|
+
---
|
2
|
+
title: Cartagena Portalatón, Aída
|
3
3
|
---
|
@@ -1,3 +1,3 @@
|
|
1
|
-
---
|
2
|
-
title: Castillo, Nila del Socorro
|
1
|
+
---
|
2
|
+
title: Castillo, Nila del Socorro
|
3
3
|
---
|
@@ -1,3 +1,3 @@
|
|
1
|
-
---
|
2
|
-
title: Castillo Reina, Felipa Trifenia
|
1
|
+
---
|
2
|
+
title: Castillo Reina, Felipa Trifenia
|
3
3
|
---
|
@@ -1,3 +1,3 @@
|
|
1
|
-
---
|
2
|
-
title: Chagas, Jorge
|
1
|
+
---
|
2
|
+
title: Chagas, Jorge
|
3
3
|
---
|
@@ -1,3 +1,3 @@
|
|
1
|
-
---
|
2
|
-
title: Chapman, Annie
|
1
|
+
---
|
2
|
+
title: Chapman, Annie
|
3
3
|
---
|
@@ -1,3 +1,3 @@
|
|
1
|
-
---
|
2
|
-
title: Chavarría Londoño, Hermilda
|
1
|
+
---
|
2
|
+
title: Chavarría Londoño, Hermilda
|
3
3
|
---
|
@@ -1,3 +1,3 @@
|
|
1
|
-
---
|
2
|
-
title: Chiriboga, Luz Argentina
|
1
|
+
---
|
2
|
+
title: Chiriboga, Luz Argentina
|
3
3
|
---
|
@@ -1,3 +1,3 @@
|
|
1
|
-
---
|
2
|
-
title: Córdoba, Jenny de la Torre
|
1
|
+
---
|
2
|
+
title: Córdoba, Jenny de la Torre
|
3
3
|
---
|
@@ -1,3 +1,3 @@
|
|
1
|
-
---
|
2
|
-
title: Cordones Cook, Alexander Michael
|
1
|
+
---
|
2
|
+
title: Cordones Cook, Alexander Michael
|
3
3
|
---
|
@@ -1,3 +1,3 @@
|
|
1
|
-
---
|
2
|
-
title: Cordones-Cook, Juanamaría
|
1
|
+
---
|
2
|
+
title: Cordones-Cook, Juanamaría
|
3
3
|
---
|
@@ -1,3 +1,3 @@
|
|
1
|
-
---
|
2
|
-
title: Corpus Stephens, Briceña
|
1
|
+
---
|
2
|
+
title: Corpus Stephens, Briceña
|
3
3
|
---
|
@@ -1,3 +1,3 @@
|
|
1
|
-
---
|
2
|
-
title: Cueto Mercado, Muris
|
1
|
+
---
|
2
|
+
title: Cueto Mercado, Muris
|
3
3
|
---
|
@@ -1,3 +1,3 @@
|
|
1
|
-
---
|
2
|
-
title: «Cuti», Luiz Silva
|
1
|
+
---
|
2
|
+
title: «Cuti», Luiz Silva
|
3
3
|
---
|
@@ -1,3 +1,3 @@
|
|
1
|
-
---
|
2
|
-
title: de la Torre Córdoba, Jenny
|
1
|
+
---
|
2
|
+
title: de la Torre Córdoba, Jenny
|
3
3
|
---
|