Skip to content

Commit

Permalink
Update content
Browse files Browse the repository at this point in the history
  • Loading branch information
qwtel committed Sep 14, 2024
1 parent 8876dd4 commit e51a03a
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 19 deletions.
2 changes: 1 addition & 1 deletion #jekyll-theme-hydejack
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ layout: plain
* this list will be replaced by the toc
{:toc .large-only}

## v9.2.1
Sep 14 2024
{:.heading.post-date}

* Fixed missing Dart Sass deprecation warning

## v9.2.0
Sep 08 2024
{:.heading.post-date}
Expand Down
6 changes: 3 additions & 3 deletions _data/authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ qwtel:
|:------------------------------|:-------------------:|:-------------------:|
| [Features][fea] | ✔ | ✔ |
| [PRO Features][pro] | | ✔ |
| __Price__ | __Free__ | __$119__{:.price} <small>One-Time Purchase</small>[^xx] |
| __Price__ | __Free__ | __$99__{:.price} <small>One-Time Purchase</small>[^xx] |
|===============================+=====================+=====================|
| | [__Download__][kit] | [__Buy PRO__][buy]{:.gumroad-button.no-mark data-gumroad-single-product="true"} |
{:.stretch-table.dl-table}
[fea]: /#features
[pro]: /download/
[kit]: https://github.com/hydecorp/hydejack-starter-kit/archive/v9.2.0.zip
[kit]: https://github.com/hydecorp/hydejack-starter-kit/archive/v9.2.1.zip
[nfy]: https://app.netlify.com/start/deploy?repository=https://github.com/hydecorp/hydejack-starter-kit
[dtn]: https://www.netlify.com/img/deploy/button.svg
[buy]: https://gum.co/nuOluY
Expand All @@ -49,7 +49,7 @@ qwtel:
github: https://github.com/hydecorp/hydejack
twitter: hydecorp
email: mail@hydejack.com
download: https://github.com/hydecorp/hydejack-starter-kit/archive/v9.2.0.zip
download: https://github.com/hydecorp/hydejack-starter-kit/archive/v9.2.1.zip

# Another author
mdo:
Expand Down
2 changes: 1 addition & 1 deletion _includes/table.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The table below shows what's included in each version:
| No Hydejack Branding | | &#x2714; |
| License | [GPL-3.0][lic] | [PRO] |
| Source | [GitHub][src] | Included |
| __Price__ | __Free__ | __$119__{:.price} <small>One-Time Purchase</small>[^xx] |
| __Price__ | __Free__ | __$99__{:.price} <small>One-Time Purchase</small>[^xx] |
|===============================+=====================+=====================|
| | [__Download__][kit] | [__Buy PRO__][buy]{:.gumroad-button.no-mark data-gumroad-single-product="true"} |
{:.stretch-table.dl-table}
Expand Down
2 changes: 1 addition & 1 deletion docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ author:
social:
email: mail@hydejack.com
rss: {{ site.url }}{{ site.baseurl }}/feed.xml # make sure you provide an absolute URL
download: https://github.com/hydecorp/hydejack/archive/v9.2.0.zip
download: https://github.com/hydecorp/hydejack/archive/v9.2.1.zip
~~~


Expand Down
2 changes: 1 addition & 1 deletion docs/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ If you're a **PRO Customer** and followed the instructions during [Install](./in

~~~ruby
# file: `Gemfile`
gem "jekyll-theme-hydejack", git: "https://github.com/hydecorp/hydejack-pro", tag: "pro/v9.2.0"
gem "jekyll-theme-hydejack", git: "https://github.com/hydecorp/hydejack-pro", tag: "pro/v9.2.1"
~~~

Make sure you are member of the ["PRO Customers" team](https://github.com/orgs/hydecorp/teams/pro-customers) on GitHub. If you've provided a GitHub handle during checkout you should have been automatically added, otherwise you can request an invite via [mail@hydejack.com](mailto:mail@hydejack.com).
Expand Down
6 changes: 3 additions & 3 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ If you bought the __PRO Version__ of Hydejack, use the contents of the `starter-
You can now jump to [running locally](#running-locally).

[hsc]: https://github.com/hydecorp/hydejack-starter-kit
[src]: https://github.com/hydecorp/hydejack-starter-kit/archive/v9.2.0.zip
[src]: https://github.com/hydecorp/hydejack-starter-kit/archive/v9.2.1.zip
[nfy]: https://app.netlify.com/start/deploy?repository=https://github.com/hydecorp/hydejack-starter-kit
[dtn]: https://www.netlify.com/img/deploy/button.svg

Expand Down Expand Up @@ -65,7 +65,7 @@ Alternatively, if you've been added to the ["PRO Customers" team](https://github

~~~ruby
# file: `Gemfile`
gem "jekyll-theme-hydejack", git: "https://github.com/hydecorp/hydejack-pro", tag: "pro/v9.2.0"
gem "jekyll-theme-hydejack", git: "https://github.com/hydecorp/hydejack-pro", tag: "pro/v9.2.1"
~~~

If you've provided your GitHub username during checkout you should have been automatically added to the team. Otherwise you can request an invite via [mail@hydejack.com](mailto:mail@hydejack.com).
Expand Down Expand Up @@ -115,7 +115,7 @@ The main difference to the regular starter kit is the use of `remote_theme` sett

```yml
# file: `_config.yml`
remote_theme: hydecorp/hydejack@v9.2.0
remote_theme: hydecorp/hydejack@v9.2.1
```
This setting only works with the Free Version of Hydejack.
Expand Down
14 changes: 7 additions & 7 deletions docs/print.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ If you bought the __PRO Version__ of Hydejack, use the contents of the `starter-
You can now jump to [running locally](#running-locally).

[hsc]: https://github.com/hydecorp/hydejack-starter-kit
[src]: https://github.com/hydecorp/hydejack-starter-kit/archive/v9.2.0.zip
[src]: https://github.com/hydecorp/hydejack-starter-kit/archive/v9.2.1.zip
[nfy]: https://app.netlify.com/start/deploy?repository=https://github.com/hydecorp/hydejack-starter-kit
[dtn]: https://www.netlify.com/img/deploy/button.svg

Expand Down Expand Up @@ -89,7 +89,7 @@ Alternatively, if you've been added to the ["PRO Customers" team](https://github

~~~ruby
## file: `Gemfile`
gem "jekyll-theme-hydejack", git: "https://github.com/hydecorp/hydejack-pro", tag: "pro/v9.2.0"
gem "jekyll-theme-hydejack", git: "https://github.com/hydecorp/hydejack-pro", tag: "pro/v9.2.1"
~~~

If you've provided your GitHub username during checkout you should have been automatically added to the team. Otherwise you can request an invite via [mail@hydejack.com](mailto:mail@hydejack.com).
Expand Down Expand Up @@ -139,7 +139,7 @@ The main difference to the regular starter kit is the use of `remote_theme` sett

```yml
## file: `_config.yml`
remote_theme: hydecorp/hydejack@v9.2.0
remote_theme: hydecorp/hydejack@v9.2.1
```
This setting only works with the Free Version of Hydejack.
Expand Down Expand Up @@ -240,7 +240,7 @@ If you've followed the steps to add __Hydejack PRO__ as a git dependency, all yo

~~~ruby
## file: `Gemfile`
gem "jekyll-theme-hydejack", git: "https://github.com/hydecorp/hydejack-pro", tag: "pro/v9.2.0"
gem "jekyll-theme-hydejack", git: "https://github.com/hydecorp/hydejack-pro", tag: "pro/v9.2.1"
~~~

Note that you can also define a git dependency based on a branch, which removes the need for manual updates:
Expand All @@ -254,7 +254,7 @@ gem "jekyll-theme-hydejack", git: "https://github.com/hydecorp/hydejack-pro", br
When building on GitHub Pages, upgrading Hydejack is as simple as setting the `remote_theme` key in `_config.yml` to the desired version.

```yml
remote_theme: hydecorp/hydejack@v9.2.0
remote_theme: hydecorp/hydejack@v9.2.1
```
To use the latest version on the `v9` branch on each build, you can use `hydecorp/hydejack@v9`.
Expand Down Expand Up @@ -607,7 +607,7 @@ author:
social:
email: mail@hydejack.com
rss: {{ site.url }}{{ site.baseurl }}/feed.xml # make sure you provide an absolute URL
download: https://github.com/hydecorp/hydejack/archive/v9.2.0.zip
download: https://github.com/hydecorp/hydejack/archive/v9.2.1.zip
~~~


Expand Down Expand Up @@ -2081,7 +2081,7 @@ If you're a **PRO Customer** and followed the instructions during [Install](./in

~~~ruby
## file: `Gemfile`
gem "jekyll-theme-hydejack", git: "https://github.com/hydecorp/hydejack-pro", tag: "pro/v9.2.0"
gem "jekyll-theme-hydejack", git: "https://github.com/hydecorp/hydejack-pro", tag: "pro/v9.2.1"
~~~

Make sure you are member of the ["PRO Customers" team](https://github.com/orgs/hydecorp/teams/pro-customers) on GitHub. If you've provided a GitHub handle during checkout you should have been automatically added, otherwise you can request an invite via [mail@hydejack.com](mailto:mail@hydejack.com).
Expand Down
4 changes: 2 additions & 2 deletions docs/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ If you've followed the steps to add __Hydejack PRO__ as a git dependency, all yo

~~~ruby
# file: `Gemfile`
gem "jekyll-theme-hydejack", git: "https://github.com/hydecorp/hydejack-pro", tag: "pro/v9.2.0"
gem "jekyll-theme-hydejack", git: "https://github.com/hydecorp/hydejack-pro", tag: "pro/v9.2.1"
~~~

Note that you can also define a git dependency based on a branch, which removes the need for manual updates:
Expand All @@ -57,7 +57,7 @@ gem "jekyll-theme-hydejack", git: "https://github.com/hydecorp/hydejack-pro", br
When building on GitHub Pages, upgrading Hydejack is as simple as setting the `remote_theme` key in `_config.yml` to the desired version.

```yml
remote_theme: hydecorp/hydejack@v9.2.0
remote_theme: hydecorp/hydejack@v9.2.1
```
To use the latest version on the `v9` branch on each build, you can use `hydecorp/hydejack@v9`.
Expand Down

0 comments on commit e51a03a

Please sign in to comment.