j1-template 2021.1.2 → 2021.1.7
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 +7 -15
- data/_includes/themes/j1/modules/connectors/analytic/google-analytics.html +9 -5
- data/_includes/themes/j1/modules/navigator/generator.html +2 -2
- data/_includes/themes/j1/modules/navigator/procedures/topsearch.proc +2 -2
- data/_includes/themes/j1/procedures/posts/collate_timeline.proc +8 -7
- 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 +11 -10
- 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 +160 -151
- 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.1.js +896 -0
- data/assets/themes/j1/adapter/js/navigator.2.js +928 -0
- data/assets/themes/j1/adapter/js/navigator.js +176 -209
- 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/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 +3859 -187
- 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 +6 -5
- 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 +5 -3
- data/lib/starter_web/_data/blocks/panel.yml +9 -7
- data/lib/starter_web/_data/builder/blog_navigator.yml +1 -0
- data/lib/starter_web/_data/j1_config.yml +20 -17
- data/lib/starter_web/_data/layouts/default.yml +1 -1
- 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/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 +15 -14
- 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/{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 -3
- 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/dot.gitignore +1 -1
- data/lib/starter_web/index.html +1 -1
- data/lib/starter_web/package.json +1 -1
- data/lib/starter_web/pages/public/blog/navigator/archive.html +4 -3
- data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +14 -8
- data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +11 -8
- data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +6 -5
- data/lib/starter_web/pages/public/cookieConsent.adoc +93 -0
- data/lib/starter_web/pages/public/learn/roundtrip/400_asciidoc_extensions.adoc +2 -1
- 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 +26 -15
- data/_includes/themes/j1/modules/navigator/generator.org.html +0 -232
- data/assets/data/cookiebar.html +0 -285
- data/lib/starter_web/_data/modules/defaults/cookiebar.yml +0 -132
@@ -173,7 +173,7 @@ lanes:
|
|
173
173
|
id: home_teaser_banner
|
174
174
|
region: body-main
|
175
175
|
type: async
|
176
|
-
properties:
|
176
|
+
properties: elevated-z0
|
177
177
|
|
178
178
|
# ----------------------------------------------------------------------------
|
179
179
|
# DIVIDER banner
|
@@ -193,7 +193,7 @@ lanes:
|
|
193
193
|
id: home_intro_panel
|
194
194
|
region: body-main
|
195
195
|
type: async
|
196
|
-
properties:
|
196
|
+
properties: elevated-z2
|
197
197
|
|
198
198
|
# ----------------------------------------------------------------------------
|
199
199
|
# PARALLAX banner
|
@@ -203,7 +203,7 @@ lanes:
|
|
203
203
|
id: home_parallax_banner
|
204
204
|
region: body-main
|
205
205
|
type: async
|
206
|
-
properties:
|
206
|
+
properties: elevated-z0
|
207
207
|
|
208
208
|
# ----------------------------------------------------------------------------
|
209
209
|
# IMAGE banner
|
@@ -223,7 +223,7 @@ lanes:
|
|
223
223
|
id: home_service_panel
|
224
224
|
region: body-main
|
225
225
|
type: async
|
226
|
-
properties: mt-
|
226
|
+
properties: mt-5 mr-5 mb-4 ml-3
|
227
227
|
|
228
228
|
# ----------------------------------------------------------------------------
|
229
229
|
# DIVIDER banner
|
@@ -243,7 +243,7 @@ lanes:
|
|
243
243
|
id: home_news_panel
|
244
244
|
region: body-main
|
245
245
|
type: async
|
246
|
-
properties:
|
246
|
+
properties: elevated-z2
|
247
247
|
|
248
248
|
# ----------------------------------------------------------------------------
|
249
249
|
# FAM
|
@@ -253,6 +253,7 @@ lanes:
|
|
253
253
|
id: fam-container
|
254
254
|
region: body-main
|
255
255
|
type: async
|
256
|
+
properties: elevated-z0
|
256
257
|
|
257
258
|
# ------------------------------------------------------------------------------
|
258
259
|
# END config
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# ------------------------------------------------------------------------------
|
2
|
-
# ~/_data/modules/
|
3
|
-
# User configuration settings for J1
|
2
|
+
# ~/_data/modules/j1_cookieconsent.yml
|
3
|
+
# User configuration settings for J1 Cookie Consent module
|
4
4
|
#
|
5
5
|
# Product/Info:
|
6
6
|
# https://jekyll.one
|
@@ -16,9 +16,9 @@
|
|
16
16
|
#
|
17
17
|
description:
|
18
18
|
|
19
|
-
title:
|
19
|
+
title: CookieConsent
|
20
20
|
scope: User settings
|
21
|
-
location: _data/modules/
|
21
|
+
location: _data/modules/cookieconsent.yml
|
22
22
|
|
23
23
|
# ------------------------------------------------------------------------------
|
24
24
|
# User configuration settings
|
@@ -0,0 +1,135 @@
|
|
1
|
+
# ------------------------------------------------------------------------------
|
2
|
+
# ~/_data/modules/defaults/cookieconsent.yml
|
3
|
+
# Default configuration settings for J1 Cookie Consent module
|
4
|
+
#
|
5
|
+
# Product/Info:
|
6
|
+
# https://jekyll.one
|
7
|
+
#
|
8
|
+
# Copyright (C) 2021 Juergen Adams
|
9
|
+
#
|
10
|
+
# J1 Template is licensed under the MIT License.
|
11
|
+
# See: https://github.com/jekyll-one/J1 Template/blob/master/LICENSE
|
12
|
+
# ------------------------------------------------------------------------------
|
13
|
+
|
14
|
+
# ------------------------------------------------------------------------------
|
15
|
+
# About this configuration (used for J1 CC only)
|
16
|
+
#
|
17
|
+
about_config:
|
18
|
+
title: CookieConsent
|
19
|
+
scope: Default settings
|
20
|
+
location: _data/modules/defaults/cookieconsent.yml
|
21
|
+
|
22
|
+
# ------------------------------------------------------------------------------
|
23
|
+
# Default settings
|
24
|
+
#
|
25
|
+
defaults:
|
26
|
+
|
27
|
+
enabled: false
|
28
|
+
|
29
|
+
autoShowDialog: true # disable autoShowModal on the privacy policy and legal notice pages, to make these pages readable
|
30
|
+
language: en # the language, in which the modal is shown. Default navigator.language
|
31
|
+
languages: [en, de] # supported languages, defaults to first language in array (en)
|
32
|
+
contentURL: /assets/data/cookieconsent # this URL must contain the dialogs content in the needed languages
|
33
|
+
cookieName: j1.user.consent # the name of the cookie in which the configuration is stored as JSON
|
34
|
+
cookieStorageDays: 365 # the duration the cookie configuration is stored on the client
|
35
|
+
|
36
|
+
reloadPageOnChange: false # reload current page if any user settings has been changed
|
37
|
+
xhr_data_element: consent-data # container for the language-specific consent modal taken from /assets/data/cookieconsent.html
|
38
|
+
whitelisted: [ "/pages/public/legal/en/privacy" ] # pages no consent issued
|
39
|
+
|
40
|
+
consent_modal_title:
|
41
|
+
de: Ihre Privatsphäre
|
42
|
+
en: Your Privacy
|
43
|
+
|
44
|
+
body_text:
|
45
|
+
en: >
|
46
|
+
This website is using cookies and similar technologies that
|
47
|
+
are required for operation. You are free to decide to give,
|
48
|
+
refuse or withdraw your consent at any time by clicking
|
49
|
+
the <code>My Settings</code> button. Subsequent changes are
|
50
|
+
possible at any time by clicking on the <code>cookie icon</code>
|
51
|
+
in the menu bar.
|
52
|
+
<br><br>
|
53
|
+
Extended cookies are only used with your consent. Additional
|
54
|
+
cookies are used to analyze the usage of this website.
|
55
|
+
Analysis of the use of this website help gives you a better
|
56
|
+
user experience of the website to offer. More information
|
57
|
+
about what data is collected and how they may be passed on
|
58
|
+
to partners can be found in the <code>Privacy Policy</code>.
|
59
|
+
<br><br>
|
60
|
+
Visiting this website, you consent to the use of by clicking the
|
61
|
+
<code>I agree</code> button.
|
62
|
+
de: >
|
63
|
+
Diese Website nutzt Cookies und ähnliche Technologien, die
|
64
|
+
zum Betrieb erforderlich sind. Es steht Ihnen frei, Ihre
|
65
|
+
Zustimmung jederzeit zu geben, zu verweigern oder zurückzuziehen,
|
66
|
+
indem Sie auf die Schaltfläche <code>Meine Einstellungen</code>
|
67
|
+
klicken. Nachträgliche Änderungen sind jederzeit möglich, indem Sie
|
68
|
+
auf das <code>Cookie-Icon</code> in der Menüleiste klicken.
|
69
|
+
<br><br>
|
70
|
+
Erweiterte Cookies werden nur mit Ihrer Zustimmung verwendet.
|
71
|
+
Zusätzliche Cookies werden eingesetzt, um Analysen der Nutzung
|
72
|
+
dieser Website durchzuführen. Analysen der Nutzung dieser Website
|
73
|
+
helfen dabei, Ihnen ein besseres Nutzungserlebnis der Website
|
74
|
+
zu bieten. Weitere Informationen welche Daten gesammelt und
|
75
|
+
wie sie ggf. an Partner weitergegeben werden finden Sie in der
|
76
|
+
<code>Datenschutzerklärung</code>.
|
77
|
+
<br><br>
|
78
|
+
Für den Besuch dieser Webseite stimmen Sie der Verwendung zu,
|
79
|
+
indem Sie auf die Schaltfläche <code>Einverstanden</code> klicken.
|
80
|
+
|
81
|
+
privacy_notice:
|
82
|
+
en: >
|
83
|
+
The operators of this website take the protection of your personal data
|
84
|
+
seriously. We treat your data confidential and comply with the
|
85
|
+
General Data Protection Regulation (GDPR) of the European Union to
|
86
|
+
protect your privacy.
|
87
|
+
A small set of data is stored in persistent cookies, e.g. what data
|
88
|
+
you agree to be stored in cookies. Persistent cookies have a lifespan
|
89
|
+
of 365 days (a year). We and our partners make use of persistent cookies.
|
90
|
+
Those additional cookies are only used with your consent.
|
91
|
+
<br><br>
|
92
|
+
<code>Necessary</code> data is stored to run base services of this site.
|
93
|
+
This website is based on static content, and no database is used behind it.
|
94
|
+
All information (data) needed to control this site is stored in
|
95
|
+
so-called session cookies. Session cookies are automatically removed by your
|
96
|
+
browser if you close all windows.
|
97
|
+
<br><br>
|
98
|
+
<code>Analysis</code> of the use of this website helps us to optimize your
|
99
|
+
user experience of the website. For analysis, Google Analytics (GA) is used.
|
100
|
+
This website does <b>not</b> transfer any personal data to GA. Implicit
|
101
|
+
personal information, like IP addresses, is anonymized to protect your privacy.
|
102
|
+
<br><br>
|
103
|
+
<code>Personalization</code> is used e.g. to collect user feedback or running
|
104
|
+
advertising campaigns to provide you a website free of charge. Partners like
|
105
|
+
Disqus or Google enables us to provide you excellent personalized services and
|
106
|
+
enables us to finance the costs for running this site.
|
107
|
+
de: >
|
108
|
+
Die Betreiber dieser Website nehmen den Schutz Ihrer persönlichen Daten ernst.
|
109
|
+
Wir behandeln Ihre Daten vertraulich und halten uns zum Schutz Ihrer Privatsphäre
|
110
|
+
an die Datenschutz-Grundverordnung (DSGVO) der Europäischen Union. In persistenten
|
111
|
+
Cookies wird ein kleiner Datensatz gespeichert, z.B. mit welchen Daten Sie
|
112
|
+
einverstanden sind, in Cookies gespeichert zu werden. Dauerhafte Cookies haben
|
113
|
+
eine Lebensdauer von 365 Tagen (ein Jahr). Wir und unsere Partner verwenden
|
114
|
+
dauerhafte Cookies. Diese zusätzlichen Cookies werden nur mit Ihrer Zustimmung
|
115
|
+
verwendet.
|
116
|
+
<br><br>
|
117
|
+
<code>Notwendige</code> Daten werden gespeichert, um Basisdienste dieser Site zu
|
118
|
+
betreiben. Diese Website basiert auf statischen Inhalten und es wird keine
|
119
|
+
Datenbank dahinter verwendet. Alle Informationen (Daten), die zur Steuerung dieser
|
120
|
+
Seite benötigt werden, werden in sogenannten Session-Cookies gespeichert. Sitzungscookies
|
121
|
+
werden von Ihrem Browser automatisch entfernt, wenn Sie alle Fenster schließen.
|
122
|
+
<br><br>
|
123
|
+
<code>Analysen</code> der Nutzung dieser Website hilft uns, Ihr Nutzungserlebnis der
|
124
|
+
Website zu optimieren. Zur Analyse wird Google Analytics (GA) verwendet. Diese Website
|
125
|
+
übermittelt keine personenbezogenen Daten an GA. Implizite personenbezogene Daten wie
|
126
|
+
IP-Adressen werden zum Schutz Ihrer Privatsphäre anonymisiert.
|
127
|
+
<br><br>
|
128
|
+
<code>Personalisierung</code> wird z.B. um Benutzerfeedback zu sammeln oder
|
129
|
+
Werbekampagnen durchzuführen, um Ihnen eine Website kostenlos zur Verfügung zu
|
130
|
+
stellen. Partner wie Disqus oder Google ermöglichen es uns, Ihnen exzellente
|
131
|
+
personalisierte Dienste anzubieten und die Kosten für den Betrieb dieser Website
|
132
|
+
zu finanzieren.
|
133
|
+
|
134
|
+
# ------------------------------------------------------------------------------
|
135
|
+
# END config
|
@@ -73,7 +73,7 @@ defaults:
|
|
73
73
|
nav_bar:
|
74
74
|
enabled: false
|
75
75
|
|
76
|
-
|
76
|
+
# xhr_container_id: navigator_nav_navbar
|
77
77
|
|
78
78
|
media_breakpoint: lg
|
79
79
|
brand_position: right # left|right
|
@@ -116,6 +116,7 @@ defaults:
|
|
116
116
|
enabled: false
|
117
117
|
|
118
118
|
xhr_container_id: navigator_nav_menu
|
119
|
+
xhr_data_element: desktop_menu
|
119
120
|
xhr_data_path: /assets/data/menu/index.html
|
120
121
|
|
121
122
|
raised_level: 5 # level
|
@@ -154,6 +155,7 @@ defaults:
|
|
154
155
|
enabled: false
|
155
156
|
|
156
157
|
xhr_container_id: navigator_nav_quicklinks
|
158
|
+
xhr_data_element: quicklinks
|
157
159
|
xhr_data_path: /assets/data/quicklinks/index.html
|
158
160
|
|
159
161
|
icon_family: MDI
|
@@ -194,7 +196,8 @@ defaults:
|
|
194
196
|
nav_topsearch:
|
195
197
|
enabled: false
|
196
198
|
|
197
|
-
|
199
|
+
container_id: navigator_nav_topsearch
|
200
|
+
|
198
201
|
type: quicksearch
|
199
202
|
icon_family: MDI
|
200
203
|
icon_color: "#FFFFFF" # md-white
|
@@ -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
|