Skip to content

Commit

Permalink
New release
Browse files Browse the repository at this point in the history
  • Loading branch information
dieghernan committed Feb 26, 2025
1 parent 66d7370 commit 672f5b8
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 35 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## dev
## v2.0.1 - 2025-02-26

# HOTFIX

### Changed

Expand Down
4 changes: 2 additions & 2 deletions _data/version.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
dev: v2.0.0
release: v2.0.0
dev: v2.0.1
release: v2.0.1
2 changes: 1 addition & 1 deletion _includes/head.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<head>
<meta charset="utf-8">
<!-- Chulapa Jekyll Theme - 2.0.0.1 -->
<!-- Chulapa Jekyll Theme - 2.0.1 -->
<!-- MIT License-->
<!-- Docs: https://dieghernan.github.io/chulapa -->
<!-- Repo: https://github.com/dieghernan/chulapa -->
Expand Down
2 changes: 1 addition & 1 deletion chulapa-jekyll.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

Expand Down
4 changes: 2 additions & 2 deletions docs/_data/version.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
dev: 2.0.0.1
release: 2.0.0.1
dev: v2.0.1
release: v2.0.1
30 changes: 2 additions & 28 deletions docs/collections/_docs/04_layouts.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,14 +181,7 @@ layout: archive

#### Cloud tags and categories

There are two layouts you can use to create clouds of tags and categories.

**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).
{: .alert .alert-danger .p-3 .mx-2}

##### Jekyll < 4.1.0

Just use
There are two layouts you can use to create clouds of tags and categories:

```yaml
---
Expand All @@ -202,29 +195,10 @@ layout: cloudcategory
---
```

##### Jekyll >= 4.1.0

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>.

Now use

```yaml
---
layout: cloudtag2
---

OR

---
layout: cloudcategory2
---
```

##### Global Setup

For setting up the clouds you may perform two steps:

**1. Set the url were the tag cloud would be host**
**1. Set the url were the tag cloud would be hosted**

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]:

Expand Down

0 comments on commit 672f5b8

Please sign in to comment.