Skip to content

Commit 672f5b8

Browse files
committed
New release
1 parent 66d7370 commit 672f5b8

File tree

6 files changed

+11
-35
lines changed

6 files changed

+11
-35
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
## dev
1+
## v2.0.1 - 2025-02-26
2+
3+
# HOTFIX
24

35
### Changed
46

_data/version.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
dev: v2.0.0
2-
release: v2.0.0
1+
dev: v2.0.1
2+
release: v2.0.1

_includes/head.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<head>
22
<meta charset="utf-8">
3-
<!-- Chulapa Jekyll Theme - 2.0.0.1 -->
3+
<!-- Chulapa Jekyll Theme - 2.0.1 -->
44
<!-- MIT License-->
55
<!-- Docs: https://dieghernan.github.io/chulapa -->
66
<!-- Repo: https://github.com/dieghernan/chulapa -->

chulapa-jekyll.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |spec|
44
spec.name = "chulapa-jekyll"
5-
spec.version = "2.0.0"
5+
spec.version = "2.0.1"
66
spec.authors = ["Diego H."]
77
spec.email = ["diego.hernangomezherrero@gmail.com"]
88

docs/_data/version.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
dev: 2.0.0.1
2-
release: 2.0.0.1
1+
dev: v2.0.1
2+
release: v2.0.1

docs/collections/_docs/04_layouts.md

+2-28
Original file line numberDiff line numberDiff line change
@@ -181,14 +181,7 @@ layout: archive
181181

182182
#### Cloud tags and categories
183183

184-
There are two layouts you can use to create clouds of tags and categories.
185-
186-
**Jekyll >= 4.1.0** introduced a breaking change on this feature, so setup differs depending on the version you use. More details in [chulapa/issues/29](https://github.com/dieghernan/chulapa/issues/29).
187-
{: .alert .alert-danger .p-3 .mx-2}
188-
189-
##### Jekyll < 4.1.0
190-
191-
Just use
184+
There are two layouts you can use to create clouds of tags and categories:
192185

193186
```yaml
194187
---
@@ -202,29 +195,10 @@ layout: cloudcategory
202195
---
203196
```
204197

205-
##### Jekyll >= 4.1.0
206-
207-
Pre-requisite: Create a folder `_plugins` in your root (same level as `_data`, `_includes`, etc.) and copy this file: <https://github.com/dieghernan/chulapa/blob/master/_plugins/grouptag.rb>.
208-
209-
Now use
210-
211-
```yaml
212-
---
213-
layout: cloudtag2
214-
---
215-
216-
OR
217-
218-
---
219-
layout: cloudcategory2
220-
---
221-
```
222-
223-
##### Global Setup
224198

225199
For setting up the clouds you may perform two steps:
226200

227-
**1. Set the url were the tag cloud would be host**
201+
**1. Set the url were the tag cloud would be hosted**
228202

229203
This could be easily done on your `_config` file via [defaults](https://jekyllrb.com/docs/configuration/front-matter-defaults/). This example would show how to set this for a specific collection [NAME OF YOUR COLLECTION]:
230204

0 commit comments

Comments
 (0)