j1-template 2023.8.2 → 2023.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (55) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/layouts/content_generator_post.html +19 -49
  3. data/_includes/themes/j1/procedures/posts/collate_timeline.proc +185 -192
  4. data/_includes/themes/j1/procedures/posts/create_series_header.proc +1 -14
  5. data/_includes/themes/j1/procedures/posts/pager.proc +39 -46
  6. data/assets/themes/j1/adapter/js/speak2me.js +1 -1
  7. data/assets/themes/j1/adapter/js/translator.js +4 -2
  8. data/assets/themes/j1/core/css/themes/bootstrap/bootstrap.css +31 -26
  9. data/assets/themes/j1/core/css/themes/bootstrap/bootstrap.min.css +2 -2
  10. data/assets/themes/j1/core/css/themes/unodark/bootstrap.css +31 -26
  11. data/assets/themes/j1/core/css/themes/unodark/bootstrap.min.css +2 -2
  12. data/assets/themes/j1/core/css/themes/unolight/bootstrap.css +37 -29
  13. data/assets/themes/j1/core/css/themes/unolight/bootstrap.min.css +3 -3
  14. data/assets/themes/j1/core/js/template.js +58 -43
  15. data/assets/themes/j1/core/js/template.min.js +7 -7
  16. data/assets/themes/j1/core/js/template.min.js.map +1 -1
  17. data/lib/j1/version.rb +1 -1
  18. data/lib/starter_web/Gemfile +2 -2
  19. data/lib/starter_web/README.md +5 -5
  20. data/lib/starter_web/_config.yml +1 -1
  21. data/lib/starter_web/_data/blocks/footer.yml +6 -4
  22. data/lib/starter_web/_data/modules/defaults/blog_navigator.yml +89 -135
  23. data/lib/starter_web/_data/modules/defaults/speak2me.yml +1 -0
  24. data/lib/starter_web/_data/modules/justifiedGallery.yml +3 -3
  25. data/lib/starter_web/_data/modules/navigator_menu.yml +14 -7
  26. data/lib/starter_web/_data/templates/feed.xml +1 -1
  27. data/lib/starter_web/_plugins/index/lunr.rb +1 -1
  28. data/lib/starter_web/collections/posts/public/featured/_posts/0000-00-00-welcome-to-j1.adoc.erb +74 -70
  29. data/lib/starter_web/collections/posts/public/featured/_posts/2021-01-01-about-cookies.adoc +110 -84
  30. data/lib/starter_web/collections/posts/public/featured/_posts/2021-02-01-static-site-generators.adoc +49 -33
  31. data/lib/starter_web/collections/posts/public/featured/_posts/2022-02-01-about-j1.adoc +47 -26
  32. data/lib/starter_web/package.json +1 -1
  33. data/lib/starter_web/pages/public/blog/navigator/archive/allview.html +66 -63
  34. data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +76 -77
  35. data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +63 -64
  36. data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +79 -64
  37. data/lib/starter_web/pages/public/blog/navigator/index.html +55 -99
  38. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/themes_bootstrap.asciidoc +6 -2
  39. data/lib/starter_web/pages/public/learn/roundtrip/asciidoc_extensions.adoc +59 -35
  40. data/lib/starter_web/pages/public/learn/roundtrip/bootstrap_themes.adoc +4 -4
  41. data/lib/starter_web/pages/public/learn/roundtrip/highlghter_rouge.adoc +1 -1
  42. data/lib/starter_web/pages/public/learn/roundtrip/icon_fonts.adoc +28 -12
  43. data/lib/starter_web/pages/public/learn/roundtrip/lunr_search.adoc +12 -4
  44. data/lib/starter_web/pages/public/learn/roundtrip/modal_extentions.adoc +5 -1
  45. data/lib/starter_web/pages/public/learn/roundtrip/present_images.adoc +512 -470
  46. data/lib/starter_web/pages/public/learn/roundtrip/present_videos.adoc +20 -6
  47. data/lib/starter_web/pages/public/learn/roundtrip/responsive_tables.adoc +5 -2
  48. data/lib/starter_web/pages/public/learn/where_to_go.adoc +24 -13
  49. data/lib/starter_web/pages/public/legal/en/100_copyright.adoc +4 -1
  50. data/lib/starter_web/pages/public/legal/en/200_impress.adoc +4 -1
  51. data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +632 -595
  52. data/lib/starter_web/pages/public/legal/en/400_comment_policy.adoc +12 -3
  53. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  54. data/lib/starter_web/utilsrv/package.json +1 -1
  55. metadata +2 -2
data/lib/j1/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module J1
2
- VERSION = '2023.8.2'
2
+ VERSION = '2023.9.1'
3
3
  end
@@ -75,11 +75,11 @@ gem 'jekyll', '~> 4.0'
75
75
  # Specify the THEME GEM used for the project
76
76
 
77
77
  # Loaded from RubyGems
78
- gem 'j1-template', '~> 2023.8.0'
78
+ gem 'j1-template', '~> 2023.9.0'
79
79
 
80
80
  # Loaded from gem.fury.io
81
81
  #source 'https://gem.fury.io/jekyll-one-org/' do
82
- # gem 'j1-template', '~> 2023.8.0'
82
+ # gem 'j1-template', '~> 2023.9.0'
83
83
  #end
84
84
 
85
85
  # ------------------------------------------------------------------------------
@@ -379,7 +379,7 @@ This command creates a **initial** project in folder **my-starter**.
379
379
  2023-02-28 18:12:12 - GENERATE: Resolving dependencies...
380
380
  2023-02-28 18:12:12 - GENERATE: Using bundler 2.3.7
381
381
  ...
382
- 2023-02-28 18:12:12 - GENERATE: Using j1-template 2023.8.2
382
+ 2023-02-28 18:12:12 - GENERATE: Using j1-template 2023.9.1
383
383
  2023-02-28 18:12:12 - GENERATE: Bundle complete! 31 Gemfile dependencies, 78 gems now installed.
384
384
  2023-02-28 18:12:12 - GENERATE: Bundled gems are installed into `../../.gem`
385
385
  2023-02-28 18:12:12 - GENERATE: C:/Users/xxx/.gem/ruby/3.1.0;C:/DevTools/Ruby31-x64/lib/ruby/gems/3.1.0;
@@ -415,7 +415,7 @@ commands are available as well.
415
415
  2023-02-28 18:17:48 - SETUP: Initialize the project ...
416
416
  2023-02-28 18:17:48 - SETUP: Be patient, this will take a while ...
417
417
  2023-02-28 18:17:49 - SETUP:
418
- 2023-02-28 18:17:49 - SETUP: > j1@2023.8.2 setup C:\Users\xxx\j1-projects\my-starter
418
+ 2023-02-28 18:17:49 - SETUP: > j1@2023.9.1 setup C:\Users\xxx\j1-projects\my-starter
419
419
  2023-02-28 18:17:49 - SETUP: > npm --silent run setup-start && npm --silent run setup-base && run-s -s setup:*
420
420
  2023-02-28 18:17:49 - SETUP:
421
421
  2023-02-28 18:17:50 - SETUP: Setup project for first use ..
@@ -460,7 +460,7 @@ browser. Let's start the journey ...
460
460
  Check setup state of the J1 project ...
461
461
  2023-02-28 18:26:18 - SITE: Starting up your site ...
462
462
  2023-02-28 18:26:18 - SITE:
463
- 2023-02-28 18:26:18 - SITE: > j1@2023.8.2 j1-site C:\Users\jadams\j1-projects\my-starter
463
+ 2023-02-28 18:26:18 - SITE: > j1@2023.9.1 j1-site C:\Users\jadams\j1-projects\my-starter
464
464
  2023-02-28 18:26:18 - SITE: > run-p -s j1-site:*
465
465
  2023-02-28 18:26:18 - SITE:
466
466
  2023-02-28 18:26:20 - SITE: Startup UTILSRV ..
@@ -499,7 +499,7 @@ Check setup state of the J1 project ...
499
499
  REBUILD: Rebuild the projects website ...
500
500
  REBUILD: Be patient, this will take a while ...
501
501
  2023-02-28 18:45:09 - REBUILD:
502
- 2023-02-28 18:45:09 - REBUILD: > j1@2023.8.2 rebuild C:\Users\xxx\j1-projects\my-starter
502
+ 2023-02-28 18:45:09 - REBUILD: > j1@2023.9.1 rebuild C:\Users\xxx\j1-projects\my-starter
503
503
  2023-02-28 18:45:09 - REBUILD: > run-s -s rebuild:* && run-s -s post-rebuild:*
504
504
  2023-02-28 18:45:09 - REBUILD:
505
505
  2023-02-28 18:45:10 - REBUILD: Rebuild site incremental ..
@@ -547,7 +547,7 @@ using Lerna for all packages:
547
547
  2023-02-28 18:29:07 - RESET: Reset the project to factory state ...
548
548
  2023-02-28 18:29:07 - RESET: Be patient, this will take a while ...
549
549
  2023-02-28 18:29:08 - RESET:
550
- 2023-02-28 18:29:08 - RESET: > j1@2023.8.2 reset C:\Users\xxx\j1-projects\my-starter
550
+ 2023-02-28 18:29:08 - RESET: > j1@2023.9.1 reset C:\Users\xxx\j1-projects\my-starter
551
551
  2023-02-28 18:29:08 - RESET: > run-s -s reset:*
552
552
  2023-02-28 18:29:08 - RESET:
553
553
  2023-02-28 18:29:08 - RESET: Reset project to factory state ..
@@ -53,7 +53,7 @@ environment: development
53
53
  # ------------------------------------------------------------------------------
54
54
  # Sets the build version of the site
55
55
  #
56
- version: 2023.8.2
56
+ version: 2023.9.1
57
57
 
58
58
  # copyright
59
59
  # ------------------------------------------------------------------------------
@@ -180,10 +180,12 @@ settings:
180
180
  title_translation: notranslate
181
181
  tagline: featured template for jekyll
182
182
  text: >
183
- The Starter Web of J1 Template is a full-featured template for Jekyll to
184
- create modern dynamic websites. The template system provides a clean
185
- implementation for starting new projects. Jekyll One is open source,
186
- and all the modules included are also free to use.
183
+ The Starter Web of J1 Template is a full-featured template
184
+ for Jekyll to create modern dynamic websites. The template
185
+ system provides a clean implementation for starting new projects.
186
+ <br><br>
187
+ J1 Template is Open Source, and all the modules included are
188
+ also free to use.
187
189
 
188
190
  justify: false
189
191
 
@@ -112,7 +112,7 @@ description:
112
112
  #
113
113
  # previewer
114
114
  # ----------------------------------------------------------------------------
115
- # Set the previewer type
115
+ # Set the previewer typeview_pager
116
116
  #
117
117
  # NOTE:
118
118
  # The helper modules collate_simple.proc|collate_calendar.proc and
@@ -141,9 +141,7 @@ description:
141
141
  #
142
142
  defaults:
143
143
 
144
- # ----------------------------------------------------------------------------
145
- # Navigator options
146
- # ----------------------------------------------------------------------------
144
+ readmore_text: read
147
145
  post_image: /assets/images/modules/attics/christa-dodoo-1920x1280.jpg
148
146
  previewer: timeline
149
147
 
@@ -152,193 +150,149 @@ defaults:
152
150
  contrast: 0.8
153
151
  brightness: 0.8
154
152
 
153
+ # ----------------------------------------------------------------------------
154
+ # Pager settings
155
+ #
155
156
  button_text:
156
157
 
157
- pager:
158
- previous:
159
- en: Previous
160
- de: Vorheriger
161
- next:
162
- en: Next
163
- de: Nächster
164
- back:
165
- en: Navigator
166
- de: Navigator
167
- first:
168
- en: First
169
- de: Erster
170
- last:
171
- en: Last
172
- de: Letzter
173
-
174
- paginator:
175
- older_posts:
176
- en: Older
177
- de: Ältere
178
- newer_posts:
179
- en: Newer
180
- de: Neuere
181
- first_post:
182
- en: First
183
- de: Erste
184
- last_post:
185
- en: Last
186
- de: Letzte
158
+ view_pager:
159
+ home: Home
160
+ navigator: Navigator
161
+ category_view: Category
162
+ date_view: Date
163
+ archive_view: All
164
+ tag_view: Tag
187
165
 
188
- view_selector:
189
- category_view:
190
- en: Category
191
- de: Kategorie
192
- date_view:
193
- en: Date
194
- de: Datum
195
- archive_view:
196
- en: All
197
- de: Alle
198
- tag_view:
199
- en: Tag
200
- de: Tag
166
+ post_pager:
167
+ home: Home
168
+ back: Navigator
169
+ series: Series
170
+ previous: Previous
171
+ next: Next
172
+ first: First
173
+ last: Last
201
174
 
175
+ # ----------------------------------------------------------------------------
176
+ # Navigator View settings
177
+ #
202
178
  article_navigator:
203
- page_text:
179
+ headline:
180
+ enabled: false
181
+ text: Posts Timeline
182
+ page_description:
204
183
  enabled: true
205
-
206
- en:
207
- description: >
184
+ text: >
208
185
  <p>
209
- Navigate through all of the articles available on this site.
210
- To do this, use the various buttons obove to find the articles
186
+ Navigate through all of the articles available of this site. To do this,
187
+ use the various display pages shown in the menu above to find the articles
211
188
  that interest you.
212
189
  </p>
213
190
  <p>
214
- The <b>Category</b> button lists articles on a specific <b>topic</b>.
215
- If you are looking for articles by publication date, you can use the
216
- button <b>Date</b>. All articles in reverse order of appearance can be
217
- found by clicking the button <b>All</b>.
218
- </p>
219
-
220
- article_previewer:
221
- page_text:
222
- enabled: true
223
-
224
- en:
225
- headline: Preview
226
- description: >
227
- <p>
228
- All articles are reverse ordered by date. The current articles are
229
- displayed first. From the FAB button
230
- <a href="#" class="btn-fab-floating btn-small bg-primary">
231
- <i class="mdib mdib-plus"></i>FAB button</a>
232
- you can reach a table of contents
233
- <a href="#" class="btn-fab-floating btn-small bg-primary">
234
- <i class="mdib mdib-wrap"></i>open_mmenu_toc</a>
235
- of all available articles in this reverse order.
236
- </p>
237
- <p>
238
- To preview older posts, click the button <b>Older</b> from the Preview Bar.
239
- For newer posts, click the button <b>Newer</b> for more recent articles.
191
+ The <b>Category</b> page lists articles on a specific topic.
192
+ If you are looking for articles by publication date, you can use the view
193
+ <b>Date</b>. All articles in reverse order of appearance can be
194
+ found in the view <b>All</b>.
240
195
  </p>
241
196
 
242
197
  archive_view:
243
- page_text:
198
+ headline:
199
+ enabled: false
200
+ text: All Posts
201
+ page_description:
244
202
  enabled: true
245
-
246
- en:
247
- headline: All Posts
248
- description: >
203
+ text: >
249
204
  <p>
250
205
  Check out <b>all</b> articles in the blog posts <b>archive</b>.
251
206
  Below, find articles available this site sorted from the youngest
252
207
  to the oldest. From the FAB button <button type="button" class="btn-fab-floating
253
- btn-small bg-primary raised-z5 mr-2 ml-2" aria-label="fab-button">
254
- <i class="mdib mdib-plus"></i></button> you can reach a
208
+ btn-small bg-primary mx-1" aria-label="fab-button">
209
+ <i class="mdi mdi-plus"></i></button> you can reach a
255
210
  table of contents <button type="button" class="btn-fab-floating btn-small
256
- bg-primary raised-z5 mr-2 ml-2" aria-label="fab-button">
257
- <i class="mdib mdib-wrap"></i></button> of all available
211
+ bg-primary mx-1" aria-label="fab-button">
212
+ <i class="mdi mdi-wrap"></i></button> of all available
258
213
  articles in the same order.
259
214
  </p>
260
215
  <p>
261
216
  From the navigation bar, <b>Navigator</b> takes you back to the
262
217
  <b>main page</b> of the Navigator. Articles ordered by <b>category</b>
263
- can be found clicking the button <b>Category</b>. To list all posts
264
- in the archive by <b>date</b>, click on the button <b>Date</b>.
218
+ can be found in the view <b>Category</b>. To search for posts
219
+ in the archive by <b>date</b>, go for the view <b>Date</b>.
265
220
  </p>
266
221
 
267
222
  category_view:
268
- page_text:
223
+ headline:
224
+ enabled: false
225
+ text: Posts by Category
226
+ page_description:
269
227
  enabled: true
270
-
271
- en:
272
- headline: Posts by Category
273
- description: >
228
+ text: >
274
229
  <p>
275
- On this page you will find all articles from the <b>Archive</b>
230
+ On this page you will find all articles from the <b>archive</b>
276
231
  of the blog posts. The articles are grouped by <b>Category</b>.
277
232
  From the FAB button <button type="button" class="btn-fab-floating
278
- btn-small bg-primary raised-z5 mr-2 ml-2" aria-label="fab-button">
279
- <i class="mdib mdib-plus"></i></button> you can reach a table of
280
- contents <button type="button" class="btn-fab-floating btn-small
281
- bg-primary raised-z5 mr-2 ml-2" aria-label="fab-button">
282
- <i class="mdib mdib-wrap"></i></button> of all articles available.
233
+ btn-small bg-primary mx-1" aria-label="fab-button">
234
+ <i class="mdi mdi-plus"></i></button> you can reach a
235
+ table of contents <button type="button" class="btn-fab-floating btn-small bg-primary mx-1"
236
+ aria-label="fab-button">
237
+ <i class="mdi mdi-wrap"></i></button> of all available articles
238
+ in the same order.
283
239
  </p>
284
240
  <p>
285
- From the navigation bar, the button <b>Navigator</b> takes you back
286
- to the <b>main page</b>. To list all articles in the Archive by date,
287
- click on the button <b>Date</b>. All articles in reverse order
288
- of appearance can be listed by clicking the button <b>All</b>.
241
+ From the navigation bar, <b>Navigator</b> takes you back to the
242
+ <b>main page</b> of the Navigator. To search for articles in the
243
+ archive by date, go for the view <b>Date</b>. All articles in
244
+ reverse order of appearance can be found in the view <b>All</b>.
289
245
  </p>
290
246
 
291
247
  date_view:
292
- page_text:
248
+ headline:
249
+ enabled: false
250
+ text: Posts by Date
251
+ page_description:
293
252
  enabled: true
294
-
295
- en:
296
- headline: Posts by Date
297
- description: >
253
+ text: >
298
254
  <p>
299
255
  On this page you will find all articles from the <b>archive</b>
300
256
  of the blog posts. The articles are grouped by <b>Date</b>.
301
257
  From the FAB button <button type="button" class="btn-fab-floating
302
- btn-small bg-primary raised-z5 mr-2 ml-2" aria-label="fab-button">
303
- <i class="mdib mdib-plus"></i></button> you can reach a
304
- table of contents <button type="button" class="btn-fab-floating btn-small
305
- bg-primary raised-z5 mr-2 ml-2" aria-label="fab-button">
306
- <i class="mdib mdib-wrap"></i></button> of all available articles
258
+ btn-small bg-primary mx-1" aria-label="fab-button">
259
+ <i class="mdi mdi-plus"></i></button> you can reach a
260
+ table of contents <button type="button" class="btn-fab-floating btn-small bg-primary mx-1"
261
+ aria-label="fab-button">
262
+ <i class="mdi mdi-wrap"></i></button> of all available articles
307
263
  in the same order.
308
264
  </p>
309
265
  <p>
310
- From the navigation bar, the button <b>Navigator</b> takes you back
311
- to the <b>main page</b>. To list all articles in the archive by
312
- Category, click on the button <b>Category</b>. All articles
313
- in reverse order of appearance can be listed by clicking the button
314
- <b>All</b>.
266
+ From the navigation bar, <b>Navigator</b> takes you back to the
267
+ <b>main page</b> of the Navigator. To search for articles in the
268
+ archive by category, go for the view <b>Category</b>. All articles
269
+ in reverse order of appearance can be found in the view <b>All</b>.
315
270
  </p>
316
271
 
317
272
  tag_view:
318
- page_text:
273
+ headline:
274
+ enabled: false
275
+ text: Posts by Tag
276
+ page_description:
319
277
  enabled: true
320
-
321
- en:
322
- headline: Posts by Tag
323
- description: >
278
+ text: >
324
279
  <p>
325
280
  On this page you will find all articles from the <b>archive</b>
326
281
  of the blog posts. The articles are grouped by <b>Tag</b>.
327
282
  From the FAB button <button type="button" class="btn-fab-floating
328
- btn-small bg-primary raised-z5 mr-2 ml-2" aria-label="fab-button">
329
- <i class="mdib mdib-plus"></i></button> you can reach a
283
+ btn-small bg-primary mx-1" aria-label="fab-button">
284
+ <i class="mdi mdi-plus"></i></button> you can reach a
330
285
  table of contents <button type="button" class="btn-fab-floating btn-small
331
- bg-primary raised-z5 mr-2 ml-2" aria-label="fab-button">
332
- <i class="mdib mdib-wrap"></i></button> of all available articles
286
+ bg-primary mx-1" aria-label="fab-button">
287
+ <i class="mdi mdi-wrap"></i></button> of all available articles
333
288
  in the same order.
334
289
  </p>
335
290
  <p>
336
- From the navigation bar, the button <b>Navigator</b> takes you back
337
- ti the <b>main page</b>. To list articles in the
338
- archive by Category, click on the button <b>Category</b>. All articles
339
- in reverse order of appearance can be listed listed by clicking the button
340
- <b>All</b>.
341
- <p>
291
+ From the navigation bar, <b>Navigator</b> takes you back to the
292
+ <b>main page</b> of the Navigator. To search for articles in the
293
+ archive by category, go for the view <b>Category</b>. All articles
294
+ in reverse order of appearance can be found in the view <b>All</b>
295
+ </p>
342
296
 
343
297
  # ------------------------------------------------------------------------------
344
298
  # END config
@@ -27,6 +27,7 @@ defaults:
27
27
 
28
28
  dialogContainerID: speak2me_container
29
29
  speechSelector: main
30
+ chrome_pause_resume_cycle: 5000
30
31
 
31
32
  modal:
32
33
  title: Text-2-Speech Translation
@@ -120,7 +120,7 @@ settings:
120
120
  mode: lg-fade
121
121
  cssEasing: cubic-bezier(0.25, 0, 0.25, 1)
122
122
 
123
- # ----------------------------------------------------------------------------
123
+ # --------------------------------------------------------------------------
124
124
  # Old Times
125
125
  #
126
126
  - gallery:
@@ -144,8 +144,8 @@ settings:
144
144
  ]
145
145
  captions_lightbox: []
146
146
  gallery_options:
147
- rowHeight: 200
148
- margins: 5
147
+ rowHeight: 250
148
+ margins: 3
149
149
  lightbox_options:
150
150
  lightbox: lg
151
151
  mode: lg-fade
@@ -213,8 +213,9 @@
213
213
  dropdown:
214
214
 
215
215
  - title: Speak2Me
216
- href: /pages/public/modules/speak2me/
216
+ href: https://jekyll.one/pages/public/modules/speak2me/
217
217
  icon: speaker
218
+ target: _blank
218
219
 
219
220
  - title: Master Header
220
221
  href: https://jekyll.one/pages/public/manuals/modules/attic/
@@ -288,13 +289,15 @@
288
289
  icon: emoticon-cool-outline
289
290
  dropdown:
290
291
 
291
- - title: mdib Icons (Regular)
292
+ - title: MDI Icons (Regular)
292
293
  href: https://jekyll.one/pages/public/manuals/components/fonticons/mdi/
293
294
  icon: emoticon-cool-outline
295
+ target: _blank
294
296
 
295
- - title: mdib Icons (Light)
297
+ - title: MDI Icons (Light)
296
298
  href: https://jekyll.one/pages/public/manuals/components/fonticons/mdil/
297
299
  icon: emoticon-cool-outline
300
+ target: _blank
298
301
 
299
302
  # - title: Blocks
300
303
  # icon: page-layout-header-footer
@@ -346,6 +349,7 @@
346
349
  - title: Google Adsense
347
350
  href: https://jekyll.one/pages/public/manuals/integrations/google/adsense/
348
351
  icon: google-ads
352
+ target: _blank
349
353
 
350
354
  # --------------------------------------------------------------------------
351
355
  # J1 Plugins
@@ -378,6 +382,7 @@
378
382
  - title: Asciidoctor
379
383
  href: https://jekyll.one/pages/public/manuals/components/j1/plugins/asciidoctor/
380
384
  icon: hospital
385
+ target: _blank
381
386
 
382
387
  # - title: J1 Paginator
383
388
  # href: https://jekyll.one/pages/public/manuals/components/j1/plugins/j1_paginator/
@@ -446,19 +451,19 @@
446
451
  dropdown:
447
452
 
448
453
  - title: J1
449
- href: /pages/public/tools/cheatsheet/j1/
454
+ href: https://jekyll.one/pages/public/tools/cheatsheet/j1/
450
455
  icon: alpha-j-box-outline
451
456
  target: _blank
452
457
  - title: YAML
453
- href: /pages/public/tools/cheatsheet/yaml/
458
+ href: https://jekyll.one/pages/public/tools/cheatsheet/yaml/
454
459
  icon: alpha-y-box-outline
455
460
  target: _blank
456
461
  - title: Git
457
- href: /pages/public/tools/cheatsheet/git/
462
+ href: https://jekyll.one/pages/public/tools/cheatsheet/git/
458
463
  icon: git
459
464
  target: _blank
460
465
  - title: Gem
461
- href: /pages/public/tools/cheatsheet/gem/
466
+ href: https://jekyll.one/pages/public/tools/cheatsheet/gem/
462
467
  icon: language-ruby
463
468
  target: _blank
464
469
 
@@ -688,9 +693,11 @@
688
693
  title: Preview
689
694
  href: /pages/public/tools/previewer/current_theme/
690
695
  icon: eye
696
+
691
697
  - local_themes: enabled
692
698
  title: Jekyll One
693
699
  icon: alpha-j-box
700
+
694
701
  - bootswatch_themes: enabled
695
702
  title: Bootswatch
696
703
  icon: bootstrap
@@ -57,7 +57,7 @@
57
57
  <id>{{ page.url | absolute_url | xml_escape }}</id>
58
58
  <post_limited>{{ limit_posts }}</post_limited>
59
59
  <template_name>J1 Theme</template_name>
60
- <template_version>2023.8.2</template_version>
60
+ <template_version>2023.9.1</template_version>
61
61
 
62
62
  {% assign title = site.title | default: site.name %}
63
63
  {% if page.collection != "posts" %}
@@ -391,6 +391,6 @@ end
391
391
 
392
392
  module Jekyll
393
393
  module J1LunrSearch
394
- VERSION = '2023.8.2'
394
+ VERSION = '2023.9.1'
395
395
  end
396
396
  end