j1-template 2022.1.0 → 2022.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (230) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/layouts/content_generator_article_navigator.html +4 -5
  3. data/_includes/themes/j1/layouts/content_generator_blog_archive.html +4 -5
  4. data/_includes/themes/j1/layouts/content_generator_news_panel_posts.html +35 -19
  5. data/_includes/themes/j1/modules/navigator/procedures/topsearch.0.proc +129 -0
  6. data/_includes/themes/j1/modules/navigator/procedures/topsearch.1.proc +113 -0
  7. data/_includes/themes/j1/modules/navigator/procedures/topsearch.proc +3 -3
  8. data/_includes/themes/j1/procedures/global/create_word_cloud.proc +1 -5
  9. data/_includes/themes/j1/procedures/posts/collate_timeline.proc +29 -7
  10. data/_includes/themes/j1/procedures/posts/pager.proc +2 -3
  11. data/assets/data/authclient.html +6 -6
  12. data/assets/data/carousel.json +2 -2
  13. data/assets/data/galleries.json +17 -5
  14. data/assets/data/gallery_customizer.html +4 -5
  15. data/assets/data/j1_config.json +42 -0
  16. data/assets/data/panel.html +17 -0
  17. data/assets/data/quicklinks.html +4 -4
  18. data/assets/themes/j1/adapter/js/advertising.js +2 -2
  19. data/assets/themes/j1/adapter/js/algolia.js +5 -5
  20. data/assets/themes/j1/adapter/js/analytics.js +1 -1
  21. data/assets/themes/j1/adapter/js/asciidoctor.js +2 -2
  22. data/assets/themes/j1/adapter/js/attic.js +5 -5
  23. data/assets/themes/j1/adapter/js/bmd.js +12 -12
  24. data/assets/themes/j1/adapter/js/carousel.js +40 -30
  25. data/assets/themes/j1/adapter/js/clipboard.js +2 -2
  26. data/assets/themes/j1/adapter/js/comments.js +2 -2
  27. data/assets/themes/j1/adapter/js/cookieConsent.js +2 -2
  28. data/assets/themes/j1/adapter/js/customFunctions.js +2 -2
  29. data/assets/themes/j1/adapter/js/customModule.js +2 -2
  30. data/assets/themes/j1/adapter/js/dropdowns.js +2 -2
  31. data/assets/themes/j1/adapter/js/fab.js +4 -4
  32. data/assets/themes/j1/adapter/js/framer.js +2 -2
  33. data/assets/themes/j1/adapter/js/j1.js +9 -9
  34. data/assets/themes/j1/adapter/js/justifiedGallery.js +42 -30
  35. data/assets/themes/j1/adapter/js/justifiedGalleryCustomizer.js +126 -113
  36. data/assets/themes/j1/adapter/js/lightbox.js +34 -30
  37. data/assets/themes/j1/adapter/js/logger.js +2 -2
  38. data/assets/themes/j1/adapter/js/{quicksearch.js → lunr.js} +17 -19
  39. data/assets/themes/j1/adapter/js/mmenu.js +7 -7
  40. data/assets/themes/j1/adapter/js/navigator.js +5 -5
  41. data/assets/themes/j1/adapter/js/rangeSlider.js +96 -83
  42. data/assets/themes/j1/adapter/js/rouge.js +26 -22
  43. data/assets/themes/j1/adapter/js/rtable.js +2 -2
  44. data/assets/themes/j1/adapter/js/rtextResizer.js +6 -22
  45. data/assets/themes/j1/adapter/js/scroller.js +2 -2
  46. data/assets/themes/j1/adapter/js/themer.js +3 -3
  47. data/assets/themes/j1/adapter/js/toccer.js +5 -5
  48. data/assets/themes/j1/adapter/js/translator.js +2 -2
  49. data/assets/themes/j1/core/css/themes/unolight/bootstrap.css +19 -6
  50. data/assets/themes/j1/core/css/themes/unolight/bootstrap.min.css +2 -2
  51. data/assets/themes/j1/core/css/vendor.css +2 -3
  52. data/assets/themes/j1/core/css/vendor.min.css +1 -1
  53. data/assets/themes/j1/core/js/template.js +1 -6
  54. data/assets/themes/j1/core/js/template.min.js +1 -6
  55. data/assets/themes/j1/core/js/template.min.js.map +1 -1
  56. data/assets/themes/j1/modules/jquery/css/jquery-ui/jquery-ui.css +1315 -0
  57. data/assets/themes/j1/modules/jquery/css/jquery-ui/jquery-ui.min.css +7 -0
  58. data/assets/themes/j1/modules/jquery/css/jquery-ui/jquery-ui.structure.css +886 -0
  59. data/assets/themes/j1/modules/jquery/css/jquery-ui/jquery-ui.structure.min.css +5 -0
  60. data/assets/themes/j1/modules/jquery/css/{jqueryUI/theme.css → jquery-ui/jquery-ui.theme.css} +9 -6
  61. data/assets/themes/j1/modules/jquery/css/jquery-ui/jquery-ui.theme.min.css +5 -0
  62. data/assets/themes/j1/modules/jquery/js/{jqueryUI.js → jquery-ui.js} +1067 -711
  63. data/assets/themes/j1/modules/jquery/js/jquery-ui.min.js +6 -0
  64. data/assets/themes/j1/modules/jquery/js/jquery.min.map +1 -0
  65. data/assets/themes/j1/modules/lightGallery/js/core/j1/lightgallery-x.js +1 -1
  66. data/assets/themes/j1/modules/lightGallery/js/core/lightgallery.js +1 -1
  67. data/assets/themes/j1/modules/lightGallery/js/modules/j1/j1-x-video.js +28 -12
  68. data/assets/themes/j1/modules/lightGallery/js/modules/j1/j1-x-video.min.js +1 -1
  69. data/assets/themes/j1/modules/lightGallery/js/modules/lg-thumbnail.js +1 -1
  70. data/assets/themes/j1/modules/lightGallery/js/modules/lg-thumbnail.min.js +1 -2
  71. data/assets/themes/j1/modules/lightbox/css/theme/uno.min.css +1 -11
  72. data/assets/themes/j1/modules/{lunrSearch/css/quicksearch.css → lunr/css/j1.css} +2 -2
  73. data/assets/themes/j1/modules/lunr/css/j1.min.css +15 -0
  74. data/assets/themes/j1/modules/{lunrSearch → lunr}/js/dateformat.js +0 -0
  75. data/assets/themes/j1/modules/{lunrSearch → lunr}/js/dateformat.min.js +0 -0
  76. data/assets/themes/j1/modules/{lunrSearch/js/quicksearch.js → lunr/js/j1.js} +11 -8
  77. data/assets/themes/j1/modules/{lunrSearch/js/quicksearch.min.js → lunr/js/j1.min.js} +1 -1
  78. data/assets/themes/j1/modules/{lunrSearch → lunr}/js/lunr.js +0 -0
  79. data/assets/themes/j1/modules/{lunrSearch → lunr}/js/lunr.language.support.js +0 -0
  80. data/assets/themes/j1/modules/{lunrSearch → lunr}/js/lunr.language.support.min.js +0 -0
  81. data/assets/themes/j1/modules/{lunrSearch → lunr}/js/lunr.min.js +0 -0
  82. data/assets/themes/j1/modules/{lunrSearch → lunr}/js/mustache.js +0 -0
  83. data/assets/themes/j1/modules/{lunrSearch → lunr}/js/mustache.min.js +0 -0
  84. data/assets/themes/j1/modules/{lunrSearch → lunr}/js/uri.js +0 -0
  85. data/assets/themes/j1/modules/{lunrSearch → lunr}/js/uri.min.js +0 -0
  86. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.ar.js +0 -0
  87. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.ar.min.js +0 -0
  88. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.da.js +0 -0
  89. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.da.min.js +0 -0
  90. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.de.js +0 -0
  91. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.de.min.js +0 -0
  92. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.du.js +0 -0
  93. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.du.min.js +0 -0
  94. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.es.js +0 -0
  95. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.es.min.js +0 -0
  96. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.fi.js +0 -0
  97. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.fi.min.js +0 -0
  98. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.fr.js +0 -0
  99. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.fr.min.js +0 -0
  100. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.hu.js +0 -0
  101. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.hu.min.js +0 -0
  102. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.it.js +0 -0
  103. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.it.min.js +0 -0
  104. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.ja.js +0 -0
  105. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.ja.min.js +0 -0
  106. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.jp.js +0 -0
  107. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.jp.min.js +0 -0
  108. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.multi.js +0 -0
  109. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.multi.min.js +0 -0
  110. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.nl.js +0 -0
  111. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.nl.min.js +0 -0
  112. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.no.js +0 -0
  113. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.no.min.js +0 -0
  114. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.pt.js +0 -0
  115. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.pt.min.js +0 -0
  116. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.ro.js +0 -0
  117. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.ro.min.js +0 -0
  118. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.ru.js +0 -0
  119. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.ru.min.js +0 -0
  120. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.sv.js +0 -0
  121. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.sv.min.js +0 -0
  122. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.th.js +0 -0
  123. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.tr.js +0 -0
  124. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.tr.min.js +0 -0
  125. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.vi.js +0 -0
  126. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.vi.min.js +0 -0
  127. data/assets/themes/j1/modules/mmenuLight/css/mmenu-light.css +1 -0
  128. data/assets/themes/j1/modules/mmenuLight/css/mmenu-light.min.css +2 -374
  129. data/assets/themes/j1/modules/mmenuLight/css/theme/uno/mmenu.css +15 -5
  130. data/assets/themes/j1/modules/mmenuLight/css/theme/uno/mmenu.min.css +2 -178
  131. data/assets/themes/j1/modules/msDropdown/css/msDropdown.min.css +1 -12
  132. data/assets/themes/j1/modules/msDropdown/css/themes/uno/msDropdown.css +3 -1
  133. data/assets/themes/j1/modules/msDropdown/css/themes/uno/msDropdown.min.css +23 -0
  134. data/assets/themes/j1/modules/videojs/css/video-js.css +6 -2
  135. data/assets/themes/j1/modules/videojs/css/video-js.min.css +1 -1
  136. data/lib/j1/version.rb +1 -1
  137. data/lib/starter_web/Gemfile +1 -1
  138. data/lib/starter_web/_config.yml +37 -94
  139. data/lib/starter_web/_data/apps/defaults/justifiedGalleryCustomizer.yml +168 -0
  140. data/lib/starter_web/_data/blocks/banner.yml +3 -3
  141. data/lib/starter_web/_data/blocks/panel.yml +2 -0
  142. data/lib/starter_web/_data/j1_config.yml +33 -1
  143. data/lib/starter_web/_data/layouts/app.yml +11 -6
  144. data/lib/starter_web/_data/layouts/article_navigator.yml +8 -3
  145. data/lib/starter_web/_data/layouts/blog_archive.yml +8 -3
  146. data/lib/starter_web/_data/layouts/collection.yml +14 -21
  147. data/lib/starter_web/_data/layouts/default.yml +11 -36
  148. data/lib/starter_web/_data/layouts/home.yml +14 -22
  149. data/lib/starter_web/_data/layouts/news_panel_posts.yml +8 -3
  150. data/lib/starter_web/_data/layouts/page.yml +8 -14
  151. data/lib/starter_web/_data/layouts/post.yml +8 -3
  152. data/lib/starter_web/_data/layouts/raw.yml +14 -9
  153. data/lib/starter_web/_data/{builder → modules}/blog_navigator.yml +4 -4
  154. data/lib/starter_web/_data/{apps → modules}/carousel.yml +2 -2
  155. data/lib/starter_web/_data/{builder → modules}/defaults/blog_navigator.yml +4 -5
  156. data/lib/starter_web/_data/{apps → modules}/defaults/carousel.yml +1 -1
  157. data/lib/starter_web/_data/{apps → modules}/defaults/justifiedGallery.yml +1 -1
  158. data/lib/starter_web/_data/{apps → modules}/defaults/lightGallery.yml +1 -1
  159. data/lib/starter_web/_data/{apps → modules}/defaults/lightbox.yml +2 -2
  160. data/lib/starter_web/_data/modules/defaults/{quicksearch.yml → lunr.yml} +6 -15
  161. data/lib/starter_web/_data/modules/defaults/navigator.yml +1 -1
  162. data/lib/starter_web/_data/{apps → modules}/justifiedGallery.yml +101 -50
  163. data/lib/starter_web/_data/{apps → modules}/lightGallery.yml +1 -1
  164. data/lib/starter_web/_data/{apps → modules}/lightbox.yml +2 -2
  165. data/lib/starter_web/_data/modules/{quicksearch.yml → lunr.yml} +4 -7
  166. data/lib/starter_web/_data/modules/navigator_menu.yml +1 -1
  167. data/lib/starter_web/_data/modules/rangeSlider.yml +2 -2
  168. data/lib/starter_web/_data/resources.yml +73 -31
  169. data/lib/starter_web/_includes/attributes.asciidoc +16 -3
  170. data/lib/starter_web/_plugins/asciidoctor-extensions/lightbox-block.rb +6 -4
  171. data/lib/starter_web/_plugins/filters.rb +53 -0
  172. data/lib/starter_web/_plugins/lunr_index.rb +14 -9
  173. data/lib/starter_web/assets/images/modules/attics/joanna-kosinska-1920x1280.jpg +0 -0
  174. data/lib/starter_web/assets/videos/gallery/dailymotion/meditation.jpg +0 -0
  175. data/lib/starter_web/assets/videos/gallery/dailymotion/pilates.jpg +0 -0
  176. data/lib/starter_web/assets/videos/gallery/html5/video1.mp4 +0 -0
  177. data/lib/starter_web/assets/videos/gallery/html5/video2.mp4 +0 -0
  178. data/lib/starter_web/assets/videos/gallery/vk/hai.jpg +0 -0
  179. data/lib/starter_web/assets/videos/gallery/vk/otter.jpg +0 -0
  180. data/lib/starter_web/assets/videos/gallery/voice_kids_de_2021/battle.jpg +0 -0
  181. data/lib/starter_web/assets/videos/gallery/voice_kids_de_2021/ben.jpg +0 -0
  182. data/lib/starter_web/assets/videos/gallery/voice_kids_de_2021/constance.jpg +0 -0
  183. data/lib/starter_web/assets/videos/gallery/voice_kids_de_2021/elisa.jpg +0 -0
  184. data/lib/starter_web/collections/asciidoc_skeletons/simple-post/{yyyy-mm-dd-your-post-name.adoc → _posts/yyyy-mm-dd-your-post-name.asciidoc} +26 -12
  185. data/lib/starter_web/collections/posts/public/featured/_posts/2021-02-01-site-generators.adoc +2 -2
  186. data/lib/starter_web/collections/posts/public/featured/_posts/2022-02-28-about-j1.adoc +1 -1
  187. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-01-post-wiki-series.adoc +2 -2
  188. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-02-post-wiki-series.adoc +2 -2
  189. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-03-post-wiki-series.adoc +2 -2
  190. data/lib/starter_web/package.json +1 -1
  191. data/lib/starter_web/pages/public/_blog/navigator/archive/categoryview.html +254 -0
  192. data/lib/starter_web/pages/public/_blog/navigator/archive/dateview.html +238 -0
  193. data/lib/starter_web/pages/public/_blog/navigator/archive/tagview.html +283 -0
  194. data/lib/starter_web/pages/public/_blog/navigator/archive.html +204 -0
  195. data/lib/starter_web/pages/public/_blog/navigator/index.html +53 -0
  196. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/000_intro.adoc +2 -4
  197. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/100_converter.adoc +15 -3
  198. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/200_themes.adoc +15 -3
  199. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/documentation.adoc +5 -7
  200. data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/multi.adoc +5 -7
  201. data/lib/starter_web/pages/public/asciidoc_skeletons/simple-document/simple.adoc +5 -7
  202. data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +33 -12
  203. data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +30 -11
  204. data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +28 -11
  205. data/lib/starter_web/pages/public/blog/navigator/archive.html +29 -11
  206. data/lib/starter_web/pages/public/blog/navigator/index.html +2 -1
  207. data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.adoc +18 -23
  208. data/lib/starter_web/pages/public/learn/roundtrip/100_present_videos.adoc +100 -16
  209. data/lib/starter_web/pages/public/learn/roundtrip/200_typography.adoc +1 -2
  210. data/lib/starter_web/pages/public/learn/roundtrip/300_icon_fonts.adoc +6 -0
  211. data/lib/starter_web/pages/public/learn/roundtrip/400_asciidoc_extensions.adoc +75 -75
  212. data/lib/starter_web/pages/public/learn/roundtrip/410_bs_modals_extentions.adoc +1 -1
  213. data/lib/starter_web/pages/public/learn/roundtrip/420_responsive_tables_extensions.adoc +2 -1
  214. data/lib/starter_web/pages/public/learn/roundtrip/500_themes.adoc +3 -4
  215. data/lib/starter_web/pages/public/learn/roundtrip/600_quicksearch.adoc +13 -20
  216. data/lib/starter_web/pages/public/learn/roundtrip/_includes/attributes.asciidoc +2 -2
  217. data/lib/starter_web/pages/public/learn/where_to_go.adoc +0 -2
  218. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  219. data/lib/starter_web/utilsrv/package.json +1 -1
  220. metadata +100 -82
  221. data/assets/themes/j1/modules/jquery/css/jqueryUI/theme.min.css +0 -5
  222. data/assets/themes/j1/modules/jquery/js/jquery-3.5.1.min.map +0 -1
  223. data/assets/themes/j1/modules/jquery/js/jqueryUI.min.js +0 -13
  224. data/assets/themes/j1/modules/lunrSearch/css/quicksearch.min.css +0 -32
  225. data/lib/starter_web/_data/layouts/home.ads.yml +0 -262
  226. data/lib/starter_web/_data/layouts/home.no-ads.yml +0 -262
  227. data/lib/starter_web/_data/pages/builder.yml +0 -87
  228. data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.ads.asciidoc +0 -265
  229. data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.base.asciidoc +0 -237
  230. data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.comments.asciidoc +0 -237
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  layout: page
3
- title: Starter Blog
3
+ title: Creators Blog
4
4
  tagline: posts by tag
5
5
  description: >
6
6
  Browse articles by tag
@@ -17,10 +17,11 @@ pagination:
17
17
  permalink: /page:num/
18
18
 
19
19
  analytics: true
20
+ advertising: false
20
21
  comments: false
21
22
 
22
23
  exclude_from_search: true
23
- regenerate: false
24
+ regenerate: false # page currently NOT used
24
25
 
25
26
  resources: [ animate ]
26
27
  resource_options:
@@ -51,24 +52,24 @@ resource_options:
51
52
 
52
53
  {% comment %} Set config files
53
54
  -------------------------------------------------------------------------------- {% endcomment %}
54
- {% assign template_config = site.data.j1_config %}
55
- {% assign blocks = site.data.blocks %}
56
- {% assign modules = site.data.modules %}
57
- {% assign builder = site.data.builder %}
58
- {% assign plugins = site.data.plugins %}
55
+ {% assign template_config = site.data.j1_config %}
56
+ {% assign blocks = site.data.blocks %}
57
+ {% assign modules = site.data.modules %}
58
+ {% assign plugins = site.data.plugins %}
59
59
 
60
60
  {% comment %} Set config data
61
61
  -------------------------------------------------------------------------------- {% endcomment %}
62
- {% assign blog_navigator_defaults = builder.defaults.blog_navigator.defaults %}
63
- {% assign blog_navigator_settings = builder.blog_navigator.settings %}
62
+ {% assign blog_navigator_defaults = modules.defaults.blog_navigator.defaults %}
63
+ {% assign blog_navigator_settings = modules.blog_navigator.settings %}
64
64
 
65
65
  {% comment %} Set config options
66
66
  -------------------------------------------------------------------------------- {% endcomment %}
67
- {% assign blog_navigator_options = blog_navigator_defaults | merge: blog_navigator_settings %}
67
+ {% assign blog_navigator_options = blog_navigator_defaults | merge: blog_navigator_settings %}
68
68
 
69
69
  {% comment %} Variables
70
70
  -------------------------------------------------------------------------------- {% endcomment %}
71
- {% assign truncate_words = site.excerpt_truncate_words %}
71
+ {% assign truncate_words = site.excerpt_truncate_words %}
72
+ {% assign category_blacklist = template_config.posts.category_blacklist %}
72
73
 
73
74
  {% if site.permalink == 'none' %}
74
75
  {% capture browser_page_url %}{{page.url}}.html{% endcapture %}
@@ -268,6 +269,22 @@ site_category_word_list: {{site_category_word_list | debug}}
268
269
  <span class="font-weight-bold"> · </span>
269
270
  <i class="mdi mdi-comment mr-1"></i> {{comment_count}}
270
271
  {% endif %}
272
+
273
+ <!-- Cleanup categories by given blacklist -->
274
+ {% assign my_categories = post.categories | difference: category_blacklist %}
275
+
276
+ <!-- Build element strings -->
277
+ {% assign categories = my_categories |join: " · " %}
278
+ {% assign tags = post.tags | join: " · " %}
279
+
280
+ <p class="result-item-text small text-muted mb-3">
281
+ <i class="mdi mdi-tag-text-outline mdi-18px mr-1"></i>
282
+ <span class="sr-categories">{{categories}}</span>
283
+ <br>
284
+ <i class="mdi mdi-tag mdi-18px mr-1"></i>
285
+ <span class="sr-tags">{{tags}}</span>
286
+ </p>
287
+
271
288
  </div>
272
289
  <a class="card-link text-muted text-lowercase"
273
290
  href="{{post.url}}#readmore">
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  layout: page
3
- title: Starter Blog
3
+ title: Creators Blog
4
4
  tagline: all posts
5
5
  description: Create index pages for articles this website
6
6
 
@@ -16,10 +16,11 @@ pagination:
16
16
  permalink: /page:num/
17
17
 
18
18
  analytics: false
19
+ advertising: false
19
20
  comments: false
20
21
 
21
22
  exclude_from_search: true
22
- regenerate: true
23
+ regenerate: true # needed to update pages
23
24
 
24
25
  resources: [ animate ]
25
26
  resource_options:
@@ -45,24 +46,25 @@ resource_options:
45
46
 
46
47
  {% comment %} Set config files
47
48
  -------------------------------------------------------------------------------- {% endcomment %}
48
- {% assign template_config = site.data.j1_config %}
49
- {% assign blocks = site.data.blocks %}
50
- {% assign modules = site.data.modules %}
51
- {% assign builder = site.data.builder %}
52
- {% assign plugins = site.data.plugins %}
49
+ {% assign template_config = site.data.j1_config %}
50
+ {% assign blocks = site.data.blocks %}
51
+ {% assign modules = site.data.modules %}
52
+ {% assign plugins = site.data.plugins %}
53
53
 
54
54
  {% comment %} Set config data
55
55
  -------------------------------------------------------------------------------- {% endcomment %}
56
- {% assign blog_navigator_defaults = builder.defaults.blog_navigator.defaults %}
57
- {% assign blog_navigator_settings = builder.blog_navigator.settings %}
56
+ {% assign blog_navigator_defaults = modules.defaults.blog_navigator.defaults %}
57
+ {% assign blog_navigator_settings = modules.blog_navigator.settings %}
58
58
 
59
59
  {% comment %} Set config options
60
60
  -------------------------------------------------------------------------------- {% endcomment %}
61
- {% assign blog_navigator_options = blog_navigator_defaults | merge: blog_navigator_settings %}
61
+ {% assign blog_navigator_options = blog_navigator_defaults | merge: blog_navigator_settings %}
62
62
 
63
63
  {% comment %} Variables
64
64
  -------------------------------------------------------------------------------- {% endcomment %}
65
- {% assign truncate_words = site.excerpt_truncate_words %}
65
+ {% assign truncate_words = site.excerpt_truncate_words %}
66
+ {% assign category_blacklist = template_config.posts.category_blacklist %}
67
+
66
68
 
67
69
  {% if site.permalink == 'none' %}
68
70
  {% capture browser_page_url %}{{page.url}}.html{% endcapture %}
@@ -191,6 +193,22 @@ site_category_word_list: {{site_category_word_list | debug}}
191
193
  <span class="font-weight-bold"> · </span>
192
194
  <i class="mdi mdi-comment md-grey-900 mr-1"></i> {{comment_count}}
193
195
  {% endif %}
196
+
197
+ <!-- Cleanup categories by given blacklist -->
198
+ {% assign my_categories = post.categories | difference: category_blacklist %}
199
+
200
+ <!-- Build element strings -->
201
+ {% assign categories = my_categories |join: " · " %}
202
+ {% assign tags = post.tags | join: " · " %}
203
+
204
+ <p class="result-item-text small text-muted mb-3">
205
+ <i class="mdi mdi-tag-text-outline mdi-18px mr-1"></i>
206
+ <span class="sr-categories">{{categories}}</span>
207
+ <br>
208
+ <i class="mdi mdi-tag mdi-18px mr-1"></i>
209
+ <span class="sr-tags">{{tags}}</span>
210
+ </p>
211
+
194
212
  </div>
195
213
  <a class="card-link md-grey-900 text-lowercase"
196
214
  href="{{post.url}}#readmore">
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  layout: blog_archive
3
- title: Starter Blog
3
+ title: Creators Blog
4
4
  tagline: explore posts
5
5
  description: >
6
6
  Navigate through all articles tis website
@@ -18,6 +18,7 @@ toc: true
18
18
  fab_menu_id: default
19
19
 
20
20
  analytics: true
21
+ advertising: false
21
22
  comments: false
22
23
 
23
24
  regenerate: true # needed to update pagination pages
@@ -16,9 +16,8 @@ permalink: /pages/public/learn/roundtrip/present_im
16
16
  regenerate: false
17
17
 
18
18
  resources: [
19
- animate, clipboard,
20
- carousel, justifiedGallery,
21
- lightbox, lightGallery,
19
+ animate, clipboard, carousel,
20
+ justifiedGallery, lightbox, lightGallery,
22
21
  rouge
23
22
  ]
24
23
  resource_options:
@@ -61,12 +60,11 @@ resource_options:
61
60
  [role="dropcap"]
62
61
  Welcome to the first preview page focussing on the image module. This page
63
62
  shows some valuable features of the J1 Template to manage your image-based
64
- content using lightboxes, carousels (slider), and galleries.
65
-
66
- The image module offers complex functionality based on powerful OpenSource
67
- libraries like JustifiedGallery for high-end, masonry-styled preview maps.
68
- J1 Template uses the jQuery plugin Owl Carousel as a base for image sliders.
69
- A carousel app (slider) lets you present your images as shows.
63
+ content using lightboxes, carousels (slider), and galleries. The image module
64
+ offers complex functionality based on powerful OpenSource libraries like
65
+ JustifiedGallery for high-end, masonry-styled preview maps. J1 Template uses
66
+ the jQuery plugin Owl Carousel as a base for image sliders. A carousel
67
+ app (slider) lets you present your images as shows.
70
68
 
71
69
  Lightboxes like LightGallery or Lightbox V2 support your web for enlarged
72
70
  image views of your picture or video content. Have a look, a quick tour
@@ -105,13 +103,13 @@ Find below an example of using the lightbox Lightbox standalone. See how
105
103
  single (individual) images are linked for use with Lightbox.
106
104
 
107
105
  .Lightbox block for standalone images
108
- lightbox::example-standalone[ 400, {data-images-standalone} ]
106
+ lightbox::example-standalone[ 800, {data-images-standalone}, role="mb-4" ]
109
107
 
110
108
  Lightbox supports image groups (image sets). Click on the images below to
111
109
  see how Lightbox manages a group of images.
112
110
 
113
111
  .Lightbox block for grouped images
114
- lightbox::example-group[ 400, {data-images-group}, group ]
112
+ lightbox::example-group[ 395, {data-images-group}, group, role="mb-4 wm-800" ]
115
113
 
116
114
  === LightGallery Example
117
115
 
@@ -120,7 +118,7 @@ supports a gallery-style thumbnail preview plus image resizing, a download
120
118
  dialog, sharing provider support, and more helpful. Check what
121
119
  LightGallery can do this by the following example.
122
120
 
123
- gallery::jg_old_times[]
121
+ gallery::jg_old_times[ role="mb-4 wm-800" ]
124
122
 
125
123
  == J1 Carousel App
126
124
 
@@ -209,21 +207,18 @@ carousel::demo_oneslide[role="mb-3"]
209
207
 
210
208
  JustifiedGallery is a great jQuery plugin to create responsive, infinite,
211
209
  and high-quality justified image galleries. J1 Template combines the Gallery
212
- with the lightboxes supported to enlarge the images of a gallery.
213
-
214
- See JustifiedGallery in action - and for sure, all that you see is even
215
- responsive. Change the size of your current browser window, by width or height,
216
- to see what will happen!
210
+ with the lightboxes supported to enlarge the images of a gallery. See the
211
+ gallery in action; and for sure, all that you see is even responsive. Change
212
+ the size of your current browser window, by width or height to see what will
213
+ happen!
217
214
 
218
215
  Pictures you've made are typically not even in size. Images may have the
219
216
  same size (resolution), but some are orientated landscapes, or others
220
217
  may be portraits. For that reason, a more powerful gallery is needed to create
221
- so-called justified views.
222
-
223
- JustifiedGallery uses a so-called masonry grid layout. It works by
224
- placing elements in an optimal position based on available horizontal and
225
- vertical space. Sort of like mason fitting stones in a wall. You'll have
226
- seen it in use all over the Internet!
218
+ so-called justified views. JustifiedGallery uses a so-called masonry grid
219
+ layout. It works by placing elements in an optimal position based on available
220
+ horizontal and vertical space. Sort of like mason fitting stones in a wall.
221
+ You'll have seen it in use all over the Internet!
227
222
 
228
223
  .Masonry grid layout of JustifiedGallery
229
224
  gallery::jg_customizer[]
@@ -135,6 +135,7 @@ resource_options:
135
135
 
136
136
  // Include sub-documents (if any)
137
137
  // -----------------------------------------------------------------------------
138
+ [role="dropcap"]
138
139
  Playing video on web pages seems not that special since you can already
139
140
  watch videos on web pages through plugins like _Flash Player_, _Quicktime_,
140
141
  or _Silverlight_. A new standard goes to HTML5 Video, a pure HTML way to
@@ -166,39 +167,121 @@ license is needed for business use. See
166
167
  link:{url-light-gallery--license}[LightGallery licenses, {browser-window--new}]
167
168
  how to use LightGallery for commercial websites and projects.
168
169
 
169
- == Local video content
170
+ == Local Video content
170
171
 
171
- Digital image content, simple pictures or videos, are easy to make. Today, every mobile has a camera - not that bad! Presenting a bunch
172
- of (digital) pictures is done very easily by using Justified Gallery, for example.
173
- Videos created by a digicam or a mobile can be played by J1 Template using the
174
- HTML5 Video support of LightGallery.
172
+ Digital image content, simple pictures or videos, are easy to make. Today,
173
+ every mobile has a camera. Presenting a bunch of (digital) pictures is done
174
+ very easily by using Justified Gallery. Videos created by a digicam or a mobile
175
+ can be played by J1 Template using the HTML5 Video support. Present videos you
176
+ have made at it's best.
175
177
 
176
178
  Two players are available with LightGallery:
177
179
 
178
180
  . an internal player used by default
179
181
  . {url-videojs--home}[video.js, {browser-window--new}], a excellent
180
- Javascript video library
182
+ Javascript video library including a great player
181
183
 
182
- NOTE: The HTML5 specification does _not_ define which video and audio formats
183
- browsers _should_ support. J1 LightGallery can play all types of standard
184
+ NOTE: The HTML5 specification does *not* define which video and audio formats
185
+ browsers *should* support. J1 LightGallery can play all types of standard
184
186
  HTML5 Video formats on modern browsers today (MP4, WebM, and Ogg).
185
187
 
188
+ .MP4 Videos - VideoJS Player
186
189
  gallery::jg_video_html5[role="mb-5"]
187
190
 
188
- == Online video content
191
+ == Online Video content
189
192
 
190
- The Internet is full of inspiring content. Video content is popular,
191
- the number of channels on _YouTube_ is enormous. If you want to present
192
- video content from the Internet, e.g., your channel, the online video
193
- support of J1 Template may be the right choice. Find some enjoyable videos
194
- from James Cordon's channel: Carpool Karaoke.
193
+ The Internet is full of inspiring content. If you want to present video
194
+ content from the Internet, the online video support of J1 Template is the
195
+ right choice.
195
196
 
196
- .YouTube Video Gallery - Carpool Karaoke
197
+ === YouTube
198
+
199
+ The community at link:{url-youtube--home}[YouTube, {browser-window--new}] is
200
+ large, with over 1 billion users that watch hundreds of millions of hours of
201
+ content every day. The
202
+ link:{url-alexa-scores--youtube}[Alexa Internet, {browser-window--new}]
203
+ scores are impressive. For good reasons: the number of channels on YouTube
204
+ is enormous. For TV-Stations, it's a must to publish videos of their shows
205
+ on YouTube. Find below a current gallery from *The Voice Kids* (SAT.1)
206
+ Germany and a real classic channel *Carpool Karaoke* from the frontman James
207
+ Corden of *The Late Late Show* at CBS, Los Angeles.
208
+
209
+ .The Voice Kids, Germany 2021
210
+ gallery::jg_video_online_youtube_2[role="mb-5"]
211
+
212
+ .James Cordon's Carpool Karaoke
197
213
  gallery::jg_video_online_youtube[role="mb-5"]
198
214
 
215
+ === Vimeo
216
+
217
+ link:{url-vimeo--home}[Vimeo, {browser-window--new}] is a video-sharing
218
+ platform that includes features such as live-streaming and customization.
219
+ Vimeo provides many tools for video creation, editing, and broadcasting.
220
+ The platform provides you with an excellent channel to present high-quality,
221
+ professional videos and reach audiences worldwide.
222
+
223
+ Vimeo does offer a basic, free membership, but it limits you to 500MB maximum
224
+ storage per week. Alternately, you can book on paid plans: Plus, PRO, Business.
225
+ Each membership has varied storage limits, but the free plan offers sufficient
226
+ space for private projects to present video content without advertising.
227
+
228
+ NOTE: A great plus using Vimeo is that *no advertising* is used on that
229
+ platform. Find the current
230
+ link:{url-alexa-scores--vimeo}[Alexa Internet, {browser-window--new}]
231
+ ranking from here.
232
+
199
233
  .Vimeo Video Gallery - Fashion
200
234
  gallery::jg_video_online_vimeo[role="mb-5"]
201
235
 
236
+ === DailyMotion
237
+
238
+ link:{url-dailymotion--home}[Dailymotion, {browser-window--new}] is a French
239
+ video-sharing technology platform primarily owned by
240
+ link:{url-vivendi--home}[Vivendi, {browser-window--new}]. The platform is
241
+ available worldwide in 183 languages and 43 localised versions featuring local
242
+ home pages and local content.
243
+
244
+ The platform is a monetization solution that allows allows to directly connect
245
+ to high-quality advertisers through a proprietary Advertising Solution. Like
246
+ YouTube, videos cav be watched for free, but ads are shown on each and every
247
+ video.
248
+
249
+ Dailymotion allows users to search videos by *tags*, topic *channels*, or
250
+ user-created *groups*. Users can upload videos of up to 2 gigabytes and a
251
+ length of 60 minutes. If a user is a MotionMaker or MotionPartner, a program
252
+ for particularly creative users or partners, they can upload videos of
253
+ unlimited length. Check the ranking at
254
+ link:{url-alexa-scores--dailymotion}[Alexa Internet, {browser-window--new}].
255
+
256
+ NOTE: Like YouTube, DailyMotion is a commercial platform using *advertising*
257
+ on all video content. On every video, an ad clip is presented of 15 to
258
+ 30 seconds in length.
259
+
260
+ .DailyMotion Video Gallery - SELF Magazine (Channel)
261
+ gallery::jg_video_online_dailymotion[role="mb-5"]
262
+
263
+ === VK
264
+
265
+ link:{url-vk--home}[VK, {browser-window--new}], former Vkontakte.ru until
266
+ January 2012, is a multilingual social network operated from Russia.
267
+ Registered users can create a profile on VK and exchange information with
268
+ other users.
269
+
270
+ According to the operator, the platform has over 100 million active users,
271
+ but mainly in Russia, Ukraine, and other Russian spoken countries. According
272
+ to link:{url-alexa-scores--vk}[Alexa Internet, {browser-window--new}]
273
+ VK is among the most popular websites in Russia.
274
+
275
+ NOTE: VK is accused of insufficient protection of personal data. The platform
276
+ is also openly criticized by neo-Nazi and neo-fascist Groups used without
277
+ there being a handle against them so far. To date, the Russian investigative
278
+ authorities (especially the FSB) have not made any efforts to identify
279
+ right-wing extremists or to suppress racist currents on the platform.
280
+
281
+ .VK Video Gallery - Wildlife
282
+ gallery::jg_video_online_vk[role="mb-5"]
283
+
284
+
202
285
  == What next
203
286
 
204
287
  Images and videos are pretty visual. And it can be impressive, for sure.
@@ -206,4 +289,5 @@ But the most visual component is the text for all pages, for all sites on the
206
289
  Internet. To see how text could be presented great for modern responsive
207
290
  websites, check the section Typography next.
208
291
 
209
- What? Please find out how it works. Go for: link:{url-roundtrip--typography}[Typography], then.
292
+ What? Please find out how it works.
293
+ Go for: link:{url-roundtrip--typography}[Typography], then.
@@ -58,8 +58,7 @@ resource_options:
58
58
 
59
59
  // Include sub-documents (if any)
60
60
  // -----------------------------------------------------------------------------
61
- == Typography
62
-
61
+ [role="dropcap"]
63
62
  The character font serves as one of the most crucial branding elements for
64
63
  any business. Typography matters for any media presenting text. The text will
65
64
  take on an important role of acting as plain text but will also serve
@@ -57,6 +57,12 @@ resource_options:
57
57
 
58
58
  // Include sub-documents (if any)
59
59
  // -----------------------------------------------------------------------------
60
+ [role="dropcap"]
61
+ J1 Template supports popular icons font sets out-of-the-box. The icon sets MDI
62
+ and FA are very good in design and have a rich set of different icons for many
63
+ categories used for the Web. Iconify icons are not a locally stored icon-set
64
+ like MDI or FA. All icons are loaded over the Internet using the so-called
65
+ Unified OpenSource Icon Framework.
60
66
 
61
67
  == Icon Fonts
62
68