morel-theme-pack 0.1.23 → 0.1.32
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/_data/books.csv +82 -82
- data/_includes/actions-h.html +1 -1
- data/_includes/actions-h_obra-suerte.html +1 -1
- data/_includes/actions-v.html +1 -1
- data/_includes/actions-v_obra-suerte.html +1 -1
- data/_includes/book-metadata-index.html +1 -1
- data/_includes/book-metadata.html +2 -3
- data/_includes/no-false-match.html +14 -0
- data/_includes/site-description.html +3 -3
- data/assets/.fuse_hidden00000b4c00000001 +0 -0
- data/assets/.fuse_hidden00000b4c00000003 +0 -0
- data/assets/checklist.text +9 -0
- data/assets/data/books_zotero.csv +1 -1
- data/assets/data/books_zotero_.csv +82 -0
- data/assets/source/about.md +4 -0
- data/assets/source/add.md +9 -0
- data/assets/source/books.md +4 -0
- data/assets/source/no-downloads.md +4 -0
- data/assets/source/podcast.md +15 -0
- data/assets/source/search.html +30 -0
- data/assets/source/translations.md +4 -0
- data/assets/unpack-and-copy-to-main-folder.zip +0 -0
- metadata +14 -2
@@ -0,0 +1,15 @@
|
|
1
|
+
---
|
2
|
+
title: Sóngoro cosongo
|
3
|
+
tagline: A podcast on Afro-Latin American music and literature
|
4
|
+
layout: post-index
|
5
|
+
---
|
6
|
+
<ul>
|
7
|
+
{% for post in site.posts %}
|
8
|
+
<li>
|
9
|
+
<h2><a href="{{ post.url }}">{{ post.title }}</a></h2>
|
10
|
+
<div class="ficha-metadata">
|
11
|
+
Aired on <span class="metadata-input">{{ post.date | date_to_string }}</span> with <span class="metadata-input">{{ post.guest }}</span><!-- here we will add tags that associate podcast episodes with content on the archive-->
|
12
|
+
</div>
|
13
|
+
</li>
|
14
|
+
{% endfor %}
|
15
|
+
</ul>
|
@@ -0,0 +1,30 @@
|
|
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="search">
|
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
|
+
"author": "{{ book.author | xml_escape }}",
|
17
|
+
"content": {{ book.content | strip_html | strip_newlines | jsonify }},
|
18
|
+
"url": "{{ book.url | xml_escape }}"
|
19
|
+
}
|
20
|
+
{% unless forloop.last %},{% endunless %}
|
21
|
+
{% endfor %}
|
22
|
+
};
|
23
|
+
</script>
|
24
|
+
<ul id="search-results"></ul>
|
25
|
+
<div class="row obras">
|
26
|
+
<h2 class="index">Books by category</h2>
|
27
|
+
</div>
|
28
|
+
{% include chriteria.html %}
|
29
|
+
<script src="{{ BASE_PATH }}/assets/js/lunr.min.js"></script>
|
30
|
+
<script src="{{ BASE_PATH }}/assets/js/search.js"></script>
|
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: morel-theme-pack
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.32
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- febr3s
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-07-
|
11
|
+
date: 2023-07-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -86,6 +86,7 @@ files:
|
|
86
86
|
- _includes/lista-todas-sample.html
|
87
87
|
- _includes/lista-todas.html
|
88
88
|
- _includes/nav-bar.html
|
89
|
+
- _includes/no-false-match.html
|
89
90
|
- _includes/obras-por-autora.html
|
90
91
|
- _includes/obras-por-ciudad.html
|
91
92
|
- _includes/obras-por-imprenta-y-editorial.html
|
@@ -138,8 +139,12 @@ files:
|
|
138
139
|
- _sass/pages/_blog.scss
|
139
140
|
- _sass/pages/_chriteria.scss
|
140
141
|
- _sass/vendors/_particles.scss
|
142
|
+
- assets/.fuse_hidden00000b4c00000001
|
143
|
+
- assets/.fuse_hidden00000b4c00000003
|
144
|
+
- assets/checklist.text
|
141
145
|
- assets/css/main.scss
|
142
146
|
- assets/data/books_zotero.csv
|
147
|
+
- assets/data/books_zotero_.csv
|
143
148
|
- assets/img/Antología mujeres poetas afrocolombianas.jpg
|
144
149
|
- assets/img/Estrelas-no-dedo-Alves-1985.jpg
|
145
150
|
- assets/img/La-selva-y-la-Palacios-2010.jpg
|
@@ -300,6 +305,13 @@ files:
|
|
300
305
|
- assets/js/lunr.min.js
|
301
306
|
- assets/js/particles.js
|
302
307
|
- assets/js/search.js
|
308
|
+
- assets/source/about.md
|
309
|
+
- assets/source/add.md
|
310
|
+
- assets/source/books.md
|
311
|
+
- assets/source/no-downloads.md
|
312
|
+
- assets/source/podcast.md
|
313
|
+
- assets/source/search.html
|
314
|
+
- assets/source/translations.md
|
303
315
|
- assets/unpack-and-copy-to-main-folder.zip
|
304
316
|
homepage: http://morel.la.
|
305
317
|
licenses:
|