jekyll-theme-hydejack 7.3.0 → 7.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +19 -17
- data/_includes/body.html +1 -0
- data/_includes/body/scripts.html +1 -1
- data/_includes/footer.html +2 -2
- data/_includes/head/meta.html +3 -3
- data/_includes/head/styles.html +1 -1
- data/_includes/header.txt +1 -1
- data/_includes/nav.html +1 -1
- data/_includes/templates.html +15 -0
- data/_layouts/base.html +42 -23
- data/_layouts/compress.html +1 -1
- data/_layouts/not-found.html +2 -0
- data/_sass/_mixins.scss +15 -0
- data/_sass/_spinner.scss +15 -0
- data/_sass/_variables.scss +15 -0
- data/_sass/hydejack/__inline/_avatar.scss +15 -1
- data/_sass/hydejack/__inline/_base.scss +14 -5
- data/_sass/hydejack/__inline/_break-layout.scss +15 -0
- data/_sass/hydejack/__inline/_content.scss +15 -0
- data/_sass/hydejack/__inline/_footer.scss +15 -0
- data/_sass/hydejack/__inline/_katex.scss +15 -0
- data/_sass/hydejack/__inline/_mark-external.scss +15 -0
- data/_sass/hydejack/__inline/_menu.scss +15 -0
- data/_sass/hydejack/__inline/_sidebar.scss +15 -1
- data/_sass/hydejack/__inline/_social.scss +15 -0
- data/_sass/hydejack/__link/_avatar.scss +15 -0
- data/_sass/hydejack/__link/_base.scss +14 -5
- data/_sass/hydejack/__link/_break-layout.scss +15 -0
- data/_sass/hydejack/__link/_content.scss +15 -0
- data/_sass/hydejack/__link/_footer.scss +15 -0
- data/_sass/hydejack/__link/_katex.scss +15 -0
- data/_sass/hydejack/__link/_mark-external.scss +15 -0
- data/_sass/hydejack/__link/_menu.scss +15 -0
- data/_sass/hydejack/__link/_sidebar.scss +15 -1
- data/_sass/hydejack/__link/_social.scss +15 -0
- data/_sass/hydejack/_avatar.pre.scss +15 -1
- data/_sass/hydejack/_base.pre.scss +14 -5
- data/_sass/hydejack/_break-layout.pre.scss +15 -0
- data/_sass/hydejack/_content.pre.scss +15 -0
- data/_sass/hydejack/_footer.pre.scss +15 -0
- data/_sass/hydejack/_katex.pre.scss +15 -0
- data/_sass/hydejack/_mark-external.pre.scss +15 -0
- data/_sass/hydejack/_menu.pre.scss +15 -0
- data/_sass/hydejack/_sidebar.pre.scss +15 -1
- data/_sass/hydejack/_social.pre.scss +15 -0
- data/_sass/pooleparty/__inline/_base.scss +15 -0
- data/_sass/pooleparty/__inline/_code.scss +14 -3
- data/_sass/pooleparty/__inline/_footer.scss +15 -0
- data/_sass/pooleparty/__inline/_footnotes.scss +13 -2
- data/_sass/pooleparty/__inline/_message.scss +13 -3
- data/_sass/pooleparty/__inline/_pagination.scss +13 -3
- data/_sass/pooleparty/__inline/_posts.scss +13 -3
- data/_sass/pooleparty/__inline/_related.scss +14 -1
- data/_sass/pooleparty/__inline/_table.scss +15 -0
- data/_sass/pooleparty/__inline/_type.scss +16 -9
- data/_sass/pooleparty/__link/_base.scss +15 -0
- data/_sass/pooleparty/__link/_code.scss +14 -3
- data/_sass/pooleparty/__link/_footer.scss +15 -0
- data/_sass/pooleparty/__link/_footnotes.scss +13 -2
- data/_sass/pooleparty/__link/_message.scss +13 -3
- data/_sass/pooleparty/__link/_pagination.scss +13 -3
- data/_sass/pooleparty/__link/_posts.scss +13 -3
- data/_sass/pooleparty/__link/_related.scss +14 -1
- data/_sass/pooleparty/__link/_table.scss +15 -0
- data/_sass/pooleparty/__link/_type.scss +14 -2
- data/_sass/pooleparty/_base.pre.scss +15 -0
- data/_sass/pooleparty/_code.pre.scss +14 -3
- data/_sass/pooleparty/_footer.pre.scss +15 -0
- data/_sass/pooleparty/_footnotes.pre.scss +13 -2
- data/_sass/pooleparty/_message.pre.scss +13 -3
- data/_sass/pooleparty/_pagination.pre.scss +13 -3
- data/_sass/pooleparty/_posts.pre.scss +13 -3
- data/_sass/pooleparty/_related.pre.scss +14 -1
- data/_sass/pooleparty/_table.pre.scss +15 -0
- data/_sass/pooleparty/_type.pre.scss +16 -9
- data/assets/css/{hydejack-7.3.0.css → hydejack-7.4.0.css} +0 -0
- data/assets/js/hydejack-7.4.0.js +14 -0
- data/assets/manifest.json +1 -1
- data/assets/version.json +1 -1
- metadata +4 -4
- data/assets/js/hydejack-7.3.0.js +0 -14
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5d83be9ff32809fd376ece2068915d38c72ec495
|
4
|
+
data.tar.gz: f70be49a79fd970bb6072b96b26a2df1b9ae88c0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 72145c58bde9f69ec1d47aabf2fd310d159730e3597a9d994df01cb9fe13cf01fa5440dfd26b6f6512f17bb643c0cccd5309d1d027c603fb79710a561f127e33
|
7
|
+
data.tar.gz: 9e5b648133340e73807f2122b107feea70f15fe4e2d0d92b7d2a37add2d2528ab90572c32bb5334f2048d70b7f178112a9a59e1284cb0e39c68010e52dead32f
|
data/README.md
CHANGED
@@ -51,18 +51,19 @@ A [portfolio], a [resume] layout and a [welcome] page to feature your favorite p
|
|
51
51
|
|
52
52
|
This table details what is and isn't included in each respective version.
|
53
53
|
|
54
|
-
| | Free
|
55
|
-
|
56
|
-
| Blog | ✔
|
57
|
-
| [Features][feat] | ✔
|
58
|
-
| [Portfolio] Layout |
|
59
|
-
| [Resume] Layout |
|
60
|
-
| [Welcome] Layout |
|
61
|
-
| [Newsletter Box][news] |
|
62
|
-
| [Custom Forms][forms] |
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
54
|
+
| | Free | PRO |
|
55
|
+
|:------------------------------------|:--------------------------------------:|:--------------------------------------:|
|
56
|
+
| Blog | ✔ | ✔ |
|
57
|
+
| [Features][feat] | ✔ | ✔ |
|
58
|
+
| [Portfolio] Layout | | ✔ |
|
59
|
+
| [Resume] Layout | | ✔ |
|
60
|
+
| [Welcome] Layout | | ✔ |
|
61
|
+
| [Newsletter Box][news] | | ✔ |
|
62
|
+
| [Custom Forms][forms] | | ✔ |
|
63
|
+
| No Hydejack Branding | | ✔ |
|
64
|
+
| License | [GPL-3.0][license] | [PRO] |
|
65
|
+
| Price | Free | $29 |
|
66
|
+
| | [**Download**][kit] or [**Fork**][git] | [**Buy Now**][buy] [^2] |
|
66
67
|
|
67
68
|
|
68
69
|
[^1]: Actual page load speed depends on your hosting provider, resolution of embedded images and usage of 3rd party plugins.
|
@@ -85,7 +86,7 @@ This table details what is and isn't included in each respective version.
|
|
85
86
|
[resume]: https://qwtel.com/hydejack/resume/
|
86
87
|
[download]: https://qwtel.com/download/
|
87
88
|
[welcome]: https://qwtel.com/hydejack/
|
88
|
-
[forms]: https://qwtel.com/hydejack/docs/7.
|
89
|
+
[forms]: https://qwtel.com/hydejack/docs/7.4.0/forms-by-example/
|
89
90
|
|
90
91
|
[feat]: https://qwtel.com/hydejack/#features
|
91
92
|
[news]: https://qwtel.com/hydejack/#newsletter-subscription-box
|
@@ -94,15 +95,16 @@ This table details what is and isn't included in each respective version.
|
|
94
95
|
|
95
96
|
[license]: LICENSE.md
|
96
97
|
[pro]: licenses/PRO.md
|
97
|
-
[docs]: docs/7.
|
98
|
+
[docs]: docs/7.4.0/index.md
|
98
99
|
|
99
|
-
[
|
100
|
+
[kit]: https://github.com/qwtel/hydejack-starter-kit/archive/master.zip
|
101
|
+
[git]: https://github.com/qwtel/hydejack-starter-kit
|
100
102
|
[gem]: https://rubygems.org/gems/jekyll-theme-hydejack
|
101
103
|
[buy]: https://app.simplegoods.co/i/AQTTVBOE
|
102
104
|
|
103
105
|
[gpss]: https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fqwtel.com%2Fhydejack%2F
|
104
|
-
[wiki]: https://github.com/qwtel/hydejack/blob/master/docs/7.
|
105
|
-
[pdf]: https://github.com/qwtel/hydejack/releases/download/v7.
|
106
|
+
[wiki]: https://github.com/qwtel/hydejack/blob/master/docs/7.4.0/index.md
|
107
|
+
[pdf]: https://github.com/qwtel/hydejack/releases/download/v7.4.0/Documentation._.Hydejack.pdf
|
106
108
|
[hy-push-state]: https://qwtel.com/hy-push-state/
|
107
109
|
[hy-drawer]: https://qwtel.com/hy-drawer/
|
108
110
|
[rouge]: http://rouge.jneen.net
|
data/_includes/body.html
CHANGED
@@ -6,6 +6,7 @@
|
|
6
6
|
class="content fade-in layout-{{ page.layout }}"
|
7
7
|
role="main"
|
8
8
|
data-color="{{ color | escape }}"
|
9
|
+
data-theme-color="{{ page.theme_color | escape }}"
|
9
10
|
{% unless image.background %}
|
10
11
|
data-image="{% if image == 'none' %}none{% else %}{% capture tmp %}{% include smart-url url=image %}{% endcapture %}{{ tmp | escape }}{% endif %}"
|
11
12
|
{% if image != 'none' %}data-overlay{% endif %}
|
data/_includes/body/scripts.html
CHANGED
@@ -9,7 +9,7 @@
|
|
9
9
|
{% endif %}
|
10
10
|
|
11
11
|
<!--[if gt IE 9]><!---->
|
12
|
-
{% capture js_url %}{% link assets/js/hydejack-7.
|
12
|
+
{% capture js_url %}{% link assets/js/hydejack-7.4.0.js %}{% endcapture %}
|
13
13
|
<script>loadJSDeferred('{{ js_url | relative_url }}');</script>
|
14
14
|
|
15
15
|
{% include my-scripts.html %}
|
data/_includes/footer.html
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
<footer role="contentinfo">
|
2
2
|
<hr/>
|
3
3
|
{% if site.copyright.size > 0 %}
|
4
|
-
<p><small class="copyright">{{ site.copyright }}</small></p>
|
4
|
+
<p><small class="copyright">{{ site.copyright | markdownify | replace:'<p>','' | replace:'</p>','' }}</small></p>
|
5
5
|
{% endif %}
|
6
|
-
<p><small>Powered by <a class="external" href="https://qwtel.com/hydejack/">Hydejack</a> v<span id="_version">7.
|
6
|
+
<p><small>Powered by <a class="external" href="https://qwtel.com/hydejack/">Hydejack</a> v<span id="_version">7.4.0</span></small></p>
|
7
7
|
<hr class="sr-only"/>
|
8
8
|
</footer>
|
data/_includes/head/meta.html
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
<meta charset="utf-8">
|
2
|
-
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2
|
+
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
3
3
|
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
4
4
|
|
5
5
|
{% unless page.redirect %}
|
@@ -24,7 +24,7 @@
|
|
24
24
|
<meta name="msapplication-config" content="{{ '/assets/ieconfig.xml' | relative_url }}">
|
25
25
|
|
26
26
|
{% unless site.hydejack.no_theme_color %}
|
27
|
-
<meta name="theme-color" content="{{ color | default:'#4fb1ba' }}">
|
27
|
+
<meta name="theme-color" content="{{ page.theme_color | default:color | default:'#4fb1ba' }}">
|
28
28
|
{% endunless %}
|
29
29
|
|
30
|
-
<meta name="generator" content="Hydejack v7.
|
30
|
+
<meta name="generator" content="Hydejack v7.4.0" />
|
data/_includes/head/styles.html
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
<!--[if gt IE 8]><!---->
|
2
|
-
{% capture style_url %}{% link assets/css/hydejack-7.
|
2
|
+
{% capture style_url %}{% link assets/css/hydejack-7.4.0.css %}{% endcapture %}
|
3
3
|
|
4
4
|
{% if site.hydejack.no_inline_css or jekyll.environment == 'development' %}
|
5
5
|
<link rel="stylesheet" href="{{ style_url | relative_url }}">
|
data/_includes/header.txt
CHANGED
data/_includes/nav.html
CHANGED
data/_includes/templates.html
CHANGED
@@ -34,3 +34,18 @@
|
|
34
34
|
<span class="icon-arrow-left2"></span>
|
35
35
|
</a>
|
36
36
|
</template>
|
37
|
+
|
38
|
+
{% if site.hydejack.cookies_banner %}
|
39
|
+
<template id="_cookies-banner-template">
|
40
|
+
<div id="_cookies-banner" class="navbar fixed-top CookiesOK">
|
41
|
+
<div class="content">
|
42
|
+
<div class="nav-btn-bar" style="background: rgba(255,255,255,0.9);">
|
43
|
+
<small class="nav-btn" style="padding: .875rem;">
|
44
|
+
<span>{{ site.data.strings.cookies_banner.text | default:'This site uses Cookies.' | markdownify | replace:'<p>','' | replace:'</p>','' }}</span>
|
45
|
+
<a href="#" id="_cookies-ok" class="btn btn-primary btn-sm">{{ site.data.strings.cookies_banner.okay | default:'Okay' }}</a>
|
46
|
+
</small>
|
47
|
+
</div>
|
48
|
+
</div>
|
49
|
+
</div>
|
50
|
+
</template>
|
51
|
+
{% endif %}
|
data/_layouts/base.html
CHANGED
@@ -3,32 +3,51 @@ layout: compress
|
|
3
3
|
---
|
4
4
|
|
5
5
|
{% assign author = site.data.authors[page.author] | default:site.data.authors.first[1] | default:site.author %}
|
6
|
-
|
7
6
|
{% assign plugins = site.plugins | default:site.gems %}
|
8
7
|
|
9
|
-
{%
|
10
|
-
{% assign color = site.accent_color | default:
|
11
|
-
|
12
|
-
|
13
|
-
{%
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
{%
|
18
|
-
{%
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
{%
|
23
|
-
{%
|
24
|
-
|
25
|
-
{% endif %}
|
8
|
+
{% if plugins contains 'jekyll-seo-tag' %}
|
9
|
+
{% assign color = site.accent_color | default:'#4fb1ba' %}
|
10
|
+
{% assign image = site.accent_image | default:'/assets/img/sidebar-bg.jpg' %}
|
11
|
+
|
12
|
+
{% if page.categories.size > 0 %}
|
13
|
+
{% assign category_name = page.categories.first %}
|
14
|
+
{% assign category = site.featured_categories | where: "slug", category_name | first %}
|
15
|
+
{% if category.accent_color %}{% assign color = category.accent_color %}{% endif %}
|
16
|
+
{% if category.accent_image %}{% assign image = category.accent_image %}{% endif %}
|
17
|
+
{% elsif page.tags.size > 0 %}
|
18
|
+
{% assign tag_name = page.tags.first %}
|
19
|
+
{% assign tag = site.featured_tags | where: "slug", tag_name | first %}
|
20
|
+
{% if tag.accent_color %}{% assign color = tag.accent_color %}{% endif %}
|
21
|
+
{% if tag.accent_image %}{% assign image = tag.accent_image %}{% endif %}
|
22
|
+
{% elsif author %}
|
23
|
+
{% if author.accent_color %}{% assign color = author.accent_color %}{% endif %}
|
24
|
+
{% if author.accent_image %}{% assign image = author.accent_image %}{% endif %}
|
25
|
+
{% endif %}
|
26
|
+
|
27
|
+
{% if page.accent_color %}{% assign color = page.accent_color %}{% endif %}
|
28
|
+
{% if page.accent_image %}{% assign image = page.accent_image %}{% endif %}
|
29
|
+
|
30
|
+
{% else %}
|
31
|
+
{% assign color = site.accent_color | default:site.color | default:'#4fb1ba' %}
|
32
|
+
{% assign image = site.accent_image | default:site.image | default:'/assets/img/sidebar-bg.jpg' %}
|
33
|
+
|
34
|
+
{% if page.categories.size > 0 %}
|
35
|
+
{% assign category_name = page.categories.first %}
|
36
|
+
{% assign category = site.featured_categories | where: "slug", category_name | first %}
|
37
|
+
{% if category.accent_color or category.color %}{% assign color = category.accent_color | default:category.color %}{% endif %}
|
38
|
+
{% if category.accent_image or category.image %}{% assign image = category.accent_image | default:category.image %}{% endif %}
|
39
|
+
{% elsif page.tags.size > 0 %}
|
40
|
+
{% assign tag_name = page.tags.first %}
|
41
|
+
{% assign tag = site.featured_tags | where: "slug", tag_name | first %}
|
42
|
+
{% if tag.accent_color %}{% assign color = tag.accent_color | default:tag.color %}{% endif %}
|
43
|
+
{% if tag.accent_image %}{% assign image = tag.accent_image | default:tag.image %}{% endif %}
|
44
|
+
{% elsif author %}
|
45
|
+
{% if author.accent_color or author.color %}{% assign color = author.accent_color | default:author.color %}{% endif %}
|
46
|
+
{% if author.accent_image or author.image %}{% assign image = author.accent_image | default:author.image %}{% endif %}
|
47
|
+
{% endif %}
|
26
48
|
|
27
|
-
{% if page.accent_color or page.color %}{% assign color = page.accent_color | default:page.color %}{% endif %}
|
28
|
-
{% if page.accent_image %}
|
29
|
-
{% assign image = page.accent_image %}
|
30
|
-
{% elsif page.image %}
|
31
|
-
{% unless plugins contains 'jekyll-seo-tag' %}{% assign image = page.image %}{% endunless %}
|
49
|
+
{% if page.accent_color or page.color %}{% assign color = page.accent_color | default:page.color %}{% endif %}
|
50
|
+
{% if page.accent_image or page.image %}{% assign image = page.accent_image | default:page.image %}{% endif %}
|
32
51
|
{% endif %}
|
33
52
|
|
34
53
|
<head>
|
data/_layouts/compress.html
CHANGED
@@ -10,6 +10,6 @@
|
|
10
10
|
/\___/ \ \____/
|
11
11
|
\/__/ \/___/
|
12
12
|
|
13
|
-
Powered by Hydejack v7.
|
13
|
+
Powered by Hydejack v7.4.0 <https://qwtel.com/hydejack/>
|
14
14
|
-->{% capture _LINE_FEED %}
|
15
15
|
{% 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>
|
data/_layouts/not-found.html
CHANGED
@@ -6,6 +6,8 @@ layout: base
|
|
6
6
|
|
7
7
|
<div class="page">
|
8
8
|
<h1 class="page-title">{{ page.title | default:strings.not_found.title | default: "404: Page Not Found" }}</h1>
|
9
|
+
<div class="hr pb0"></div>
|
10
|
+
|
9
11
|
{% assign test = page.content | strip_newlines %}
|
10
12
|
{% if test != "" %}
|
11
13
|
{{ content }}
|
data/_sass/_mixins.scss
CHANGED
@@ -1,3 +1,18 @@
|
|
1
|
+
// Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
|
2
|
+
//
|
3
|
+
// This program is free software: you can redistribute it and/or modify
|
4
|
+
// it under the terms of the GNU General Public License as published by
|
5
|
+
// the Free Software Foundation, either version 3 of the License, or
|
6
|
+
// (at your option) any later version.
|
7
|
+
//
|
8
|
+
// This program is distributed in the hope that it will be useful,
|
9
|
+
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
10
|
+
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
11
|
+
// GNU General Public License for more details.
|
12
|
+
//
|
13
|
+
// You should have received a copy of the GNU General Public License
|
14
|
+
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
15
|
+
|
1
16
|
@mixin pre($padding: 1rem) {
|
2
17
|
margin-left: -1rem;
|
3
18
|
margin-right: -1rem;
|
data/_sass/_spinner.scss
CHANGED
@@ -1,3 +1,18 @@
|
|
1
|
+
// Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
|
2
|
+
//
|
3
|
+
// This program is free software: you can redistribute it and/or modify
|
4
|
+
// it under the terms of the GNU General Public License as published by
|
5
|
+
// the Free Software Foundation, either version 3 of the License, or
|
6
|
+
// (at your option) any later version.
|
7
|
+
//
|
8
|
+
// This program is distributed in the hope that it will be useful,
|
9
|
+
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
10
|
+
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
11
|
+
// GNU General Public License for more details.
|
12
|
+
//
|
13
|
+
// You should have received a copy of the GNU General Public License
|
14
|
+
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
15
|
+
|
1
16
|
.loading > [class*="icon-"] {
|
2
17
|
display: inline-block;
|
3
18
|
-webkit-animation: rotate 2s infinite linear both;
|
data/_sass/_variables.scss
CHANGED
@@ -1,3 +1,18 @@
|
|
1
|
+
// Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
|
2
|
+
//
|
3
|
+
// This program is free software: you can redistribute it and/or modify
|
4
|
+
// it under the terms of the GNU General Public License as published by
|
5
|
+
// the Free Software Foundation, either version 3 of the License, or
|
6
|
+
// (at your option) any later version.
|
7
|
+
//
|
8
|
+
// This program is distributed in the hope that it will be useful,
|
9
|
+
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
10
|
+
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
11
|
+
// GNU General Public License for more details.
|
12
|
+
//
|
13
|
+
// You should have received a copy of the GNU General Public License
|
14
|
+
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
15
|
+
|
1
16
|
$gray: #888;
|
2
17
|
$gray-bg: rgba(0,0,0,.025);
|
3
18
|
$gray-text: #666;
|
@@ -9,12 +9,26 @@
|
|
9
9
|
* to continuosly rebuild this file.
|
10
10
|
*/
|
11
11
|
|
12
|
+
// Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
|
13
|
+
//
|
14
|
+
// This program is free software: you can redistribute it and/or modify
|
15
|
+
// it under the terms of the GNU General Public License as published by
|
16
|
+
// the Free Software Foundation, either version 3 of the License, or
|
17
|
+
// (at your option) any later version.
|
18
|
+
//
|
19
|
+
// This program is distributed in the hope that it will be useful,
|
20
|
+
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
21
|
+
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
22
|
+
// GNU General Public License for more details.
|
23
|
+
//
|
24
|
+
// You should have received a copy of the GNU General Public License
|
25
|
+
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
26
|
+
|
12
27
|
.avatar {
|
13
28
|
|
14
29
|
float: right;
|
15
30
|
width: 6.5rem;
|
16
31
|
height: 6.5rem;
|
17
|
-
margin: 0 0 .5rem 1rem;
|
18
32
|
border-radius: 100%;
|
19
33
|
|
20
34
|
// position: relative;
|
@@ -9,11 +9,20 @@
|
|
9
9
|
* to continuosly rebuild this file.
|
10
10
|
*/
|
11
11
|
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
12
|
+
// Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
|
13
|
+
//
|
14
|
+
// This program is free software: you can redistribute it and/or modify
|
15
|
+
// it under the terms of the GNU General Public License as published by
|
16
|
+
// the Free Software Foundation, either version 3 of the License, or
|
17
|
+
// (at your option) any later version.
|
18
|
+
//
|
19
|
+
// This program is distributed in the hope that it will be useful,
|
20
|
+
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
21
|
+
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
22
|
+
// GNU General Public License for more details.
|
23
|
+
//
|
24
|
+
// You should have received a copy of the GNU General Public License
|
25
|
+
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
17
26
|
|
18
27
|
|
19
28
|
|
@@ -9,4 +9,19 @@
|
|
9
9
|
* to continuosly rebuild this file.
|
10
10
|
*/
|
11
11
|
|
12
|
+
// Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
|
13
|
+
//
|
14
|
+
// This program is free software: you can redistribute it and/or modify
|
15
|
+
// it under the terms of the GNU General Public License as published by
|
16
|
+
// the Free Software Foundation, either version 3 of the License, or
|
17
|
+
// (at your option) any later version.
|
18
|
+
//
|
19
|
+
// This program is distributed in the hope that it will be useful,
|
20
|
+
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
21
|
+
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
22
|
+
// GNU General Public License for more details.
|
23
|
+
//
|
24
|
+
// You should have received a copy of the GNU General Public License
|
25
|
+
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
26
|
+
|
12
27
|
|
@@ -9,6 +9,21 @@
|
|
9
9
|
* to continuosly rebuild this file.
|
10
10
|
*/
|
11
11
|
|
12
|
+
// Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
|
13
|
+
//
|
14
|
+
// This program is free software: you can redistribute it and/or modify
|
15
|
+
// it under the terms of the GNU General Public License as published by
|
16
|
+
// the Free Software Foundation, either version 3 of the License, or
|
17
|
+
// (at your option) any later version.
|
18
|
+
//
|
19
|
+
// This program is distributed in the hope that it will be useful,
|
20
|
+
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
21
|
+
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
22
|
+
// GNU General Public License for more details.
|
23
|
+
//
|
24
|
+
// You should have received a copy of the GNU General Public License
|
25
|
+
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
26
|
+
|
12
27
|
|
13
28
|
.content {
|
14
29
|
position: relative;
|
@@ -9,4 +9,19 @@
|
|
9
9
|
* to continuosly rebuild this file.
|
10
10
|
*/
|
11
11
|
|
12
|
+
// Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
|
13
|
+
//
|
14
|
+
// This program is free software: you can redistribute it and/or modify
|
15
|
+
// it under the terms of the GNU General Public License as published by
|
16
|
+
// the Free Software Foundation, either version 3 of the License, or
|
17
|
+
// (at your option) any later version.
|
18
|
+
//
|
19
|
+
// This program is distributed in the hope that it will be useful,
|
20
|
+
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
21
|
+
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
22
|
+
// GNU General Public License for more details.
|
23
|
+
//
|
24
|
+
// You should have received a copy of the GNU General Public License
|
25
|
+
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
26
|
+
|
12
27
|
|