morel-theme 0.1.0 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (79) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/_config.yml +24 -7
  4. data/_includes/actions-h.html +17 -0
  5. data/_includes/actions-v.html +12 -0
  6. data/_includes/book-list-metadata.html +9 -0
  7. data/_includes/book-metadata.html +24 -0
  8. data/_includes/book-sample.html +1 -1
  9. data/_includes/chriteria.html +3 -5
  10. data/_includes/default.html +1 -1
  11. data/_includes/footer.html +1 -1
  12. data/_includes/iteration.html +12 -0
  13. data/_includes/lista-relacionadas-autora.html +80 -0
  14. data/_includes/lista-relacionadas-ciudad.html +26 -0
  15. data/_includes/lista-relacionadas-editorial.html +26 -0
  16. data/_includes/lista-relacionadas-libro.html +40 -0
  17. data/_includes/lista-relacionadas-repositorio.html +24 -0
  18. data/_includes/lista-todas-sample.html +3 -11
  19. data/_includes/lista-todas.html +22 -0
  20. data/_includes/nav-bar.html +2 -2
  21. data/_includes/obras-por-autora.html +17 -0
  22. data/_includes/obras-por-ciudad.html +17 -0
  23. data/_includes/obras-por-imprenta-y-editorial.html +17 -0
  24. data/_includes/obras-por-repositorio.html +17 -0
  25. data/_includes/promotion.html +1 -1
  26. data/_includes/side-bar.html +18 -0
  27. data/_includes/social-share.html +17 -0
  28. data/_includes/ultima-vitrina.html +2 -2
  29. data/_layouts/agregar.html +43 -0
  30. data/_layouts/author.html +40 -0
  31. data/_layouts/book.html +38 -0
  32. data/_layouts/busquedas.html +11 -0
  33. data/_layouts/city.html +5 -0
  34. data/_layouts/default-blog.html +19 -0
  35. data/_layouts/index.html +1 -1
  36. data/_layouts/obras-sample.html +4 -0
  37. data/_layouts/obras-todas.html +4 -0
  38. data/_layouts/page-chriteria.html +6 -0
  39. data/_layouts/periodo.html +5 -0
  40. data/_layouts/post-index.html +32 -0
  41. data/_layouts/post.html +42 -5
  42. data/_layouts/publisher.html +5 -0
  43. data/_layouts/repository.html +5 -0
  44. data/assets/---copy-content-to-main-folder---/_authors/csv-to-md.py +21 -0
  45. data/assets/---copy-content-to-main-folder---/_authors/horacio-quiroga.md +3 -0
  46. data/assets/---copy-content-to-main-folder---/_authors/vicente-huidobro.md +3 -0
  47. data/assets/---copy-content-to-main-folder---/_books/altazor-vicente-huidobro-1931.md +13 -0
  48. data/assets/---copy-content-to-main-folder---/_books/csv-to-md.py +40 -0
  49. data/assets/---copy-content-to-main-folder---/_books/cuentos-horacio-quiroga-2004.md +7 -0
  50. data/assets/---copy-content-to-main-folder---/_chriterias/author.md +7 -0
  51. data/assets/---copy-content-to-main-folder---/_chriterias/city.md +7 -0
  52. data/assets/---copy-content-to-main-folder---/_chriterias/edition.md +7 -0
  53. data/assets/---copy-content-to-main-folder---/_chriterias/publisher.md +6 -0
  54. data/assets/---copy-content-to-main-folder---/_chriterias/repository.md +6 -0
  55. data/assets/---copy-content-to-main-folder---/_cities/csv-to-md.py +18 -0
  56. data/assets/---copy-content-to-main-folder---/_data/.~lock.books.csv# +1 -0
  57. data/assets/---copy-content-to-main-folder---/_data/books.csv +9 -0
  58. data/assets/---copy-content-to-main-folder---/_data/chriterias.csv +6 -0
  59. data/assets/---copy-content-to-main-folder---/_publishers/csv-to-md.py +18 -0
  60. data/assets/---copy-content-to-main-folder---/_repositories/csv-to-md.py +18 -0
  61. data/assets/---copy-content-to-main-folder---/about.md +13 -0
  62. data/assets/---copy-content-to-main-folder---/agregar.md +12 -0
  63. data/assets/---copy-content-to-main-folder---/blog.md +14 -0
  64. data/assets/---copy-content-to-main-folder---/obras.md +4 -0
  65. data/assets/---copy-content-to-main-folder---/search.html +31 -0
  66. data/assets/---copy-content-to-main-folder---/sitemap.xml +71 -0
  67. data/assets/css/main.css +2 -1
  68. data/assets/img/tema/e.png +0 -0
  69. data/assets/img/tema/l.png +0 -0
  70. data/assets/img/tema/m.png +0 -0
  71. data/assets/img/tema/o.png +0 -0
  72. data/assets/img/tema/r.png +0 -0
  73. data/assets/js/app.js +133 -0
  74. data/assets/js/jquery-3.3.1.js +10364 -0
  75. data/assets/js/lunr.min.js +6 -0
  76. data/assets/js/particles.js +671 -0
  77. data/assets/js/search.html +34 -0
  78. data/assets/js/search.js +62 -0
  79. metadata +66 -2
@@ -0,0 +1,31 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+ <div class="busqueda">
5
+ <form action="/search.html" method="get" class="busqueda">
6
+ <input type="text" id="search-box" name="query"></br>
7
+ </br>
8
+ <input type="submit" value="buscar">
9
+ </form>
10
+ </div>
11
+ <script>
12
+ window.store = {
13
+ {% for book in site.books %}
14
+ "{{ book.url | slugify }}": {
15
+ "title": "{{ book.title | xml_escape }}",
16
+ "descarga": "{{ book.descarga | xml_escape }}",
17
+ "author": "{{ book.author | xml_escape }}",
18
+ "content": {{ book.content | strip_html | strip_newlines | jsonify }},
19
+ "url": "{{ book.url | xml_escape }}"
20
+ }
21
+ {% unless forloop.last %},{% endunless %}
22
+ {% endfor %}
23
+ };
24
+ </script>
25
+ <ul id="search-results"></ul>
26
+ <div class="row obras">
27
+ <h2 class="index">Obras por categoría</h2>
28
+ </div>
29
+ {% include chriteria.html %}
30
+ <script src="{{ BASE_PATH }}/assets/js/lunr.min.js"></script>
31
+ <script src="{{ BASE_PATH }}/assets/js/search.js"></script>
@@ -0,0 +1,71 @@
1
+ ---
2
+ layout: null
3
+ search: exclude
4
+ ---
5
+
6
+ <?xml version="1.0" encoding="UTF-8"?>
7
+ <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
8
+
9
+ {% for book in site.books %}
10
+ <url>
11
+ <loc>{{book.url}}</loc>
12
+ <lastmod>{{site.time | date: '%Y-%m-%d' }}</lastmod>
13
+ <changefreq>daily</changefreq>
14
+ <priority>0.5</priority>
15
+ </url>
16
+ {% endfor %}
17
+
18
+ {% for author in site.authors %}
19
+ <url>
20
+ <loc>{{author.url}}</loc>
21
+ <lastmod>{{site.time | date: '%Y-%m-%d' }}</lastmod>
22
+ <changefreq>daily</changefreq>
23
+ <priority>0.5</priority>
24
+ </url>
25
+ {% endfor %}
26
+
27
+ {% for chriteria in site.chriterias %}
28
+ <url>
29
+ <loc>{{chriteria.url}}</loc>
30
+ <lastmod>{{site.time | date: '%Y-%m-%d' }}</lastmod>
31
+ <changefreq>daily</changefreq>
32
+ <priority>0.5</priority>
33
+ </url>
34
+ {% endfor %}
35
+
36
+ {% for city in site.cities %}
37
+ <url>
38
+ <loc>{{city.url}}</loc>
39
+ <lastmod>{{site.time | date: '%Y-%m-%d' }}</lastmod>
40
+ <changefreq>daily</changefreq>
41
+ <priority>0.5</priority>
42
+ </url>
43
+ {% endfor %}
44
+
45
+ {% for post in site.posts %}
46
+ <url>
47
+ <loc>{{post.url}}</loc>
48
+ <lastmod>{{site.time | date: '%Y-%m-%d' }}</lastmod>
49
+ <changefreq>daily</changefreq>
50
+ <priority>0.5</priority>
51
+ </url>
52
+ {% endfor %}
53
+
54
+ {% for publisher in site.publishers %}
55
+ <url>
56
+ <loc>{{publisher.url}}</loc>
57
+ <lastmod>{{site.time | date: '%Y-%m-%d' }}</lastmod>
58
+ <changefreq>daily</changefreq>
59
+ <priority>0.5</priority>
60
+ </url>
61
+ {% endfor %}
62
+
63
+ {% for repository in site.repositories %}
64
+ <url>
65
+ <loc>{{repository.url}}</loc>
66
+ <lastmod>{{site.time | date: '%Y-%m-%d' }}</lastmod>
67
+ <changefreq>daily</changefreq>
68
+ <priority>0.5</priority>
69
+ </url>
70
+ {% endfor %}
71
+ </urlset>
data/assets/css/main.css CHANGED
@@ -819,7 +819,8 @@ margin:.688rem -1rem 5rem -1rem
819
819
  overflow: hidden;
820
820
  width: 0;
821
821
  height: 100%;
822
- transition: .5s ease; }
822
+ transition: .5s ease;
823
+ cursor: context-menu;}
823
824
 
824
825
  .text {
825
826
  position: absolute;
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
+ );