From b1985c5dde93d25fe5584a2fde4c5362fd23e183 Mon Sep 17 00:00:00 2001
From: Florian Klampfer
Date: Mon, 27 Nov 2017 11:03:48 +0100
Subject: [PATCH] 7.4.1
---
CHANGELOG.md | 10 +++++-----
README.md | 8 ++++----
_includes/body/scripts.html | 2 +-
_includes/footer.html | 2 +-
_includes/head/meta.html | 2 +-
_includes/head/styles.html | 2 +-
_includes/header.txt | 2 +-
_js/lib/version.js | 2 +-
_layouts/compress.html | 2 +-
_posts/2012-02-06-whats-jekyll.md | 2 +-
_posts/2013-12-28-introducing-hyde.md | 2 +-
_posts/2016-03-08-introducing-hydejack.md | 2 +-
_posts/2016-08-30-social-media-impocalypse.md | 2 +-
_posts/2016-09-17-the-fast-one.md | 2 +-
_posts/2017-05-03-javascripten.md | 6 +++---
_posts/2017-06-06-third-party-scripts.md | 2 +-
.../2017-06-21-related-projects-and-data-tables.md | 2 +-
_posts/2017-07-27-better-gem-support.md | 2 +-
about.md | 8 ++++----
.../css/{hydejack-7.4.0.css => hydejack-7.4.1.css} | 0
assets/js/hydejack-7.4.0.js | 14 --------------
assets/js/hydejack-7.4.1.js | 14 ++++++++++++++
assets/version.json | 2 +-
docs/{7.4.0 => 7.4.1}/advanced.md | 0
docs/{7.4.0 => 7.4.1}/basics.md | 0
docs/{7.4.0 => 7.4.1}/build.md | 0
docs/{7.4.0 => 7.4.1}/config.md | 2 +-
docs/{7.4.0 => 7.4.1}/forms-by-example.md | 0
docs/{7.4.0 => 7.4.1}/index.md | 0
docs/{7.4.0 => 7.4.1}/install.md | 8 ++++----
docs/{7.4.0 => 7.4.1}/migration.md | 0
docs/{7.4.0 => 7.4.1}/scripts.md | 0
docs/{7.4.0 => 7.4.1}/upgrade.md | 0
docs/{7.4.0 => 7.4.1}/writing.md | 0
package-lock.json | 2 +-
package.json | 2 +-
36 files changed, 53 insertions(+), 53 deletions(-)
rename assets/css/{hydejack-7.4.0.css => hydejack-7.4.1.css} (100%)
delete mode 100644 assets/js/hydejack-7.4.0.js
create mode 100644 assets/js/hydejack-7.4.1.js
rename docs/{7.4.0 => 7.4.1}/advanced.md (100%)
rename docs/{7.4.0 => 7.4.1}/basics.md (100%)
rename docs/{7.4.0 => 7.4.1}/build.md (100%)
rename docs/{7.4.0 => 7.4.1}/config.md (99%)
rename docs/{7.4.0 => 7.4.1}/forms-by-example.md (100%)
rename docs/{7.4.0 => 7.4.1}/index.md (100%)
rename docs/{7.4.0 => 7.4.1}/install.md (98%)
rename docs/{7.4.0 => 7.4.1}/migration.md (100%)
rename docs/{7.4.0 => 7.4.1}/scripts.md (100%)
rename docs/{7.4.0 => 7.4.1}/upgrade.md (100%)
rename docs/{7.4.0 => 7.4.1}/writing.md (100%)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 573f00b070b..2027ec4afc1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -184,7 +184,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/7.4.0/scripts.md#registering-push-state-event-listeners
+[pstate]: docs/7.4.1/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.
@@ -383,7 +383,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/7.4.0/writing.md#a-word-on-building-speeds).
+ For more on how to improve building speeds, [see here](docs/7.4.1/writing.md#a-word-on-building-speeds).
### Design
* The default background image is no longer anti-selling the theme...
@@ -821,9 +821,9 @@ Oct 15 2013
{:.heading.post-date}
[tag]: http://www.minddust.com/post/tags-and-categories-on-github-pages/
-[migration]: docs/7.4.0/migration.md
-[writing]: docs/7.4.0/writing.md
-[scripts]: docs/7.4.0/scripts.md
+[migration]: docs/7.4.1/migration.md
+[writing]: docs/7.4.1/writing.md
+[scripts]: docs/7.4.1/scripts.md
[buy]: https://app.simplegoods.co/i/AQTTVBOE
[PRO-license]: licenses/PRO.md
diff --git a/README.md b/README.md
index fb501768505..bb76777d3a6 100644
--- a/README.md
+++ b/README.md
@@ -86,7 +86,7 @@ This table details what is and isn't included in each respective version.
[resume]: https://qwtel.com/hydejack/resume/
[download]: https://qwtel.com/download/
[welcome]: https://qwtel.com/hydejack/
-[forms]: https://qwtel.com/hydejack/docs/7.4.0/forms-by-example/
+[forms]: https://qwtel.com/hydejack/docs/7.4.1/forms-by-example/
[feat]: https://qwtel.com/hydejack/#features
[news]: https://qwtel.com/hydejack/#newsletter-subscription-box
@@ -95,7 +95,7 @@ This table details what is and isn't included in each respective version.
[license]: LICENSE.md
[pro]: licenses/PRO.md
-[docs]: docs/7.4.0/index.md
+[docs]: docs/7.4.1/index.md
[kit]: https://github.com/qwtel/hydejack-starter-kit/archive/master.zip
[git]: https://github.com/qwtel/hydejack-starter-kit
@@ -103,8 +103,8 @@ This table details what is and isn't included in each respective version.
[buy]: https://app.simplegoods.co/i/AQTTVBOE
[gpss]: https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fqwtel.com%2Fhydejack%2F
-[wiki]: https://github.com/qwtel/hydejack/blob/master/docs/7.4.0/index.md
-[pdf]: https://github.com/qwtel/hydejack/releases/download/v7.4.0/Documentation._.Hydejack.pdf
+[wiki]: https://github.com/qwtel/hydejack/blob/master/docs/7.4.1/index.md
+[pdf]: https://github.com/qwtel/hydejack/releases/download/v7.4.1/Documentation._.Hydejack.pdf
[hy-push-state]: https://qwtel.com/hy-push-state/
[hy-drawer]: https://qwtel.com/hy-drawer/
[rouge]: http://rouge.jneen.net
diff --git a/_includes/body/scripts.html b/_includes/body/scripts.html
index eace29be569..131e23fcbc6 100644
--- a/_includes/body/scripts.html
+++ b/_includes/body/scripts.html
@@ -26,7 +26,7 @@
{% endif %}
- {% capture js_url %}{% link assets/js/hydejack-7.4.0.js %}{% endcapture %}
+ {% capture js_url %}{% link assets/js/hydejack-7.4.1.js %}{% endcapture %}
{% include my-scripts.html %}
diff --git a/_includes/footer.html b/_includes/footer.html
index c99feb7a04b..4656d7b0a69 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -3,6 +3,6 @@
{% if site.copyright.size > 0 %}
{{ site.copyright | markdownify | replace:'
','' | replace:'
','' }}
{% endif %}
- Powered by Hydejack v7.4.0
+ Powered by Hydejack v7.4.1
diff --git a/_includes/head/meta.html b/_includes/head/meta.html
index 426b2192d24..c97f82704d6 100644
--- a/_includes/head/meta.html
+++ b/_includes/head/meta.html
@@ -27,4 +27,4 @@
{% endunless %}
-
+
diff --git a/_includes/head/styles.html b/_includes/head/styles.html
index 3cf95f5f00d..b1967d70bbf 100644
--- a/_includes/head/styles.html
+++ b/_includes/head/styles.html
@@ -1,5 +1,5 @@
-{% capture style_url %}{% link assets/css/hydejack-7.4.0.css %}{% endcapture %}
+{% capture style_url %}{% link assets/css/hydejack-7.4.1.css %}{% endcapture %}
{% if site.hydejack.no_inline_css or jekyll.environment == 'development' %}
diff --git a/_includes/header.txt b/_includes/header.txt
index 6b383b21116..e3c8bfe3cae 100644
--- a/_includes/header.txt
+++ b/_includes/header.txt
@@ -9,5 +9,5 @@
* /\___/ \ \____/
* \/__/ \/___/
*
- * Powered by Hydejack v7.4.0
+ * Powered by Hydejack v7.4.1
*/
diff --git a/_js/lib/version.js b/_js/lib/version.js
index 5b3e151ec28..84f9d919179 100644
--- a/_js/lib/version.js
+++ b/_js/lib/version.js
@@ -1,2 +1,2 @@
console.log(' __ __ __ __ \r\n\/\\ \\\/\\ \\ \/\\ \\ __ \/\\ \\ \r\n\\ \\ \\_\\ \\ __ __ \\_\\ \\ __ \/\\_\\ __ ___ \\ \\ \\\/\'\\ \r\n \\ \\ _ \\ \/\\ \\\/\\ \\ \/\'_` \\ \/\'__`\\ \\\/\\ \\ \/\'__`\\ \/\'___\\\\ \\ , < \r\n \\ \\ \\ \\ \\\\ \\ \\_\\ \\ \/\\ \\L\\ \\ \/\\ __\/ \\ \\ \\ \/\\ \\L\\.\\_ \/\\ \\__\/ \\ \\ \\\\`\\ \r\n \\ \\_\\ \\_\\\\\/`____ \\\\ \\___,_\\\\ \\____\\ _\\ \\ \\\\ \\__\/.\\_\\\\ \\____\\ \\ \\_\\ \\_\\\r\n \\\/_\/\\\/_\/ `\/___\/> \\\\\/__,_ \/ \\\/____\/\/\\ \\_\\ \\\\\/__\/\\\/_\/ \\\/____\/ \\\/_\/\\\/_\/\r\n \/\\___\/ \\ \\____\/ \r\n \\\/__\/ \\\/___\/ \n\n');
-console.log('Powered by Hydejack v7.4.0 ');
+console.log('Powered by Hydejack v7.4.1 ');
diff --git a/_layouts/compress.html b/_layouts/compress.html
index 53c3533c9ab..8f16b1753be 100644
--- a/_layouts/compress.html
+++ b/_layouts/compress.html
@@ -10,6 +10,6 @@
/\___/ \ \____/
\/__/ \/___/
-Powered by Hydejack v7.4.0
+Powered by Hydejack v7.4.1
-->{% 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: "" %}{% 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 "
" %}{% endif %}{% unless _pre_before contains "
" 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 = " ;; ;" | 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 %} Step | Bytes |
raw | {{ content | size }}{% if _profile_endings %} |
endings | {{ _profile_endings }}{% endif %}{% if _profile_startings %} |
startings | {{ _profile_startings }}{% endif %}{% if _profile_comments %} |
comments | {{ _profile_comments }}{% endif %}{% if _profile_collapse %} |
collapse | {{ _profile_collapse }}{% endif %}{% if _profile_clippings %} |
clippings | {{ _profile_clippings }}{% endif %} |
{% endif %}{% endif %}