morel-theme 0.2.1 → 0.2.21

Sign up to get free protection for your applications and to get access to all the features.
Files changed (55) hide show
  1. checksums.yaml +4 -4
  2. data/_config.yml +2 -8
  3. data/_includes/book-list-download.html +1 -1
  4. data/_includes/book-list-no-download.html +1 -1
  5. data/_includes/book-list-seeall.html +1 -1
  6. data/_includes/book-list-seemore.html +1 -1
  7. data/_includes/book-list-translations.html +1 -1
  8. data/_includes/book-list-url-img.html +1 -1
  9. data/_includes/book-list-url-img_obra-suerte.html +1 -1
  10. data/_includes/book-list-url-page.html +1 -1
  11. data/_includes/book-metadata-index.html +4 -4
  12. data/_includes/book-metadata-noequal.html +3 -3
  13. data/_includes/book-metadata.html +3 -3
  14. data/_includes/chriteria.html +2 -2
  15. data/_includes/default.html +2 -2
  16. data/_includes/es/book-list-translations_.html +1 -1
  17. data/_includes/es/book-metadata copy.html +3 -3
  18. data/_includes/es/book-metadata-index.html +3 -3
  19. data/_includes/es/book-metadata.html +3 -3
  20. data/_includes/es/lista-relacionadas-libro.html +2 -2
  21. data/_includes/es/promotion.html +1 -1
  22. data/_includes/es/ver-mas-prom.html +1 -1
  23. data/_includes/footer.html +2 -2
  24. data/_includes/lista-relacionadas-libro.html +2 -2
  25. data/_includes/lista-todas-sample.html +2 -2
  26. data/_includes/lista-todas.html +1 -1
  27. data/_includes/nav-bar.html +3 -1
  28. data/_includes/obras-por-imprenta-y-editorial.html +2 -2
  29. data/_includes/obras-por-repositorio.html +2 -2
  30. data/_includes/promotion.html +5 -3
  31. data/_includes/site-description.html +115 -7
  32. data/_includes/ultima-vitrina.html +3 -3
  33. data/_includes/ver-mas-prom.html +1 -1
  34. data/_includes/ver-mas.html +1 -1
  35. data/_layouts/about.html +1 -1
  36. data/_layouts/agregar.html +2 -2
  37. data/_layouts/author.html +1 -1
  38. data/_layouts/books-download.html +1 -0
  39. data/_layouts/books-no-download.html +1 -0
  40. data/_layouts/books-translation.html +1 -0
  41. data/_layouts/default-blog.html +2 -2
  42. data/_layouts/default.html +2 -2
  43. data/_layouts/post.html +1 -1
  44. data/_sass/base/_typography.scss +12 -2
  45. data/_sass/pages/_blog.scss +2 -2
  46. data/assets/js/search.js +1 -1
  47. data/assets/source/_abouts/site-description.md +8 -8
  48. data/assets/source/_abouts/site-description_es.md +17 -0
  49. data/assets/source/_abouts/site-description_template.md +3 -3
  50. data/assets/source/_data/books.csv +82 -0
  51. data/assets/source/_data/chriterias.csv +7 -0
  52. data/assets/source/add.md +1 -1
  53. data/assets/source/favicon.ico +0 -0
  54. data/assets/source/search.html +2 -2
  55. metadata +6 -2
@@ -1 +1 @@
1
- <div class="promotion"><a href="{{ BASE_PATH }}/about"><label class="button promotion" for="lista-obras">&nbsp;SEE +</label></a></div>
1
+ <div class="promotion"><a href="{{ site.BASE_PATH }}/about"><label class="button promotion" for="lista-obras">&nbsp;SEE +</label></a></div>
@@ -1 +1 @@
1
- <a href="{{ BASE_PATH }}/{{ target }}"><div class="text"><label class="button" for="lista-obras">&nbsp;SEE +</label></div></a>
1
+ <a href="{{ site.BASE_PATH }}/{{ target }}"><div class="text"><label class="button" for="lista-obras">&nbsp;SEE +</label></div></a>
data/_layouts/about.html CHANGED
@@ -18,7 +18,7 @@ layout: default-blog
18
18
  <div class="ficha-extract">
19
19
  {% if page.img %}
20
20
  <div style="text-align: center;padding:6rem 0px 2.5rem 0px;">
21
- <img src="{{ BASE_PATH }}assets/img/{{ page.img }}" style="height: 60vh;width: auto;max-width: 100%;" class="responsive" alt="">
21
+ <img src="{{ site.BASE_PATH }}assets/img/{{ page.img }}" style="height: 60vh;width: auto;max-width: 100%;" class="responsive" alt="">
22
22
  </div>
23
23
  {% endif %}
24
24
  <div class="blog-post">
@@ -20,12 +20,12 @@ layout: default
20
20
  </p>
21
21
  </div>
22
22
  <div class="ficha-metadata">
23
- <a href="https://form.jotform.com/211904785426056"><button type="">ADD</button></a>
23
+ <a href="{{ site.jotform }}"><button type="">ADD</button></a>
24
24
  </div>
25
25
  </div>
26
26
  <div class="portada" style="">
27
27
  <div class="img-frame">
28
- <a href="{{ page.descarga }}" target="_blank" download><img src="{{ BASE_PATH }}/assets/img/tema/{{ page.img }}" class="responsive" alt="{{ page.title }}"></a>
28
+ <a href="{{ page.descarga }}" target="_blank" download><img src="{{ site.BASE_PATH }}/assets/img/tema/{{ page.img }}" class="responsive" alt="{{ page.title }}"></a>
29
29
  <div class="actions-h">
30
30
  <!-- AddToAny BEGIN -->
31
31
 
data/_layouts/author.html CHANGED
@@ -27,7 +27,7 @@ layout: page
27
27
  </div>
28
28
  <div class="portada" style="">
29
29
  <div class="img-frame">
30
- <img src="{{ BASE_PATH }}/img/{{ page.img }}" class="responsive">
30
+ <img src="{{ site.BASE_PATH }}/img/{{ page.img }}" class="responsive">
31
31
  </div>
32
32
  <div class="actions-h">
33
33
 
@@ -11,5 +11,6 @@ layout: page
11
11
  {% include book-list-base.html %}
12
12
  {% endif %}
13
13
  {% endfor %}
14
+ {% assign target = "books" %}
14
15
  {% include book-list-seemore.html %}
15
16
  </div>
@@ -11,5 +11,6 @@ layout: page
11
11
  {% include book-list-base.html %}
12
12
  {% endif %}
13
13
  {% endfor %}
14
+ {% assign target = "books" %}
14
15
  {% include book-list-seemore.html %}
15
16
  </div>
@@ -8,5 +8,6 @@ layout: page
8
8
  {% for book in books %}
9
9
  {% include book-list-base.html %}
10
10
  {% endfor %}
11
+ {% assign target = "books" %}
11
12
  {% include book-list-seemore.html %}
12
13
  </div>
@@ -6,14 +6,14 @@
6
6
  <title>{{ page.title }} | {{ site.title }}</title>
7
7
  <meta name="viewport" content="width=device-width, initial-scale=1">
8
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 }}/assets/css/main.css">
9
+ <link rel="stylesheet" href="{{ site.BASE_PATH }}/assets/css/main.css">
10
10
  {% comment %}
11
11
  {% feed_meta %}
12
12
  {% endcomment %}
13
13
  {% seo %}
14
14
  </head>
15
15
 
16
- <body style="background: url('{{ BASE_PATH }}/assets/img/tema/{{ site.background }}');">
16
+ <body style="background: url('{{ site.BASE_PATH }}/assets/img/tema/{{ site.background }}');">
17
17
  <script>0</script>
18
18
  {% include nav-bar.html %}
19
19
 
@@ -6,14 +6,14 @@
6
6
  <title>{{ page.title }} | {{ site.title }}</title>
7
7
  <meta name="viewport" content="width=device-width, initial-scale=1">
8
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 }}/assets/css/main.css">
9
+ <link rel="stylesheet" href="{{ site.BASE_PATH }}/assets/css/main.css">
10
10
  {% comment %}
11
11
  {% feed_meta %}
12
12
  {% endcomment %}
13
13
  {% seo %}
14
14
  </head>
15
15
 
16
- <body style="background: url('{{ BASE_PATH }}/assets/img/tema/{{ site.background }}');">
16
+ <body style="background: url('{{ site.BASE_PATH }}/assets/img/tema/{{ site.background }}');">
17
17
  <script>0</script>
18
18
  {% include nav-bar.html %}
19
19
 
data/_layouts/post.html CHANGED
@@ -21,7 +21,7 @@ layout: default-blog
21
21
  <div class="ficha-extract">
22
22
  {% if page.img %}
23
23
  <div style="text-align: center;padding:6rem 0px 2.5rem 0px;">
24
- <img src="{{ BASE_PATH }}assets/img/{{ page.img }}" style="height: 60vh;width: auto;max-width: 100%;" class="responsive" alt="">
24
+ <img src="{{ site.BASE_PATH }}assets/img/{{ page.img }}" style="height: 60vh;width: auto;max-width: 100%;" class="responsive" alt="">
25
25
  </div>
26
26
  {% endif %}
27
27
  <div class="blog-post">
@@ -22,9 +22,11 @@ a {
22
22
  color: var(--color-1);
23
23
  }
24
24
 
25
+ /* aquí viene el estilo de link para párrafo y para lista*/
26
+
25
27
  .blog-post a,
26
28
  a.morel,
27
- footer a {
29
+ footer a, p a, ul a {
28
30
  color: var(--color-1);
29
31
  font-weight: 500;
30
32
  transition: all 1s ease;
@@ -36,6 +38,7 @@ footer a {
36
38
  transition: all 1s ease;
37
39
  }
38
40
 
41
+
39
42
  a.metadata-input,
40
43
  footer a {
41
44
  color: var(--color-1);
@@ -45,7 +48,7 @@ footer a {
45
48
 
46
49
  a.morel:hover,
47
50
  a.metadata-input:hover,
48
- footer a:hover {
51
+ footer a:hover, p a:hover, ul a:hover {
49
52
  color: var(--color-2);
50
53
  cursor: pointer;
51
54
  }
@@ -152,4 +155,11 @@ h1.index {
152
155
 
153
156
  .overlay {
154
157
  background-color: rgba(0, 0, 0, 0.88);
158
+ }
159
+
160
+ ol, ul {
161
+ list-style: inside;
162
+ font-size: 1.1rem;
163
+ margin-top: 1rem;
164
+ margin-bottom: 1.2rem;
155
165
  }
@@ -136,8 +136,8 @@
136
136
  }
137
137
 
138
138
  .blog h2 {
139
- font-size: 1.688rem;
140
- font-weight: 500;
139
+ font-size: 1.5rem;
140
+ font-weight: 400;
141
141
  text-transform: uppercase;
142
142
  margin: 3.5rem 0px 1rem;
143
143
  text-align: center;
data/assets/js/search.js CHANGED
@@ -13,7 +13,7 @@
13
13
 
14
14
  searchResults.innerHTML = appendString;
15
15
  } else {
16
- searchResults.innerHTML = '<p>Aún esa obra o esa autora no están disponibles. <a href="{{BASE_PATH}}/agregar">Sugiere su incorporación</a><p>';
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
17
  }
18
18
  }
19
19
 
@@ -8,14 +8,14 @@ MOREL generates web sites from bibliographic collections. The MOREL sites gather
8
8
 
9
9
  Works are organized by dynamic lists, which automatically group the works according to common characteristics:
10
10
 
11
- - [authors]({{BASE_PATH}}/criteria/author)
12
- - [city of publication]({{BASE_PATH}}/criteria/city)
13
- - [imprint or publisher]({{BASE_PATH}}/criteria/publisher)
14
- - [nationality of authors]({{BASE_PATH}}/criteria/nationality)
15
- - [edition date]({{BASE_PATH}}/criteria/edition)
16
- - [digital repository]({{BASE_PATH}}/criteria/repository).
17
-
18
- MOREL also has a [search engine]({{BASE_PATH}}/search) that allows you to find works directly.
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
19
 
20
20
  # Installation Instructions
21
21
 
@@ -0,0 +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
+
@@ -5,12 +5,12 @@ lang: en
5
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
6
  <!-- more -->
7
7
 
8
- The collection is organized by dynamic lists, which group the works according to common characteristics ([authors]({{BASE_PATH}}/criteria/author), [city of publication]({{BASE_PATH}}/criteria/city), [imprint or publisher]({{BASE_PATH}}/criteria/publisher), [nationality of authors]({{BASE_PATH}}/criteria/nationality), [edition date]({{BASE_PATH}}/criteria/edition) and [digital repository]({{BASE_PATH}}/criteria/repository)). But it also has a [search engine]({{BASE_PATH}}/search) that allows you to find works directly.
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
9
 
10
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
11
 
12
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
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]({{BASE_PATH}}/add).
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
15
 
16
- If you have a work or translation in mind that is not part of this archive, please [suggest its incorporation]({{BASE_PATH}}/add)!
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)!