morel-theme-pack 0.1.0
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 +7 -0
- data/LICENSE.txt +21 -0
- data/README.md +68 -0
- data/_data/books.csv +82 -0
- data/_data/chriterias.csv +7 -0
- data/_includes/actions-h.html +17 -0
- data/_includes/actions-h_obra-suerte.html +17 -0
- data/_includes/actions-v.html +12 -0
- data/_includes/actions-v_obra-suerte.html +12 -0
- data/_includes/author-firstlast.html +8 -0
- data/_includes/book-list-all.html +8 -0
- data/_includes/book-list-base.html +22 -0
- data/_includes/book-list-download.html +23 -0
- data/_includes/book-list-metadata.html +12 -0
- data/_includes/book-list-no-download.html +23 -0
- data/_includes/book-list-related-author.html +16 -0
- data/_includes/book-list-related-book.html +30 -0
- data/_includes/book-list-seeall.html +8 -0
- data/_includes/book-list-seemore.html +8 -0
- data/_includes/book-list-translations.html +17 -0
- data/_includes/book-list-url-img.html +8 -0
- data/_includes/book-list-url-img_obra-suerte.html +8 -0
- data/_includes/book-list-url-page.html +6 -0
- data/_includes/book-metadata-index.html +18 -0
- data/_includes/book-metadata-noequal.html +18 -0
- data/_includes/book-metadata-nolinks.html +16 -0
- data/_includes/book-metadata.html +18 -0
- data/_includes/book-sample.html +31 -0
- data/_includes/chriteria.html +20 -0
- data/_includes/default.html +36 -0
- data/_includes/empty-chriteria.html +8 -0
- data/_includes/es/book-list-metadata.html +12 -0
- data/_includes/es/book-list-related-author.html +16 -0
- data/_includes/es/book-list-related-book.html +30 -0
- data/_includes/es/book-list-translations_.html +16 -0
- data/_includes/es/book-metadata copy.html +18 -0
- data/_includes/es/book-metadata-index.html +18 -0
- data/_includes/es/book-metadata.html +18 -0
- data/_includes/es/lista-relacionadas-ciudad.html +13 -0
- data/_includes/es/lista-relacionadas-editorial.html +13 -0
- data/_includes/es/lista-relacionadas-libro.html +40 -0
- data/_includes/es/lista-relacionadas-repositorio.html +13 -0
- data/_includes/es/promotion.html +28 -0
- data/_includes/es/search.html +77 -0
- data/_includes/es/ver-mas-prom.html +1 -0
- data/_includes/es/ver-mas.html +1 -0
- data/_includes/footer.html +11 -0
- data/_includes/iteration.html +12 -0
- data/_includes/lista-relacionadas-ciudad.html +13 -0
- data/_includes/lista-relacionadas-editorial.html +13 -0
- data/_includes/lista-relacionadas-libro.html +40 -0
- data/_includes/lista-relacionadas-repositorio.html +13 -0
- data/_includes/lista-todas-sample.html +31 -0
- data/_includes/lista-todas.html +22 -0
- data/_includes/nav-bar.html +19 -0
- data/_includes/obras-por-autora.html +18 -0
- data/_includes/obras-por-ciudad.html +24 -0
- data/_includes/obras-por-imprenta-y-editorial.html +23 -0
- data/_includes/obras-por-repositorio.html +22 -0
- data/_includes/promotion.html +27 -0
- data/_includes/search.html +77 -0
- data/_includes/site-description.html +12 -0
- data/_includes/social-block.html +22 -0
- data/_includes/social-share.html +17 -0
- data/_includes/ultima-vitrina.html +40 -0
- data/_includes/ver-mas-prom.html +1 -0
- data/_includes/ver-mas.html +1 -0
- data/_layouts/about.html +38 -0
- data/_layouts/agregar.html +39 -0
- data/_layouts/author.html +40 -0
- data/_layouts/book.html +38 -0
- data/_layouts/books-download.html +15 -0
- data/_layouts/books-no-download.html +15 -0
- data/_layouts/books-translation.html +12 -0
- data/_layouts/busquedas.html +13 -0
- data/_layouts/city.html +5 -0
- data/_layouts/default-blog.html +23 -0
- data/_layouts/default.html +40 -0
- data/_layouts/empty.html +1 -0
- data/_layouts/es/index.html +37 -0
- data/_layouts/es/page-chriteria.html +6 -0
- data/_layouts/es/search.html +77 -0
- data/_layouts/index.html +37 -0
- data/_layouts/obras-sample.html +4 -0
- data/_layouts/obras-todas.html +5 -0
- data/_layouts/page-chriteria.html +7 -0
- data/_layouts/page.html +5 -0
- data/_layouts/periodo.html +5 -0
- data/_layouts/post-index.html +32 -0
- data/_layouts/post.html +42 -0
- data/_layouts/publisher.html +5 -0
- data/_layouts/repository.html +5 -0
- data/_layouts/search.html +77 -0
- data/_sass/base/_reset.scss +33 -0
- data/_sass/base/_typography.scss +155 -0
- data/_sass/base/_variables.scss +62 -0
- data/_sass/components/_buttons.scss +71 -0
- data/_sass/components/_modals.scss +92 -0
- data/_sass/layout/_footer.scss +51 -0
- data/_sass/layout/_forms.scss +106 -0
- data/_sass/layout/_grid.scss +394 -0
- data/_sass/layout/_header.scss +69 -0
- data/_sass/layout/_navigation.scss +145 -0
- data/_sass/pages/_author.scss +69 -0
- data/_sass/pages/_blog.scss +149 -0
- data/_sass/pages/_chriteria.scss +46 -0
- data/_sass/vendors/_particles.scss +16 -0
- data/assets/css/main.scss +17 -0
- data/assets/data/books_zotero.csv +82 -0
- data/assets/img/Antolog/303/255a mujeres poetas afrocolombianas.jpg +0 -0
- data/assets/img/Estrelas-no-dedo-Alves-1985.jpg +0 -0
- data/assets/img/La-selva-y-la-Palacios-2010.jpg +0 -0
- data/assets/img/Statues_in_Santu/303/241rio_do_Bom_Jesus_de_Matosinhos_015.JPG +0 -0
- data/assets/img/a-black-soldier-s-story-batrell-2010.jpg +0 -0
- data/assets/img/always-rebellious-selected-herrera-1996.jpg +0 -0
- data/assets/img/always-rebellious-selected-poems-herrera-1996.jpg +0 -0
- data/assets/img/an-old-woman-remembers-russell-1995.jpg +0 -0
- data/assets/img/antologia-de-mujeres-poetas-marinez-de-varela-2010.jpg +0 -0
- data/assets/img/antologia-de-poetas-negros-britos-serrat-1990.jpg +0 -0
- data/assets/img/antologia-manuscritos-jacinto-ventura(1).jpg +0 -0
- data/assets/img/antologia-manuscritos-jacinto-ventura.jpg +0 -0
- data/assets/img/antologia-mujeres-poetas-afrocolombianas.jpg +0 -0
- data/assets/img/antologia-poetas-negros-uruguayos.jpg +0 -0
- data/assets/img/autobiografia-de-un-esclavo-manzano-1975.jpg +0 -0
- data/assets/img/autobiografia-esclavo-juan-francisco-manzano.jpg +0 -0
- data/assets/img/avatar.png +0 -0
- data/assets/img/baladas-para-un-sue-o-morejon-1989.jpg +0 -0
- data/assets/img/baladas-para-un-sueno-morejon-1989.jpg +0 -0
- data/assets/img/calle-diez-manuel-zapata.jpg +0 -0
- data/assets/img/cancion-negra-sin-color-arozarena-1966.jpg +0 -0
- data/assets/img/cantos-populares-de-mi-obeso-1877.jpg +0 -0
- data/assets/img/cantos-populares-tierra-candelario-obeso.jpg +0 -0
- data/assets/img/capao-pecado-ferreira-da-silva-ferrez-2017.jpg +0 -0
- data/assets/img/capao-pecado-ferrez-2017.jpg +0 -0
- data/assets/img/chango-el-gran-putas-manuel-zapata.jpg +0 -0
- data/assets/img/chango-el-gran-putas-zapata-olivella-2010.jpg +0 -0
- data/assets/img/chango-the-biggest-badass-zapata-olivella-2010.jpg +0 -0
- data/assets/img/cien-carceles-de-amor-brindis-de-salas-1949.jpg +0 -0
- data/assets/img/cien_carceles_virginia_Morel.jpg +0 -0
- data/assets/img/cuando-los-guayacanes-florecian-estupinan-bass-1954.jpg +0 -0
- data/assets/img/cuentos-andinos-lopez-albujar-2010.jpg +0 -0
- data/assets/img/cuentos-de-anansi-duncan-2019.jpg +0 -0
- data/assets/img/cuentos-y-relatos-escogidos-duran-ayanegui-2004.jpg +0 -0
- data/assets/img/cumboto-diaz-sanchez-1969.jpg +0 -0
- data/assets/img/detras-del-rostro-manuel-zapata.jpg +0 -0
- data/assets/img/detras-del-rostro-zapata-olivella-2020.jpg +0 -0
- data/assets/img/down-these-mean-streets-thomas-1991.jpg +0 -0
- data/assets/img/drums-under-my-skin-chiriboga-1996.jpg +0 -0
- data/assets/img/el-diario-intimo-de-mata-gil-2002.jpg +0 -0
- data/assets/img/el-espejo-y-la-ortiz-1983.jpg +0 -0
- data/assets/img/el-pardejon-la-novela-chagas-2020.jpg +0 -0
- data/assets/img/enrique-lopez-albujar-cuentos-andinos.jpg +0 -0
- data/assets/img/enrique-lopez-albujar-mataleche.jpg +0 -0
- data/assets/img/enrique-lopez-albujar-nuevos-cuentos-andinos.jpg +0 -0
- data/assets/img/espejo-ventana-adalberto-ortiz.jpg +0 -0
- data/assets/img/este-mundo-no-es-chiriboga-2017.jpg +0 -0
- data/assets/img/estrelas-no-dedo-alves-1985.jpg +0 -0
- data/assets/img/estrelas-no-dedo-miriam-alves.jpg +0 -0
- data/assets/img/estrellas-negras-arnoldo-palacios.jpg +0 -0
- data/assets/img/evocacoes-sousa-1898.jpg +0 -0
- data/assets/img/fabulas-de-tamalameque-zapata-olivella-2019.jpg +0 -0
- data/assets/img/fabulas-tamalameque-manuel-zapata.jpg +0 -0
- data/assets/img/familia-unzuaza-martin-morua-delgao.jpg +0 -0
- data/assets/img/gamboa-road-gang-los-beleno-c-1959.jpg +0 -0
- data/assets/img/historia-de-un-joven-zapata-olivella-1990.jpg +0 -0
- data/assets/img/hombres-curtidos-duncan-1971.jpg +0 -0
- data/assets/img/horas-de-meditacion-mendizabal-1869.jpg +0 -0
- data/assets/img/iconografia-hernandez-1916.jpg +0 -0
- data/assets/img/impresiones-literarias-las-novelas-morua-delgado-1892.jpg +0 -0
- data/assets/img/impresiones-literarias-martin-morua-delgao.jpg +0 -0
- data/assets/img/juyungo-a-classic-afro-hispanic-ortiz-1991.jpg +0 -0
- data/assets/img/juyungo-ortiz-1982.jpg +0 -0
- data/assets/img/la-calle-10-zapata-olivella-2020.jpg +0 -0
- data/assets/img/la-copa-de-amatista-hernandez-1923.jpg +0 -0
- data/assets/img/la-familia-unzuazu-novela-morua-delgado-1901.jpg +0 -0
- data/assets/img/la-selva-y-la-palacios-2010.jpg +0 -0
- data/assets/img/la-sombra-la-novela-chagas-2013.jpg +0 -0
- data/assets/img/las-estrellas-son-negras-palacios-2010.jpg +0 -0
- data/assets/img/logo.png +0 -0
- data/assets/img/looking-within-selected-poems-morejon-2003.jpg +0 -0
- data/assets/img/malungos-e-milongas-conto-ribeiro-1988.jpg +0 -0
- data/assets/img/malungos-milongas-esmeralda-ribeiro.jpg +0 -0
- data/assets/img/matalache-lopez-albujar-1978.jpg +0 -0
- data/assets/img/memoria-resistencia-antologia-rodriguez-cabral-2004.jpg +0 -0
- data/assets/img/memoria-y-resistencia-antologia-rodriguez-cabral-2004.jpg +0 -0
- data/assets/img/memoria-y-resistencia-cristina-rodriguez.jpg +0 -0
- data/assets/img/memorial-de-ayres-assis-1908.jpg +0 -0
- data/assets/img/momentos-busca-miriam-alves.jpg +0 -0
- data/assets/img/momentos-de-busca-poemas-alves-1983.jpg +0 -0
- data/assets/img/my-mother-was-a-monet-2017.jpg +0 -0
- data/assets/img/negras-somos-antologia-de-panchano-2013.jpg +0 -0
- data/assets/img/negros-em-contos-cuti-1996.jpg +0 -0
- data/assets/img/negros-em-contos-luiz-silva-cuti.jpg +0 -0
- data/assets/img/no-es-la-muerte-artel-1979.jpg +0 -0
- data/assets/img/no-give-up-maan-robinson-abrahams-2016.jpg +0 -0
- data/assets/img/no-give-up-man-hazel-robinson.jpg +0 -0
- data/assets/img/nochebuena-negra-juan-pablo-sojo.jpg +0 -0
- data/assets/img/nochebuena-negra-sojo-1943.jpg +0 -0
- data/assets/img/nochebuena-negra-sojo-2017.jpg +0 -0
- data/assets/img/obra-poetica-bustos-aguirre-2010.jpg +0 -0
- data/assets/img/obra-poetica-pedro-blas.jpg +0 -0
- data/assets/img/obra-poetica-romero-2010.jpg +0 -0
- data/assets/img/obra-poetica-romulo-bustos.jpg +0 -0
- data/assets/img/para-la-historia-apuntes-batrell-1912.jpg +0 -0
- data/assets/img/pedra-retorcida-joao-vanderlei-de-moraes-filho.jpg +0 -0
- data/assets/img/pedra-retorcida-moraes-filho-2004.jpg +0 -0
- data/assets/img/poemas-botas-banderas-jorge-artel.jpg +0 -0
- data/assets/img/poemas-con-botas-y-artel-1972.jpg +0 -0
- data/assets/img/poemas-da-carapinha-cuti-1978.jpg +0 -0
- data/assets/img/poemas-da-carapinha-luiz-silva-cuti.jpg +0 -0
- data/assets/img/poems-by-a-slave-manzano-1840.jpg +0 -0
- data/assets/img/poesia-completa-herrera-2016.jpg +0 -0
- data/assets/img/poesia-escogida-romulo-bustos.jpg +0 -0
- data/assets/img/poesia-pedroso-1996.jpg +0 -0
- data/assets/img/poesias-completas-de-placido-placido-1856.jpg +0 -0
- data/assets/img/poesias-completas-placido.jpg +0 -0
- data/assets/img/por-los-senderos-de-zapata-olivella-2010.jpg +0 -0
- data/assets/img/pregon-de-marimorena-poemas-brindis-de-salas-1952.jpg +0 -0
- data/assets/img/pregon_marimorena_virginia_brindis_Morel.jpg +0 -0
- data/assets/img/primeros-versos-mendizabal-1865.jpg +0 -0
- data/assets/img/querencias-homing-instincts-morejon-2013.jpg +0 -0
- data/assets/img/ritmoheroe-bernard-1996.jpg +0 -0
- data/assets/img/romulo-bustos-aguirre-poesia-bustos-aguirre-2014.jpg +0 -0
- data/assets/img/senderos-ancestros-manuel-zapata.jpg +0 -0
- data/assets/img/sirena-selena-santos-febres-2013.jpg +0 -0
- data/assets/img/sirena-selena-vestida-de-santos-febres-2000.jpg +0 -0
- data/assets/img/sofia-martin-morua-delgao.jpg +0 -0
- data/assets/img/sofia-morua-delgado-1891.jpg +0 -0
- data/assets/img/sofia-novela-cubana-morua-delgado-1891.jpg +0 -0
- data/assets/img/solo-acero-pedroso-1979.jpg +0 -0
- data/assets/img/tambores-bajo-mi-piel-chiriboga-1999.jpg +0 -0
- data/assets/img/tambores-en-la-noche-artel-2010.jpg +0 -0
- data/assets/img/tambores-en-la-noche-jorge-artel.jpg +0 -0
- data/assets/img/tema/+obras.png +0 -0
- data/assets/img/tema/agregar.jpg +0 -0
- data/assets/img/tema/autora.jpg +0 -0
- data/assets/img/tema/avatar.png +0 -0
- data/assets/img/tema/bello-fondo.png +0 -0
- data/assets/img/tema/e.png +0 -0
- data/assets/img/tema/edicion.jpg +0 -0
- data/assets/img/tema/imprenta.jpg +0 -0
- data/assets/img/tema/l.png +0 -0
- data/assets/img/tema/logo.png +0 -0
- data/assets/img/tema/logo_.png +0 -0
- data/assets/img/tema/lugar.jpg +0 -0
- data/assets/img/tema/m.png +0 -0
- data/assets/img/tema/o.png +0 -0
- data/assets/img/tema/pais.jpg +0 -0
- data/assets/img/tema/r.png +0 -0
- data/assets/img/tema/repositorio.jpg +0 -0
- data/assets/img/tema/trama-1.jpg +0 -0
- data/assets/img/tema/trama-2.jpg +0 -0
- data/assets/img/tema/trama-3.jpg +0 -0
- data/assets/img/tema/trama-4.jpg +0 -0
- data/assets/img/tema/trama-5.jpg +0 -0
- data/assets/img/tema/trama-6.jpg +0 -0
- data/assets/img/tema/trama-7.jpg +0 -0
- data/assets/img/tema/trama.png +0 -0
- data/assets/img/tengo-guillen-1968.jpg +0 -0
- data/assets/img/tengo-guillen-1974.jpg +0 -0
- data/assets/img/the-best-short-stories-duncan-1995.jpg +0 -0
- data/assets/img/the-devil-s-nose-chiriboga-2015.jpg +0 -0
- data/assets/img/the-sad-end-of-barreto-2014.jpg +0 -0
- data/assets/img/tierra-mojada-manuel-zapata.jpg +0 -0
- data/assets/img/tierra-mojada-zapata-olivella-2020.jpg +0 -0
- data/assets/img/tres-relatos-del-caribe-joseph-montout-2013.jpg +0 -0
- data/assets/img/um-defeito-de-cor-goncalves-2009.jpg +0 -0
- data/assets/img/um-defeito-de-cor.jpg +0 -0
- data/assets/img/vivan-los-companeros-cuentos-truque-2010.jpg +0 -0
- data/assets/img/vivan-los-compa/303/261eros-carlos-arturo-truque.jpg +0 -0
- data/assets/img/yania-tierra-poema-documento-cartagena-portalat-n-1995.jpg +0 -0
- data/assets/img/yania-tierra-poema-documento-cartagena-portalaton-1995.jpg +0 -0
- data/assets/js/app.js +133 -0
- data/assets/js/jquery-3.3.1.js +10364 -0
- data/assets/js/lunr.min.js +6 -0
- data/assets/js/particles.js +671 -0
- data/assets/js/search.js +61 -0
- metadata +333 -0
@@ -0,0 +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
|
+
|
@@ -0,0 +1,23 @@
|
|
1
|
+
<!--lista 1 -->
|
2
|
+
<div class="row">
|
3
|
+
<!--LOOP DE LISTA 1-->
|
4
|
+
{% assign number = site.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="{{ 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
|
+
</div>
|
@@ -0,0 +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>
|
@@ -0,0 +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>
|
@@ -0,0 +1,8 @@
|
|
1
|
+
<div class="basis masobras">
|
2
|
+
<div class="container">
|
3
|
+
<label for="listas"><img src="{{ 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
|
+
</div>
|
@@ -0,0 +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="{{ 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
|
+
</div>
|
@@ -0,0 +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
|
+
{{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 %}
|
@@ -0,0 +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
|
+
{{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 %}
|
@@ -0,0 +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
|
+
|
6
|
+
{{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 }}
|
@@ -0,0 +1,18 @@
|
|
1
|
+
{% for metadata in site.data.books %}
|
2
|
+
{% if metadata.Title == book.Title && metadata.Author == book.Author %}
|
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="{{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="{{BASE_PATH}}/cities/{{ book.Place | slugify:'latin' }}" title="{{ book.Place }}">{{ book.Place }}</a> by <a href="{{BASE_PATH}}/publishers/{{ book.Publisher | slugify:'latin' }}" title="{{ book.Publihser }}">{{ book.Publisher }}</a>
|
13
|
+
in {{ book.Date }}{% if book.Edition == book.Date %}. First edtition{% else if book.Edition != "" and book.Edition != nil %} // First published in {{ book.Edition }}{% endif %} {% if book.Archive != "" and book.Archive != nil %}//
|
14
|
+
Retrieved by <a href="{{BASE_PATH}}/repositories/{{ book.Archive | slugify:'latin' }}" title="{{ book.Archive }}">{{ book.Archive }}</a>{% endif %}
|
15
|
+
{% endif %}
|
16
|
+
{% endfor %}
|
17
|
+
|
18
|
+
|
@@ -0,0 +1,18 @@
|
|
1
|
+
{% for book in site.data.books %}
|
2
|
+
{% if book.Title == page.title %}
|
3
|
+
{% assign authors_all = book.Author | split: '; ' %}
|
4
|
+
|
5
|
+
Escrita por
|
6
|
+
{% for author_raw in authors_all | limit: 3 %}
|
7
|
+
{% assign author_firstlast = author_raw | split: ', ' %}
|
8
|
+
<a href="{{BASE_PATH}}/authors/{{ author_firstlast[0] | slugify:'latin' }}-{{ author_firstlast[1] | slugify:'latin' }}" title="{{ author_firstlast | reverse | join: '' }}">{{ author_firstlast | reverse | join: " " }}</a>
|
9
|
+
{% unless forloop.last == true %} + {% endunless %}
|
10
|
+
{% endfor %}
|
11
|
+
//
|
12
|
+
Publicada en <a href="{{BASE_PATH}}/cities/{{ book.Place | slugify:'latin' }}" title="{{ book.Place }}">{{ book.Place }}</a> por <a href="{{BASE_PATH}}/publishers/{{ book.Publisher | slugify:'latin' }}" title="{{ book.Publihser }}">{{ book.Publisher }}</a>
|
13
|
+
en {{ book.Date }}{% if book.Edition %} // Publicada por primera vez en {{ book.Edition }}{% endif %} {% if book.Archive %}//
|
14
|
+
Recuperada por <a href="{{BASE_PATH}}/repositories/{{ book.Archive | slugify:'latin' }}" title="{{ book.Archive }}">{{ book.Archive }}</a>{% endif %}
|
15
|
+
{% endif %}
|
16
|
+
{% endfor %}
|
17
|
+
|
18
|
+
|
@@ -0,0 +1,16 @@
|
|
1
|
+
{% for book in site.data.books %}
|
2
|
+
{% if book.Title == page.title %}
|
3
|
+
{% assign authors_all = book.Author | split: '; ' %}
|
4
|
+
|
5
|
+
Escrita por
|
6
|
+
{% for author_raw in authors_all %}
|
7
|
+
{% assign author_firstlast = author_raw | split: ', ' %}
|
8
|
+
{{ author_firstlast | reverse | join: " " }}
|
9
|
+
{% unless forloop.last == true %} + {% endunless %}
|
10
|
+
{% endfor %}
|
11
|
+
//
|
12
|
+
Publicada en {{ book.Place }} por {{ book.Publisher }}
|
13
|
+
en {{ book.Date }}{% if book.Edition %} // Publicada por primera vez en {{ book.Edition }}{% endif %} {% if book.Archive %}//
|
14
|
+
Recuperada por {{ book.Archive }}{% endif %}
|
15
|
+
{% endif %}
|
16
|
+
{% endfor %}
|
@@ -0,0 +1,18 @@
|
|
1
|
+
{% for book in site.data.books %}
|
2
|
+
{% if book.Title == page.title %}
|
3
|
+
{% assign authors_all = book.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="{{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="{{BASE_PATH}}/cities/{{ book.Place | slugify:'latin' }}" title="{{ book.Place }}">{{ book.Place }}</a> by <a href="{{BASE_PATH}}/publishers/{{ book.Publisher | slugify:'latin' }}" title="{{ book.Publihser }}">{{ book.Publisher }}</a>
|
13
|
+
in {{ book.Date }}{% if book.Edition == book.Date %}. First edition{% elsif book.Edition != "" and book.Edition != nil %} // First published in {{ book.Edition }}{% endif %}{% if book.Archive != "" and book.Archive != nil %}//
|
14
|
+
Retrieved by <a href="{{BASE_PATH}}/repositories/{{ book.Archive | slugify:'latin' }}" title="{{ book.Archive }}">{{ book.Archive }}</a>{% endif %}
|
15
|
+
{% endif %}
|
16
|
+
{% endfor %}
|
17
|
+
|
18
|
+
|
@@ -0,0 +1,31 @@
|
|
1
|
+
{% assign books = site.data.books | sample:2 %}
|
2
|
+
{% for book in books limit:1 %}
|
3
|
+
<h1 class="book">{{ book.Title }}</h1>
|
4
|
+
<div class="obra-dia sombra">
|
5
|
+
<div class="ficha-container" style="">
|
6
|
+
<div class="ficha-title">
|
7
|
+
<h2>
|
8
|
+
{{ book.Title }}
|
9
|
+
<a class="morel a2a_dd" href="https://www.addtoany.com/share">
|
10
|
+
<i class="fa fa-share-alt" style="padding: 0em 0em;">
|
11
|
+
<script async src="https://static.addtoany.com/menu/page.js"></script>
|
12
|
+
</i></a><br>
|
13
|
+
</h2>
|
14
|
+
</div>
|
15
|
+
<div class="ficha-extract" style="">
|
16
|
+
<p class="morel">
|
17
|
+
{{ book.Notes }}
|
18
|
+
</p>
|
19
|
+
</div>
|
20
|
+
<div class="ficha-metadata">
|
21
|
+
{% include book-metadata-index.html %}
|
22
|
+
</div>
|
23
|
+
</div>
|
24
|
+
<div class="portada" style="">
|
25
|
+
{% include actions-h_obra-suerte.html %}
|
26
|
+
</div>
|
27
|
+
<div class="actions-v">
|
28
|
+
{% include actions-v_obra-suerte.html %}
|
29
|
+
</div>
|
30
|
+
</div>
|
31
|
+
{% endfor %}
|
@@ -0,0 +1,20 @@
|
|
1
|
+
<!--lista 1 -->
|
2
|
+
<div class="row">
|
3
|
+
<!--LOOP DE LISTA 1-->
|
4
|
+
{% for chriteria in site.data.chriterias %}
|
5
|
+
<div class="basis">
|
6
|
+
<div class="container">
|
7
|
+
<a href="{{ BASE_PATH }}/chriteria/{{ chriteria.filename }}"><img src="{{ BASE_PATH }}/assets/img/{{ chriteria.img }}" alt="{{ chriteria.title }}" class="image sombra chriteria">
|
8
|
+
<div></a>
|
9
|
+
<a href="{{ BASE_PATH }}/chriteria/{{ chriteria.filename }}"><div class="text">
|
10
|
+
<p class="overlay-text-inside">{{ chriteria.title }}</p>
|
11
|
+
<hr class=".overlay-text-inside">
|
12
|
+
<i class="fa fa-eye see-and-download morel"></i>
|
13
|
+
</div></a>
|
14
|
+
</div>
|
15
|
+
</div>
|
16
|
+
</div>
|
17
|
+
|
18
|
+
{% endfor %}
|
19
|
+
|
20
|
+
</div>
|
@@ -0,0 +1,36 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html lang="en">
|
3
|
+
|
4
|
+
<head>
|
5
|
+
<meta charset="UTF-8">
|
6
|
+
<title>{{ page.title }} | {{ site.title }}</title>
|
7
|
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
8
|
+
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
|
9
|
+
<link rel="stylesheet" href="{{ BASE_PATH }}/css/main.css">
|
10
|
+
</head>
|
11
|
+
|
12
|
+
<body style="background: url('{{ BASE_PATH }}/assets/img/tema/{{ site.background }}');">
|
13
|
+
<script>0</script>
|
14
|
+
{% include nav-bar.html %}
|
15
|
+
|
16
|
+
<!--main container and title page-->
|
17
|
+
<div class="main-container">
|
18
|
+
|
19
|
+
<!-- contenido -->
|
20
|
+
|
21
|
+
{{ content }}
|
22
|
+
|
23
|
+
|
24
|
+
<!--promoción proyecto-->
|
25
|
+
{% include promotion.html %}
|
26
|
+
</div>
|
27
|
+
|
28
|
+
|
29
|
+
<!--footer-->
|
30
|
+
|
31
|
+
|
32
|
+
{% include footer.html %}
|
33
|
+
<!-- fin del footer -->
|
34
|
+
|
35
|
+
</body>
|
36
|
+
</html>
|
@@ -0,0 +1,12 @@
|
|
1
|
+
<a href="{% include book-list-url-page.html %}" title=""><p class="overlay-text-inside">Edición publicada en {{ book.Place }} por {{ book.Publisher }} en {{ book.Date }}</p>
|
2
|
+
<hr class="overlay-text-inside"></a>
|
3
|
+
<a href="{% include book-list-url-page.html %}" title="">
|
4
|
+
<i class="fa fa-eye see-and-download morel"></i>
|
5
|
+
</a>
|
6
|
+
{% if book.Download %}
|
7
|
+
<i class="fa fa-download clear"></i>
|
8
|
+
<a href="{{ book.Download }}">
|
9
|
+
<i class="fa fa-download see-and-download morel"></i>
|
10
|
+
</a>
|
11
|
+
{% endif %}
|
12
|
+
|
@@ -0,0 +1,16 @@
|
|
1
|
+
<!-- if page.author is multiple and book.author is multiple too -->
|
2
|
+
{% assign authors_all_page = page.title | split:', ' %} <!-- convierte los autores de la page en un array -->
|
3
|
+
|
4
|
+
<div class="row obras">
|
5
|
+
<h2 class="index">Obras de {% for author in authors_all_page reversed %} {{ author }}
|
6
|
+
{% endfor %} en {{ site.title }}</h2>
|
7
|
+
</div> <!--imprime la presentation con los autores-->
|
8
|
+
|
9
|
+
<div class="row">
|
10
|
+
{% for book in site.data.books %}
|
11
|
+
{% assign authors_book = book.Author | split: '; ' %} <!-- convierte los autores de los libros en arrays -->
|
12
|
+
{% if authors_book contains page.title %} <!-- verifica si cualquiera de los autores del array en el libro coincide con the only author on the page -->
|
13
|
+
{% include book-list-base.html %}
|
14
|
+
{% endif %}
|
15
|
+
{% endfor %}
|
16
|
+
</div>
|
@@ -0,0 +1,30 @@
|
|
1
|
+
<!-- if page.author is multiple and book.author is multiple too -->
|
2
|
+
{% assign authors_all_page = page.author | split:'; ' %} <!-- convierte los autores de la page en un array -->
|
3
|
+
|
4
|
+
<div class="row obras">
|
5
|
+
<h2 class="index">Obras de {% for author_raw in authors_all_page | limit: 3 %}
|
6
|
+
{% assign author_firstlast = author_raw | split: ', ' %}
|
7
|
+
{{ author_firstlast | reverse | join: " " }}</a>
|
8
|
+
{% unless forloop.last == true %} <small>and/or</small> {% endunless %}
|
9
|
+
{% endfor %} en {{ site.title }}</h2>
|
10
|
+
</div> <!--imprime la presentation con los autores-->
|
11
|
+
|
12
|
+
<div class="row">
|
13
|
+
{% if authors_all_page[1] %} <!-- verifica si la page tiene more than one author -->
|
14
|
+
{% for book in site.data.books %} <!-- busca entre los libros -->
|
15
|
+
{% assign authors_book = book.Author | split: '; ' %} <!-- convierte los autores de los libros en un array -->
|
16
|
+
{% if authors_book contains authors_all_page[0] or authors_book contains authors_all_page[1] %} <!-- verifica si cualquiera de los autores del array en el libro coincide con alguno de los autores del array en la page -->
|
17
|
+
{% include book-list-base.html %}
|
18
|
+
{% endif %}
|
19
|
+
{% endfor %}
|
20
|
+
{% else %}
|
21
|
+
|
22
|
+
<!-- if page.author is one and book.Author is one or multiple -->
|
23
|
+
{% for book in site.data.books %}
|
24
|
+
{% assign authors_book = book.Author | split: '; ' %} <!-- convierte los autores de los libros en arrays -->
|
25
|
+
{% if authors_book contains page.author %} <!-- verifica si cualquiera de los autores del array en el libro coincide con the only author on the page -->
|
26
|
+
{% include book-list-base.html %}
|
27
|
+
{% endif %}
|
28
|
+
{% endfor %}
|
29
|
+
{% endif %}
|
30
|
+
</div>
|
@@ -0,0 +1,16 @@
|
|
1
|
+
<!--lista 1 -->
|
2
|
+
<div class="row">
|
3
|
+
<!--LOOP DE LISTA 1-->
|
4
|
+
{% assign books = site.data.books | sort: "Date" | reverse | where: "Series", "tr" %}
|
5
|
+
{% for book in books | limit: 7 %}
|
6
|
+
{% include book-list-base.html %}
|
7
|
+
{% endfor %}
|
8
|
+
<div class="basis masobras">
|
9
|
+
<div class="container">
|
10
|
+
<label for="listas"><img src="{{ BASE_PATH }}/assets/img/tema/+obras.png" class="image sombra"></label>
|
11
|
+
<div>
|
12
|
+
{% include ver-mas.html %}
|
13
|
+
</div>
|
14
|
+
</div>
|
15
|
+
</div>
|
16
|
+
</div>
|
@@ -0,0 +1,18 @@
|
|
1
|
+
{% for book in site.data.books %}
|
2
|
+
{% if book.Title == page.title %}
|
3
|
+
{% assign authors_all = book.Author | split: '; ' %}
|
4
|
+
|
5
|
+
Escrita por
|
6
|
+
{% for author_raw in authors_all | limit: 3 %}
|
7
|
+
{% assign author_firstlast = author_raw | split: ', ' %}
|
8
|
+
<a href="{{BASE_PATH}}/authors/{{ author_firstlast[0] | slugify:'latin' }}-{{ author_firstlast[1] | slugify:'latin' }}" title="{{ author_firstlast | reverse | join: '' }}">{{ author_firstlast | reverse | join: " " }}</a>
|
9
|
+
{% unless forloop.last == true %} + {% endunless %}
|
10
|
+
{% endfor %}
|
11
|
+
//
|
12
|
+
Publicada en <a href="{{BASE_PATH}}/cities/{{ book.Place | slugify:'latin' }}" title="{{ book.Place }}">{{ book.Place }}</a> por <a href="{{BASE_PATH}}/publishers/{{ book.Publisher | slugify:'latin' }}" title="{{ book.Publihser }}">{{ book.Publisher }}</a>
|
13
|
+
en {{ book.Date }}{% if book.Edition == book.Date %}. Primera edición{% else if book.Edition != "" and book.Edition != nil %} // Publicada por primera vez en {{ book.Edition }}{% endif %}{% if book.Archive != "" and book.Archive != nil %}//
|
14
|
+
Recuperada por <a href="{{BASE_PATH}}/repositories/{{ book.Archive | slugify:'latin' }}" title="{{ book.Archive }}">{{ book.Archive }}</a>{% endif %}
|
15
|
+
{% endif %}
|
16
|
+
{% endfor %}
|
17
|
+
|
18
|
+
|
@@ -0,0 +1,18 @@
|
|
1
|
+
{% for metadata in site.data.books %}
|
2
|
+
{% if metadata.Title == book.Title %}
|
3
|
+
{% assign authors_all = metadata.Author | split: '; ' %}
|
4
|
+
|
5
|
+
Escrita por
|
6
|
+
{% for author_raw in authors_all | limit: 3 %}
|
7
|
+
{% assign author_firstlast = author_raw | split: ', ' %}
|
8
|
+
<a href="{{BASE_PATH}}/authors/{{ author_firstlast[0] | slugify:'latin' }}-{{ author_firstlast[1] | slugify:'latin' }}" title="{{ author_firstlast | reverse | join: '' }}">{{ author_firstlast | reverse | join: " " }}</a>
|
9
|
+
{% unless forloop.last == true %} + {% endunless %}
|
10
|
+
{% endfor %}
|
11
|
+
//
|
12
|
+
Publicada en <a href="{{BASE_PATH}}/cities/{{ book.Place | slugify:'latin' }}" title="{{ book.Place }}">{{ book.Place }}</a> por <a href="{{BASE_PATH}}/publishers/{{ book.Publisher | slugify:'latin' }}" title="{{ book.Publihser }}">{{ book.Publisher }}</a>
|
13
|
+
en {{ book.Date }}{% if book.Edition == book.Date %}. Primera edición{% else if book.Edition != "" and book.Edition != nil %} // Publicada por primera vez en {{ book.Edition }}{% endif %} {% if book.Archive != "" and book.Archive != nil %}//
|
14
|
+
Recuperada por <a href="{{BASE_PATH}}/repositories/{{ book.Archive | slugify:'latin' }}" title="{{ book.Archive }}">{{ book.Archive }}</a>{% endif %}
|
15
|
+
{% endif %}
|
16
|
+
{% endfor %}
|
17
|
+
|
18
|
+
|
@@ -0,0 +1,18 @@
|
|
1
|
+
{% for book in site.data.books %}
|
2
|
+
{% if book.Title == page.title %}
|
3
|
+
{% assign authors_all = book.Author | split: '; ' %}
|
4
|
+
|
5
|
+
Escrita por
|
6
|
+
{% for author_raw in authors_all | limit: 3 %}
|
7
|
+
{% assign author_firstlast = author_raw | split: ', ' %}
|
8
|
+
<a href="{{BASE_PATH}}/authors/{{ author_firstlast[0] | slugify:'latin' }}-{{ author_firstlast[1] | slugify:'latin' }}" title="{{ author_firstlast | reverse | join: '' }}">{{ author_firstlast | reverse | join: " " }}</a>
|
9
|
+
{% unless forloop.last == true %} + {% endunless %}
|
10
|
+
{% endfor %}
|
11
|
+
//
|
12
|
+
Publicada en <a href="{{BASE_PATH}}/cities/{{ book.Place | 'latin' }}" title="{{ book.Place }}">{{ book.Place }}</a> por <a href="{{BASE_PATH}}/publishers/{{ book.Publisher | slugify:'latin' }}" title="{{ book.Publihser }}">{{ book.Publisher }}</a>
|
13
|
+
en {{ book.Date }}{% if book.Edition == book.Date %}. Primera edición{% else if book.Edition != "" and book.Edition != nil %} // Publicada por primera vez en {{ book.Edition }}{% endif %}{% if book.Archive != "" and book.Archive != nil %}//
|
14
|
+
Recuperada por <a href="{{BASE_PATH}}/repositories/{{ book.Archive | slugify:'latin' }}" title="{{ book.Archive }}">{{ book.Archive }}</a>{% endif %}
|
15
|
+
{% endif %}
|
16
|
+
{% endfor %}
|
17
|
+
|
18
|
+
|
@@ -0,0 +1,13 @@
|
|
1
|
+
<!--lista 1 -->
|
2
|
+
<div class="row obras">
|
3
|
+
<h2 class="index">Books published in {{ page.title }} in {{ site.title }}</h2>
|
4
|
+
</div>
|
5
|
+
<div class="row">
|
6
|
+
<!--LOOP DE LISTA 1-->
|
7
|
+
{% for book in site.data.books %}
|
8
|
+
{% if book.Place == page.title %}
|
9
|
+
{% include book-list-base.html %}
|
10
|
+
{% endif %}
|
11
|
+
{% endfor %}
|
12
|
+
|
13
|
+
</div>
|
@@ -0,0 +1,13 @@
|
|
1
|
+
<!--lista 1 -->
|
2
|
+
<div class="row obras">
|
3
|
+
<h2 class="index">Obras publicadas por {{ page.title }} en {{ site.title }}</h2>
|
4
|
+
</div>
|
5
|
+
<div class="row">
|
6
|
+
<!--LOOP DE LISTA 1-->
|
7
|
+
{% for book in site.data.books %}
|
8
|
+
{% if book.Publisher == page.title %}
|
9
|
+
{% include book-list-base.html %}
|
10
|
+
{% endif %}
|
11
|
+
{% endfor %}
|
12
|
+
|
13
|
+
</div>
|
@@ -0,0 +1,40 @@
|
|
1
|
+
<!--lista 1 -->
|
2
|
+
<div class="row obras">
|
3
|
+
<h2 class="index">Obras de {{ page.author }} en {{ site.title }}</h2>
|
4
|
+
</div>
|
5
|
+
<div class="row">
|
6
|
+
<!--LOOP DE LISTA 1-->
|
7
|
+
{% for book in site.data.books %}
|
8
|
+
{% if book.author == page.author %}
|
9
|
+
<div class="basis">
|
10
|
+
<div class="container">
|
11
|
+
<a href="{{ BASE_PATH }}{{ book.url }}"><img src="{{ BASE_PATH }}/img/{{ book.img }}" alt="{{ book.title }}" class="image sombra"></a>
|
12
|
+
<div class="overlay">
|
13
|
+
<div class="text">
|
14
|
+
{% include book-list-metadata.html %}
|
15
|
+
</div>
|
16
|
+
</div>
|
17
|
+
</div>
|
18
|
+
<div class="price">
|
19
|
+
<div class="title">{{ book.title }}<br></div>
|
20
|
+
<div class="autor">{{ book.author }}{% if book.author2 %}, {{ book.author2 }}{% endif %}{% if book.author3 %}, {{ book.author3 }}{% endif %}</div>
|
21
|
+
</div>
|
22
|
+
</div>
|
23
|
+
{% elsif book.author2 == page.author %}
|
24
|
+
<div class="container">
|
25
|
+
<a href="{{ BASE_PATH }}{{ book.url }}"><img src="{{ BASE_PATH }}/img/{{ book.img }}" alt="{{ book.title }}" class="image sombra"></a>
|
26
|
+
<div class="overlay">
|
27
|
+
<div class="text">
|
28
|
+
{% include book-list-metadata.html %}
|
29
|
+
</div>
|
30
|
+
</div>
|
31
|
+
</div>
|
32
|
+
<div class="price">
|
33
|
+
<div class="title">{{ book.title }}<br></div>
|
34
|
+
<div class="autor">{{ book.author }}{% if book.author2 %}, {{ book.author2 }}{% endif %}{% if book.author3 %}, {{ book.author3 }}{% endif %}</div>
|
35
|
+
</div>
|
36
|
+
</div>
|
37
|
+
{% endif %}
|
38
|
+
{% endfor %}
|
39
|
+
|
40
|
+
</div>
|
@@ -0,0 +1,13 @@
|
|
1
|
+
<!--lista 1 -->
|
2
|
+
<div class="row obras">
|
3
|
+
<h2 class="index">Obras recuperadas por {{ page.title }} en {{ site.title }}</h2>
|
4
|
+
</div>
|
5
|
+
<div class="row">
|
6
|
+
<!--LOOP DE LISTA 1-->
|
7
|
+
{% for book in site.data.books %}
|
8
|
+
{% if book.Archive == page.title %}
|
9
|
+
{% include book-list-base.html %}
|
10
|
+
{% endif %}
|
11
|
+
{% endfor %}
|
12
|
+
|
13
|
+
</div>
|
@@ -0,0 +1,28 @@
|
|
1
|
+
<div class="obra-dia sombra">
|
2
|
+
<div class="ficha-container" style="">
|
3
|
+
<div class="ficha-title">
|
4
|
+
<h2>
|
5
|
+
Acerca de {{ site.title}}
|
6
|
+
</h2>
|
7
|
+
</div>
|
8
|
+
<div class="ficha-extract" style="">
|
9
|
+
{% for about in site.abouts | where: "title", "description" %}
|
10
|
+
{% if about.lang == "en" %}
|
11
|
+
{{ about.excerpt }}
|
12
|
+
{% endif %}
|
13
|
+
{% endfor %}
|
14
|
+
{% assign target = "about" %}
|
15
|
+
{% include ver-mas.html %}
|
16
|
+
</div>
|
17
|
+
<div class="ficha-metadata">
|
18
|
+
</div>
|
19
|
+
</div>
|
20
|
+
<div class="avatar" style="">
|
21
|
+
<div class="img-frame">
|
22
|
+
<img src="{{ BASE_PATH }}/assets/img/tema/{{ site.image }}" class="responsive">
|
23
|
+
</div>
|
24
|
+
</div>
|
25
|
+
<div class="actions-v">
|
26
|
+
|
27
|
+
</div>
|
28
|
+
</div>
|