Skip to content

Commit

Permalink
8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
qwtel committed Jul 16, 2018
1 parent f49cc40 commit 0471ed3
Show file tree
Hide file tree
Showing 35 changed files with 39 additions and 39 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ vendor/bundle
*.gem
_zip

/assets/js/hydejack-*
#<removed>
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ So far Hydejack has been a decent Jekyll theme, but with v8 it really starts sta
This will cause hy-img to render a placeholder of 800 by 600 `px`, preventing the document height from changing after the image has finished loading.

* Added experimental offline support via Service Workers. Use with care!
For details, [read the docs](docs/8.0.0-beta.10/advanced.md#enabling-offline-support).
For details, [read the docs](docs/8.0.0/advanced.md#enabling-offline-support).

* Added the `figure` CSS class, which allows images to have nicer-looking captions. E.g.

Expand Down Expand Up @@ -344,7 +344,7 @@ That being said, you should be aware of these (small) breaking changes:
* Event names described in the scripting chapter have changed from `y-push-state-*` to `hy-push-state-*`,
except `y-push-state-animationend`, which has been removed. See the [docs][pstate] for more.

[pstate]: docs/8.0.0-beta.10/scripts.md#registering-push-state-event-listeners
[pstate]: docs/8.0.0/scripts.md#registering-push-state-event-listeners

### Changes
* `image` has been renamed to `accent_image`, but `image` continues to work unless you add the `jekyll-seo-tag` plugin.
Expand Down Expand Up @@ -543,7 +543,7 @@ That being said, you should be aware of these (small) breaking changes:
* Reduced building time during development.
Roughly 50% of the time was spent rebuilding the inline CSS, which is now built once and included via `link` tag.
Production builds still inlines CSS, so the building speed remains unchanged.
For more on how to improve building speeds, [see here](docs/8.0.0-beta.10/writing.md#a-word-on-building-speeds).
For more on how to improve building speeds, [see here](docs/8.0.0/writing.md#a-word-on-building-speeds).

### Design
* The default background image is no longer anti-selling the theme...
Expand Down Expand Up @@ -981,9 +981,9 @@ Oct 15 2013
{:.heading.post-date}

[tag]: http://www.minddust.com/post/tags-and-categories-on-github-pages/
[migration]: docs/8.0.0-beta.10/upgrade.md
[writing]: docs/8.0.0-beta.10/writing.md
[scripts]: docs/8.0.0-beta.10/scripts.md
[migration]: docs/8.0.0/upgrade.md
[writing]: docs/8.0.0/writing.md
[scripts]: docs/8.0.0/scripts.md

[buy]: https://app.simplegoods.co/i/AQTTVBOE
[PRO-license]: licenses/PRO.md
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,9 @@ This table below shows what's included in each version:

[lic]: LICENSE.md
[pro]: licenses/PRO.md
[docs]: docs/8.0.0-beta.10/README.md
[docs]: docs/8.0.0/README.md

[kit]: https://github.com/qwtel/hydejack-starter-kit/archive/v8.0.0-beta.10.zip
[kit]: https://github.com/qwtel/hydejack-starter-kit/archive/v8.0.0.zip
[src]: https://github.com/qwtel/hydejack
[gem]: https://rubygems.org/gems/jekyll-theme-hydejack
[buy]: https://app.simplegoods.co/i/NATYVLYT
Expand Down
2 changes: 1 addition & 1 deletion _includes/body/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{% endfor %}
</small></nav>
{% endif %}
<p><small>Powered by <a class="external" href="https://hydejack.com/">Hydejack</a> v<span id="_version">8.0.0-beta.10</span></small></p>
<p><small>Powered by <a class="external" href="https://hydejack.com/">Hydejack</a> v<span id="_version">8.0.0</span></small></p>
<hr class="sr-only"/>
</footer>
{% endif %}
2 changes: 1 addition & 1 deletion _includes/head/links.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
{% comment %}<!--
This is to avoid hard-coding URLs in JS (where they can't be discovered by automated tools).
-->{% endcomment %}
<link href="{{ '/assets/js/hydejack-8.0.0-beta.10.js' | relative_url }}" id="_hrefJS">
<link href="{{ '/assets/js/hydejack-8.0.0.js' | relative_url }}" id="_hrefJS">
<link href="{{ '/assets/bower_components/fontfaceobserver/fontfaceobserver.standalone.js'| relative_url }}" id="_hrefFFO">
<link href="{{ '/assets/bower_components/katex/dist/katex.min.js' | relative_url }}" id="_hrefKatexJS">
<link href="{{ '/assets/bower_components/katex/dist/katex.min.css' | relative_url }}" id="_hrefKatexCSS">
Expand Down
2 changes: 1 addition & 1 deletion _includes/head/meta.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
<meta name="theme-color" content="{{ theme_color | default:'#193747' }}">
{% endunless %}

<meta name="generator" content="Hydejack v8.0.0-beta.10" />
<meta name="generator" content="Hydejack v8.0.0" />
2 changes: 1 addition & 1 deletion _includes/head/styles.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--[if gt IE 8]><!---->
{% capture style_url %}{% link assets/css/hydejack-8.0.0-beta.10.css %}{% endcapture %}
{% capture style_url %}{% link assets/css/hydejack-8.0.0.css %}{% endcapture %}
{% capture icons_url %}{% link assets/icomoon/style.css %}{% endcapture %}
{% capture fonts_url %}https://fonts.googleapis.com/css?family={{ google_fonts }}{% endcapture %}

Expand Down
2 changes: 1 addition & 1 deletion _includes/header.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
* /\___/ \ \____/
* \/__/ \/___/
*
* Powered by Hydejack v8.0.0-beta.10 <https://hydejack.com/>
* Powered by Hydejack v8.0.0 <https://hydejack.com/>
*/
2 changes: 1 addition & 1 deletion _js/lib/version.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion _layouts/compress.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
/\___/ \ \____/
\/__/ \/___/
Powered by Hydejack v8.0.0-beta.10 <https://hydejack.com/>
Powered by Hydejack v8.0.0 <https://hydejack.com/>
-->{% capture _LINE_FEED %}
{% endcapture %}{% if site.compress_html.ignore.envs contains jekyll.environment %}{{ content }}{% else %}{% capture _content %}{{ content }}{% endcapture %}{% assign _profile = site.compress_html.profile %}{% if site.compress_html.endings == "all" %}{% assign _endings = "html head body li dt dd p rt rp optgroup option colgroup caption thead tbody tfoot tr td th" | split: " " %}{% else %}{% assign _endings = site.compress_html.endings %}{% endif %}{% for _element in _endings %}{% capture _end %}</{{ _element }}>{% endcapture %}{% assign _content = _content | remove: _end %}{% endfor %}{% if _profile and _endings %}{% assign _profile_endings = _content | size | plus: 1 %}{% endif %}{% for _element in site.compress_html.startings %}{% capture _start %}<{{ _element }}>{% endcapture %}{% assign _content = _content | remove: _start %}{% endfor %}{% if _profile and site.compress_html.startings %}{% assign _profile_startings = _content | size | plus: 1 %}{% endif %}{% if site.compress_html.comments == "all" %}{% assign _comments = "<!-- -->" | split: " " %}{% else %}{% assign _comments = site.compress_html.comments %}{% endif %}{% if _comments.size == 2 %}{% capture _comment_befores %}.{{ _content }}{% endcapture %}{% assign _comment_befores = _comment_befores | split: _comments.first %}{% for _comment_before in _comment_befores %}{% if forloop.first %}{% continue %}{% endif %}{% capture _comment_outside %}{% if _carry %}{{ _comments.first }}{% endif %}{{ _comment_before }}{% endcapture %}{% capture _comment %}{% unless _carry %}{{ _comments.first }}{% endunless %}{{ _comment_outside | split: _comments.last | first }}{% if _comment_outside contains _comments.last %}{{ _comments.last }}{% assign _carry = false %}{% else %}{% assign _carry = true %}{% endif %}{% endcapture %}{% assign _content = _content | remove_first: _comment %}{% endfor %}{% if _profile %}{% assign _profile_comments = _content | size | plus: 1 %}{% endif %}{% endif %}{% assign _pre_befores = _content | split: "<pre" %}{% assign _content = "" %}{% for _pre_before in _pre_befores %}{% assign _pres = _pre_before | split: "</pre>" %}{% assign _pres_after = "" %}{% if _pres.size != 0 %}{% if site.compress_html.blanklines %}{% assign _lines = _pres.last | split: _LINE_FEED %}{% capture _pres_after %}{% for _line in _lines %}{% assign _trimmed = _line | split: " " | join: " " %}{% if _trimmed != empty or forloop.last %}{% unless forloop.first %}{{ _LINE_FEED }}{% endunless %}{{ _line }}{% endif %}{% endfor %}{% endcapture %}{% else %}{% assign _pres_after = _pres.last | split: " " | join: " " %}{% endif %}{% endif %}{% capture _content %}{{ _content }}{% if _pre_before contains "</pre>" %}<pre{{ _pres.first }}</pre>{% endif %}{% unless _pre_before contains "</pre>" and _pres.size == 1 %}{{ _pres_after }}{% endunless %}{% endcapture %}{% endfor %}{% if _profile %}{% assign _profile_collapse = _content | size | plus: 1 %}{% endif %}{% if site.compress_html.clippings == "all" %}{% assign _clippings = "html head title base link meta style body article section nav aside h1 h2 h3 h4 h5 h6 hgroup header footer address p hr blockquote ol ul li dl dt dd figure figcaption main div table caption colgroup col tbody thead tfoot tr td th" | split: " " %}{% else %}{% assign _clippings = site.compress_html.clippings %}{% endif %}{% for _element in _clippings %}{% assign _edges = " <e;<e; </e>;</e>;</e> ;</e>" | replace: "e", _element | split: ";" %}{% assign _content = _content | replace: _edges[0], _edges[1] | replace: _edges[2], _edges[3] | replace: _edges[4], _edges[5] %}{% endfor %}{% if _profile and _clippings %}{% assign _profile_clippings = _content | size | plus: 1 %}{% endif %}{{ _content }}{% if _profile %} <table id="compress_html_profile_{{ site.time | date: "%Y%m%d" }}" class="compress_html_profile"> <thead> <tr> <td>Step <td>Bytes <tbody> <tr> <td>raw <td>{{ content | size }}{% if _profile_endings %} <tr> <td>endings <td>{{ _profile_endings }}{% endif %}{% if _profile_startings %} <tr> <td>startings <td>{{ _profile_startings }}{% endif %}{% if _profile_comments %} <tr> <td>comments <td>{{ _profile_comments }}{% endif %}{% if _profile_collapse %} <tr> <td>collapse <td>{{ _profile_collapse }}{% endif %}{% if _profile_clippings %} <tr> <td>clippings <td>{{ _profile_clippings }}{% endif %} </table>{% endif %}{% endif %}</html>
File renamed without changes.

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions assets/js/sw.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
// The shell cache keeps "landmark" resources, like CSS and JS, web fonts, etc.
// which won't change between content updates.
// {% assign cv = site.hydejack.offline.cache_version | default:"1" %}
const SHELL_CACHE = "shell-8.0.0-beta.10--v{{ cv }}--sw{{ '/' | relative_url }}";
const SHELL_CACHE = "shell-8.0.0--v{{ cv }}--sw{{ '/' | relative_url }}";

// A separate assets cache that won't be invalidated when there's a newer version of Hydejack.
// NOTE: Whenever you make changes to any of the files in yor `assets` folder,
Expand Down Expand Up @@ -52,8 +52,8 @@ const GOOGLE_FONTS = "https://fonts.googleapis.com/css?family={{ google_fonts |

const SHELL_FILES = [
"{{ '/assets/bower_components/fontfaceobserver/fontfaceobserver.standalone.js' | relative_url }}",
"{{ '/assets/js/hydejack-8.0.0-beta.10.js' | relative_url }}",
"{{ '/assets/css/hydejack-8.0.0-beta.10.css' | relative_url }}",
"{{ '/assets/js/hydejack-8.0.0.js' | relative_url }}",
"{{ '/assets/css/hydejack-8.0.0.css' | relative_url }}",
"{{ '/assets/img/swipe.svg' | relative_url }}",
ICON_FONT,
/*{% if gf %}*/ GOOGLE_FONTS /*{% endif %}*/,
Expand Down
2 changes: 1 addition & 1 deletion assets/version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "8.0.0-beta.10"
"version": "8.0.0"
}
2 changes: 1 addition & 1 deletion docs/8.0.0-beta.10/README.md → docs/8.0.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: >
hide_description: true
menu: true
order: 5
permalink: /docs/8.0.0-beta.10/
permalink: /docs/8.0.0/
---

# Documentation
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/8.0.0-beta.10/config.md → docs/8.0.0/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ author:
social:
email: [email protected]
rss: {{ site.url }}{{ site.baseurl }}/feed.xml # make sure you provide an absolute URL
download: https://github.com/qwtel/hydejack/archive/v8.0.0-beta.10.zip
download: https://github.com/qwtel/hydejack/archive/v8.0.0.zip
~~~


Expand Down
4 changes: 2 additions & 2 deletions docs/8.0.0-beta.10/install.md → docs/8.0.0/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ For new installations only the `install` folder is relevant.
Unzip the archive somewhere on your machine, then `cd` *into* the `install` folder, e.g.

~~~bash
$ cd ~/Downloads/hydejack-pro-8.0.0-beta.10/install/
$ cd ~/Downloads/hydejack-pro-8.0.0/install/
~~~

You can now continue with [Running locally](#running-locally).
Expand All @@ -161,7 +161,7 @@ It is located at `<dowloaded zip>/.ssh/hydejack_8_pro`.
You have to copy the key file to `~/.ssh` (or wherever your SSH keys are located), e.g.:

~~~bash
$ cp ~/Downloads/hydejack-pro-v8.0.0-beta.10/.ssh/hydejack_8_pro ~/.ssh/
$ cp ~/Downloads/hydejack-pro-v8.0.0/.ssh/hydejack_8_pro ~/.ssh/
~~~

It is required that your private key files are NOT accessible by others, e.g.:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion hyde/_posts/2012-02-06-whats-jekyll.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ It's an immensely useful tool and one we encourage you to use here with Hyde.

Find out more by [visiting the project on GitHub](https://github.com/mojombo/jekyll).

[docs]: ../../docs/8.0.0-beta.10/README.md
[docs]: ../../docs/8.0.0/README.md
2 changes: 1 addition & 1 deletion hyde/_posts/2013-12-28-introducing-hyde.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ Hyde is developed on and hosted with GitHub. Head to the [GitHub repository](htt

Thanks!

[docs]: ../../docs/8.0.0-beta.10/README.md
[docs]: ../../docs/8.0.0/README.md
2 changes: 1 addition & 1 deletion hydejack/_posts/2016-03-08-introducing-hydejack.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,5 +105,5 @@ as each tag requires some setup work. I tend to think of it as categories that c
~~~


[docs]: ../../docs/8.0.0-beta.10/README.md
[docs]: ../../docs/8.0.0/README.md
[tag]: http://www.minddust.com/post/tags-and-categories-on-github-pages/
2 changes: 1 addition & 1 deletion hydejack/_posts/2016-08-30-social-media-impocalypse.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ See the [Documentation][docs]{:.heading.flip-title} for up-to-date instructions.
[Get *Social Media Impocalypse* on GitHub](https://github.com/qwtel/hydejack/releases)


[docs]: ../../docs/8.0.0-beta.10/README.md
[docs]: ../../docs/8.0.0/README.md
2 changes: 1 addition & 1 deletion hydejack/_posts/2016-09-17-the-fast-one.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ help with loading speed as well (burred images get compressed by JPG much better

[Get *The Fast One* on GitHub](https://github.com/qwtel/hydejack/releases)

[docs]: ../../docs/8.0.0-beta.10/README.md
[docs]: ../../docs/8.0.0/README.md
[gpsi]: https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fqwtel.com%2Fhydejack%2F

*[FOUC]: Flash Of Unstyled Content
6 changes: 3 additions & 3 deletions hydejack/_posts/2017-05-03-javascripten.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ See the [the migration guide][upgrade] for instructions on how to upgrade.

***

[Get *JavaScripten* on GitHub](https://github.com/qwtel/hydejack/releases/tag/v8.0.0-beta.10)
[Get *JavaScripten* on GitHub](https://github.com/qwtel/hydejack/releases/tag/v8.0.0)

[upgrade]: ../../docs/8.0.0-beta.10/upgrade.md
[writing]: ../../docs/8.0.0-beta.10/writing.md
[upgrade]: ../../docs/8.0.0/upgrade.md
[writing]: ../../docs/8.0.0/writing.md

*[FOUC]: Flash of Unstyled Content
2 changes: 1 addition & 1 deletion hydejack/_posts/2017-06-06-third-party-scripts.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ Maybe you won't even notice the difference.
### Fixes
* Fix default color in gem-based theme

[scripts]: ../../docs/8.0.0-beta.10/scripts.md
[scripts]: ../../docs/8.0.0/scripts.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ There's many more minor changes and fixes that you can read below.
* Fixed bug that caused the project animation to "jump" when using long project titles.
* No more empty attributes on `img` tags.

[writing]: ../../docs/8.0.0-beta.10/writing.md
[writing]: ../../docs/8.0.0/writing.md
2 changes: 1 addition & 1 deletion hydejack/_posts/2017-07-27-better-gem-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ For the full patch notes, read on.
social:
github: https://github.com/qwtel/hydejack
npm: https://www.npmjs.com/package/hydejack
download: https://github.com/qwtel/hydejack/archive/v8.0.0-beta.10.zip
download: https://github.com/qwtel/hydejack/archive/v8.0.0.zip

data_social:
github:
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hydejack",
"version": "8.0.0-beta.10",
"version": "8.0.0",
"description": "The best Jekyll theme by a mile",
"scripts": {
"clean": "rm -f assets/js/hydejack-*.js",
Expand Down

0 comments on commit 0471ed3

Please sign in to comment.