-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
25 additions
and
19 deletions.
There are no files selected for viewing
Submodule #jekyll-theme-hydejack
updated
from 40d4b7 to c9c95d
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -49,7 +49,7 @@ qwtel: | |
github: https://github.com/hydecorp/hydejack | ||
twitter: hydecorp | ||
email: [email protected] | ||
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: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -343,7 +343,7 @@ author: | |
social: | ||
email: [email protected] | ||
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 | ||
~~~ | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 [[email protected]](mailto:[email protected]). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|
@@ -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 [[email protected]](mailto:[email protected]). | ||
|
@@ -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/[email protected].0 | ||
remote_theme: hydecorp/[email protected].1 | ||
``` | ||
This setting only works with the Free Version of Hydejack. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|
@@ -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 [[email protected]](mailto:[email protected]). | ||
|
@@ -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/[email protected].0 | ||
remote_theme: hydecorp/[email protected].1 | ||
``` | ||
This setting only works with the Free Version of Hydejack. | ||
|
@@ -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: | ||
|
@@ -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/[email protected].0 | ||
remote_theme: hydecorp/[email protected].1 | ||
``` | ||
To use the latest version on the `v9` branch on each build, you can use `hydecorp/hydejack@v9`. | ||
|
@@ -607,7 +607,7 @@ author: | |
social: | ||
email: [email protected] | ||
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 | ||
~~~ | ||
|
||
|
||
|
@@ -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 [[email protected]](mailto:[email protected]). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
@@ -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/[email protected].0 | ||
remote_theme: hydecorp/[email protected].1 | ||
``` | ||
To use the latest version on the `v9` branch on each build, you can use `hydecorp/hydejack@v9`. | ||
|