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.
Files changed (125) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/layouts/layout_metadata_generator.html +23 -9
  3. data/_includes/themes/j1/modules/connectors/ad/google-adsense.html +1 -1
  4. data/_includes/themes/j1/modules/connectors/ads +3 -5
  5. data/_includes/themes/j1/modules/connectors/analytic/google-analytics.html +9 -5
  6. data/_includes/themes/j1/modules/connectors/analytics +4 -2
  7. data/_includes/themes/j1/modules/connectors/comments +7 -6
  8. data/_includes/themes/j1/modules/connectors/translator +3 -4
  9. data/_includes/themes/j1/modules/navigator/generator.html +4 -40
  10. data/_includes/themes/j1/modules/navigator/procedures/topsearch.proc +2 -2
  11. data/_includes/themes/j1/procedures/global/create_bs_button.proc +64 -22
  12. data/_includes/themes/j1/procedures/posts/collate_timeline.proc +14 -10
  13. data/_layouts/default.html +4 -7
  14. data/assets/data/authclient.html +231 -229
  15. data/assets/data/banner.html +30 -32
  16. data/assets/data/cookieconsent.html +249 -0
  17. data/assets/data/fam.html +1 -1
  18. data/assets/data/footer.html +1 -1
  19. data/assets/data/gallery_customizer.html +10 -5
  20. data/assets/data/menu.html +3 -3
  21. data/assets/data/mmenu.html +4 -3
  22. data/assets/data/mmenu_sidebar.html +1 -1
  23. data/assets/data/mmenu_toc.html +1 -1
  24. data/assets/data/panel.html +20 -16
  25. data/assets/data/quicklinks.html +20 -18
  26. data/assets/data/themes.json +6 -6
  27. data/assets/themes/j1/adapter/js/{cookiebar.js → cookieConsent.js} +129 -55
  28. data/assets/themes/j1/adapter/js/j1.js +147 -145
  29. data/assets/themes/j1/adapter/js/justifiedGalleryCustomizer.js +3 -2
  30. data/assets/themes/j1/adapter/js/mmenu.js +8 -4
  31. data/assets/themes/j1/adapter/js/navigator.js +77 -22
  32. data/assets/themes/j1/adapter/js/themer.js +37 -29
  33. data/assets/themes/j1/adapter/js/toccer.js +4 -45
  34. data/assets/themes/j1/core/css/themes/uno-dark/bootstrap.css +17 -14
  35. data/assets/themes/j1/core/css/themes/uno-dark/bootstrap.min.css +1 -1
  36. data/assets/themes/j1/core/css/themes/uno-light/bootstrap.css +3960 -240
  37. data/assets/themes/j1/core/css/themes/uno-light/bootstrap.min.css +1 -1
  38. data/assets/themes/j1/core/js/template.js +3 -9
  39. data/assets/themes/j1/core/js/template.js.map +1 -1
  40. data/assets/themes/j1/core/js/template.min.js +3 -9
  41. data/assets/themes/j1/core/js/template.min.js.map +1 -1
  42. data/assets/themes/j1/modules/cookieConsent/LICENSE +21 -0
  43. data/assets/themes/j1/modules/cookieConsent/js/cookieConsent.js +286 -0
  44. data/assets/themes/j1/modules/cookieConsent/js/cookieConsent.min.js +28 -0
  45. data/assets/themes/j1/modules/fam/css/{uno → theme/uno}/fam.css +0 -0
  46. data/assets/themes/j1/modules/fam/css/theme/uno/fam.min.css +15 -0
  47. data/assets/themes/j1/modules/fam/js/fam.js +1 -6
  48. data/assets/themes/j1/modules/iframeResizer/examples/frame.absolute.html +4 -2
  49. data/assets/themes/j1/modules/iframeResizer/examples/frame.content.html +4 -3
  50. data/assets/themes/j1/modules/iframeResizer/examples/frame.hover.html +4 -2
  51. data/assets/themes/j1/modules/iframeResizer/examples/frame.nested.html +4 -2
  52. data/assets/themes/j1/modules/iframeResizer/examples/frame.textarea.html +4 -2
  53. data/assets/themes/j1/modules/iframeResizer/examples/frame.tolerance.html +4 -2
  54. data/assets/themes/j1/modules/iframeResizer/examples/index.html +2 -0
  55. data/assets/themes/j1/modules/iframeResizer/examples/two.html +4 -2
  56. data/assets/themes/j1/modules/mmenuLight/css/{mmenu.css → mmenu-light.css} +0 -0
  57. data/assets/themes/j1/modules/mmenuLight/css/{mmenu.min.css → mmenu-light.min.css} +0 -0
  58. data/assets/themes/j1/modules/mmenuLight/css/theme/{uno.css → uno/mmenu.css} +0 -0
  59. data/assets/themes/j1/modules/mmenuLight/css/theme/{uno.min.css → uno/mmenu.min.css} +0 -0
  60. data/assets/themes/j1/modules/rtable/css/theme/{uno.css → uno/rtable.css} +0 -0
  61. data/assets/themes/j1/modules/rtable/css/theme/{uno.min.css → uno/rtable.min.css} +0 -0
  62. data/assets/themes/j1/modules/themeSwitcher/js/switcher.js +33 -47
  63. data/assets/themes/j1/modules/themeSwitcher/js/switcher.min.js +410 -2
  64. data/assets/themes/j1/modules/util/js/domready.js +146 -0
  65. data/assets/themes/j1/modules/util/js/gtag-opt-in.js +1 -0
  66. data/lib/j1/version.rb +1 -1
  67. data/lib/j1_app/j1_auth_manager/auth_manager.rb +2 -3
  68. data/lib/starter_web/Gemfile +1 -1
  69. data/lib/starter_web/_config.yml +8 -7
  70. data/lib/starter_web/_data/_defaults/resources.yml +11 -8
  71. data/lib/starter_web/_data/apps/defaults/justifiedGalleryCustomizer.yml +1 -0
  72. data/lib/starter_web/_data/blocks/banner.yml +30 -24
  73. data/lib/starter_web/_data/blocks/panel.yml +9 -7
  74. data/lib/starter_web/_data/builder/blog_navigator.yml +6 -1
  75. data/lib/starter_web/_data/j1_config.yml +22 -19
  76. data/lib/starter_web/_data/layouts/blog_archive.yml +9 -0
  77. data/lib/starter_web/_data/layouts/default.yml +17 -27
  78. data/lib/starter_web/_data/layouts/home.yml +6 -5
  79. data/lib/starter_web/_data/layouts/page.yml +1 -1
  80. data/lib/starter_web/_data/modules/{cookiebar.yml → cookieconsent.yml} +4 -4
  81. data/lib/starter_web/_data/modules/defaults/authentication.yml +1 -0
  82. data/lib/starter_web/_data/modules/defaults/cookieconsent.yml +135 -0
  83. data/lib/starter_web/_data/modules/defaults/navigator.yml +5 -2
  84. data/lib/starter_web/_data/modules/defaults/themer.yml +2 -1
  85. data/lib/starter_web/_data/modules/navigator.yml +24 -21
  86. data/lib/starter_web/_data/modules/navigator_menu.yml +1 -1
  87. data/lib/starter_web/_data/pages/builder.yml +7 -7
  88. data/lib/starter_web/_data/private.default.yml +119 -0
  89. data/lib/starter_web/_data/private.yml +6 -6
  90. data/lib/starter_web/_data/resources.yml +19 -15
  91. data/lib/starter_web/_includes/attributes.asciidoc +10 -1
  92. data/lib/starter_web/_plugins/lunr_index.rb +1 -1
  93. data/lib/starter_web/assets/images/modules/attics/christa-dodoo-1920x1280.jpg +0 -0
  94. data/lib/starter_web/assets/images/modules/attics/{cookies-1920x1200-bw.jpg → cookies-1920x1200.jpg} +0 -0
  95. data/lib/starter_web/assets/images/modules/attics/lianhao-1920x1280.jpg +0 -0
  96. data/lib/starter_web/collections/posts/public/featured/_posts/0000-00-00-welcome-to-j1.adoc.erb +3 -9
  97. data/lib/starter_web/collections/posts/public/featured/_posts/2020-01-01-about-cookies.adoc +4 -4
  98. data/lib/starter_web/collections/posts/public/featured/_posts/2021-03-01-site-generators.adoc +1 -7
  99. data/lib/starter_web/collections/posts/public/featured/_posts/2021-03-03-about-j1.adoc +2 -7
  100. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-01-post-test-series.adoc +0 -4
  101. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-02-post-test-series.adoc +0 -4
  102. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-03-post-test-series.adoc +0 -4
  103. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-04-post-test-series.adoc +0 -4
  104. data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-20-minneapolis.adoc +3 -0
  105. data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-24-narcisse-snake-dens.adoc +3 -0
  106. data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-26-columbia-river.adoc +3 -0
  107. data/lib/starter_web/dot.gitignore +1 -1
  108. data/lib/starter_web/index.html +3 -3
  109. data/lib/starter_web/package.json +1 -1
  110. data/lib/starter_web/pages/public/blog/navigator/archive.html +43 -23
  111. data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +51 -27
  112. data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +48 -26
  113. data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +44 -12
  114. data/lib/starter_web/pages/public/blog/navigator/index.html +1 -1
  115. data/lib/starter_web/pages/public/cookieConsent.adoc +93 -0
  116. data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.org.asciidoc +244 -0
  117. data/lib/starter_web/pages/public/learn/roundtrip/400_asciidoc_extensions.adoc +2 -1
  118. data/lib/starter_web/pages/public/learn/where_to_go.adoc +0 -16
  119. data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +104 -209
  120. data/lib/starter_web/pages/public/panels/intro_panel/panel.adoc +6 -1
  121. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  122. data/lib/starter_web/utilsrv/package.json +1 -1
  123. metadata +25 -14
  124. data/assets/data/cookiebar.html +0 -285
  125. 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://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css
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
  #
@@ -29,7 +29,7 @@
29
29
  # Roundtrip
30
30
  #
31
31
  - title: Roundtrip
32
- icon: wallet-travel
32
+ icon: briefcase-search-outline
33
33
  dropdown:
34
34
 
35
35
  - title: Present images
@@ -75,13 +75,13 @@ generators:
75
75
  title: Mansonry grid layout of Justified Gallery
76
76
  tagline:
77
77
 
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
- ]
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:40010
68
- site_redirect_url: http://localhost:40010/auth/github/callback
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:40010
95
- client_redirect_url: http://localhost:40010/auth/disqus/callback
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:40010
114
- client_redirect_url: http://localhost:40010/auth/github/callback
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
- # MMenu Light
465
+ # Mobile Menu (Light)
464
466
  #
465
- - name: Mobile Menu
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
- # CookieBar
554
+ # GDPR compatible Cookie Consent for J1 Template
553
555
  #
554
- - name: CookieBar
556
+ - name: J1 CookieConsent
555
557
  resource:
556
- id: cookiebar
558
+ id: cookieConsent
557
559
  enabled: true
558
- comment: module cookiebar
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/cookiebar.js ]
569
- js: []
570
- init_function: [ j1.adapter.cookiebar.init ]
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: [ home, page, post, collection ] # TODO: check if FAM makes sense for layout app
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.1
415
+ :j1--version: 2021.1.6
407
416
  :j1--site-name: Jekyll One
408
417
  end::products[]
409
418
 
@@ -360,6 +360,6 @@ end
360
360
 
361
361
  module Jekyll
362
362
  module J1LunrSearch
363
- VERSION = '2021.1.1'
363
+ VERSION = '2021.1.6'
364
364
  end
365
365
  end
@@ -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 +0200
4
+ #date: <%= Time.now.strftime('%Y-%m-%d') %> 00:00:00 +0100
5
5
 
6
- categories: [ Featured ]
7
- tags: [ Example, Post ]
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: