j1-template 2021.1.5 → 2021.1.10
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/themes/j1/layouts/layout_metadata_generator.html +4 -4
- data/_includes/themes/j1/modules/connectors/ads +18 -7
- data/_includes/themes/j1/modules/connectors/analytic/google-analytics.html +6 -6
- data/_includes/themes/j1/modules/connectors/analytics +17 -3
- data/_includes/themes/j1/modules/connectors/comments +22 -8
- data/_includes/themes/j1/modules/connectors/translator +20 -6
- data/_includes/themes/j1/procedures/global/select_location.proc +3 -3
- data/assets/data/themes.json +6 -6
- data/assets/error_pages/HTTP204.html +30 -10
- data/assets/error_pages/HTTP400.html +29 -8
- data/assets/error_pages/HTTP401.html +29 -9
- data/assets/error_pages/HTTP403.html +29 -8
- data/assets/error_pages/HTTP404.html +29 -8
- data/assets/error_pages/HTTP500.html +29 -8
- data/assets/error_pages/HTTP501.html +29 -8
- data/assets/error_pages/HTTP502.html +29 -8
- data/assets/error_pages/HTTP503.html +30 -8
- data/assets/themes/j1/adapter/js/cookieConsent.js +93 -56
- data/assets/themes/j1/adapter/js/fam.js +2 -1
- data/assets/themes/j1/adapter/js/j1.js +176 -170
- data/assets/themes/j1/adapter/js/navigator.js +157 -200
- data/assets/themes/j1/adapter/js/themer.1.js +326 -0
- data/assets/themes/j1/adapter/js/themer.js +41 -57
- data/assets/themes/j1/adapter/js/toccer.js +4 -45
- data/assets/themes/j1/core/js/template.js +1 -1
- data/assets/themes/j1/core/js/template.js.map +1 -1
- data/assets/themes/j1/core/js/template.min.js +1 -1
- data/assets/themes/j1/core/js/template.min.js.map +1 -1
- data/assets/themes/j1/modules/cookieConsent/js/cookieConsent.js +25 -10
- data/assets/themes/j1/modules/cookieConsent/js/cookieConsent.min.js +5 -6
- data/assets/themes/j1/modules/fam/css/{uno → theme/uno}/fam.css +0 -0
- data/assets/themes/j1/modules/fam/css/theme/uno/fam.min.css +15 -0
- data/assets/themes/j1/modules/fam/js/fam.js +1 -6
- data/assets/themes/j1/modules/mmenuLight/css/{mmenu.css → mmenu-light.css} +0 -0
- data/assets/themes/j1/modules/mmenuLight/css/{mmenu.min.css → mmenu-light.min.css} +0 -0
- data/assets/themes/j1/modules/mmenuLight/css/theme/{uno.css → uno/mmenu.css} +0 -0
- data/assets/themes/j1/modules/mmenuLight/css/theme/{uno.min.css → uno/mmenu.min.css} +0 -0
- data/assets/themes/j1/modules/rtable/css/theme/{uno.css → uno/rtable.css} +0 -0
- data/assets/themes/j1/modules/rtable/css/theme/{uno.min.css → uno/rtable.min.css} +0 -0
- data/assets/themes/j1/modules/themeSwitcher/js/switcher.js +34 -49
- data/assets/themes/j1/modules/themeSwitcher/js/switcher.min.js +410 -2
- data/lib/j1/version.rb +1 -1
- data/lib/j1_app/j1_auth_manager/auth_manager.rb +2 -3
- data/lib/starter_web/Gemfile +1 -1
- data/lib/starter_web/_config.yml +18 -10
- data/lib/starter_web/_data/_defaults/private.default.yml +119 -0
- data/lib/starter_web/_data/j1_config.yml +21 -18
- data/lib/starter_web/_data/modules/cookieconsent.yml +1 -0
- data/lib/starter_web/_data/modules/defaults/cookieconsent.yml +10 -9
- data/lib/starter_web/_data/modules/defaults/themer.yml +2 -1
- data/lib/starter_web/_data/private.default.yml +119 -0
- data/lib/starter_web/_data/resources.yml +6 -7
- data/lib/starter_web/_includes/attributes.asciidoc +1 -1
- data/lib/starter_web/_plugins/lunr_index.rb +1 -1
- data/lib/starter_web/dot.gitignore +2 -2
- data/lib/starter_web/index.html +3 -3
- data/lib/starter_web/package.json +2 -2
- data/lib/starter_web/pages/public/blog/navigator/archive.html +5 -3
- data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +3 -2
- data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +6 -4
- data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +23 -5
- data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +9 -6
- data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
- data/lib/starter_web/utilsrv/package.json +1 -1
- metadata +13 -65
- data/assets/error_pages/HTTP520.html +0 -68
- data/assets/error_pages/HTTP521.html +0 -68
- data/assets/error_pages/HTTP533.html +0 -68
- data/assets/themes/j1/modules/_lightGallery/css/core/lg-fb-comment-box.css +0 -58
- data/assets/themes/j1/modules/_lightGallery/css/core/lg-fb-comment-box.min.css +0 -5
- data/assets/themes/j1/modules/_lightGallery/css/core/lg-transitions.css +0 -778
- data/assets/themes/j1/modules/_lightGallery/css/core/lg-transitions.min.css +0 -5
- data/assets/themes/j1/modules/_lightGallery/css/core/lightgallery.css +0 -981
- data/assets/themes/j1/modules/_lightGallery/css/core/lightgallery.min.css +0 -5
- data/assets/themes/j1/modules/_lightGallery/css/fonts/lg.eot +0 -0
- data/assets/themes/j1/modules/_lightGallery/css/fonts/lg.svg +0 -47
- data/assets/themes/j1/modules/_lightGallery/css/fonts/lg.ttf +0 -0
- data/assets/themes/j1/modules/_lightGallery/css/fonts/lg.woff +0 -0
- data/assets/themes/j1/modules/_lightGallery/css/img/loading.gif +0 -0
- data/assets/themes/j1/modules/_lightGallery/css/img/video-play.png +0 -0
- data/assets/themes/j1/modules/_lightGallery/css/img/vimeo-play.png +0 -0
- data/assets/themes/j1/modules/_lightGallery/css/img/youtube-play.png +0 -0
- data/assets/themes/j1/modules/_lightGallery/css/themes/icons/animation-w.png +0 -0
- data/assets/themes/j1/modules/_lightGallery/css/themes/icons/customize-w.png +0 -0
- data/assets/themes/j1/modules/_lightGallery/css/themes/icons/dynamic-w.png +0 -0
- data/assets/themes/j1/modules/_lightGallery/css/themes/icons/facebook-icon.svg +0 -10
- data/assets/themes/j1/modules/_lightGallery/css/themes/icons/googleplus-icon.svg +0 -30
- data/assets/themes/j1/modules/_lightGallery/css/themes/icons/html5-w.png +0 -0
- data/assets/themes/j1/modules/_lightGallery/css/themes/icons/linked-in.png +0 -0
- data/assets/themes/j1/modules/_lightGallery/css/themes/icons/module-w.png +0 -0
- data/assets/themes/j1/modules/_lightGallery/css/themes/icons/play-button.png +0 -0
- data/assets/themes/j1/modules/_lightGallery/css/themes/icons/responsive-w.png +0 -0
- data/assets/themes/j1/modules/_lightGallery/css/themes/icons/thumb-w.png +0 -0
- data/assets/themes/j1/modules/_lightGallery/css/themes/icons/touch-w.png +0 -0
- data/assets/themes/j1/modules/_lightGallery/css/themes/icons/twitter-icon.svg +0 -15
- data/assets/themes/j1/modules/_lightGallery/css/themes/icons/twitter.png +0 -0
- data/assets/themes/j1/modules/_lightGallery/css/themes/icons/video1-w.png +0 -0
- data/assets/themes/j1/modules/_lightGallery/css/themes/icons/zoom-w.png +0 -0
- data/assets/themes/j1/modules/_lightGallery/css/themes/icons/zoom.png +0 -0
- data/assets/themes/j1/modules/_lightGallery/css/themes/uno.css +0 -262
- data/assets/themes/j1/modules/_lightGallery/css/themes/uno.min.css +0 -15
- data/assets/themes/j1/modules/_lightGallery/js/core/lightgallery.js +0 -1362
- data/assets/themes/j1/modules/_lightGallery/js/core/lightgallery.min.js +0 -4
- data/assets/themes/j1/modules/_lightGallery/js/modules/j1/j1-video.js +0 -402
- data/assets/themes/j1/modules/_lightGallery/js/modules/j1/j1-video.min.js +0 -8
- data/assets/themes/j1/modules/_lightGallery/js/modules/lg-autoplay.js +0 -206
- data/assets/themes/j1/modules/_lightGallery/js/modules/lg-autoplay.min.js +0 -5
- data/assets/themes/j1/modules/_lightGallery/js/modules/lg-fullscreen.js +0 -126
- data/assets/themes/j1/modules/_lightGallery/js/modules/lg-fullscreen.min.js +0 -5
- data/assets/themes/j1/modules/_lightGallery/js/modules/lg-hash.js +0 -101
- data/assets/themes/j1/modules/_lightGallery/js/modules/lg-hash.min.js +0 -5
- data/assets/themes/j1/modules/_lightGallery/js/modules/lg-pager.js +0 -105
- data/assets/themes/j1/modules/_lightGallery/js/modules/lg-pager.min.js +0 -5
- data/assets/themes/j1/modules/_lightGallery/js/modules/lg-share.js +0 -107
- data/assets/themes/j1/modules/_lightGallery/js/modules/lg-share.min.js +0 -5
- data/assets/themes/j1/modules/_lightGallery/js/modules/lg-thumbnail.js +0 -478
- data/assets/themes/j1/modules/_lightGallery/js/modules/lg-thumbnail.min.js +0 -5
- data/assets/themes/j1/modules/_lightGallery/js/modules/lg-video.js +0 -342
- data/assets/themes/j1/modules/_lightGallery/js/modules/lg-video.min.js +0 -5
- data/assets/themes/j1/modules/_lightGallery/js/modules/lg-zoom.js +0 -527
- data/assets/themes/j1/modules/_lightGallery/js/modules/lg-zoom.min.js +0 -5
@@ -462,9 +462,9 @@ resources:
|
|
462
462
|
init_function: [ j1.adapter.navigator.init ]
|
463
463
|
|
464
464
|
# ----------------------------------------------------------------------------
|
465
|
-
#
|
465
|
+
# Mobile Menu (Light)
|
466
466
|
#
|
467
|
-
- name:
|
467
|
+
- name: MMenu
|
468
468
|
resource:
|
469
469
|
id: mmenu
|
470
470
|
enabled: true
|
@@ -478,8 +478,8 @@ resources:
|
|
478
478
|
pass_init_data: false
|
479
479
|
data:
|
480
480
|
css: [
|
481
|
-
modules/mmenuLight/css/mmenu,
|
482
|
-
modules/mmenuLight/css/theme/uno
|
481
|
+
modules/mmenuLight/css/mmenu-light,
|
482
|
+
modules/mmenuLight/css/theme/uno/mmenu
|
483
483
|
]
|
484
484
|
files: [
|
485
485
|
modules/mmenuLight/js/mmenu.js,
|
@@ -678,7 +678,7 @@ resources:
|
|
678
678
|
dependencies: false
|
679
679
|
pass_init_data: false
|
680
680
|
data:
|
681
|
-
css: [ modules/rtable/css/theme/uno ]
|
681
|
+
css: [ modules/rtable/css/theme/uno/rtable ]
|
682
682
|
files: [ adapter/js/rtable.js ]
|
683
683
|
js: [ modules/rtable/js/rtable ]
|
684
684
|
init_function: [ j1.adapter.rtable.init ]
|
@@ -1182,9 +1182,8 @@ resources:
|
|
1182
1182
|
dependencies: false
|
1183
1183
|
pass_init_data: true
|
1184
1184
|
data:
|
1185
|
-
css: []
|
1185
|
+
css: [ modules/fam/css/theme/uno/fam ] # styles for (J1) theme Uno]
|
1186
1186
|
files: [
|
1187
|
-
modules/fam/css/uno/fam.css, # styles for (J1) theme Uno
|
1188
1187
|
# modules/cash/js/cash.js, # current version|s of Cash NOT usable
|
1189
1188
|
modules/materialize/js/cash.js, # adapted|old (1.3.5) version from Materialize
|
1190
1189
|
modules/fam/js/fam.js, # modified version for J1 (former: button.js)
|
@@ -412,7 +412,7 @@ end::tables[]
|
|
412
412
|
// -----------------------------------------------------------------------------
|
413
413
|
tag::products[]
|
414
414
|
:j1--license: MIT License
|
415
|
-
:j1--version: 2021.1.
|
415
|
+
:j1--version: 2021.1.10
|
416
416
|
:j1--site-name: Jekyll One
|
417
417
|
end::products[]
|
418
418
|
|
@@ -14,7 +14,7 @@ Gemfile.lock
|
|
14
14
|
|
15
15
|
Passengerfile.json
|
16
16
|
|
17
|
-
google*.html
|
17
|
+
/google*.html
|
18
18
|
|
19
19
|
tmp/
|
20
20
|
|
@@ -42,7 +42,7 @@ tmp/
|
|
42
42
|
# Never publish your sensitive personal and/or OAuth
|
43
43
|
# data to any repo - not to public, not to any private.
|
44
44
|
# ------------------------------------------------------------------------------
|
45
|
-
private.yml
|
45
|
+
# private.yml
|
46
46
|
|
47
47
|
|
48
48
|
# Unneeded files for the generated site
|
data/lib/starter_web/index.html
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"private": true,
|
3
3
|
"name": "j1_starter",
|
4
|
-
"version": "2021.1.
|
4
|
+
"version": "2021.1.10",
|
5
5
|
"description": "J1 Template Starter Web",
|
6
6
|
"homepage": "https://your.site",
|
7
7
|
"author": {
|
@@ -91,7 +91,7 @@
|
|
91
91
|
"rebuild:do": "cross-env SINATRA_ACTIVESUPPORT_WARNING=false bundle exec jekyll b --incremental",
|
92
92
|
"post-rebuild": "run-s -s postrebuild:*",
|
93
93
|
"post-rebuild:finished": "echo .. rebuild finished.",
|
94
|
-
"post-rebuild:hint": "echo To open the site, run: yarn site
|
94
|
+
"post-rebuild:hint": "echo To open the site, run: yarn site",
|
95
95
|
|
96
96
|
"clean": "run-s -s clean-site && run-s clean:*",
|
97
97
|
"clean-site": "echo Clean up site files .. && bundle exec jekyll clean",
|
@@ -42,6 +42,7 @@ resource_options:
|
|
42
42
|
{% comment %} Variables
|
43
43
|
-------------------------------------------------------------------------------- {% endcomment %}
|
44
44
|
{% assign view_config = site.data.builder.blog_navigator.archive_view %}
|
45
|
+
{% assign truncate_words = site.excerpt_truncate_words %}
|
45
46
|
{% assign view_description = view_config.description %}
|
46
47
|
{% assign defaults = site.data.builder.blog_navigator.defaults %}
|
47
48
|
|
@@ -80,7 +81,7 @@ resource_options:
|
|
80
81
|
|
81
82
|
<!-- ul class="list-unstyled link-news" -->
|
82
83
|
{% for post in site.posts %}
|
83
|
-
{% assign excerpt = post.excerpt|truncatewords:
|
84
|
+
{% assign excerpt = post.excerpt|truncatewords:truncate_words|replace:'...',' ...'|strip_html|strip_newlines|strip %}
|
84
85
|
|
85
86
|
<!-- Collect comment provider details -->
|
86
87
|
{% for sharing in builder_config.sharing_provider %}
|
@@ -145,10 +146,11 @@ resource_options:
|
|
145
146
|
var user_state = j1.readCookie(user_state_cookie_name);
|
146
147
|
var user_state_last_page = "{{browser_page_url}}";
|
147
148
|
user_state.last_page = user_state_last_page;
|
148
|
-
|
149
|
+
|
149
150
|
j1.writeCookie({
|
150
151
|
name: user_state_cookie_name,
|
151
|
-
data: user_state
|
152
|
+
data: user_state,
|
153
|
+
samesite: 'Strict'
|
152
154
|
});
|
153
155
|
logger.info('Saved current Post Browser page to cookie: {{browser_page_url}}');
|
154
156
|
}
|
@@ -190,10 +190,11 @@ resource_options:
|
|
190
190
|
var user_state = j1.readCookie(user_state_cookie_name);
|
191
191
|
var user_state_last_page = "{{browser_page_url}}";
|
192
192
|
user_state.last_page = user_state_last_page;
|
193
|
-
|
193
|
+
|
194
194
|
j1.writeCookie({
|
195
195
|
name: user_state_cookie_name,
|
196
|
-
data: user_state
|
196
|
+
data: user_state,
|
197
|
+
samesite: 'Strict'
|
197
198
|
});
|
198
199
|
logger.info('Saved current Post Browser page to cookie: {{browser_page_url}}');
|
199
200
|
}
|
@@ -41,7 +41,8 @@ resource_options:
|
|
41
41
|
|
42
42
|
{% comment %} Variables
|
43
43
|
-------------------------------------------------------------------------------- {% endcomment %}
|
44
|
-
{% assign view_config = site.data.builder.blog_navigator.
|
44
|
+
{% assign view_config = site.data.builder.blog_navigator.category_view %}
|
45
|
+
{% assign truncate_words = site.excerpt_truncate_words %}
|
45
46
|
{% assign view_description = view_config.description %}
|
46
47
|
{% assign defaults = site.data.builder.blog_navigator.defaults %}
|
47
48
|
|
@@ -112,7 +113,7 @@ resource_options:
|
|
112
113
|
{% endfor %}
|
113
114
|
|
114
115
|
{% capture link %}
|
115
|
-
{% assign excerpt = post.excerpt|truncatewords:
|
116
|
+
{% assign excerpt = post.excerpt|truncatewords:truncate_words|replace:'...',' ...'|strip_html|strip_newlines|strip %}
|
116
117
|
<li>
|
117
118
|
<article class="card raised-z3 mb-5">
|
118
119
|
<h4 id="{{100000|rand}}" class="card-header bg-primary">{{post.title}}</h4>
|
@@ -177,10 +178,11 @@ resource_options:
|
|
177
178
|
var user_state = j1.readCookie(user_state_cookie_name);
|
178
179
|
var user_state_last_page = "{{browser_page_url}}";
|
179
180
|
user_state.last_page = user_state_last_page;
|
180
|
-
|
181
|
+
|
181
182
|
j1.writeCookie({
|
182
183
|
name: user_state_cookie_name,
|
183
|
-
data: user_state
|
184
|
+
data: user_state,
|
185
|
+
samesite: 'Strict'
|
184
186
|
});
|
185
187
|
logger.info('Saved current Post Browser page to cookie: {{browser_page_url}}');
|
186
188
|
}
|
@@ -38,8 +38,9 @@ resource_options:
|
|
38
38
|
|
39
39
|
{% comment %} Variables
|
40
40
|
-------------------------------------------------------------------------------- {% endcomment %}
|
41
|
-
{% assign view_config
|
42
|
-
{% assign
|
41
|
+
{% assign view_config = site.data.builder.blog_navigator.category_view %}
|
42
|
+
{% assign truncate_words = site.excerpt_truncate_words %}
|
43
|
+
{% assign view_description = view_config.description %}
|
43
44
|
{% assign defaults = site.data.builder.blog_navigator.defaults %}
|
44
45
|
|
45
46
|
{% if site.permalink == 'none' %}
|
@@ -152,8 +153,24 @@ resource_options:
|
|
152
153
|
{% include {{select_icon_size}} family=icon_family size=icon_size %}
|
153
154
|
{% assign icon_size = size %}
|
154
155
|
|
155
|
-
{% assign excerpt = post.excerpt|truncatewords:
|
156
|
+
{% assign excerpt = post.excerpt|truncatewords:truncate_words|replace:'...',' ...'|strip_html|strip_newlines|strip %}
|
156
157
|
|
158
|
+
<!-- place post -->
|
159
|
+
<!--div class="card card-flat mb-4">
|
160
|
+
<div class="card-body">
|
161
|
+
|
162
|
+
<h5 id="{{ 100000 | rand }}" class="card-title">{{ post.title }}</h5>
|
163
|
+
<h6 class="notoc card-subtitle text-muted mb-2">{{ post.tagline }}</h6>
|
164
|
+
<div class="card-text"><p>{{ excerpt }}</p></div>
|
165
|
+
</div>
|
166
|
+
<div class="card-footer">
|
167
|
+
<a class="btn btn-primary btn-raised btn-flex" href="{{post.url}}#readmore">
|
168
|
+
<i class="fa fa-eye fa-lg" style="color:#FFFFFF;"></i>
|
169
|
+
Read more
|
170
|
+
</a>
|
171
|
+
</div>
|
172
|
+
</div -->
|
173
|
+
|
157
174
|
<!-- place post -->
|
158
175
|
<article class="card raised-z3 mb-5">
|
159
176
|
<h3 id="{{100000|rand}}" class="card-header bg-primary">{{post.title}}</h3>
|
@@ -211,10 +228,11 @@ resource_options:
|
|
211
228
|
var user_state = j1.readCookie(user_state_cookie_name);
|
212
229
|
var user_state_last_page = "{{browser_page_url}}";
|
213
230
|
user_state.last_page = user_state_last_page;
|
214
|
-
|
231
|
+
|
215
232
|
j1.writeCookie({
|
216
233
|
name: user_state_cookie_name,
|
217
|
-
data: user_state
|
234
|
+
data: user_state,
|
235
|
+
samesite: 'Strict'
|
218
236
|
});
|
219
237
|
logger.info('Saved current Post Browser page to cookie: {{browser_page_url}}');
|
220
238
|
}
|
@@ -45,7 +45,7 @@ resource_options:
|
|
45
45
|
//
|
46
46
|
:cookies: true
|
47
47
|
:cookie-consent: true
|
48
|
-
:logs-files:
|
48
|
+
:logs-files: false
|
49
49
|
:google-analytics: true
|
50
50
|
:facebook: false
|
51
51
|
:twitter: false
|
@@ -196,12 +196,15 @@ with any other data held by Google.
|
|
196
196
|
|
197
197
|
You may object to the use of cookies by selecting the appropriate settings
|
198
198
|
on your browser, however please note that if you do this you may not be able
|
199
|
-
to use the full functionality of this website.
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
199
|
+
to use the full functionality of this website.
|
200
|
+
|
201
|
+
/////
|
202
|
+
You can also avoid the recording of data referring to your use of the website
|
203
|
+
generated by cookies (including your IP address) by Google as well as the
|
204
|
+
processing of your data by Google by downloading and installing the browser
|
205
|
+
plug-in available from the following:
|
204
206
|
link:{url-google--deactivate-ga-en}[Browser-Add-on Google Analytics, {browser-window--new}]
|
207
|
+
/////
|
205
208
|
|
206
209
|
endif::[]
|
207
210
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: j1-template
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2021.1.
|
4
|
+
version: 2021.1.10
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- juergen_jekyll_one
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-07-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -357,9 +357,6 @@ files:
|
|
357
357
|
- assets/error_pages/HTTP501.html
|
358
358
|
- assets/error_pages/HTTP502.html
|
359
359
|
- assets/error_pages/HTTP503.html
|
360
|
-
- assets/error_pages/HTTP520.html
|
361
|
-
- assets/error_pages/HTTP521.html
|
362
|
-
- assets/error_pages/HTTP533.html
|
363
360
|
- assets/themes/j1/adapter/js/algolia.js
|
364
361
|
- assets/themes/j1/adapter/js/asciidoctor.js
|
365
362
|
- assets/themes/j1/adapter/js/attic.js
|
@@ -379,6 +376,7 @@ files:
|
|
379
376
|
- assets/themes/j1/adapter/js/quicksearch.js
|
380
377
|
- assets/themes/j1/adapter/js/rouge.js
|
381
378
|
- assets/themes/j1/adapter/js/rtable.js
|
379
|
+
- assets/themes/j1/adapter/js/themer.1.js
|
382
380
|
- assets/themes/j1/adapter/js/themer.js
|
383
381
|
- assets/themes/j1/adapter/js/toccer.js
|
384
382
|
- assets/themes/j1/core/css/animate.css
|
@@ -467,59 +465,6 @@ files:
|
|
467
465
|
- assets/themes/j1/core/js/template.js.map
|
468
466
|
- assets/themes/j1/core/js/template.min.js
|
469
467
|
- assets/themes/j1/core/js/template.min.js.map
|
470
|
-
- assets/themes/j1/modules/_lightGallery/css/core/lg-fb-comment-box.css
|
471
|
-
- assets/themes/j1/modules/_lightGallery/css/core/lg-fb-comment-box.min.css
|
472
|
-
- assets/themes/j1/modules/_lightGallery/css/core/lg-transitions.css
|
473
|
-
- assets/themes/j1/modules/_lightGallery/css/core/lg-transitions.min.css
|
474
|
-
- assets/themes/j1/modules/_lightGallery/css/core/lightgallery.css
|
475
|
-
- assets/themes/j1/modules/_lightGallery/css/core/lightgallery.min.css
|
476
|
-
- assets/themes/j1/modules/_lightGallery/css/fonts/lg.eot
|
477
|
-
- assets/themes/j1/modules/_lightGallery/css/fonts/lg.svg
|
478
|
-
- assets/themes/j1/modules/_lightGallery/css/fonts/lg.ttf
|
479
|
-
- assets/themes/j1/modules/_lightGallery/css/fonts/lg.woff
|
480
|
-
- assets/themes/j1/modules/_lightGallery/css/img/loading.gif
|
481
|
-
- assets/themes/j1/modules/_lightGallery/css/img/video-play.png
|
482
|
-
- assets/themes/j1/modules/_lightGallery/css/img/vimeo-play.png
|
483
|
-
- assets/themes/j1/modules/_lightGallery/css/img/youtube-play.png
|
484
|
-
- assets/themes/j1/modules/_lightGallery/css/themes/icons/animation-w.png
|
485
|
-
- assets/themes/j1/modules/_lightGallery/css/themes/icons/customize-w.png
|
486
|
-
- assets/themes/j1/modules/_lightGallery/css/themes/icons/dynamic-w.png
|
487
|
-
- assets/themes/j1/modules/_lightGallery/css/themes/icons/facebook-icon.svg
|
488
|
-
- assets/themes/j1/modules/_lightGallery/css/themes/icons/googleplus-icon.svg
|
489
|
-
- assets/themes/j1/modules/_lightGallery/css/themes/icons/html5-w.png
|
490
|
-
- assets/themes/j1/modules/_lightGallery/css/themes/icons/linked-in.png
|
491
|
-
- assets/themes/j1/modules/_lightGallery/css/themes/icons/module-w.png
|
492
|
-
- assets/themes/j1/modules/_lightGallery/css/themes/icons/play-button.png
|
493
|
-
- assets/themes/j1/modules/_lightGallery/css/themes/icons/responsive-w.png
|
494
|
-
- assets/themes/j1/modules/_lightGallery/css/themes/icons/thumb-w.png
|
495
|
-
- assets/themes/j1/modules/_lightGallery/css/themes/icons/touch-w.png
|
496
|
-
- assets/themes/j1/modules/_lightGallery/css/themes/icons/twitter-icon.svg
|
497
|
-
- assets/themes/j1/modules/_lightGallery/css/themes/icons/twitter.png
|
498
|
-
- assets/themes/j1/modules/_lightGallery/css/themes/icons/video1-w.png
|
499
|
-
- assets/themes/j1/modules/_lightGallery/css/themes/icons/zoom-w.png
|
500
|
-
- assets/themes/j1/modules/_lightGallery/css/themes/icons/zoom.png
|
501
|
-
- assets/themes/j1/modules/_lightGallery/css/themes/uno.css
|
502
|
-
- assets/themes/j1/modules/_lightGallery/css/themes/uno.min.css
|
503
|
-
- assets/themes/j1/modules/_lightGallery/js/core/lightgallery.js
|
504
|
-
- assets/themes/j1/modules/_lightGallery/js/core/lightgallery.min.js
|
505
|
-
- assets/themes/j1/modules/_lightGallery/js/modules/j1/j1-video.js
|
506
|
-
- assets/themes/j1/modules/_lightGallery/js/modules/j1/j1-video.min.js
|
507
|
-
- assets/themes/j1/modules/_lightGallery/js/modules/lg-autoplay.js
|
508
|
-
- assets/themes/j1/modules/_lightGallery/js/modules/lg-autoplay.min.js
|
509
|
-
- assets/themes/j1/modules/_lightGallery/js/modules/lg-fullscreen.js
|
510
|
-
- assets/themes/j1/modules/_lightGallery/js/modules/lg-fullscreen.min.js
|
511
|
-
- assets/themes/j1/modules/_lightGallery/js/modules/lg-hash.js
|
512
|
-
- assets/themes/j1/modules/_lightGallery/js/modules/lg-hash.min.js
|
513
|
-
- assets/themes/j1/modules/_lightGallery/js/modules/lg-pager.js
|
514
|
-
- assets/themes/j1/modules/_lightGallery/js/modules/lg-pager.min.js
|
515
|
-
- assets/themes/j1/modules/_lightGallery/js/modules/lg-share.js
|
516
|
-
- assets/themes/j1/modules/_lightGallery/js/modules/lg-share.min.js
|
517
|
-
- assets/themes/j1/modules/_lightGallery/js/modules/lg-thumbnail.js
|
518
|
-
- assets/themes/j1/modules/_lightGallery/js/modules/lg-thumbnail.min.js
|
519
|
-
- assets/themes/j1/modules/_lightGallery/js/modules/lg-video.js
|
520
|
-
- assets/themes/j1/modules/_lightGallery/js/modules/lg-video.min.js
|
521
|
-
- assets/themes/j1/modules/_lightGallery/js/modules/lg-zoom.js
|
522
|
-
- assets/themes/j1/modules/_lightGallery/js/modules/lg-zoom.min.js
|
523
468
|
- assets/themes/j1/modules/backstretch/js/backstretch.js
|
524
469
|
- assets/themes/j1/modules/backstretch/js/backstretch.min.js
|
525
470
|
- assets/themes/j1/modules/bmd/css/bootstrap-material-design.css
|
@@ -560,7 +505,8 @@ files:
|
|
560
505
|
- assets/themes/j1/modules/datatables/css/theme/uno.css
|
561
506
|
- assets/themes/j1/modules/datatables/js/datatables.js
|
562
507
|
- assets/themes/j1/modules/datatables/js/datatables.min.js
|
563
|
-
- assets/themes/j1/modules/fam/css/uno/fam.css
|
508
|
+
- assets/themes/j1/modules/fam/css/theme/uno/fam.css
|
509
|
+
- assets/themes/j1/modules/fam/css/theme/uno/fam.min.css
|
564
510
|
- assets/themes/j1/modules/fam/js/fam.js
|
565
511
|
- assets/themes/j1/modules/iconifyAPI/js/iconify.min.js
|
566
512
|
- assets/themes/j1/modules/iframeResizer/LICENSE
|
@@ -821,10 +767,10 @@ files:
|
|
821
767
|
- assets/themes/j1/modules/mdiPreviewer/js/previewer.min.js
|
822
768
|
- assets/themes/j1/modules/mdiPreviewer/js/previewer.new.js
|
823
769
|
- assets/themes/j1/modules/mdiPreviewer/js/previewer.old.js
|
824
|
-
- assets/themes/j1/modules/mmenuLight/css/mmenu.css
|
825
|
-
- assets/themes/j1/modules/mmenuLight/css/mmenu.min.css
|
826
|
-
- assets/themes/j1/modules/mmenuLight/css/theme/uno.css
|
827
|
-
- assets/themes/j1/modules/mmenuLight/css/theme/uno.min.css
|
770
|
+
- assets/themes/j1/modules/mmenuLight/css/mmenu-light.css
|
771
|
+
- assets/themes/j1/modules/mmenuLight/css/mmenu-light.min.css
|
772
|
+
- assets/themes/j1/modules/mmenuLight/css/theme/uno/mmenu.css
|
773
|
+
- assets/themes/j1/modules/mmenuLight/css/theme/uno/mmenu.min.css
|
828
774
|
- assets/themes/j1/modules/mmenuLight/js/mmenu.js
|
829
775
|
- assets/themes/j1/modules/mmenuLight/js/mmenu.min.js
|
830
776
|
- assets/themes/j1/modules/popper/js/popper.js
|
@@ -856,8 +802,8 @@ files:
|
|
856
802
|
- assets/themes/j1/modules/rtable/LICENSE
|
857
803
|
- assets/themes/j1/modules/rtable/README.md
|
858
804
|
- assets/themes/j1/modules/rtable/css/tablesaw.stackonly.css
|
859
|
-
- assets/themes/j1/modules/rtable/css/theme/uno.css
|
860
|
-
- assets/themes/j1/modules/rtable/css/theme/uno.min.css
|
805
|
+
- assets/themes/j1/modules/rtable/css/theme/uno/rtable.css
|
806
|
+
- assets/themes/j1/modules/rtable/css/theme/uno/rtable.min.css
|
861
807
|
- assets/themes/j1/modules/rtable/js/rtable.js
|
862
808
|
- assets/themes/j1/modules/rtable/js/rtable.min.js
|
863
809
|
- assets/themes/j1/modules/rtable/js/tablesaw-init.js
|
@@ -944,6 +890,7 @@ files:
|
|
944
890
|
- lib/starter_web/_data/_defaults/colors.yml
|
945
891
|
- lib/starter_web/_data/_defaults/font_sizes.yml
|
946
892
|
- lib/starter_web/_data/_defaults/j1_config.yml
|
893
|
+
- lib/starter_web/_data/_defaults/private.default.yml
|
947
894
|
- lib/starter_web/_data/_defaults/resources.yml
|
948
895
|
- lib/starter_web/_data/apps/carousel.yml
|
949
896
|
- lib/starter_web/_data/apps/defaults/carousel.yml
|
@@ -1037,6 +984,7 @@ files:
|
|
1037
984
|
- lib/starter_web/_data/pages/builder.yml
|
1038
985
|
- lib/starter_web/_data/plugins/defaults/paginator.yml
|
1039
986
|
- lib/starter_web/_data/plugins/paginator.yml
|
987
|
+
- lib/starter_web/_data/private.default.yml
|
1040
988
|
- lib/starter_web/_data/private.yml
|
1041
989
|
- lib/starter_web/_data/resources.yml
|
1042
990
|
- lib/starter_web/_data/utilities/defaults/util_srv.yml
|
@@ -1,68 +0,0 @@
|
|
1
|
-
---
|
2
|
-
regenerate: false
|
3
|
-
permalink: /520.html
|
4
|
-
sitemap: false
|
5
|
-
---
|
6
|
-
{% capture j1_cache %}
|
7
|
-
|
8
|
-
{% comment %}
|
9
|
-
# -----------------------------------------------------------------------------
|
10
|
-
# ~/assets/http_error_pages/HTTP520.html
|
11
|
-
# Liquid TEMPLATE to generate customized HTML error pages: 520 - Origin Error, Unknown Host
|
12
|
-
#
|
13
|
-
# Product/Info:
|
14
|
-
# https://jekyll.one
|
15
|
-
#
|
16
|
-
# Copyright (C) 2021 Juergen Adams
|
17
|
-
# Copyright (C) 2020 Andi Dittrich
|
18
|
-
#
|
19
|
-
# J1 Template is licensed under the MIT License.
|
20
|
-
# See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
|
21
|
-
# HttpErrorPages are licensed under the MIT License.
|
22
|
-
# See: https://github.com/AndiDittrich/HttpErrorPages
|
23
|
-
# -----------------------------------------------------------------------------
|
24
|
-
# Test data:
|
25
|
-
# liquid_var: {{ liquid_var | debug }}
|
26
|
-
# config: {{ config | debug }}
|
27
|
-
# -----------------------------------------------------------------------------
|
28
|
-
{% endcomment %}
|
29
|
-
|
30
|
-
{% assign title = "Uups | Unknown Host" %}
|
31
|
-
{% assign webmaster_email = site.webmaster.email %}
|
32
|
-
{% assign copyright_info = site.copyright %}
|
33
|
-
{% assign favicon = site.favicon.image %}
|
34
|
-
{% assign images_dir = site.asciidoc_attributes.imagesdir %}
|
35
|
-
{% assign brand_text = site.brand.text %}
|
36
|
-
{% assign brand_image_source = site.brand.image %}
|
37
|
-
{% assign brand_image_height = site.brand.image_height %}
|
38
|
-
|
39
|
-
{% capture brand_image %}{{images_dir}}/{{brand_image_source}}{% endcapture %}
|
40
|
-
|
41
|
-
<!DOCTYPE html>
|
42
|
-
<html lang="en">
|
43
|
-
<head>
|
44
|
-
<!-- Simple HttpErrorPages | MIT License | https://github.com/AndiDittrich/HttpErrorPages -->
|
45
|
-
<meta charset="utf-8" />
|
46
|
-
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
47
|
-
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
48
|
-
<meta name="robots" content="noindex, nofollow">
|
49
|
-
<link rel="icon" type="image/ico" href="{{favicon}}">
|
50
|
-
<title>{{title}}</title>
|
51
|
-
<style> .attic { background-image: -webkit-gradient(linear, left top, left bottom, from(#263238), to(#3F51B5));background-image: -webkit-linear-gradient(top, #263238 0%, #3F51B5 100%);background-image: -o-linear-gradient(top, #263238 0%, #3F51B5 100%);background-image: linear-gradient(to bottom, #263238 0%, #3F51B5 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#263238", endColorstr="#3F51B5", GradientType=0); } </style>
|
52
|
-
<style type="text/css">/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{cursor: pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{cursor: pointer ;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}/*! Simple HttpErrorPages | MIT X11 License | https://github.com/AndiDittrich/HttpErrorPages */body,html{width:100%;height:100%;background-color:#21232a}body{color:#fff;text-align:center;text-shadow:0 2px 4px rgba(0,0,0,.5);padding:0;min-height:100%;-webkit-box-shadow:inset 0 0 100px rgba(0,0,0,.8);box-shadow:inset 0 0 100px rgba(0,0,0,.8);display:table;font-family:"Open Sans",Arial,sans-serif}h1{font-family:inherit;font-weight:500;line-height:1.1;color:inherit;font-size:36px}h1 small{font-size:68%;font-weight:400;line-height:1;color:#777}a{text-decoration:none;color:#fff;font-size:inherit;border-bottom:dotted 1px #707070}.lead{color:silver;font-size:21px;line-height:1.4}.cover{display:table-cell;vertical-align:middle;padding:0 20px}footer{position:fixed;width:100%;height:40px;left:0;bottom:0;color:#a0a0a0;font-size:14px}</style>
|
53
|
-
</head>
|
54
|
-
<body>
|
55
|
-
<a href="/"><img src="{{brand_image}}" height="{{brand_image_height}}" alt="{{brand_text}}"></a>
|
56
|
-
<div class="cover attic">
|
57
|
-
<h1>Origin Error - Unknown Host <small>520</small></h1>
|
58
|
-
<p class="lead">The requested hostname is not routed. Use only hostnames to access resources.</p>
|
59
|
-
</div>
|
60
|
-
<footer>
|
61
|
-
<p>{{copyright_info}} · Technical Contact: <p>{{copyright_info}} · Technical Contact: <a href="mailto:{{webmaster_email}}?subject={{title}}">{{webmaster_email}}</a></p>
|
62
|
-
</footer>
|
63
|
-
</body>
|
64
|
-
</html>
|
65
|
-
|
66
|
-
{% endcapture %}
|
67
|
-
{{ j1_cache | strip_empty_lines }}
|
68
|
-
{% assign j1_cache = nil %}
|