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
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/assets/img/logo.png
ADDED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/assets/js/app.js
ADDED
@@ -0,0 +1,133 @@
|
|
1
|
+
/* -----------------------------------------------
|
2
|
+
/* How to use? : Check the GitHub README
|
3
|
+
/* ----------------------------------------------- */
|
4
|
+
|
5
|
+
/* To load a config file (particles.json) you need to host this demo (MAMP/WAMP/local)... */
|
6
|
+
/*
|
7
|
+
particlesJS.load('particles-js', 'particles.json', function() {
|
8
|
+
console.log('particles.js loaded - callback');
|
9
|
+
});
|
10
|
+
*/
|
11
|
+
|
12
|
+
/* Otherwise just put the config content (json): */
|
13
|
+
|
14
|
+
particlesJS('particles-js',
|
15
|
+
|
16
|
+
{
|
17
|
+
"particles": {
|
18
|
+
"number": {
|
19
|
+
"value": 80,
|
20
|
+
"density": {
|
21
|
+
"enable": true,
|
22
|
+
"value_area": 800
|
23
|
+
}
|
24
|
+
},
|
25
|
+
"color": {
|
26
|
+
"value": "#ffffff"
|
27
|
+
},
|
28
|
+
"shape": {
|
29
|
+
"type": ["image","image2","image3","image4","image5","image6"],
|
30
|
+
"stroke": {
|
31
|
+
"width": 0,
|
32
|
+
"color": "#000000"
|
33
|
+
},
|
34
|
+
"polygon": {
|
35
|
+
"nb_sides": 5
|
36
|
+
},
|
37
|
+
"image": {
|
38
|
+
"src": "/assets/img/tema/r.png",
|
39
|
+
"width": 100,
|
40
|
+
"height": 100
|
41
|
+
}
|
42
|
+
},
|
43
|
+
"opacity": {
|
44
|
+
"value": 0.5,
|
45
|
+
"random": false,
|
46
|
+
"anim": {
|
47
|
+
"enable": false,
|
48
|
+
"speed": 1,
|
49
|
+
"opacity_min": 0.1,
|
50
|
+
"sync": false
|
51
|
+
}
|
52
|
+
},
|
53
|
+
"size": {
|
54
|
+
"value": 5,
|
55
|
+
"random": true,
|
56
|
+
"anim": {
|
57
|
+
"enable": false,
|
58
|
+
"speed": 40,
|
59
|
+
"size_min": 0.1,
|
60
|
+
"sync": false
|
61
|
+
}
|
62
|
+
},
|
63
|
+
"line_linked": {
|
64
|
+
"enable": true,
|
65
|
+
"distance": 150,
|
66
|
+
"color": "#2a3425",
|
67
|
+
"opacity": 0.4,
|
68
|
+
"width": 1
|
69
|
+
},
|
70
|
+
"move": {
|
71
|
+
"enable": true,
|
72
|
+
"speed": 6,
|
73
|
+
"direction": "none",
|
74
|
+
"random": false,
|
75
|
+
"straight": false,
|
76
|
+
"out_mode": "out",
|
77
|
+
"attract": {
|
78
|
+
"enable": false,
|
79
|
+
"rotateX": 600,
|
80
|
+
"rotateY": 1200
|
81
|
+
}
|
82
|
+
}
|
83
|
+
},
|
84
|
+
"interactivity": {
|
85
|
+
"detect_on": "canvas",
|
86
|
+
"events": {
|
87
|
+
"onhover": {
|
88
|
+
"enable": true,
|
89
|
+
"mode": "repulse"
|
90
|
+
},
|
91
|
+
"onclick": {
|
92
|
+
"enable": true,
|
93
|
+
"mode": "push"
|
94
|
+
},
|
95
|
+
"resize": true
|
96
|
+
},
|
97
|
+
"modes": {
|
98
|
+
"grab": {
|
99
|
+
"distance": 400,
|
100
|
+
"line_linked": {
|
101
|
+
"opacity": 1
|
102
|
+
}
|
103
|
+
},
|
104
|
+
"bubble": {
|
105
|
+
"distance": 400,
|
106
|
+
"size": 40,
|
107
|
+
"duration": 2,
|
108
|
+
"opacity": 8,
|
109
|
+
"speed": 3
|
110
|
+
},
|
111
|
+
"repulse": {
|
112
|
+
"distance": 200
|
113
|
+
},
|
114
|
+
"push": {
|
115
|
+
"particles_nb": 4
|
116
|
+
},
|
117
|
+
"remove": {
|
118
|
+
"particles_nb": 2
|
119
|
+
}
|
120
|
+
}
|
121
|
+
},
|
122
|
+
"retina_detect": true,
|
123
|
+
"config_demo": {
|
124
|
+
"hide_card": false,
|
125
|
+
"background_color": "#b61924",
|
126
|
+
"background_image": "",
|
127
|
+
"background_position": "50% 50%",
|
128
|
+
"background_repeat": "no-repeat",
|
129
|
+
"background_size": "cover"
|
130
|
+
}
|
131
|
+
}
|
132
|
+
|
133
|
+
);
|