j1-template 2023.5.2 → 2023.7.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (168) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/layouts/content_generator_news_panel_posts.html +11 -9
  3. data/_includes/themes/j1/layouts/content_generator_post.html +8 -6
  4. data/_includes/themes/j1/procedures/global/create_word_cloud.proc +1 -1
  5. data/_includes/themes/j1/procedures/layouts/module_writer.proc +1 -1
  6. data/_includes/themes/j1/procedures/posts/collate_timeline.proc +4 -4
  7. data/_includes/themes/j1/procedures/posts/pager.proc +1 -1
  8. data/_layouts/_home.html +88 -0
  9. data/_layouts/home.html +1 -1
  10. data/assets/data/banner.html +7 -7
  11. data/assets/data/panel.html +37 -25
  12. data/assets/data/quicklinks.html +40 -30
  13. data/assets/data/speak2me.html +219 -0
  14. data/assets/data/translator.html +32 -4
  15. data/assets/themes/j1/adapter/js/speak2me.js +425 -0
  16. data/assets/themes/j1/adapter/js/translator.js +10 -2
  17. data/assets/themes/j1/core/css/icon-fonts/mdib.css +21 -0
  18. data/assets/themes/j1/core/css/icon-fonts/mdib.min.css +1 -1
  19. data/assets/themes/j1/core/css/themes/bootstrap/bootstrap.css +34 -40
  20. data/assets/themes/j1/core/css/themes/bootstrap/bootstrap.min.css +2 -2
  21. data/assets/themes/j1/core/css/themes/unodark/bootstrap.css +77 -57
  22. data/assets/themes/j1/core/css/themes/unodark/bootstrap.min.css +2 -2
  23. data/assets/themes/j1/core/css/themes/unolight/bootstrap.css +176 -42
  24. data/assets/themes/j1/core/css/themes/unolight/bootstrap.min.css +3 -3
  25. data/assets/themes/j1/core/js/template.js +1658 -0
  26. data/assets/themes/j1/core/js/template.min.js +11 -5
  27. data/assets/themes/j1/core/js/template.min.js.map +1 -1
  28. data/assets/themes/j1/modules/speak2me/LICENSE +21 -0
  29. data/assets/themes/j1/modules/speak2me/js/speak2me.js +947 -0
  30. data/assets/themes/j1/modules/speak2me/js/speak2me.min.js +26 -0
  31. data/assets/themes/j1/modules/translator/js/translator.js +30 -13
  32. data/assets/themes/j1/modules/translator/js/translator.min.js +1 -1
  33. data/lib/j1/version.rb +1 -1
  34. data/lib/starter_web/Gemfile +5 -5
  35. data/lib/starter_web/README.md +5 -5
  36. data/lib/starter_web/_config.yml +12 -44
  37. data/lib/starter_web/_data/blocks/banner.yml +7 -6
  38. data/lib/starter_web/_data/blocks/panel.yml +37 -39
  39. data/lib/starter_web/_data/layouts/home.yml +1 -1
  40. data/lib/starter_web/_data/modules/advertising.yml +10 -88
  41. data/lib/starter_web/_data/modules/buymeacoffee.yml +30 -0
  42. data/lib/starter_web/_data/modules/defaults/advertising.yml +3 -1
  43. data/lib/starter_web/_data/modules/defaults/blog_navigator.yml +97 -164
  44. data/lib/starter_web/_data/modules/defaults/buymeacoffee.yml +30 -0
  45. data/lib/starter_web/_data/modules/defaults/navigator.yml +8 -4
  46. data/lib/starter_web/_data/modules/defaults/speak2me.yml +72 -0
  47. data/lib/starter_web/_data/modules/scroller.yml +1 -1
  48. data/lib/starter_web/_data/modules/speak2me.yml +33 -0
  49. data/lib/starter_web/_data/resources.yml +24 -1
  50. data/lib/starter_web/_data/templates/feed.xml +1 -1
  51. data/lib/starter_web/_includes/google/static/{google_ad_5128488466.html → google_ad__your-slot-id.html} +1 -1
  52. data/lib/starter_web/_plugins/asciidoctor/callout.rb +1 -1
  53. data/lib/starter_web/_plugins/asciidoctor/carousel-block.rb +2 -2
  54. data/lib/starter_web/_plugins/asciidoctor/gallery-block.rb +2 -2
  55. data/lib/starter_web/_plugins/asciidoctor/gist-block.rb +2 -2
  56. data/lib/starter_web/_plugins/asciidoctor/google-ad-block.rb +1 -1
  57. data/lib/starter_web/_plugins/asciidoctor/lightbox-block.rb +2 -7
  58. data/lib/starter_web/_plugins/asciidoctor/masonry-block.rb +2 -3
  59. data/lib/starter_web/_plugins/asciidoctor/masterslider-block.rb +2 -2
  60. data/lib/starter_web/_plugins/asciidoctor/mdib-icon-inline.rb +43 -0
  61. data/lib/starter_web/_plugins/asciidoctor/mdil-icon-inline.rb +1 -1
  62. data/lib/starter_web/_plugins/asciidoctor/range-slider-block.rb +1 -1
  63. data/lib/starter_web/_plugins/asciidoctor/slick-block.rb +2 -2
  64. data/lib/starter_web/_plugins/asciidoctor/textbook-block.rb +1 -1
  65. data/lib/starter_web/_plugins/filter/liquify.rb +22 -22
  66. data/lib/starter_web/_plugins/index/lunr.rb +1 -1
  67. data/lib/starter_web/assets/images/collections/books/biography/a_life_in_questions.jpg +0 -0
  68. data/lib/starter_web/assets/images/collections/books/biography/becoming.jpg +0 -0
  69. data/lib/starter_web/assets/images/collections/books/biography/born_to_run.jpg +0 -0
  70. data/lib/starter_web/assets/images/collections/books/biography/forty_autumns.jpg +0 -0
  71. data/lib/starter_web/assets/images/collections/books/biography/not_dead_yet.jpg +0 -0
  72. data/lib/starter_web/assets/images/collections/books/biography/the_princess_diarist.jpg +0 -0
  73. data/lib/starter_web/assets/images/collections/books/biography/when_breath_becomes_air.jpg +0 -0
  74. data/lib/starter_web/assets/images/collections/books/fantasy/harry-potter-deathly-hallows.jpg +0 -0
  75. data/lib/starter_web/assets/images/collections/books/fantasy/harry-potter-philosophers-stone.jpg +0 -0
  76. data/lib/starter_web/assets/images/collections/books/fantasy/mistborn-trilogy.jpg +0 -0
  77. data/lib/starter_web/assets/images/collections/books/fantasy/ready-player-one.jpg +0 -0
  78. data/lib/starter_web/assets/images/collections/books/fantasy/sword-of-destiny.jpg +0 -0
  79. data/lib/starter_web/assets/images/collections/books/fantasy/terry-pratchet-diary.jpg +0 -0
  80. data/lib/starter_web/assets/images/collections/books/romance/breath-of-snow-and-ashes.jpg +0 -0
  81. data/lib/starter_web/assets/images/collections/books/romance/it-ends-with-us.jpg +0 -0
  82. data/lib/starter_web/assets/images/collections/books/romance/outlander-novel.jpg +0 -0
  83. data/lib/starter_web/assets/images/collections/books/romance/outlander-short-story.jpg +0 -0
  84. data/lib/starter_web/assets/images/collections/books/romance/the-fiery-cross.jpg +0 -0
  85. data/lib/starter_web/assets/images/collections/books/romance/the_dressmaker.jpg +0 -0
  86. data/lib/starter_web/collections/_biography/a-life-in-questions.adoc +13 -8
  87. data/lib/starter_web/collections/_biography/becoming.adoc +18 -12
  88. data/lib/starter_web/collections/_biography/born-to-run.adoc +17 -13
  89. data/lib/starter_web/collections/_biography/forty-autumns.adoc +14 -9
  90. data/lib/starter_web/collections/_biography/not-dead-yet.adoc +12 -7
  91. data/lib/starter_web/collections/_biography/princess-diarist-the.adoc +13 -8
  92. data/lib/starter_web/collections/_biography/when-breath-becomes-air.adoc +14 -9
  93. data/lib/starter_web/collections/_fantasy/harry-potter-deathly-hallows.adoc +13 -7
  94. data/lib/starter_web/collections/_fantasy/harry-potter-philosophers-stone.adoc +12 -8
  95. data/lib/starter_web/collections/_fantasy/mistborn-trilogy.adoc +14 -10
  96. data/lib/starter_web/collections/_fantasy/ready-player-one.adoc +12 -11
  97. data/lib/starter_web/collections/_fantasy/sword-of-destiny.adoc +15 -7
  98. data/lib/starter_web/collections/_fantasy/terry-pratchet-diary.adoc +11 -6
  99. data/lib/starter_web/collections/_romance/breath-of-snow-and-ashes.adoc +15 -10
  100. data/lib/starter_web/collections/_romance/it-ends-with-us.adoc +11 -6
  101. data/lib/starter_web/collections/_romance/outlander-novel.adoc +11 -6
  102. data/lib/starter_web/collections/_romance/{virgins-outlander-short-story.adoc → outlander-virgins-short-story.adoc} +11 -6
  103. data/lib/starter_web/collections/_romance/{dressmaker-the.adoc → the-dressmaker.adoc} +11 -6
  104. data/lib/starter_web/collections/_romance/{fiery-cross-the.adoc → the-fiery-cross.adoc} +11 -6
  105. data/lib/starter_web/collections/posts/public/featured/_posts/0000-00-00-welcome-to-j1.adoc.erb +6 -6
  106. data/lib/starter_web/collections/posts/public/featured/_posts/2021-01-01-about-cookies.adoc +12 -11
  107. data/lib/starter_web/collections/posts/public/featured/_posts/2021-02-01-static-site-generators.adoc +9 -7
  108. data/lib/starter_web/collections/posts/public/featured/_posts/2022-02-01-about-j1.adoc +8 -8
  109. data/lib/starter_web/dot.ruby-version +1 -1
  110. data/lib/starter_web/index.html +10 -8
  111. data/lib/starter_web/package.json +1 -1
  112. data/lib/starter_web/pages/public/about/features.adoc +7 -1
  113. data/lib/starter_web/pages/public/about/reporting_issues.adoc +2 -0
  114. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/000_intro.adoc +2 -0
  115. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/100_converter.adoc +2 -0
  116. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/200_themes.adoc +2 -0
  117. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/000_intro.asciidoc +1 -1
  118. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/100_converter/112_getting_started.asciidoc +1 -0
  119. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/100_converter/113_themes.asciidoc +1 -0
  120. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/documentation.adoc +2 -0
  121. data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/_includes/documents/100_chapter.asciidoc +3 -1
  122. data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/_includes/documents/200_chapter.asciidoc +1 -0
  123. data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/multi.adoc +2 -0
  124. data/lib/starter_web/pages/public/asciidoc_skeletons/simple-document/simple.adoc +6 -0
  125. data/lib/starter_web/pages/public/blog/navigator/archive/allview.html +6 -13
  126. data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +17 -11
  127. data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +7 -8
  128. data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +5 -7
  129. data/lib/starter_web/pages/public/blog/navigator/index.html +15 -14
  130. data/lib/starter_web/pages/public/features/general.adoc +7 -1
  131. data/lib/starter_web/pages/public/features/template.adoc +87 -128
  132. data/lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_all_books.adoc +10 -2
  133. data/lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_biography.adoc +8 -3
  134. data/lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_fantasy.adoc +11 -4
  135. data/lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_romance.adoc +11 -5
  136. data/lib/starter_web/pages/public/learn/bookshelf/jekyll_collections.adoc +24 -14
  137. data/lib/starter_web/pages/public/learn/bs_sass_variables/bs_sass_variables.adoc +4 -0
  138. data/lib/starter_web/pages/public/learn/core_web_vitals/core_web_vitals.adoc +8 -4
  139. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/100_gistblock.asciidoc +2 -1
  140. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/themes_bootstrap.asciidoc +27 -28
  141. data/lib/starter_web/pages/public/learn/roundtrip/asciidoc_extensions.adoc +169 -155
  142. data/lib/starter_web/pages/public/learn/roundtrip/bootstrap_themes.adoc +28 -19
  143. data/lib/starter_web/pages/public/learn/roundtrip/highlghter_rouge.adoc +9 -5
  144. data/lib/starter_web/pages/public/learn/roundtrip/icon_fonts.adoc +67 -77
  145. data/lib/starter_web/pages/public/learn/roundtrip/lunr_search.1.asciidoc +460 -0
  146. data/lib/starter_web/pages/public/learn/roundtrip/lunr_search.adoc +12 -7
  147. data/lib/starter_web/pages/public/learn/roundtrip/modal_extentions.adoc +26 -19
  148. data/lib/starter_web/pages/public/learn/roundtrip/present_images.adoc +470 -447
  149. data/lib/starter_web/pages/public/learn/roundtrip/present_videos.adoc +60 -59
  150. data/lib/starter_web/pages/public/learn/roundtrip/responsive_tables.adoc +51 -38
  151. data/lib/starter_web/pages/public/learn/roundtrip/typography.adoc +31 -25
  152. data/lib/starter_web/pages/public/learn/where_to_go.adoc +9 -4
  153. data/lib/starter_web/pages/public/legal/en/100_copyright.adoc +4 -0
  154. data/lib/starter_web/pages/public/legal/en/200_impress.adoc +2 -0
  155. data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +22 -3
  156. data/lib/starter_web/pages/public/legal/en/400_comment_policy.adoc +5 -0
  157. data/lib/starter_web/pages/public/manuals/speak2me.adoc +412 -0
  158. data/lib/starter_web/pages/public/panels/intro_panel/panel.adoc +27 -19
  159. data/lib/starter_web/pages/public/plans/plans.adoc +3 -0
  160. data/lib/starter_web/pages/public/tools/cheatsheet/gem.adoc +2 -0
  161. data/lib/starter_web/pages/public/tools/cheatsheet/git.adoc +2 -0
  162. data/lib/starter_web/pages/public/tools/cheatsheet/j1.adoc +2 -0
  163. data/lib/starter_web/pages/public/tools/cheatsheet/yaml.adoc +6 -0
  164. data/lib/starter_web/pages/public/tools/previewer/preview_bootstrap_theme.adoc +17 -3
  165. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  166. data/lib/starter_web/utilsrv/package.json +1 -1
  167. metadata +38 -7
  168. data/lib/starter_web/_includes/google/static/google_ad_7284712660.html +0 -19
@@ -1,8 +1,10 @@
1
1
  ---
2
2
  title: J1 Starter
3
3
  tagline: Plan Details
4
+
4
5
  date: 2020-11-03
5
6
  #last_modified: 2023-01-01
7
+
6
8
  description: >
7
9
  J1 Template is a Bootstrap V5 website template for the static
8
10
  site generator Jekyll.
@@ -61,6 +63,7 @@ resource_options:
61
63
 
62
64
  // Include sub-documents (if any)
63
65
  // -----------------------------------------------------------------------------
66
+ [role="mt-5"]
64
67
  == Plans
65
68
 
66
69
  Service plans are typically contracts or agreements between a service provider
@@ -1,8 +1,10 @@
1
1
  ---
2
2
  title: Gem
3
3
  tagline: Cheatsheet for daily use
4
+
4
5
  date: 2023-05-19
5
6
  #last_modified: 2023-01-01
7
+
6
8
  description: >
7
9
  J1 Template is a Bootstrap V5 website template for the static
8
10
  site generator Jekyll.
@@ -1,8 +1,10 @@
1
1
  ---
2
2
  title: Git
3
3
  tagline: Sheatsheet for daily use
4
+
4
5
  date: 2023-05-19
5
6
  #last_modified: 2023-01-01
7
+
6
8
  description: >
7
9
  J1 Template is a Bootstrap V5 website template for the static
8
10
  site generator Jekyll.
@@ -1,8 +1,10 @@
1
1
  ---
2
2
  title: J1 Template
3
3
  tagline: Cheatsheet for daily use
4
+
4
5
  date: 2023-05-19
5
6
  #last_modified: 2023-01-01
7
+
6
8
  description: >
7
9
  J1 Template is a Bootstrap V5 website template for the static
8
10
  site generator Jekyll.
@@ -1,8 +1,10 @@
1
1
  ---
2
2
  title: YAML
3
3
  tagline: Cheatsheet for daily use
4
+
4
5
  date: 2023-05-19
5
6
  #last_modified: 2023-01-01
7
+
6
8
  description: >
7
9
  J1 Template is a Bootstrap V5 website template for the static
8
10
  site generator Jekyll.
@@ -108,6 +110,7 @@ exhibit some differences in syntax, data types, and readability. JavaScript
108
110
  has built-in support for working with JSON data, making it a popular choice
109
111
  for handling data exchange in web applications.
110
112
 
113
+
111
114
  [role="mt-5"]
112
115
  == Scalars
113
116
 
@@ -262,6 +265,7 @@ documents without requiring *manual* line concatenation or escaping characters.
262
265
  There is a good online previewer for the different heredoc modes at
263
266
  link:{yaml-multiline}[YAML Multiline, {browser-window--new}].
264
267
 
268
+
265
269
  [role="mt-5"]
266
270
  == Sequences (Arrays)
267
271
 
@@ -347,6 +351,7 @@ You can nest sequences of sequences to represent more complex structures
347
351
  or hierarchical data. Nesting sequences allow you to organize and represent
348
352
  data in a structured manner within YAML documents.
349
353
 
354
+
350
355
  [role="mt-5"]
351
356
  == Hash (Dictionary)
352
357
 
@@ -453,6 +458,7 @@ Hashes with *JSON* syntax (mixing is possible)
453
458
  ----
454
459
  ====
455
460
 
461
+
456
462
  [role="mt-5"]
457
463
  == Content References (Aliases)
458
464
 
@@ -1,8 +1,10 @@
1
1
  ---
2
2
  title: Theme Preview
3
3
  tagline: Explore Current Styles
4
+
4
5
  date: 2022-12-01
5
6
  #last_modified: 2023-01-01
7
+
6
8
  description: >
7
9
  J1 Template is a Bootstrap V5 website template for the static
8
10
  site generator Jekyll and offers various unique functionalities
@@ -130,8 +132,8 @@ The use or change of a style does not alter the functionality of the
130
132
  underlying Bootstrap framework but modifies, for example, the color scheme,
131
133
  fonts, or font sizes.
132
134
 
133
-
134
135
  ifeval::[{navbars} == true]
136
+ [role="mt-5"]
135
137
  == Navbars
136
138
 
137
139
  A navbar is an elementary page element, usually integrated at the top of
@@ -426,6 +428,7 @@ colors. Then, customize with `.bg-*` utilities.
426
428
  endif::[]
427
429
 
428
430
  ifeval::[{buttons} == true]
431
+ [role="mt-5"]
429
432
  == Buttons
430
433
 
431
434
  Buttons are important visual anchors that encourage visitors to click on
@@ -732,6 +735,7 @@ endif::[]
732
735
  endif::[]
733
736
 
734
737
  ifeval::[{selections} == true]
738
+ [role="mt-5"]
735
739
  == Selections
736
740
 
737
741
  J1 Template support two *selection* elements: checkboxes and radio buttons.
@@ -1267,6 +1271,7 @@ endif::[]
1267
1271
  endif::[]
1268
1272
 
1269
1273
  ifeval::[{typography} == true]
1274
+ [role="mt-5"]
1270
1275
  == Typography
1271
1276
 
1272
1277
  Typography is a feature of Bootstrap for styling and formatting the text
@@ -1353,6 +1358,7 @@ endif::[]
1353
1358
  endif::[]
1354
1359
 
1355
1360
  ifeval::[{tables} == true]
1361
+ [role="mt-5"]
1356
1362
  == Tables
1357
1363
 
1358
1364
  Creating a design for tables is challenging. The approach used by J1 Template
@@ -1441,6 +1447,7 @@ link:{url-bs-docs--content-tables}[Bootstrap Docs {char-middot} Tables, {browser
1441
1447
  endif::[]
1442
1448
 
1443
1449
  ifeval::[{forms} == true]
1450
+ [role="mt-5"]
1444
1451
  == Forms
1445
1452
 
1446
1453
  For collecting structured data, forms are essential. So-called Web forms,
@@ -1636,7 +1643,7 @@ ifeval::[{forms_bootstrap} == true]
1636
1643
  <div class="form-check">
1637
1644
  <label class="form-check-label">
1638
1645
  <input type="radio" class="form-check-input" name="optionsRadios" id="optionsRadios1" value="option1" checked="">
1639
- Option one is this and thatbe sure to include why it's great
1646
+ Option one is this and that &nbsp; -- &nbsp; be sure to include why it's great
1640
1647
  </label>
1641
1648
  </div>
1642
1649
  <div class="form-check">
@@ -1770,6 +1777,7 @@ endif::[]
1770
1777
  endif::[]
1771
1778
 
1772
1779
  ifeval::[{navs} == true]
1780
+ [role="mt-5"]
1773
1781
  == Navs
1774
1782
 
1775
1783
  Navigation available in Bootstrap shares general markup and styles, from the
@@ -1900,7 +1908,7 @@ ifeval::[{navs_pagination} == true]
1900
1908
  === Pagination
1901
1909
 
1902
1910
  We use a large block of connected links for our pagination, making links
1903
- hard to miss and easily scalableall while providing large hit areas.
1911
+ hard to miss and easily scalable &nbsp; -- &nbsp; all while providing large hit areas.
1904
1912
  Pagination is built with list HTML elements so screen readers can announce
1905
1913
  the number of available links. Use a wrapping <nav> element to identify
1906
1914
  it as a navigation section to screen readers and other assistive technologies.
@@ -1988,6 +1996,7 @@ endif::[]
1988
1996
  endif::[]
1989
1997
 
1990
1998
  ifeval::[{indicators} == true]
1999
+ [role="mt-5"]
1991
2000
  == Indicators
1992
2001
 
1993
2002
  With Bootstrap, indicators are elememts to raise the users awareness. Alerts
@@ -2089,6 +2098,7 @@ endif::[]
2089
2098
  endif::[]
2090
2099
 
2091
2100
  ifeval::[{scrollbars} == true]
2101
+ [role="mt-5"]
2092
2102
  == Scrollbars
2093
2103
 
2094
2104
  Chromium-based browsers like Chrome, Edge, Safari or Opera support the *webkit*
@@ -2175,6 +2185,7 @@ if (!$.browser.webkit) {
2175
2185
  endif::[]
2176
2186
 
2177
2187
  ifeval::[{progress} == true]
2188
+ [role="mt-5"]
2178
2189
  == Progress
2179
2190
 
2180
2191
  Bootstrap custom progress bars featuring support for stacked bars, animated
@@ -2298,6 +2309,7 @@ endif::[]
2298
2309
  endif::[]
2299
2310
 
2300
2311
  ifeval::[{lists} == true]
2312
+ [role="mt-5"]
2301
2313
  == Lists
2302
2314
 
2303
2315
  Lists are a flexible and powerful component for displaying a series of content
@@ -2317,6 +2329,7 @@ within an single HTML element.
2317
2329
  endif::[]
2318
2330
 
2319
2331
  ifeval::[{cards} == true]
2332
+ [role="mt-5"]
2320
2333
  == Cards
2321
2334
 
2322
2335
  Bootstrap’s cards provide a flexible and extensible content container with
@@ -2533,6 +2546,7 @@ endif::[]
2533
2546
  endif::[]
2534
2547
 
2535
2548
  ifeval::[{dialogs} == true]
2549
+ [role="mt-5"]
2536
2550
  == Dialogs
2537
2551
 
2538
2552
  Dialogs are important, interactive UI (user interface) components in Bootstrap
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": true,
3
3
  "name": "utls",
4
- "version": "2023.5.2",
4
+ "version": "2023.7.0",
5
5
  "description": "J1 Theme Utility Server",
6
6
  "homepage": "https://jekyll.one",
7
7
  "author": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": true,
3
3
  "name": "utls",
4
- "version": "2023.5.2",
4
+ "version": "2023.7.0",
5
5
  "description": "J1 Theme Utility Server",
6
6
  "homepage": "https://jekyll.one",
7
7
  "author": {
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: j1-template
3
3
  version: !ruby/object:Gem::Version
4
- version: 2023.5.2
4
+ version: 2023.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - juergen_jekyll_one
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-07-17 00:00:00.000000000 Z
11
+ date: 2023-08-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -294,6 +294,7 @@ files:
294
294
  - _includes/themes/j1/procedures/posts/create_ad_block.proc
295
295
  - _includes/themes/j1/procedures/posts/create_series_header.proc
296
296
  - _includes/themes/j1/procedures/posts/pager.proc
297
+ - _layouts/_home.html
297
298
  - _layouts/autopage_category.html
298
299
  - _layouts/autopage_collection.html
299
300
  - _layouts/autopage_collections_tags.html
@@ -339,6 +340,7 @@ files:
339
340
  - assets/data/quicklinks.html
340
341
  - assets/data/rtext_resizer.html
341
342
  - assets/data/slick.html
343
+ - assets/data/speak2me.html
342
344
  - assets/data/themes.bootswatch.json
343
345
  - assets/data/themes.json
344
346
  - assets/data/translator.html
@@ -390,6 +392,7 @@ files:
390
392
  - assets/themes/j1/adapter/js/rtextResizer.js
391
393
  - assets/themes/j1/adapter/js/scroller.js
392
394
  - assets/themes/j1/adapter/js/slick.js
395
+ - assets/themes/j1/adapter/js/speak2me.js
393
396
  - assets/themes/j1/adapter/js/themeToggler.js
394
397
  - assets/themes/j1/adapter/js/themer.js
395
398
  - assets/themes/j1/adapter/js/toccer.js
@@ -1505,6 +1508,9 @@ files:
1505
1508
  - assets/themes/j1/modules/slimSelect/css/select.min.css
1506
1509
  - assets/themes/j1/modules/slimSelect/js/select.js
1507
1510
  - assets/themes/j1/modules/slimSelect/js/select.min.js
1511
+ - assets/themes/j1/modules/speak2me/LICENSE
1512
+ - assets/themes/j1/modules/speak2me/js/speak2me.js
1513
+ - assets/themes/j1/modules/speak2me/js/speak2me.min.js
1508
1514
  - assets/themes/j1/modules/spinner/css/spin.css
1509
1515
  - assets/themes/j1/modules/spinner/css/spin.min.css
1510
1516
  - assets/themes/j1/modules/spinner/js/spin.js
@@ -1689,6 +1695,7 @@ files:
1689
1695
  - lib/starter_web/_data/modules/attics.yml
1690
1696
  - lib/starter_web/_data/modules/authentication.yml
1691
1697
  - lib/starter_web/_data/modules/blog_navigator.yml
1698
+ - lib/starter_web/_data/modules/buymeacoffee.yml
1692
1699
  - lib/starter_web/_data/modules/carousel.yml
1693
1700
  - lib/starter_web/_data/modules/comments.yml
1694
1701
  - lib/starter_web/_data/modules/cookieconsent.yml
@@ -1698,6 +1705,7 @@ files:
1698
1705
  - lib/starter_web/_data/modules/defaults/attics.yml
1699
1706
  - lib/starter_web/_data/modules/defaults/authentication.yml
1700
1707
  - lib/starter_web/_data/modules/defaults/blog_navigator.yml
1708
+ - lib/starter_web/_data/modules/defaults/buymeacoffee.yml
1701
1709
  - lib/starter_web/_data/modules/defaults/carousel.yml
1702
1710
  - lib/starter_web/_data/modules/defaults/comments.yml
1703
1711
  - lib/starter_web/_data/modules/defaults/cookieconsent.yml
@@ -1721,6 +1729,7 @@ files:
1721
1729
  - lib/starter_web/_data/modules/defaults/rtable.yml
1722
1730
  - lib/starter_web/_data/modules/defaults/scroller.yml
1723
1731
  - lib/starter_web/_data/modules/defaults/slick.yml
1732
+ - lib/starter_web/_data/modules/defaults/speak2me.yml
1724
1733
  - lib/starter_web/_data/modules/defaults/theme_toggler.yml
1725
1734
  - lib/starter_web/_data/modules/defaults/themer.yml
1726
1735
  - lib/starter_web/_data/modules/defaults/toccer.yml
@@ -1747,6 +1756,7 @@ files:
1747
1756
  - lib/starter_web/_data/modules/rtable.yml
1748
1757
  - lib/starter_web/_data/modules/scroller.yml
1749
1758
  - lib/starter_web/_data/modules/slick.yml
1759
+ - lib/starter_web/_data/modules/speak2me.yml
1750
1760
  - lib/starter_web/_data/modules/theme_toggler.yml
1751
1761
  - lib/starter_web/_data/modules/themer.yml
1752
1762
  - lib/starter_web/_data/modules/toccer.yml
@@ -1780,8 +1790,7 @@ files:
1780
1790
  - lib/starter_web/_includes/custom/templates/readme
1781
1791
  - lib/starter_web/_includes/documents/licenses/mit.asciidoc
1782
1792
  - lib/starter_web/_includes/documents/readme
1783
- - lib/starter_web/_includes/google/static/google_ad_5128488466.html
1784
- - lib/starter_web/_includes/google/static/google_ad_7284712660.html
1793
+ - lib/starter_web/_includes/google/static/google_ad__your-slot-id.html
1785
1794
  - lib/starter_web/_includes/google/templates/google_ads.html
1786
1795
  - lib/starter_web/_includes/tables/jekyll_variables.asciidoc
1787
1796
  - lib/starter_web/_includes/tables/template_variables.asciidoc
@@ -1803,6 +1812,7 @@ files:
1803
1812
  - lib/starter_web/_plugins/asciidoctor/masonry-block.rb
1804
1813
  - lib/starter_web/_plugins/asciidoctor/masterslider-block.rb
1805
1814
  - lib/starter_web/_plugins/asciidoctor/mdi-icon-inline.rb
1815
+ - lib/starter_web/_plugins/asciidoctor/mdib-icon-inline.rb
1806
1816
  - lib/starter_web/_plugins/asciidoctor/mdil-icon-inline.rb
1807
1817
  - lib/starter_web/_plugins/asciidoctor/panel.rb
1808
1818
  - lib/starter_web/_plugins/asciidoctor/placeholder-inline.rb
@@ -1846,6 +1856,25 @@ files:
1846
1856
  - lib/starter_web/assets/images/blocks/waves/scalable/1920x100/wave-3.svg
1847
1857
  - lib/starter_web/assets/images/blocks/waves/scalable/1920x100/wave-4.svg
1848
1858
  - lib/starter_web/assets/images/blocks/waves/scalable/1920x100/wave-5.svg
1859
+ - lib/starter_web/assets/images/collections/books/biography/a_life_in_questions.jpg
1860
+ - lib/starter_web/assets/images/collections/books/biography/becoming.jpg
1861
+ - lib/starter_web/assets/images/collections/books/biography/born_to_run.jpg
1862
+ - lib/starter_web/assets/images/collections/books/biography/forty_autumns.jpg
1863
+ - lib/starter_web/assets/images/collections/books/biography/not_dead_yet.jpg
1864
+ - lib/starter_web/assets/images/collections/books/biography/the_princess_diarist.jpg
1865
+ - lib/starter_web/assets/images/collections/books/biography/when_breath_becomes_air.jpg
1866
+ - lib/starter_web/assets/images/collections/books/fantasy/harry-potter-deathly-hallows.jpg
1867
+ - lib/starter_web/assets/images/collections/books/fantasy/harry-potter-philosophers-stone.jpg
1868
+ - lib/starter_web/assets/images/collections/books/fantasy/mistborn-trilogy.jpg
1869
+ - lib/starter_web/assets/images/collections/books/fantasy/ready-player-one.jpg
1870
+ - lib/starter_web/assets/images/collections/books/fantasy/sword-of-destiny.jpg
1871
+ - lib/starter_web/assets/images/collections/books/fantasy/terry-pratchet-diary.jpg
1872
+ - lib/starter_web/assets/images/collections/books/romance/breath-of-snow-and-ashes.jpg
1873
+ - lib/starter_web/assets/images/collections/books/romance/it-ends-with-us.jpg
1874
+ - lib/starter_web/assets/images/collections/books/romance/outlander-novel.jpg
1875
+ - lib/starter_web/assets/images/collections/books/romance/outlander-short-story.jpg
1876
+ - lib/starter_web/assets/images/collections/books/romance/the-fiery-cross.jpg
1877
+ - lib/starter_web/assets/images/collections/books/romance/the_dressmaker.jpg
1849
1878
  - lib/starter_web/assets/images/collections/people/diana-petersen.jpg
1850
1879
  - lib/starter_web/assets/images/collections/people/larry-parker.jpg
1851
1880
  - lib/starter_web/assets/images/collections/people/parveen-anand.jpg
@@ -2447,11 +2476,11 @@ files:
2447
2476
  - lib/starter_web/collections/_portfolio/photography.adoc
2448
2477
  - lib/starter_web/collections/_portfolio/web_design.adoc
2449
2478
  - lib/starter_web/collections/_romance/breath-of-snow-and-ashes.adoc
2450
- - lib/starter_web/collections/_romance/dressmaker-the.adoc
2451
- - lib/starter_web/collections/_romance/fiery-cross-the.adoc
2452
2479
  - lib/starter_web/collections/_romance/it-ends-with-us.adoc
2453
2480
  - lib/starter_web/collections/_romance/outlander-novel.adoc
2454
- - lib/starter_web/collections/_romance/virgins-outlander-short-story.adoc
2481
+ - lib/starter_web/collections/_romance/outlander-virgins-short-story.adoc
2482
+ - lib/starter_web/collections/_romance/the-dressmaker.adoc
2483
+ - lib/starter_web/collections/_romance/the-fiery-cross.adoc
2455
2484
  - lib/starter_web/collections/asciidoc_skeletons/simple-post/_posts/yyyy-mm-dd-your-post-name.asciidoc
2456
2485
  - lib/starter_web/collections/posts/private/_posts/readme
2457
2486
  - lib/starter_web/collections/posts/protected/_posts/readme
@@ -2594,6 +2623,7 @@ files:
2594
2623
  - lib/starter_web/pages/public/learn/roundtrip/bootstrap_themes.adoc
2595
2624
  - lib/starter_web/pages/public/learn/roundtrip/highlghter_rouge.adoc
2596
2625
  - lib/starter_web/pages/public/learn/roundtrip/icon_fonts.adoc
2626
+ - lib/starter_web/pages/public/learn/roundtrip/lunr_search.1.asciidoc
2597
2627
  - lib/starter_web/pages/public/learn/roundtrip/lunr_search.adoc
2598
2628
  - lib/starter_web/pages/public/learn/roundtrip/modal_extentions.adoc
2599
2629
  - lib/starter_web/pages/public/learn/roundtrip/present_images.adoc
@@ -2605,6 +2635,7 @@ files:
2605
2635
  - lib/starter_web/pages/public/legal/en/200_impress.adoc
2606
2636
  - lib/starter_web/pages/public/legal/en/300_privacy.adoc
2607
2637
  - lib/starter_web/pages/public/legal/en/400_comment_policy.adoc
2638
+ - lib/starter_web/pages/public/manuals/speak2me.adoc
2608
2639
  - lib/starter_web/pages/public/panels/intro_panel/_includes/attributes.asciidoc
2609
2640
  - lib/starter_web/pages/public/panels/intro_panel/panel.adoc
2610
2641
  - lib/starter_web/pages/public/plans/_includes/attributes.asciidoc
@@ -1,19 +0,0 @@
1
- <!--
2
- # -----------------------------------------------------------------------------
3
- # ~/assets/custom/content/static/google_ad_1234567890.html
4
- #
5
- # Product/Info:
6
- # http://jekyll.one
7
- #
8
- # Copyright (C) 2023 Juergen Adams
9
- #
10
- # J1 Theme is licensed under the MIT License.
11
- # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE.md
12
- #
13
- # -----------------------------------------------------------------------------
14
- -->
15
-
16
- <div class="container">
17
- <!-- Ad container -->
18
- <div id="ad_7284712660" class="gad-container mt-6 mb-6"></div>
19
- </div>