j1-template 2021.1.1 → 2021.1.6
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 +23 -9
- data/_includes/themes/j1/modules/connectors/ad/google-adsense.html +1 -1
- data/_includes/themes/j1/modules/connectors/ads +3 -5
- data/_includes/themes/j1/modules/connectors/analytic/google-analytics.html +9 -5
- data/_includes/themes/j1/modules/connectors/analytics +4 -2
- data/_includes/themes/j1/modules/connectors/comments +7 -6
- data/_includes/themes/j1/modules/connectors/translator +3 -4
- data/_includes/themes/j1/modules/navigator/generator.html +4 -40
- data/_includes/themes/j1/modules/navigator/procedures/topsearch.proc +2 -2
- data/_includes/themes/j1/procedures/global/create_bs_button.proc +64 -22
- data/_includes/themes/j1/procedures/posts/collate_timeline.proc +14 -10
- data/_layouts/default.html +4 -7
- data/assets/data/authclient.html +231 -229
- data/assets/data/banner.html +30 -32
- data/assets/data/cookieconsent.html +249 -0
- data/assets/data/fam.html +1 -1
- data/assets/data/footer.html +1 -1
- data/assets/data/gallery_customizer.html +10 -5
- data/assets/data/menu.html +3 -3
- data/assets/data/mmenu.html +4 -3
- data/assets/data/mmenu_sidebar.html +1 -1
- data/assets/data/mmenu_toc.html +1 -1
- data/assets/data/panel.html +20 -16
- data/assets/data/quicklinks.html +20 -18
- data/assets/data/themes.json +6 -6
- data/assets/themes/j1/adapter/js/{cookiebar.js → cookieConsent.js} +129 -55
- data/assets/themes/j1/adapter/js/j1.js +147 -145
- data/assets/themes/j1/adapter/js/justifiedGalleryCustomizer.js +3 -2
- data/assets/themes/j1/adapter/js/mmenu.js +8 -4
- data/assets/themes/j1/adapter/js/navigator.js +77 -22
- data/assets/themes/j1/adapter/js/themer.js +37 -29
- data/assets/themes/j1/adapter/js/toccer.js +4 -45
- data/assets/themes/j1/core/css/themes/uno-dark/bootstrap.css +17 -14
- data/assets/themes/j1/core/css/themes/uno-dark/bootstrap.min.css +1 -1
- data/assets/themes/j1/core/css/themes/uno-light/bootstrap.css +3960 -240
- data/assets/themes/j1/core/css/themes/uno-light/bootstrap.min.css +1 -1
- data/assets/themes/j1/core/js/template.js +3 -9
- data/assets/themes/j1/core/js/template.js.map +1 -1
- data/assets/themes/j1/core/js/template.min.js +3 -9
- data/assets/themes/j1/core/js/template.min.js.map +1 -1
- data/assets/themes/j1/modules/cookieConsent/LICENSE +21 -0
- data/assets/themes/j1/modules/cookieConsent/js/cookieConsent.js +286 -0
- data/assets/themes/j1/modules/cookieConsent/js/cookieConsent.min.js +28 -0
- 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/iframeResizer/examples/frame.absolute.html +4 -2
- data/assets/themes/j1/modules/iframeResizer/examples/frame.content.html +4 -3
- data/assets/themes/j1/modules/iframeResizer/examples/frame.hover.html +4 -2
- data/assets/themes/j1/modules/iframeResizer/examples/frame.nested.html +4 -2
- data/assets/themes/j1/modules/iframeResizer/examples/frame.textarea.html +4 -2
- data/assets/themes/j1/modules/iframeResizer/examples/frame.tolerance.html +4 -2
- data/assets/themes/j1/modules/iframeResizer/examples/index.html +2 -0
- data/assets/themes/j1/modules/iframeResizer/examples/two.html +4 -2
- 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 +33 -47
- data/assets/themes/j1/modules/themeSwitcher/js/switcher.min.js +410 -2
- data/assets/themes/j1/modules/util/js/domready.js +146 -0
- data/assets/themes/j1/modules/util/js/gtag-opt-in.js +1 -0
- 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 +8 -7
- data/lib/starter_web/_data/_defaults/resources.yml +11 -8
- data/lib/starter_web/_data/apps/defaults/justifiedGalleryCustomizer.yml +1 -0
- data/lib/starter_web/_data/blocks/banner.yml +30 -24
- data/lib/starter_web/_data/blocks/panel.yml +9 -7
- data/lib/starter_web/_data/builder/blog_navigator.yml +6 -1
- data/lib/starter_web/_data/j1_config.yml +22 -19
- data/lib/starter_web/_data/layouts/blog_archive.yml +9 -0
- data/lib/starter_web/_data/layouts/default.yml +17 -27
- data/lib/starter_web/_data/layouts/home.yml +6 -5
- data/lib/starter_web/_data/layouts/page.yml +1 -1
- data/lib/starter_web/_data/modules/{cookiebar.yml → cookieconsent.yml} +4 -4
- data/lib/starter_web/_data/modules/defaults/authentication.yml +1 -0
- data/lib/starter_web/_data/modules/defaults/cookieconsent.yml +135 -0
- data/lib/starter_web/_data/modules/defaults/navigator.yml +5 -2
- data/lib/starter_web/_data/modules/defaults/themer.yml +2 -1
- data/lib/starter_web/_data/modules/navigator.yml +24 -21
- data/lib/starter_web/_data/modules/navigator_menu.yml +1 -1
- data/lib/starter_web/_data/pages/builder.yml +7 -7
- data/lib/starter_web/_data/private.default.yml +119 -0
- data/lib/starter_web/_data/private.yml +6 -6
- data/lib/starter_web/_data/resources.yml +19 -15
- data/lib/starter_web/_includes/attributes.asciidoc +10 -1
- data/lib/starter_web/_plugins/lunr_index.rb +1 -1
- data/lib/starter_web/assets/images/modules/attics/christa-dodoo-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/{cookies-1920x1200-bw.jpg → cookies-1920x1200.jpg} +0 -0
- data/lib/starter_web/assets/images/modules/attics/lianhao-1920x1280.jpg +0 -0
- data/lib/starter_web/collections/posts/public/featured/_posts/0000-00-00-welcome-to-j1.adoc.erb +3 -9
- data/lib/starter_web/collections/posts/public/featured/_posts/2020-01-01-about-cookies.adoc +4 -4
- data/lib/starter_web/collections/posts/public/featured/_posts/2021-03-01-site-generators.adoc +1 -7
- data/lib/starter_web/collections/posts/public/featured/_posts/2021-03-03-about-j1.adoc +2 -7
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-01-post-test-series.adoc +0 -4
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-02-post-test-series.adoc +0 -4
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-03-post-test-series.adoc +0 -4
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-04-post-test-series.adoc +0 -4
- data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-20-minneapolis.adoc +3 -0
- data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-24-narcisse-snake-dens.adoc +3 -0
- data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-26-columbia-river.adoc +3 -0
- data/lib/starter_web/dot.gitignore +1 -1
- data/lib/starter_web/index.html +3 -3
- data/lib/starter_web/package.json +1 -1
- data/lib/starter_web/pages/public/blog/navigator/archive.html +43 -23
- data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +51 -27
- data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +48 -26
- data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +44 -12
- data/lib/starter_web/pages/public/blog/navigator/index.html +1 -1
- data/lib/starter_web/pages/public/cookieConsent.adoc +93 -0
- data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.org.asciidoc +244 -0
- data/lib/starter_web/pages/public/learn/roundtrip/400_asciidoc_extensions.adoc +2 -1
- data/lib/starter_web/pages/public/learn/where_to_go.adoc +0 -16
- data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +104 -209
- data/lib/starter_web/pages/public/panels/intro_panel/panel.adoc +6 -1
- data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
- data/lib/starter_web/utilsrv/package.json +1 -1
- metadata +25 -14
- data/assets/data/cookiebar.html +0 -285
- data/lib/starter_web/_data/modules/defaults/cookiebar.yml +0 -132
@@ -143,6 +143,7 @@ about_config:
|
|
143
143
|
defaults:
|
144
144
|
|
145
145
|
enabled: false
|
146
|
+
|
146
147
|
retries: 30 # retry to load theme list from API
|
147
148
|
saveToCookie: true
|
148
149
|
debug: false
|
@@ -151,7 +152,7 @@ defaults:
|
|
151
152
|
menu_icon_color: "#9E9E9E"
|
152
153
|
menu_icon_size: mdi-sm
|
153
154
|
cssThemeLink: bootstrapTheme
|
154
|
-
defaultCssFile: https://
|
155
|
+
defaultCssFile: https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css
|
155
156
|
bootswatchApiUrl: https://bootswatch.com/api
|
156
157
|
bootswatchApiVersion: 4
|
157
158
|
loadFromBootswatch: true
|
@@ -49,7 +49,7 @@ settings:
|
|
49
49
|
|
50
50
|
# --------------------------------------------------------------------------
|
51
51
|
# INSTANCE configuration (drawers|menus)
|
52
|
-
#
|
52
|
+
#
|
53
53
|
menus:
|
54
54
|
|
55
55
|
# ------------------------------------------------------------------------
|
@@ -59,6 +59,7 @@ settings:
|
|
59
59
|
enabled: true
|
60
60
|
|
61
61
|
xhr_container_id: navigator_nav_mmenu
|
62
|
+
xhr_data_element: menu_mmenu
|
62
63
|
xhr_data_path: /assets/data/mmenu/index.html
|
63
64
|
|
64
65
|
drawer:
|
@@ -72,6 +73,27 @@ settings:
|
|
72
73
|
button: "#mmenu-button"
|
73
74
|
button_activated: always
|
74
75
|
|
76
|
+
# ------------------------------------------------------------------------
|
77
|
+
# DRAWER TOC
|
78
|
+
#
|
79
|
+
- menu:
|
80
|
+
enabled: true
|
81
|
+
|
82
|
+
xhr_container_id: navigator_toc_mmenu
|
83
|
+
xhr_data_element: toc_mmenu
|
84
|
+
xhr_data_path: /assets/data/mmenu_toc/index.html
|
85
|
+
|
86
|
+
drawer:
|
87
|
+
position: right
|
88
|
+
|
89
|
+
content:
|
90
|
+
id: toc_mmenu
|
91
|
+
type: drawer
|
92
|
+
title: Table of Contents
|
93
|
+
theme: dark
|
94
|
+
button: "#open_mmenu_toc"
|
95
|
+
button_activated: "js-toc-content"
|
96
|
+
|
75
97
|
# ------------------------------------------------------------------------
|
76
98
|
# DRAWER Sidebar
|
77
99
|
#
|
@@ -79,6 +101,7 @@ settings:
|
|
79
101
|
enabled: false
|
80
102
|
|
81
103
|
xhr_container_id: navigator_sidebar_mmenu
|
104
|
+
xhr_data_element: sidebar_mmenu
|
82
105
|
xhr_data_path: /assets/data/mmenu_sidebar/index.html
|
83
106
|
|
84
107
|
drawer:
|
@@ -182,26 +205,6 @@ settings:
|
|
182
205
|
# href: mailto:contact@jekyll.one
|
183
206
|
# target: none
|
184
207
|
|
185
|
-
# ------------------------------------------------------------------------
|
186
|
-
# DRAWER TOC
|
187
|
-
#
|
188
|
-
- menu:
|
189
|
-
enabled: true
|
190
|
-
|
191
|
-
xhr_container_id: navigator_toc_mmenu
|
192
|
-
xhr_data_path: /assets/data/mmenu_toc/index.html
|
193
|
-
|
194
|
-
drawer:
|
195
|
-
position: right
|
196
|
-
|
197
|
-
content:
|
198
|
-
id: toc_mmenu
|
199
|
-
type: drawer
|
200
|
-
title: Table of Contents
|
201
|
-
theme: dark
|
202
|
-
button: "#open_mmenu_toc"
|
203
|
-
button_activated: "js-toc-content"
|
204
|
-
|
205
208
|
# ----------------------------------------------------------------------------
|
206
209
|
# NavQuicklinks
|
207
210
|
#
|
@@ -75,13 +75,13 @@ generators:
|
|
75
75
|
title: Mansonry grid layout of Justified Gallery
|
76
76
|
tagline:
|
77
77
|
|
78
|
-
css: [
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
78
|
+
# css: [
|
79
|
+
# {
|
80
|
+
# local: "modules/cookiebar/css/cookiebar",
|
81
|
+
# remote: "https://cdnjs.cloudflare.com/ajax/libs/jquery-cookiebar/1.0.5/jquery.cookiebar"
|
82
|
+
# }
|
83
|
+
# ]
|
84
84
|
|
85
85
|
|
86
86
|
# ------------------------------------------------------------------------------
|
87
|
-
# END config
|
87
|
+
# END config
|
@@ -0,0 +1,119 @@
|
|
1
|
+
# ------------------------------------------------------------------------------
|
2
|
+
# ~/_data/private.yml
|
3
|
+
# The private.yml file is used to set sensitive private data used by
|
4
|
+
# J1 components to configure security and authentication settings
|
5
|
+
#
|
6
|
+
# Product/Info:
|
7
|
+
# https://jekyll.one
|
8
|
+
#
|
9
|
+
# Copyright (C) 2019 Juergen Adams
|
10
|
+
#
|
11
|
+
# J1 Template is licensed under the MIT License.
|
12
|
+
# See: https://github.com/jekyll-one-org/j1_template/blob/master/LICENSE
|
13
|
+
# ------------------------------------------------------------------------------
|
14
|
+
# NOTE:
|
15
|
+
# As this file contains very confidential data, a productive private.yml
|
16
|
+
# file should ALWAYS be excluded from ANY source published to the public
|
17
|
+
# (e.g. a repo at Github)
|
18
|
+
# ------------------------------------------------------------------------------
|
19
|
+
|
20
|
+
|
21
|
+
# ==============================================================================
|
22
|
+
# GLOBAL settings
|
23
|
+
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
24
|
+
global:
|
25
|
+
|
26
|
+
# used by J1 to encrypt cookies
|
27
|
+
session_secret: <your-secret-string>
|
28
|
+
|
29
|
+
|
30
|
+
# ==============================================================================
|
31
|
+
# MODULE settings
|
32
|
+
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
33
|
+
modules:
|
34
|
+
|
35
|
+
# J1 Webhook
|
36
|
+
# NOTE:
|
37
|
+
# ----------------------------------------------------------------------------
|
38
|
+
webhook:
|
39
|
+
|
40
|
+
comment:
|
41
|
+
name: <your-config-name>
|
42
|
+
user: <your-gh-user>
|
43
|
+
repo: <your-gh-repo>
|
44
|
+
server_url: <your-gh-webhook-url>
|
45
|
+
|
46
|
+
secret: <your-gh-secret> # secret used at GH Webhooks
|
47
|
+
payload_url: <your-payload-url> # payload url (e.g channel at smee.io)
|
48
|
+
|
49
|
+
|
50
|
+
# ==============================================================================
|
51
|
+
# # J1 Utility Server
|
52
|
+
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
53
|
+
util_srv:
|
54
|
+
|
55
|
+
oauth:
|
56
|
+
|
57
|
+
# GH OAuth settings used for J1 Control Center (NetlifyCMS) for the
|
58
|
+
# external OAuth client (base_url)
|
59
|
+
# --------------------------------------------------------------------------
|
60
|
+
comment:
|
61
|
+
name: <your-config-name>
|
62
|
+
user: <your-gh-user>
|
63
|
+
user_url: <your-user-url>
|
64
|
+
strategy: members
|
65
|
+
members: all
|
66
|
+
|
67
|
+
site_url: http://localhost:41010
|
68
|
+
site_redirect_url: http://localhost:41010/auth/github/callback
|
69
|
+
client_scope: repo, user
|
70
|
+
client_id: <your-client-id>
|
71
|
+
client_secret: <your-client-secret>
|
72
|
+
|
73
|
+
|
74
|
+
# ==============================================================================
|
75
|
+
# MIDDLEWARE settings
|
76
|
+
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
77
|
+
middleware:
|
78
|
+
|
79
|
+
# OAuth settings (J1 Auth Client)
|
80
|
+
# ----------------------------------------------------------------------------
|
81
|
+
oauth:
|
82
|
+
|
83
|
+
# --------------------------------------------------------------------------
|
84
|
+
# DISQUS credentials
|
85
|
+
# ==========================================================================
|
86
|
+
disqus:
|
87
|
+
|
88
|
+
# J1 Auth client (mode APP, development system)
|
89
|
+
# ------------------------------------------------------------------------
|
90
|
+
comment:
|
91
|
+
name: <your-disqus-config-name>
|
92
|
+
user: <your-disqus-user>
|
93
|
+
|
94
|
+
client_url: http://localhost:41010
|
95
|
+
client_redirect_url: http://localhost:41010/auth/disqus/callback
|
96
|
+
client_id: <your-disqus-client-id>
|
97
|
+
client_secret: <your-disqus-client-secret>
|
98
|
+
|
99
|
+
# --------------------------------------------------------------------------
|
100
|
+
# GITHUB credentials
|
101
|
+
# ==========================================================================
|
102
|
+
github:
|
103
|
+
|
104
|
+
# J1 Auth client (mode APP, development system)
|
105
|
+
# ------------------------------------------------------------------------
|
106
|
+
comment:
|
107
|
+
name: <your-gh-config-name>
|
108
|
+
user: <your-gh-user>
|
109
|
+
org: <your-gh-org>
|
110
|
+
strategy: members
|
111
|
+
members: all
|
112
|
+
|
113
|
+
client_url: http://localhost:41010
|
114
|
+
client_redirect_url: http://localhost:41010/auth/github/callback
|
115
|
+
client_id: <your-gh-client-id>
|
116
|
+
client_secret: <your-gh-client-secret>
|
117
|
+
|
118
|
+
# ------------------------------------------------------------------------------
|
119
|
+
# END
|
@@ -64,8 +64,8 @@ util_srv:
|
|
64
64
|
strategy: members
|
65
65
|
members: all
|
66
66
|
|
67
|
-
site_url: http://localhost:
|
68
|
-
site_redirect_url: http://localhost:
|
67
|
+
site_url: http://localhost:41010
|
68
|
+
site_redirect_url: http://localhost:41010/auth/github/callback
|
69
69
|
client_scope: repo, user
|
70
70
|
client_id: <your-client-id>
|
71
71
|
client_secret: <your-client-secret>
|
@@ -91,8 +91,8 @@ middleware:
|
|
91
91
|
name: <your-disqus-config-name>
|
92
92
|
user: <your-disqus-user>
|
93
93
|
|
94
|
-
client_url: http://localhost:
|
95
|
-
client_redirect_url: http://localhost:
|
94
|
+
client_url: http://localhost:41010
|
95
|
+
client_redirect_url: http://localhost:41010/auth/disqus/callback
|
96
96
|
client_id: <your-disqus-client-id>
|
97
97
|
client_secret: <your-disqus-client-secret>
|
98
98
|
|
@@ -110,8 +110,8 @@ middleware:
|
|
110
110
|
strategy: members
|
111
111
|
members: all
|
112
112
|
|
113
|
-
client_url: http://localhost:
|
114
|
-
client_redirect_url: http://localhost:
|
113
|
+
client_url: http://localhost:41010
|
114
|
+
client_redirect_url: http://localhost:41010/auth/github/callback
|
115
115
|
client_id: <your-gh-client-id>
|
116
116
|
client_secret: <your-gh-client-secret>
|
117
117
|
|
@@ -365,6 +365,8 @@ resources:
|
|
365
365
|
modules/util/js/js.cookie.js,
|
366
366
|
modules/util/js/lite-url.js,
|
367
367
|
modules/util/js/platform.js,
|
368
|
+
modules/util/js/domready.js,
|
369
|
+
modules/util/js/gtag-opt-in.js,
|
368
370
|
adapter/js/j1.js
|
369
371
|
]
|
370
372
|
js: [
|
@@ -460,9 +462,9 @@ resources:
|
|
460
462
|
init_function: [ j1.adapter.navigator.init ]
|
461
463
|
|
462
464
|
# ----------------------------------------------------------------------------
|
463
|
-
#
|
465
|
+
# Mobile Menu (Light)
|
464
466
|
#
|
465
|
-
- name:
|
467
|
+
- name: MMenu
|
466
468
|
resource:
|
467
469
|
id: mmenu
|
468
470
|
enabled: true
|
@@ -476,8 +478,8 @@ resources:
|
|
476
478
|
pass_init_data: false
|
477
479
|
data:
|
478
480
|
css: [
|
479
|
-
modules/mmenuLight/css/mmenu,
|
480
|
-
modules/mmenuLight/css/theme/uno
|
481
|
+
modules/mmenuLight/css/mmenu-light,
|
482
|
+
modules/mmenuLight/css/theme/uno/mmenu
|
481
483
|
]
|
482
484
|
files: [
|
483
485
|
modules/mmenuLight/js/mmenu.js,
|
@@ -549,13 +551,13 @@ resources:
|
|
549
551
|
init_function: [ j1.adapter.back2top.init ]
|
550
552
|
|
551
553
|
# ----------------------------------------------------------------------------
|
552
|
-
#
|
554
|
+
# GDPR compatible Cookie Consent for J1 Template
|
553
555
|
#
|
554
|
-
- name:
|
556
|
+
- name: J1 CookieConsent
|
555
557
|
resource:
|
556
|
-
id:
|
558
|
+
id: cookieConsent
|
557
559
|
enabled: true
|
558
|
-
comment: module
|
560
|
+
comment: module cookieConsent
|
559
561
|
region: head
|
560
562
|
layout: [ all ]
|
561
563
|
required: always
|
@@ -565,9 +567,9 @@ resources:
|
|
565
567
|
pass_init_data: false
|
566
568
|
data:
|
567
569
|
css: []
|
568
|
-
files: [ adapter/js/
|
569
|
-
js: []
|
570
|
-
init_function: [ j1.adapter.
|
570
|
+
files: [ adapter/js/cookieConsent.js ]
|
571
|
+
js: [ modules/cookieConsent/js/cookieConsent ]
|
572
|
+
init_function: [ j1.adapter.cookieConsent.init ]
|
571
573
|
|
572
574
|
# ----------------------------------------------------------------------------
|
573
575
|
# jqMouseWheel, jQuery plugin to add cross-browser mouse wheel support
|
@@ -676,7 +678,7 @@ resources:
|
|
676
678
|
dependencies: false
|
677
679
|
pass_init_data: false
|
678
680
|
data:
|
679
|
-
css: [ modules/rtable/css/theme/uno ]
|
681
|
+
css: [ modules/rtable/css/theme/uno/rtable ]
|
680
682
|
files: [ adapter/js/rtable.js ]
|
681
683
|
js: [ modules/rtable/js/rtable ]
|
682
684
|
init_function: [ j1.adapter.rtable.init ]
|
@@ -1170,16 +1172,18 @@ resources:
|
|
1170
1172
|
enabled: true
|
1171
1173
|
comment: Floating Button Menu
|
1172
1174
|
region: head
|
1173
|
-
layout: [
|
1175
|
+
layout: [ # TODO: check if FAM makes sense for layout app
|
1176
|
+
home, page, post, collection,
|
1177
|
+
blog_archive
|
1178
|
+
]
|
1174
1179
|
required: always
|
1175
1180
|
preload: false # property currently unused
|
1176
1181
|
script_load: sync
|
1177
1182
|
dependencies: false
|
1178
1183
|
pass_init_data: true
|
1179
1184
|
data:
|
1180
|
-
css: []
|
1185
|
+
css: [ modules/fam/css/theme/uno/fam ] # styles for (J1) theme Uno]
|
1181
1186
|
files: [
|
1182
|
-
modules/fam/css/uno/fam.css, # styles for (J1) theme Uno
|
1183
1187
|
# modules/cash/js/cash.js, # current version|s of Cash NOT usable
|
1184
1188
|
modules/materialize/js/cash.js, # adapted|old (1.3.5) version from Materialize
|
1185
1189
|
modules/fam/js/fam.js, # modified version for J1 (former: button.js)
|
@@ -113,6 +113,9 @@ tag::urls[]
|
|
113
113
|
|
114
114
|
:url-execjs--gh-repo: https://github.com/rails/execjs
|
115
115
|
|
116
|
+
:url-facebook--privacy-policy-en: https://www.facebook.com/policy.php
|
117
|
+
:url-facebook--privacy-policy-de: https://de-de.facebook.com/policy.php
|
118
|
+
|
116
119
|
:url-filamentgroup--home: https://www.filamentgroup.com/
|
117
120
|
|
118
121
|
:url-fontawesome--home: https://fontawesome.com/
|
@@ -137,6 +140,8 @@ tag::urls[]
|
|
137
140
|
:url-gdpr-eu--home: https://gdpr.eu/
|
138
141
|
|
139
142
|
:url-google-material-design-icons--gh-repo: https://github.com/google/material-design-icons
|
143
|
+
:url-google--deactivate-ga-en: http://tools.google.com/dlpage/gaoptout?hl=en
|
144
|
+
:url-google--privacy-policy-en: https://www.google.de/intl/en/policies/privacy
|
140
145
|
|
141
146
|
:url-heroku--home: https://www.heroku.com/home
|
142
147
|
|
@@ -145,6 +150,8 @@ tag::urls[]
|
|
145
150
|
:url-iconify--medical-icons: https://iconify.design/icon-sets/medical-icon/
|
146
151
|
:url-iconify--brand-icons: https://iconify.design/icon-sets/logos/
|
147
152
|
|
153
|
+
:url-instagram--privacy-policy: http://instagram.com/about/legal/privacy/
|
154
|
+
|
148
155
|
:url-iframe-resizer--gh-repo: https://github.com/davidjbradshaw/iframe-resizer
|
149
156
|
|
150
157
|
:url-j1--home: https://jekyll.one/
|
@@ -304,6 +311,8 @@ tag::urls[]
|
|
304
311
|
|
305
312
|
:url-twitter-emoji--gh-repo: https://github.com/twitter/twemoji
|
306
313
|
:url-twitter-emoji-picker--gh-repo: https://github.com/xLs51/Twemoji-Picker
|
314
|
+
:url-twitter--privacy-en: https://twitter.com/en/privacy
|
315
|
+
:url-twitter--login: https://twitter.com/login
|
307
316
|
|
308
317
|
:url-uglifier--gh-repo: https://github.com/lautis/uglifier
|
309
318
|
|
@@ -403,7 +412,7 @@ end::tables[]
|
|
403
412
|
// -----------------------------------------------------------------------------
|
404
413
|
tag::products[]
|
405
414
|
:j1--license: MIT License
|
406
|
-
:j1--version: 2021.1.
|
415
|
+
:j1--version: 2021.1.6
|
407
416
|
:j1--site-name: Jekyll One
|
408
417
|
end::products[]
|
409
418
|
|
data/lib/starter_web/assets/images/modules/attics/{cookies-1920x1200-bw.jpg → cookies-1920x1200.jpg}
RENAMED
File without changes
|
Binary file
|
data/lib/starter_web/collections/posts/public/featured/_posts/0000-00-00-welcome-to-j1.adoc.erb
CHANGED
@@ -1,19 +1,13 @@
|
|
1
1
|
---
|
2
2
|
title: Welcome
|
3
3
|
tagline: jekyll for everyone
|
4
|
-
#date: <%= Time.now.strftime('%Y-%m-%d') %> 00:00:00 +
|
4
|
+
#date: <%= Time.now.strftime('%Y-%m-%d') %> 00:00:00 +0100
|
5
5
|
|
6
|
-
categories: [ Featured ]
|
7
|
-
tags: [
|
6
|
+
categories: [ Featured, Post ]
|
7
|
+
tags: [ J1, Jekyll ]
|
8
8
|
|
9
|
-
series: false
|
10
9
|
image: /assets/images/modules/attics/katie-moum-1920x1280.jpg
|
11
10
|
|
12
|
-
adsense: false
|
13
|
-
comments: false
|
14
|
-
advertising: false
|
15
|
-
toc: true
|
16
|
-
|
17
11
|
regenerate: false
|
18
12
|
resources: []
|
19
13
|
resource_options:
|