chulapa-jekyll 1.1.0 → 2.0.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 +4 -4
- data/CHANGELOG.md +24 -1
- data/README.md +1 -1
- data/_data/version.yml +2 -0
- data/_includes/components/breadcrumbdatesocial.html +9 -2
- data/_includes/footer.html +39 -11
- data/_includes/head.html +3 -2
- data/_layouts/cloudcategory2.html +89 -0
- data/_layouts/cloudtag2.html +86 -0
- data/_sass/skins/academia.scss +1 -1
- data/_sass/skins/electro.scss +20 -0
- data/_sass/skins/focal.scss +52 -0
- data/_sass/skins/media.scss +54 -0
- data/_sass/skins/mickie.scss +13 -0
- data/_sass/skins/minco.scss +12 -0
- data/_sass/skins/monotone.scss +14 -0
- data/_sass/skins/pear.scss +1 -2
- data/_sass/skins/skeeblu.scss +20 -0
- data/_sass/skins/towards.scss +17 -46
- metadata +40 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 608ec9ee1aadc0774872c0bfd659642e450da0a338677be3d2ee97478364b3c4
|
4
|
+
data.tar.gz: 499bf2f699ab953632965cb5f50859d100bb9fd9bc4955fd07ab85051cc931a9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2da94f62446f29e4299516ceec7065bb073fbc56fe4588d07f00e666f05b470c3b2e8759374c6e69933219bc375672d575e6ffe0770ae90065ed9353c78fec72
|
7
|
+
data.tar.gz: b9446c6bc3baaa4900cbc7e5440c5df1a5a77c494cc0d4d6ded596e3da7d6e79538df8a595190827bccaab2806d4111571123c0377b2086894f55f8f084f45e6
|
data/CHANGELOG.md
CHANGED
@@ -1,3 +1,26 @@
|
|
1
|
+
## v2.0.0 - 2025-02-24
|
2
|
+
|
3
|
+
### Added
|
4
|
+
|
5
|
+
- New versions of `cloudtag` and `cloudcategory` (`cloudtag2` and `cloudcategory2`) layouts compatible with Jekyll >= 4.1.0.
|
6
|
+
- New skins:
|
7
|
+
- `focal`
|
8
|
+
- `media`
|
9
|
+
- `electro`
|
10
|
+
- `monotone`
|
11
|
+
- `mickie`.
|
12
|
+
- `skeeblu`
|
13
|
+
- `minco`
|
14
|
+
|
15
|
+
### Changed
|
16
|
+
- Twitter share button renamed to X. Also, the icon has been updated.
|
17
|
+
- Share on Mastodon link replaced by Share on Bluesky.
|
18
|
+
- Update `towards` skin.
|
19
|
+
|
20
|
+
- [x] Bump version on `head`
|
21
|
+
- [x] Bump version on docs
|
22
|
+
- [ ] Bump version on `chulapa-101` remote theme
|
23
|
+
|
1
24
|
## v1.1.0 - 2023-12-13
|
2
25
|
|
3
26
|
### Added
|
@@ -30,7 +53,7 @@
|
|
30
53
|
#### Checklist
|
31
54
|
|
32
55
|
- [x] Bump version on `head`
|
33
|
-
- [
|
56
|
+
- [x] Bump version on docs
|
34
57
|
- [ ] Bump version on `chulapa-101` remote theme
|
35
58
|
|
36
59
|
## v1.0.1 - 2022-11-25
|
data/README.md
CHANGED
@@ -39,7 +39,7 @@ sharing](https://img.shields.io/badge/social--sharing-ready-succes)
|
|
39
39
|
- **Code highlight** - +20 Pygment styles
|
40
40
|
- **Mathjax** inside
|
41
41
|
- **Google Analytics**
|
42
|
-
- **Twitter Cards** and **Open Graph** data valid for Facebook, LinkedIn and
|
42
|
+
- **Twitter/X Cards** and **Open Graph** data valid for Facebook, LinkedIn and
|
43
43
|
WhatsApp
|
44
44
|
- **14+ preinstalled skins**
|
45
45
|
- **Powerful look-and-feel customization** with a dedicated sandbox
|
data/_data/version.yml
ADDED
@@ -56,10 +56,17 @@
|
|
56
56
|
|
57
57
|
</div>
|
58
58
|
{%- if page.show_sociallinks -%}
|
59
|
+
{%- assign x_icon = "fa-square-x-twitter" -%}
|
60
|
+
|
61
|
+
|
62
|
+
{% if site.fa_version == 5 -%}
|
63
|
+
{%- assign x_icon = "fa-twitter-square" -%}
|
64
|
+
{%- endif %}
|
65
|
+
|
59
66
|
<div class="col-lg-3 col-sm-4 col-3 text-right lead chulapaDateSocial">
|
60
|
-
<a href="https://twitter.com/intent/tweet?url={{ canonical_url }}&text={{ sharetitle | url_encode }}{%- if site.twitter_site -%}&via={{- site.twitter_site -}}{%- endif -%}{%- if tagsize > 0 -%}&hashtags={{- page.tags | join: "," | replace: " ", "-" | replace: "-", "" -}}{%- endif -%}" title="Share on
|
67
|
+
<a href="https://twitter.com/intent/tweet?url={{ canonical_url }}&text={{ sharetitle | url_encode }}{%- if site.twitter_site -%}&via={{- site.twitter_site -}}{%- endif -%}{%- if tagsize > 0 -%}&hashtags={{- page.tags | join: "," | replace: " ", "-" | replace: "-", "" -}}{%- endif -%}" title="Share on X" aria-label="Share on X" ><i class="fab {{ x_icon }} fa-lg" aria-hidden="true"></i></a>
|
61
68
|
|
62
|
-
<a href="https://
|
69
|
+
<a href="https://bsky.app/intent/compose?text={{ sharetitle | uri_escape }}%20{{ canonical_url }}{%- if tagsize > 0 -%}%20%23{{- page.tags | join: '%20%23' | replace: " ", "-" | replace: "-", "" -}}{%- endif -%}" title="Share on Bluesky" aria-label="Share on Bluesky"><i class="fa-brands fa-square-bluesky fa-lg" aria-hidden="true"></i></a>
|
63
70
|
|
64
71
|
<a class="d-none d-sm-inline" href="https://www.facebook.com/sharer.php?u={{ canonical_url }}" title="Share on Facebook" aria-label="Share on Facebook" ><i class="fab fa-facebook-square fa-lg" aria-hidden="true"></i></a>
|
65
72
|
|
data/_includes/footer.html
CHANGED
@@ -18,10 +18,22 @@
|
|
18
18
|
{%- assign name = 'Graymor' - %}
|
19
19
|
{%- assign author = 'Tophat' - %}
|
20
20
|
{%- assign url = 'https://themesguide.github.io/top-hat/dist/' - %}
|
21
|
+
{%- elsif site.chulapa-skin.skin == 'electro' -%}
|
22
|
+
{%- assign name = 'Electro' - %}
|
23
|
+
{%- assign author = 'Tophat' - %}
|
24
|
+
{%- assign url = 'https://themesguide.github.io/top-hat/dist/' - %}
|
21
25
|
{%- elsif site.chulapa-skin.skin == 'wandoo' -%}
|
22
26
|
{%- assign name = 'Wandoo' - %}
|
23
27
|
{%- assign author = 'Tophat' - %}
|
24
28
|
{%- assign url = 'https://themesguide.github.io/top-hat/dist/' - %}
|
29
|
+
{%- elsif site.chulapa-skin.skin == 'skeeblu' -%}
|
30
|
+
{%- assign name = 'Skeeblu' - %}
|
31
|
+
{%- assign author = 'Tophat' - %}
|
32
|
+
{%- assign url = 'https://themesguide.github.io/top-hat/dist/' - %}
|
33
|
+
{%- elsif site.chulapa-skin.skin == 'mickie' -%}
|
34
|
+
{%- assign name = 'Mickie' - %}
|
35
|
+
{%- assign author = 'Tophat' - %}
|
36
|
+
{%- assign url = 'https://themesguide.github.io/top-hat/dist/' - %}
|
25
37
|
{%- elsif site.chulapa-skin.skin == 'sketchy' -%}
|
26
38
|
{%- assign name = 'Sketchy' - %}
|
27
39
|
{%- assign author = 'Bootswatch' - %}
|
@@ -74,10 +86,26 @@
|
|
74
86
|
{%- assign name = 'Academia' - %}
|
75
87
|
{%- assign author = 'dieghernan' - %}
|
76
88
|
{%- assign url = 'https://github.com/dieghernan' - %}
|
89
|
+
{%- elsif site.chulapa-skin.skin == 'focal' -%}
|
90
|
+
{%- assign name = 'Focal' - %}
|
91
|
+
{%- assign author = 'dieghernan' - %}
|
92
|
+
{%- assign url = 'https://github.com/dieghernan' - %}
|
93
|
+
{%- elsif site.chulapa-skin.skin == 'media' -%}
|
94
|
+
{%- assign name = 'Media' - %}
|
95
|
+
{%- assign author = 'dieghernan' - %}
|
96
|
+
{%- assign url = 'https://github.com/dieghernan' - %}
|
77
97
|
{%- elsif site.chulapa-skin.skin == 'universal' -%}
|
78
98
|
{%- assign name = 'Universal' - %}
|
79
99
|
{%- assign author = 'Bootstrapious' - %}
|
80
|
-
{%- assign url = 'https://bootstrapious.com/' - %}
|
100
|
+
{%- assign url = 'https://bootstrapious.com/' - %}
|
101
|
+
{%- elsif site.chulapa-skin.skin == 'monotone' -%}
|
102
|
+
{%- assign name = 'Monotone' - %}
|
103
|
+
{%- assign author = 'Tophat' - %}
|
104
|
+
{%- assign url = 'https://themesguide.github.io/top-hat/dist/' - %}
|
105
|
+
{%- elsif site.chulapa-skin.skin == 'minco' -%}
|
106
|
+
{%- assign name = 'Minco' - %}
|
107
|
+
{%- assign author = 'Tophat' - %}
|
108
|
+
{%- assign url = 'https://themesguide.github.io/top-hat/dist/' - %}
|
81
109
|
{%- elsif site.chulapa-skin.skin == 'sunset' -%}
|
82
110
|
{%- assign name = 'Sunset' - %}
|
83
111
|
{%- assign author = 'Tophat' - %}
|
@@ -94,11 +122,11 @@
|
|
94
122
|
{% include components/cusdis.html pageid=include.pageid pageurl=include.pageurl pagetitle = include.pagetitle %}
|
95
123
|
{%- elsif site.comments.provider == 'welcomments' -%}
|
96
124
|
{% include components/welcomments.html %}
|
97
|
-
{%- elsif site.comments.provider == 'giscus' -%}
|
125
|
+
{%- elsif site.comments.provider == 'giscus' -%}
|
98
126
|
<div class="container">
|
99
127
|
<div class="row">
|
100
128
|
<div class="col-lg-8 offset-lg-2">
|
101
|
-
{% include custom/giscus.html %}
|
129
|
+
{% include custom/giscus.html %}
|
102
130
|
</div>
|
103
131
|
</div>
|
104
132
|
</div>
|
@@ -112,12 +140,12 @@
|
|
112
140
|
{%- for social in site.footer.links -%}
|
113
141
|
{%- assign urlslice = social.url | slice: 0,4 -%}
|
114
142
|
{%- if urlslice == "http" -%}
|
115
|
-
<a href="{{ social.url | absolute_url }}" title="footer{{ social.label }}" class="chulapa-footer-sociallink lead">
|
143
|
+
<a href="{{ social.url | absolute_url }}" title="footer{{ social.label }}" class="chulapa-footer-sociallink lead">
|
116
144
|
{%- elsif social.url contains "@" -%}
|
117
|
-
<a href="mailto:{{- social.url -}}?subject={{ site.title | append: ' web contact' | strip_html | uri_escape }}" title="footer{{ social.label }}" class="chulapa-footer-sociallink lead">
|
145
|
+
<a href="mailto:{{- social.url -}}?subject={{ site.title | append: ' web contact' | strip_html | uri_escape }}" title="footer{{ social.label }}" class="chulapa-footer-sociallink lead">
|
118
146
|
{%- else -%}
|
119
|
-
<a href="{{ social.url | absolute_url }}" title="footer{{ social.label }}" class="chulapa-footer-sociallink lead">
|
120
|
-
{%- endif -%}
|
147
|
+
<a href="{{ social.url | absolute_url }}" title="footer{{ social.label }}" class="chulapa-footer-sociallink lead">
|
148
|
+
{%- endif -%}
|
121
149
|
<span class="fa-stack fa-lg" aria-hidden="true">
|
122
150
|
<i class="fa fa-circle fa-stack-2x"></i>
|
123
151
|
<i class="{{ social.icon }} fa-stack-1x fa-inverse"></i>
|
@@ -128,13 +156,13 @@
|
|
128
156
|
{%- endif -%}
|
129
157
|
<p class="mt-2 mb-3">
|
130
158
|
{%- if site.footer.copyright -%}
|
131
|
-
|
159
|
+
|
132
160
|
{{ site.footer.copyright }}
|
133
|
-
|
161
|
+
|
134
162
|
{%- else -%}
|
135
|
-
|
163
|
+
|
136
164
|
© {{ site.time | date: '%Y' }} {{ site.author.name | default: site.github.owner_name }}
|
137
|
-
|
165
|
+
|
138
166
|
{%- endif -%}
|
139
167
|
</p>
|
140
168
|
<!-- Do not remove this in order to give attributions -->
|
data/_includes/head.html
CHANGED
@@ -1,10 +1,11 @@
|
|
1
1
|
<head>
|
2
2
|
<meta charset="utf-8">
|
3
|
-
<!-- Chulapa Jekyll Theme -
|
3
|
+
<!-- Chulapa Jekyll Theme - 2.0.0 -->
|
4
4
|
<!-- MIT License-->
|
5
5
|
<!-- Docs: https://dieghernan.github.io/chulapa -->
|
6
6
|
<!-- Repo: https://github.com/dieghernan/chulapa -->
|
7
7
|
<!-- Page build {{ site.time }} -->
|
8
|
+
<!-- Jekyll Version {{ jekyll.version }} -->
|
8
9
|
{%- assign canonical_url = page.url | replace: "index.html", "" | absolute_url | uri_escape -%}
|
9
10
|
{%- assign home_url = "index.html" | absolute_url | replace: "index.html", "" | uri_escape -%}
|
10
11
|
{%- assign metatitle1 = page.title | default: site.title | default: site.github.repository_name | strip_html -%}
|
@@ -237,7 +238,7 @@ where_exp: "item", "item.url contains 'http'"
|
|
237
238
|
<meta property="og:description" content="{{ ogdesc | truncatewords: 20 }}" >
|
238
239
|
<meta property="og:locale" content="{{- site.locale | default: 'en-US' -}}" >
|
239
240
|
<meta property="og:image" content="{{- ogimage -}}" >
|
240
|
-
<!-- Twitter Cards -->
|
241
|
+
<!-- Twitter/X Cards -->
|
241
242
|
<meta name="twitter:card" content="summary_large_image">
|
242
243
|
{%- if site.twitter_site %}
|
243
244
|
<meta name="twitter:site" content="@{{- site.twitter_site -}}" >
|
@@ -0,0 +1,89 @@
|
|
1
|
+
---
|
2
|
+
layout: default
|
3
|
+
---
|
4
|
+
|
5
|
+
{{- content -}}
|
6
|
+
|
7
|
+
|
8
|
+
{%- if page.include_collection -%}
|
9
|
+
{%- assign cols = page.include_collection | split: "," -%}
|
10
|
+
{%- for col in cols -%}
|
11
|
+
{%- if forloop.first -%}
|
12
|
+
{%- assign alldocs = site.documents |
|
13
|
+
where_exp: "item", "item.collection == col" -%}
|
14
|
+
{%- assign showcol = false -%}
|
15
|
+
{%- else -%}
|
16
|
+
{%- assign docloop = site.documents |
|
17
|
+
where_exp: "item", "item.collection == col" -%}
|
18
|
+
{%- assign alldocs = alldocs | concat: docloop %}
|
19
|
+
{%- assign showcol = true -%}
|
20
|
+
{%- endif -%}
|
21
|
+
{%- endfor -%}
|
22
|
+
{%- else -%}
|
23
|
+
{%- assign alldocs = site.documents -%}
|
24
|
+
{%- assign showcol = true -%}
|
25
|
+
{% endif %}
|
26
|
+
|
27
|
+
{% assign alldocs = alldocs | sort: 'date' | reverse %}
|
28
|
+
{% assign cat_count = alldocs | map: 'categories' | count_by_item %}
|
29
|
+
|
30
|
+
|
31
|
+
{%- for category in cat_count -%}
|
32
|
+
{%- if forloop.first -%}
|
33
|
+
{%- assign sizemax = category[1] -%}
|
34
|
+
{%- elsif forloop.last -%}
|
35
|
+
{% assign mid = category[1] | plus: sizemax | divided_by: 2 %}
|
36
|
+
{%- endif -%}
|
37
|
+
{%- endfor -%}
|
38
|
+
|
39
|
+
|
40
|
+
<div class="row g-0 pt-5" id="categories">
|
41
|
+
<div class="col">
|
42
|
+
{%- for category in cat_count -%}
|
43
|
+
<a href="#{{- category[0] | replace: " ", "-" -}}" class="btn btn-secondary m-1" role="button" style="font-size: min(1.2rem , max(0.8rem , calc(1rem + 0.025*({{ category[1] }}rem - {{ mid }}rem))));"><i class="far fa-folder-open mr-2" aria-hidden="true"></i>{{- category[0] -}}<span class="badge rounded-pill chulapa-pill-bg-secondary ml-2">{{category[1]}}</span></a>
|
44
|
+
{%- endfor -%}
|
45
|
+
</div>
|
46
|
+
</div>
|
47
|
+
|
48
|
+
{% assign words_per_minute = site.words_per_minute | default: 200 %}
|
49
|
+
{% for category in cat_count %}
|
50
|
+
<section id="{{- category[0] | replace: " ", "-" -}}" class="py-3 chulapa-cloudcategory">
|
51
|
+
<div class="d-flex align-items-center border-bottom border-chulapa mt-5">
|
52
|
+
<h5 class="my-0"><i class="far fa-folder-open mr-1" aria-hidden="true"></i>{{- category[0] -}} </h5>
|
53
|
+
<div class="badge rounded-pill chulapa-pill-bg-secondary ml-2">{{category[1]}}</div>
|
54
|
+
</div>
|
55
|
+
{% for document in alldocs %}
|
56
|
+
{% assign words = document.content | strip_html | number_of_words %}
|
57
|
+
{% assign readtime = "< 1’" | escape_once %}
|
58
|
+
{% if words > words_per_minute %}
|
59
|
+
{% assign readtime = words | divided_by:words_per_minute | append: "’" %}
|
60
|
+
{% endif %}
|
61
|
+
{% if document.categories contains category[0] %}
|
62
|
+
<article class="chulapa-links-hover-only my-1 mb-4 row g-0 h-entry">
|
63
|
+
<div class="col">
|
64
|
+
<h6><a href="{{ document.url | absolute_url }}" class="p-name u-url">{{ document.title }}</a></h6>
|
65
|
+
{%- if document.subtitle -%}<p>{{- document.subtitle -}}</p> {%- endif -%}
|
66
|
+
<div class="small">
|
67
|
+
{% if document.date %}
|
68
|
+
{% assign dateformat = document.date | date: "%B %d, %Y" %}
|
69
|
+
<i class="far fa-calendar" aria-hidden="true"></i> <time class="dt-published" datetime="{{- document.date | date_to_xmlschema -}}">{% include_cached snippets/datetranslate.html date=dateformat %}</time>
|
70
|
+
{% if document.last_modified_at %} <i class="fa fa-redo" aria-hidden="true"></i>{% endif %} |
|
71
|
+
{% endif %}
|
72
|
+
<i class="far fa-clock" aria-hidden="true"></i> {{ readtime }}
|
73
|
+
{%- if showcol -%}
|
74
|
+
<span class="ml-2 badge chulapa-pill-bg-body p-category">{{ document.collection }}</span>
|
75
|
+
{%- endif -%}
|
76
|
+
</div>
|
77
|
+
</div>
|
78
|
+
{% if document.header_img or document.og_image %}
|
79
|
+
<a href="{{ document.url | absolute_url }}" class="col-2 btn chulapa-overlay-img chulapa-gradient" style="background-image: url('{{ document.og_image | default: document.header_img | absolute_url }}')">
|
80
|
+
</a>
|
81
|
+
{% endif %}
|
82
|
+
</article>
|
83
|
+
{% endif %}
|
84
|
+
{% endfor %}
|
85
|
+
<div class="text-right">
|
86
|
+
<a href="#categories" class="btn btn-lg border-0 chulapa-text-body-color"><i class="fa fa-chevron-up fa-lg" aria-hidden="true"></i><span class="sr-only">Top</span></a>
|
87
|
+
</div>
|
88
|
+
</section>
|
89
|
+
{% endfor %}
|
@@ -0,0 +1,86 @@
|
|
1
|
+
---
|
2
|
+
layout: default
|
3
|
+
---
|
4
|
+
|
5
|
+
{{- content -}}
|
6
|
+
|
7
|
+
{%- if page.include_collection -%}
|
8
|
+
{%- assign cols = page.include_collection | split: "," -%}
|
9
|
+
{%- for col in cols -%}
|
10
|
+
{%- if forloop.first -%}
|
11
|
+
{%- assign alldocs = site.documents |
|
12
|
+
where_exp: "item", "item.collection == col" -%}
|
13
|
+
{%- assign showcol = false -%}
|
14
|
+
{%- else -%}
|
15
|
+
{%- assign docloop = site.documents |
|
16
|
+
where_exp: "item", "item.collection == col" -%}
|
17
|
+
{%- assign alldocs = alldocs | concat: docloop %}
|
18
|
+
{%- assign showcol = true -%}
|
19
|
+
{%- endif -%}
|
20
|
+
{%- endfor -%}
|
21
|
+
{%- else -%}
|
22
|
+
{%- assign alldocs = site.documents -%}
|
23
|
+
{%- assign showcol = true -%}
|
24
|
+
{% endif %}
|
25
|
+
|
26
|
+
|
27
|
+
{% assign alldocs = alldocs | sort: 'date' | reverse %}
|
28
|
+
{% assign tag_count = alldocs | map: 'tags' | count_by_item %}
|
29
|
+
{%- for tag in tag_count -%}
|
30
|
+
{%- if forloop.first -%}
|
31
|
+
{%- assign sizemax = tag[1] -%}
|
32
|
+
{%- elsif forloop.last -%}
|
33
|
+
{% assign mid = tag[1] | plus: sizemax | divided_by: 2 %}
|
34
|
+
{%- endif -%}
|
35
|
+
{%- endfor -%}
|
36
|
+
|
37
|
+
<div class="row g-0 pt-5" id="tags">
|
38
|
+
<div class="col">
|
39
|
+
{%- for tag in tag_count -%}
|
40
|
+
<a href="#{{- tag[0] | replace: " ", "-" -}}" class="btn btn-primary m-1" role="button" style="font-size: min(1.2rem , max(0.8rem , calc(1rem + 0.025*({{ tag[1] }}rem - {{ mid }}rem))));"><i class="fa fa-tag mr-2" aria-hidden="true"></i>{{- tag[0] -}}<span class="badge rounded-pill chulapa-pill-bg-primary ml-2">{{tag[1]}}</span></a>
|
41
|
+
{%- endfor -%}
|
42
|
+
</div>
|
43
|
+
</div>
|
44
|
+
|
45
|
+
{% assign words_per_minute = site.words_per_minute | default: 200 %}
|
46
|
+
{% for tag in tag_count %}
|
47
|
+
<section id="{{- tag[0] | replace: " ", "-" -}}" class="py-3 chulapa-cloudtag">
|
48
|
+
<div class="d-flex align-items-center border-bottom border-chulapa mt-5">
|
49
|
+
<h5 class="my-0"><i class="fa fa-tag mr-1" aria-hidden="true"></i>{{- tag[0] -}} </h5>
|
50
|
+
<div class="badge rounded-pill chulapa-pill-bg-primary ml-2">{{tag[1]}}</div>
|
51
|
+
</div>
|
52
|
+
{% for document in alldocs %}
|
53
|
+
{% assign words = document.content | strip_html | number_of_words %}
|
54
|
+
{% assign readtime = "< 1’" | escape_once %}
|
55
|
+
{% if words > words_per_minute %}
|
56
|
+
{% assign readtime = words | divided_by:words_per_minute | append: "’" %}
|
57
|
+
{% endif %}
|
58
|
+
{% if document.tags contains tag[0] %}
|
59
|
+
<article class="chulapa-links-hover-only my-1 mb-4 row g-0">
|
60
|
+
<div class="col">
|
61
|
+
<h6><a href="{{ document.url | absolute_url }}">{{ document.title }}</a></h6>
|
62
|
+
{%- if document.subtitle -%}<p>{{- document.subtitle -}}</p> {%- endif -%}
|
63
|
+
<div class="small">
|
64
|
+
{% if document.date %}
|
65
|
+
{% assign dateformat = document.date | date: "%B %d, %Y" %}
|
66
|
+
<i class="far fa-calendar" aria-hidden="true"></i> <time datetime="{{- document.date | date_to_xmlschema -}}">{% include_cached snippets/datetranslate.html date=dateformat %}</time>
|
67
|
+
{% if document.last_modified_at %} <i class="fa fa-redo" aria-hidden="true"></i>{% endif %} |
|
68
|
+
{% endif %}
|
69
|
+
<i class="far fa-clock" aria-hidden="true"></i> {{ readtime }}
|
70
|
+
{%- if showcol -%}
|
71
|
+
<span class="ml-2 badge chulapa-pill-bg-body">{{ document.collection }}</span>
|
72
|
+
{%- endif -%}
|
73
|
+
</div>
|
74
|
+
</div>
|
75
|
+
{% if document.header_img or document.og_image %}
|
76
|
+
<a href="{{ document.url | absolute_url }}" class="col-2 btn chulapa-overlay-img chulapa-gradient" style="background-image: url('{{ document.og_image | default: document.header_img | absolute_url }}')">
|
77
|
+
</a>
|
78
|
+
{% endif %}
|
79
|
+
</article>
|
80
|
+
{% endif %}
|
81
|
+
{% endfor %}
|
82
|
+
<div class="text-right">
|
83
|
+
<a href="#tags" class="btn btn-lg border-0 chulapa-text-body-color"><i class="fa fa-chevron-up fa-lg" aria-hidden="true"></i><span class="sr-only">Top</span></a>
|
84
|
+
</div>
|
85
|
+
</section>
|
86
|
+
{% endfor %}
|
data/_sass/skins/academia.scss
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
/*! Academia by dieghernan */
|
2
2
|
|
3
|
-
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@
|
3
|
+
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
|
4
4
|
|
5
5
|
|
6
6
|
$font-family-base: Roboto, sans-serif !default;
|
@@ -0,0 +1,20 @@
|
|
1
|
+
/*! Tophat `Electro` Bootstrap 4.3.1 theme */
|
2
|
+
@import url(https://fonts.googleapis.com/css?family=Nunito:200,300,400,700);
|
3
|
+
$headings-font-family:Nunito;
|
4
|
+
|
5
|
+
$primary:#1633ff;
|
6
|
+
$secondary:#a0b7bc;
|
7
|
+
$success:#1633ff;
|
8
|
+
$danger:#00f900;
|
9
|
+
$info:#7ebcfa;
|
10
|
+
$warning:#00f900;
|
11
|
+
$light:#eef0f2;
|
12
|
+
$dark:#000633;
|
13
|
+
|
14
|
+
$body-bg:#ffffff;
|
15
|
+
$display1-weight:600;
|
16
|
+
$display2-weight:600;
|
17
|
+
$display3-weight:600;
|
18
|
+
$btn-border-radius:1.3rem;
|
19
|
+
$btn-border-radius-lg:1.6rem;
|
20
|
+
$btn-border-radius-sm:.8rem;
|
@@ -0,0 +1,52 @@
|
|
1
|
+
/*! Focal by dieghernan */
|
2
|
+
|
3
|
+
|
4
|
+
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
|
5
|
+
|
6
|
+
$font-family-base: "Fira Sans", sans-serif;
|
7
|
+
$headings-font-family: "Playfair Display", serif;
|
8
|
+
|
9
|
+
|
10
|
+
.display-1, .display-2, .display-3, .display-4, .display-5, .display-6 {
|
11
|
+
font-family: $font-family-base;
|
12
|
+
font-weight: 600;
|
13
|
+
}
|
14
|
+
|
15
|
+
$primary: #ff9285;
|
16
|
+
$secondary: #6e6e6e;
|
17
|
+
$success: #26a65b;
|
18
|
+
$info: #00acc1;
|
19
|
+
$warning: #f9690e;
|
20
|
+
$danger: #ff0000;
|
21
|
+
$light: #f2f1f1;
|
22
|
+
$dark: #262626;
|
23
|
+
$body-color: $dark;
|
24
|
+
|
25
|
+
a:not([class]){
|
26
|
+
text-decoration: underline;
|
27
|
+
color: $dark;
|
28
|
+
}
|
29
|
+
|
30
|
+
.chulapa-toc-reset a {
|
31
|
+
text-decoration: none;
|
32
|
+
}
|
33
|
+
|
34
|
+
$navbar-chulapa-bg-color: white;
|
35
|
+
$thead-chulapa-bg-color: white;
|
36
|
+
$hero-chulapa-bg-color: $light;
|
37
|
+
$footer-chulapa-bg-color: $hero-chulapa-bg-color;
|
38
|
+
|
39
|
+
.hero-chulapa h1,
|
40
|
+
.hero-chulapa-image h1,
|
41
|
+
.splash-chulapa h1,
|
42
|
+
.splash-chulapa-image h1 {
|
43
|
+
font-family: $font-family-base;
|
44
|
+
font-weight: 600 !important;
|
45
|
+
}
|
46
|
+
|
47
|
+
nav, .navbar, .navbar-chulapa-fab .nav-item, .navbar-chulapa, .footer-chulapa {
|
48
|
+
font-family: $font-family-base;
|
49
|
+
font-weight: 600 !important;
|
50
|
+
}
|
51
|
+
|
52
|
+
|
@@ -0,0 +1,54 @@
|
|
1
|
+
@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@200..900&family=Mona+Sans:ital,wght@0,200..900;1,200..900&family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap');
|
2
|
+
$font-family-base: 'Source Serif', Georgia, Cambria, 'Times New Roman', Times, serif !default;
|
3
|
+
$headings-font-family: 'Mona Sans', "Helvetica Neue", Helvetica, Arial, sans-serif !default;
|
4
|
+
$headings-font-weight: 900 !default;
|
5
|
+
$input-btn-font-family:$headings-font-family !default;
|
6
|
+
$font-family-monospace: Inconsolata, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !default;
|
7
|
+
|
8
|
+
|
9
|
+
|
10
|
+
$primary: #242424 !default;
|
11
|
+
$black: #242424 !default;
|
12
|
+
$white: #ffffff !default;
|
13
|
+
$secondary: $black !default;
|
14
|
+
$text-muted:#757575 !default;
|
15
|
+
$success: #1a8917 !default;
|
16
|
+
$warning: #FFC017 !default;
|
17
|
+
$danger: #cc5454 !default;
|
18
|
+
$info: rgba(0, 0, 0, .54) !default;
|
19
|
+
$link-color: #0000008a;
|
20
|
+
|
21
|
+
|
22
|
+
$navbar-chulapa-bg-color: $white !default;
|
23
|
+
$navbar-chulapa-toggler-border-color: transparent !default;
|
24
|
+
$navbar-chulapa-text-color: $text-muted !default;
|
25
|
+
$navbar-chulapa-hover-color: #A8A8A8 !default;
|
26
|
+
$navbar-chulapa-brand-color: $navbar-chulapa-text-color !default;
|
27
|
+
|
28
|
+
$footer-chulapa-bg-color: $black !default;
|
29
|
+
$footer-chulapa-text-color: $white !default;
|
30
|
+
$footer-chulapa-hover-color: $primary !default;
|
31
|
+
|
32
|
+
$thead-chulapa-bg-color: $white !default;
|
33
|
+
|
34
|
+
nav, footer, button, input, label, legend, table, form, aside, header,
|
35
|
+
.nav, .card-header, .badge, .pagination, .breadcrumb, .chulapa-toc-wrapper, .chulapaDateSocial,
|
36
|
+
.footnotes, #markdown-toc {
|
37
|
+
font-family: $headings-font-family;
|
38
|
+
}
|
39
|
+
.chulapa-links-hover-only i, .chulapaDateSocial i {
|
40
|
+
color: $primary;
|
41
|
+
}
|
42
|
+
|
43
|
+
label {
|
44
|
+
font-family: $headings-font-family !important;
|
45
|
+
font-weight: $headings-font-weight !important;
|
46
|
+
}
|
47
|
+
|
48
|
+
.hero-chulapa h1,
|
49
|
+
.hero-chulapa-image h1,
|
50
|
+
.splash-chulapa h1,
|
51
|
+
.splash-chulapa-image h1 {
|
52
|
+
font-family: $headings-font-family;
|
53
|
+
font-weight: $headings-font-weight !important;
|
54
|
+
}
|
@@ -0,0 +1,13 @@
|
|
1
|
+
/*! Tophat `Mickie` Bootstrap 4.3.1 theme */
|
2
|
+
@import url(https://fonts.googleapis.com/css?family=Raleway:200,300,400,700);
|
3
|
+
$headings-font-family:Raleway;
|
4
|
+
|
5
|
+
$primary:#f6648C;
|
6
|
+
$secondary:#CACACA;
|
7
|
+
$success:#035668;
|
8
|
+
$danger:#FF444F;
|
9
|
+
$info:#3F81C7;
|
10
|
+
$warning:#0DE2EA;
|
11
|
+
$light:#eAeAeA;
|
12
|
+
$dark:#223322;
|
13
|
+
|
@@ -0,0 +1,12 @@
|
|
1
|
+
/*! Tophat `Minco` Bootstrap 4.3.1 theme */
|
2
|
+
@import url(https://fonts.googleapis.com/css?family=Crete+Round:200,300,400,700);
|
3
|
+
$headings-font-family:'Crete Round';
|
4
|
+
|
5
|
+
$primary:#083358;
|
6
|
+
$secondary:#F67280;
|
7
|
+
$success:#0074E4;
|
8
|
+
$danger:#FF4057;
|
9
|
+
$info:#74DBEF;
|
10
|
+
$warning:#FC3C3C;
|
11
|
+
$light:#F2F2F0;
|
12
|
+
$dark:#072247;
|
@@ -0,0 +1,14 @@
|
|
1
|
+
/*! Tophat `Monotone` Bootstrap 4.3.1 theme */
|
2
|
+
@import url(https://fonts.googleapis.com/css?family=Montserrat:200,300,400,700);
|
3
|
+
$font-family-base:Montserrat;
|
4
|
+
@import url(https://fonts.googleapis.com/css?family=Open+Sans:200,300,400,700);
|
5
|
+
$headings-font-family:"Open Sans";
|
6
|
+
|
7
|
+
$primary:#222222;
|
8
|
+
$secondary:#666666;
|
9
|
+
$success:#333333;
|
10
|
+
$danger:#434343;
|
11
|
+
$info:#515151;
|
12
|
+
$warning:#5f5f5f;
|
13
|
+
$light:#eceeec;
|
14
|
+
$dark:#111111;
|
data/_sass/skins/pear.scss
CHANGED
@@ -1,5 +1,4 @@
|
|
1
|
-
@import url('https://fonts.googleapis.com/css2?family=Raleway&family=Source+
|
2
|
-
|
1
|
+
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap');
|
3
2
|
$font-family-base: 'Source Sans Pro', sans-serif !default;
|
4
3
|
$headings-font-family: 'Raleway', sans-serif !default;
|
5
4
|
|
@@ -0,0 +1,20 @@
|
|
1
|
+
/*! Tophat `Skeeblu` Bootstrap 4.3.1 theme */
|
2
|
+
@import url(https://fonts.googleapis.com/css?family=Yantramanav:200,300,400,700);
|
3
|
+
$headings-font-family:Yantramanav;
|
4
|
+
|
5
|
+
$primary:#27a2fc;
|
6
|
+
$secondary:#a0b7bc;
|
7
|
+
$success:#37bd74;
|
8
|
+
$danger:#e8286b;
|
9
|
+
$info:#7ebcfa;
|
10
|
+
$warning:#ff9b37;
|
11
|
+
$light:#eef0f2;
|
12
|
+
$dark:#3c4055;
|
13
|
+
|
14
|
+
|
15
|
+
$body-bg:#efefef;
|
16
|
+
|
17
|
+
$navbar-chulapa-text-color: $body-bg;
|
18
|
+
$hero-chulapa-text-color: $body-bg;
|
19
|
+
$footer-chulapa-text-color: $body-bg;
|
20
|
+
$footer-chulapa-hover-color: $secondary;
|
data/_sass/skins/towards.scss
CHANGED
@@ -1,49 +1,20 @@
|
|
1
|
-
@import url('https://fonts.googleapis.com/css2?family=
|
2
|
-
|
3
|
-
$font-family-base:
|
4
|
-
$headings-font-family:
|
5
|
-
$headings-font-weight:
|
6
|
-
|
7
|
-
|
8
|
-
$primary: #
|
9
|
-
$
|
10
|
-
$
|
11
|
-
$
|
12
|
-
$
|
13
|
-
$
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
$navbar-chulapa-bg-color: $white !default;
|
19
|
-
$navbar-chulapa-toggler-border-color: transparent !default;
|
20
|
-
$navbar-chulapa-text-color: $text-muted !default;
|
21
|
-
$navbar-chulapa-hover-color: #A8A8A8 !default;
|
22
|
-
$navbar-chulapa-brand-color: $navbar-chulapa-text-color !default;
|
23
|
-
|
24
|
-
$footer-chulapa-bg-color: $black !default;
|
25
|
-
$footer-chulapa-text-color: $white !default;
|
26
|
-
$footer-chulapa-hover-color: $primary !default;
|
27
|
-
|
28
|
-
$thead-chulapa-bg-color: $white !default;
|
29
|
-
|
30
|
-
nav, footer, button, input, label, legend, table, form, aside, header,
|
31
|
-
.nav, .card-header, .badge, .pagination, .breadcrumb, .chulapa-toc-wrapper, .chulapaDateSocial,
|
32
|
-
.footnotes, #markdown-toc {
|
33
|
-
font-family: $headings-font-family;
|
34
|
-
}
|
35
|
-
.chulapa-links-hover-only i, .chulapaDateSocial i {
|
36
|
-
color: $primary;
|
37
|
-
}
|
38
|
-
|
39
|
-
label {
|
40
|
-
font-family: $headings-font-family !important;
|
41
|
-
font-weight: $headings-font-weight !important;
|
42
|
-
}
|
43
|
-
|
44
|
-
.hero-chulapa h1,
|
45
|
-
.hero-chulapa-image h1,
|
46
|
-
.splash-chulapa h1,
|
1
|
+
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
|
2
|
+
|
3
|
+
$font-family-base: "Work Sans", sans-serif;
|
4
|
+
$headings-font-family: $font-family-base;
|
5
|
+
$headings-font-weight: bold;
|
6
|
+
|
7
|
+
$body-color: #2a2a2a;
|
8
|
+
$primary: #355876;
|
9
|
+
$secondary: #757575;
|
10
|
+
$success: #00d084;
|
11
|
+
$info: #8ed1fc;
|
12
|
+
$warning: #fcb900;
|
13
|
+
$danger: #cf2e2e;
|
14
|
+
|
15
|
+
.hero-chulapa h1,
|
16
|
+
.hero-chulapa-image h1,
|
17
|
+
.splash-chulapa h1,
|
47
18
|
.splash-chulapa-image h1 {
|
48
19
|
font-family: $headings-font-family;
|
49
20
|
font-weight: $headings-font-weight !important;
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: chulapa-jekyll
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 2.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Diego H.
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-02-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -72,6 +72,34 @@ dependencies:
|
|
72
72
|
- - "~>"
|
73
73
|
- !ruby/object:Gem::Version
|
74
74
|
version: '1.3'
|
75
|
+
- !ruby/object:Gem::Dependency
|
76
|
+
name: jekyll-github-metadata
|
77
|
+
requirement: !ruby/object:Gem::Requirement
|
78
|
+
requirements:
|
79
|
+
- - "~>"
|
80
|
+
- !ruby/object:Gem::Version
|
81
|
+
version: '2.13'
|
82
|
+
type: :runtime
|
83
|
+
prerelease: false
|
84
|
+
version_requirements: !ruby/object:Gem::Requirement
|
85
|
+
requirements:
|
86
|
+
- - "~>"
|
87
|
+
- !ruby/object:Gem::Version
|
88
|
+
version: '2.13'
|
89
|
+
- !ruby/object:Gem::Dependency
|
90
|
+
name: kramdown-parser-gfm
|
91
|
+
requirement: !ruby/object:Gem::Requirement
|
92
|
+
requirements:
|
93
|
+
- - "~>"
|
94
|
+
- !ruby/object:Gem::Version
|
95
|
+
version: '1.1'
|
96
|
+
type: :runtime
|
97
|
+
prerelease: false
|
98
|
+
version_requirements: !ruby/object:Gem::Requirement
|
99
|
+
requirements:
|
100
|
+
- - "~>"
|
101
|
+
- !ruby/object:Gem::Version
|
102
|
+
version: '1.1'
|
75
103
|
description:
|
76
104
|
email:
|
77
105
|
- diego.hernangomezherrero@gmail.com
|
@@ -82,6 +110,7 @@ files:
|
|
82
110
|
- CHANGELOG.md
|
83
111
|
- LICENSE
|
84
112
|
- README.md
|
113
|
+
- _data/version.yml
|
85
114
|
- _data/welcomments/01_install/01H35P308R2G2YMW849CK7V1VP.json
|
86
115
|
- _data/welcomments/02_config/01GMBNMYVQS6NCQ45S7KP1TK80.json
|
87
116
|
- _data/welcomments/02_config/01GMBNP7RB0CBQNKKXKWG5CHJN.json
|
@@ -127,7 +156,9 @@ files:
|
|
127
156
|
- _includes/welcomments/template.html
|
128
157
|
- _layouts/archive.html
|
129
158
|
- _layouts/cloudcategory.html
|
159
|
+
- _layouts/cloudcategory2.html
|
130
160
|
- _layouts/cloudtag.html
|
161
|
+
- _layouts/cloudtag2.html
|
131
162
|
- _layouts/compress.html
|
132
163
|
- _layouts/default.html
|
133
164
|
- _layouts/indexcategory.html
|
@@ -263,6 +294,8 @@ files:
|
|
263
294
|
- _sass/skins/chulapa.scss
|
264
295
|
- _sass/skins/dark-bg.scss
|
265
296
|
- _sass/skins/deeply.scss
|
297
|
+
- _sass/skins/electro.scss
|
298
|
+
- _sass/skins/focal.scss
|
266
299
|
- _sass/skins/gitdev-dark.scss
|
267
300
|
- _sass/skins/gitdev.scss
|
268
301
|
- _sass/skins/graymor.scss
|
@@ -270,10 +303,15 @@ files:
|
|
270
303
|
- _sass/skins/journal.scss
|
271
304
|
- _sass/skins/lux.scss
|
272
305
|
- _sass/skins/lymcha.scss
|
306
|
+
- _sass/skins/media.scss
|
307
|
+
- _sass/skins/mickie.scss
|
308
|
+
- _sass/skins/minco.scss
|
273
309
|
- _sass/skins/minty.scss
|
310
|
+
- _sass/skins/monotone.scss
|
274
311
|
- _sass/skins/none.scss
|
275
312
|
- _sass/skins/pear.scss
|
276
313
|
- _sass/skins/preptor.scss
|
314
|
+
- _sass/skins/skeeblu.scss
|
277
315
|
- _sass/skins/sketchy.scss
|
278
316
|
- _sass/skins/sunset.scss
|
279
317
|
- _sass/skins/towards.scss
|