Skip to content

Commit 9b7e503

Browse files
committed
Merge remote-tracking branch 'local/starter-kit' into v9
# Conflicts: # #jekyll-theme-hydejack
2 parents 3901f55 + 5664b25 commit 9b7e503

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ sitemap: false
99
* this list will be replaced by the toc
1010
{:toc .large-only}
1111

12+
## v9.1.8
13+
Sep 04 2024
14+
{:.heading.post-date}
15+
16+
* Reverted "Fixed deprecation warnings" which broke compatibility with the legacy GitHub Pages pipeline
17+
1218
## v9.1.7
1319
Sep 04 2024
1420
{:.heading.post-date}

docs/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ author:
344344
social:
345345
346346
rss: {{ site.url }}{{ site.baseurl }}/feed.xml # make sure you provide an absolute URL
347-
download: https://github.com/hydecorp/hydejack/archive/v9.1.7.zip
347+
download: https://github.com/hydecorp/hydejack/archive/v9.1.8.zip
348348
~~~
349349

350350

docs/install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ You can now also [![Deploy to Netlify][dtn]][nfy]{:.no-mark-external} directly.
3232
{:.note}
3333

3434
[hsc]: https://github.com/hydecorp/hydejack-starter-kit
35-
[src]: https://github.com/hydecorp/hydejack-starter-kit/archive/v9.1.7.zip
35+
[src]: https://github.com/hydecorp/hydejack-starter-kit/archive/v9.1.8.zip
3636
[nfy]: https://app.netlify.com/start/deploy?repository=https://github.com/hydecorp/hydejack-starter-kit
3737
[dtn]: https://www.netlify.com/img/deploy/button.svg
3838

@@ -93,7 +93,7 @@ For existing sites, you can instead set the `remote_theme` key as follows:
9393

9494
```yml
9595
# file: `_config.yml`
96-
remote_theme: hydecorp/[email protected].7
96+
remote_theme: hydecorp/[email protected].8
9797
```
9898
9999
Make sure the `plugins` list contains `jekyll-include-cache` (create if it doesn't exist):

docs/upgrade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ and you have to apply them again. Make sure you've made a backup before overwrit
4444
When building on GitHub Pages, upgrading Hydejack is as simple as setting the `remote_theme` key in `_config.yml` to the desired version.
4545

4646
```yml
47-
remote_theme: hydecorp/[email protected].7
47+
remote_theme: hydecorp/[email protected].8
4848
```
4949
5050
To use the latest version on the `v9` branch on each build, you can use `hydecorp/hydejack@v9`.

0 commit comments

Comments
 (0)