j1-template 2022.1.0 → 2022.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (210) 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/carousel.json +2 -2
  12. data/assets/data/galleries.json +17 -5
  13. data/assets/data/gallery_customizer.html +4 -5
  14. data/assets/data/j1_config.json +42 -0
  15. data/assets/data/panel.html +17 -0
  16. data/assets/data/quicklinks.html +4 -4
  17. data/assets/themes/j1/adapter/js/advertising.js +2 -2
  18. data/assets/themes/j1/adapter/js/algolia.js +5 -5
  19. data/assets/themes/j1/adapter/js/analytics.js +1 -1
  20. data/assets/themes/j1/adapter/js/asciidoctor.js +2 -2
  21. data/assets/themes/j1/adapter/js/attic.js +5 -5
  22. data/assets/themes/j1/adapter/js/bmd.js +12 -12
  23. data/assets/themes/j1/adapter/js/carousel.js +40 -30
  24. data/assets/themes/j1/adapter/js/clipboard.js +2 -2
  25. data/assets/themes/j1/adapter/js/comments.js +2 -2
  26. data/assets/themes/j1/adapter/js/cookieConsent.js +2 -2
  27. data/assets/themes/j1/adapter/js/customFunctions.js +2 -2
  28. data/assets/themes/j1/adapter/js/customModule.js +2 -2
  29. data/assets/themes/j1/adapter/js/dropdowns.js +2 -2
  30. data/assets/themes/j1/adapter/js/fab.js +4 -4
  31. data/assets/themes/j1/adapter/js/framer.js +2 -2
  32. data/assets/themes/j1/adapter/js/j1.js +9 -9
  33. data/assets/themes/j1/adapter/js/justifiedGallery.js +42 -30
  34. data/assets/themes/j1/adapter/js/justifiedGalleryCustomizer.js +126 -113
  35. data/assets/themes/j1/adapter/js/lightbox.js +34 -30
  36. data/assets/themes/j1/adapter/js/logger.js +2 -2
  37. data/assets/themes/j1/adapter/js/{quicksearch.js → lunr.js} +17 -19
  38. data/assets/themes/j1/adapter/js/mmenu.js +7 -7
  39. data/assets/themes/j1/adapter/js/navigator.js +5 -5
  40. data/assets/themes/j1/adapter/js/rangeSlider.js +96 -83
  41. data/assets/themes/j1/adapter/js/rouge.js +26 -22
  42. data/assets/themes/j1/adapter/js/rtable.js +2 -2
  43. data/assets/themes/j1/adapter/js/rtextResizer.js +6 -22
  44. data/assets/themes/j1/adapter/js/scroller.js +2 -2
  45. data/assets/themes/j1/adapter/js/themer.js +3 -3
  46. data/assets/themes/j1/adapter/js/toccer.js +5 -5
  47. data/assets/themes/j1/adapter/js/translator.js +2 -2
  48. data/assets/themes/j1/core/css/themes/unolight/bootstrap.css +19 -6
  49. data/assets/themes/j1/core/css/themes/unolight/bootstrap.min.css +2 -2
  50. data/assets/themes/j1/core/css/vendor.css +2 -3
  51. data/assets/themes/j1/core/css/vendor.min.css +1 -1
  52. data/assets/themes/j1/core/js/template.js +1 -6
  53. data/assets/themes/j1/core/js/template.min.js +1 -6
  54. data/assets/themes/j1/core/js/template.min.js.map +1 -1
  55. data/assets/themes/j1/modules/lightGallery/js/core/j1/lightgallery-x.js +1 -1
  56. data/assets/themes/j1/modules/lightGallery/js/core/lightgallery.js +1 -1
  57. data/assets/themes/j1/modules/lightGallery/js/modules/j1/j1-x-video.js +28 -12
  58. data/assets/themes/j1/modules/lightGallery/js/modules/j1/j1-x-video.min.js +1 -1
  59. data/assets/themes/j1/modules/lightGallery/js/modules/lg-thumbnail.js +1 -1
  60. data/assets/themes/j1/modules/lightGallery/js/modules/lg-thumbnail.min.js +1 -2
  61. data/assets/themes/j1/modules/lightbox/css/theme/uno.min.css +1 -11
  62. data/assets/themes/j1/modules/{lunrSearch/css/quicksearch.css → lunr/css/j1.css} +2 -2
  63. data/assets/themes/j1/modules/lunr/css/j1.min.css +15 -0
  64. data/assets/themes/j1/modules/{lunrSearch → lunr}/js/dateformat.js +0 -0
  65. data/assets/themes/j1/modules/{lunrSearch → lunr}/js/dateformat.min.js +0 -0
  66. data/assets/themes/j1/modules/{lunrSearch/js/quicksearch.js → lunr/js/j1.js} +11 -8
  67. data/assets/themes/j1/modules/{lunrSearch/js/quicksearch.min.js → lunr/js/j1.min.js} +1 -1
  68. data/assets/themes/j1/modules/{lunrSearch → lunr}/js/lunr.js +0 -0
  69. data/assets/themes/j1/modules/{lunrSearch → lunr}/js/lunr.language.support.js +0 -0
  70. data/assets/themes/j1/modules/{lunrSearch → lunr}/js/lunr.language.support.min.js +0 -0
  71. data/assets/themes/j1/modules/{lunrSearch → lunr}/js/lunr.min.js +0 -0
  72. data/assets/themes/j1/modules/{lunrSearch → lunr}/js/mustache.js +0 -0
  73. data/assets/themes/j1/modules/{lunrSearch → lunr}/js/mustache.min.js +0 -0
  74. data/assets/themes/j1/modules/{lunrSearch → lunr}/js/uri.js +0 -0
  75. data/assets/themes/j1/modules/{lunrSearch → lunr}/js/uri.min.js +0 -0
  76. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.ar.js +0 -0
  77. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.ar.min.js +0 -0
  78. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.da.js +0 -0
  79. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.da.min.js +0 -0
  80. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.de.js +0 -0
  81. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.de.min.js +0 -0
  82. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.du.js +0 -0
  83. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.du.min.js +0 -0
  84. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.es.js +0 -0
  85. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.es.min.js +0 -0
  86. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.fi.js +0 -0
  87. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.fi.min.js +0 -0
  88. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.fr.js +0 -0
  89. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.fr.min.js +0 -0
  90. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.hu.js +0 -0
  91. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.hu.min.js +0 -0
  92. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.it.js +0 -0
  93. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.it.min.js +0 -0
  94. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.ja.js +0 -0
  95. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.ja.min.js +0 -0
  96. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.jp.js +0 -0
  97. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.jp.min.js +0 -0
  98. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.multi.js +0 -0
  99. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.multi.min.js +0 -0
  100. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.nl.js +0 -0
  101. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.nl.min.js +0 -0
  102. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.no.js +0 -0
  103. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.no.min.js +0 -0
  104. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.pt.js +0 -0
  105. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.pt.min.js +0 -0
  106. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.ro.js +0 -0
  107. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.ro.min.js +0 -0
  108. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.ru.js +0 -0
  109. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.ru.min.js +0 -0
  110. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.sv.js +0 -0
  111. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.sv.min.js +0 -0
  112. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.th.js +0 -0
  113. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.tr.js +0 -0
  114. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.tr.min.js +0 -0
  115. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.vi.js +0 -0
  116. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.vi.min.js +0 -0
  117. data/assets/themes/j1/modules/mmenuLight/css/mmenu-light.min.css +2 -375
  118. data/assets/themes/j1/modules/mmenuLight/css/theme/uno/mmenu.css +14 -5
  119. data/assets/themes/j1/modules/mmenuLight/css/theme/uno/mmenu.min.css +2 -179
  120. data/assets/themes/j1/modules/msDropdown/css/msDropdown.min.css +1 -12
  121. data/assets/themes/j1/modules/msDropdown/css/themes/uno/msDropdown.css +3 -1
  122. data/assets/themes/j1/modules/msDropdown/css/themes/uno/msDropdown.min.css +23 -0
  123. data/assets/themes/j1/modules/videojs/css/video-js.css +6 -2
  124. data/assets/themes/j1/modules/videojs/css/video-js.min.css +1 -1
  125. data/lib/j1/version.rb +1 -1
  126. data/lib/starter_web/Gemfile +1 -1
  127. data/lib/starter_web/_config.yml +68 -95
  128. data/lib/starter_web/_data/apps/defaults/justifiedGalleryCustomizer.yml +168 -0
  129. data/lib/starter_web/_data/blocks/panel.yml +2 -0
  130. data/lib/starter_web/_data/j1_config.yml +33 -1
  131. data/lib/starter_web/_data/layouts/app.yml +11 -6
  132. data/lib/starter_web/_data/layouts/article_navigator.yml +8 -3
  133. data/lib/starter_web/_data/layouts/blog_archive.yml +8 -3
  134. data/lib/starter_web/_data/layouts/collection.yml +14 -21
  135. data/lib/starter_web/_data/layouts/default.yml +11 -36
  136. data/lib/starter_web/_data/layouts/home.yml +14 -22
  137. data/lib/starter_web/_data/layouts/news_panel_posts.yml +8 -3
  138. data/lib/starter_web/_data/layouts/page.yml +8 -14
  139. data/lib/starter_web/_data/layouts/post.yml +8 -3
  140. data/lib/starter_web/_data/layouts/raw.yml +14 -9
  141. data/lib/starter_web/_data/{builder → modules}/blog_navigator.yml +4 -4
  142. data/lib/starter_web/_data/{apps → modules}/carousel.yml +2 -2
  143. data/lib/starter_web/_data/{builder → modules}/defaults/blog_navigator.yml +4 -5
  144. data/lib/starter_web/_data/{apps → modules}/defaults/carousel.yml +1 -1
  145. data/lib/starter_web/_data/{apps → modules}/defaults/justifiedGallery.yml +1 -1
  146. data/lib/starter_web/_data/{apps → modules}/defaults/lightGallery.yml +1 -1
  147. data/lib/starter_web/_data/{apps → modules}/defaults/lightbox.yml +2 -2
  148. data/lib/starter_web/_data/modules/defaults/{quicksearch.yml → lunr.yml} +6 -15
  149. data/lib/starter_web/_data/modules/defaults/navigator.yml +1 -1
  150. data/lib/starter_web/_data/{apps → modules}/justifiedGallery.yml +101 -50
  151. data/lib/starter_web/_data/{apps → modules}/lightGallery.yml +1 -1
  152. data/lib/starter_web/_data/{apps → modules}/lightbox.yml +2 -2
  153. data/lib/starter_web/_data/modules/{quicksearch.yml → lunr.yml} +4 -7
  154. data/lib/starter_web/_data/modules/navigator_menu.yml +1 -1
  155. data/lib/starter_web/_data/modules/rangeSlider.yml +2 -2
  156. data/lib/starter_web/_data/resources.yml +20 -21
  157. data/lib/starter_web/_includes/attributes.asciidoc +16 -3
  158. data/lib/starter_web/_plugins/asciidoctor-extensions/lightbox-block.rb +6 -4
  159. data/lib/starter_web/_plugins/filters.rb +53 -0
  160. data/lib/starter_web/_plugins/lunr_index.rb +11 -6
  161. data/lib/starter_web/assets/images/modules/attics/joanna-kosinska-1920x1280.jpg +0 -0
  162. data/lib/starter_web/assets/videos/gallery/dailymotion/meditation.jpg +0 -0
  163. data/lib/starter_web/assets/videos/gallery/dailymotion/pilates.jpg +0 -0
  164. data/lib/starter_web/assets/videos/gallery/html5/video1.mp4 +0 -0
  165. data/lib/starter_web/assets/videos/gallery/html5/video2.mp4 +0 -0
  166. data/lib/starter_web/assets/videos/gallery/vk/hai.jpg +0 -0
  167. data/lib/starter_web/assets/videos/gallery/vk/otter.jpg +0 -0
  168. data/lib/starter_web/assets/videos/gallery/voice_kids_de_2021/battle.jpg +0 -0
  169. data/lib/starter_web/assets/videos/gallery/voice_kids_de_2021/ben.jpg +0 -0
  170. data/lib/starter_web/assets/videos/gallery/voice_kids_de_2021/constance.jpg +0 -0
  171. data/lib/starter_web/assets/videos/gallery/voice_kids_de_2021/elisa.jpg +0 -0
  172. 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
  173. data/lib/starter_web/collections/posts/public/featured/_posts/2021-02-01-site-generators.adoc +2 -2
  174. data/lib/starter_web/collections/posts/public/featured/_posts/2022-02-28-about-j1.adoc +1 -1
  175. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-01-post-wiki-series.adoc +2 -2
  176. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-02-post-wiki-series.adoc +2 -2
  177. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-03-post-wiki-series.adoc +2 -2
  178. data/lib/starter_web/package.json +1 -1
  179. data/lib/starter_web/pages/public/_blog/navigator/archive/categoryview.html +254 -0
  180. data/lib/starter_web/pages/public/_blog/navigator/archive/dateview.html +238 -0
  181. data/lib/starter_web/pages/public/_blog/navigator/archive/tagview.html +283 -0
  182. data/lib/starter_web/pages/public/_blog/navigator/archive.html +204 -0
  183. data/lib/starter_web/pages/public/_blog/navigator/index.html +53 -0
  184. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/000_intro.adoc +2 -4
  185. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/100_converter.adoc +15 -3
  186. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/200_themes.adoc +15 -3
  187. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/documentation.adoc +5 -7
  188. data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/multi.adoc +5 -7
  189. data/lib/starter_web/pages/public/asciidoc_skeletons/simple-document/simple.adoc +5 -7
  190. data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +33 -12
  191. data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +30 -11
  192. data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +28 -11
  193. data/lib/starter_web/pages/public/blog/navigator/archive.html +29 -11
  194. data/lib/starter_web/pages/public/blog/navigator/index.html +2 -1
  195. data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.adoc +13 -17
  196. data/lib/starter_web/pages/public/learn/roundtrip/100_present_videos.adoc +99 -16
  197. data/lib/starter_web/pages/public/learn/roundtrip/400_asciidoc_extensions.adoc +74 -74
  198. data/lib/starter_web/pages/public/learn/roundtrip/420_responsive_tables_extensions.adoc +1 -1
  199. data/lib/starter_web/pages/public/learn/roundtrip/600_quicksearch.adoc +7 -13
  200. data/lib/starter_web/pages/public/learn/roundtrip/_includes/attributes.asciidoc +2 -2
  201. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  202. data/lib/starter_web/utilsrv/package.json +1 -1
  203. metadata +91 -77
  204. data/assets/themes/j1/modules/lunrSearch/css/quicksearch.min.css +0 -32
  205. data/lib/starter_web/_data/layouts/home.ads.yml +0 -262
  206. data/lib/starter_web/_data/layouts/home.no-ads.yml +0 -262
  207. data/lib/starter_web/_data/pages/builder.yml +0 -87
  208. data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.ads.asciidoc +0 -265
  209. data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.base.asciidoc +0 -237
  210. 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:
@@ -105,13 +104,13 @@ Find below an example of using the lightbox Lightbox standalone. See how
105
104
  single (individual) images are linked for use with Lightbox.
106
105
 
107
106
  .Lightbox block for standalone images
108
- lightbox::example-standalone[ 400, {data-images-standalone} ]
107
+ lightbox::example-standalone[ 800, {data-images-standalone}, role="mb-4" ]
109
108
 
110
109
  Lightbox supports image groups (image sets). Click on the images below to
111
110
  see how Lightbox manages a group of images.
112
111
 
113
112
  .Lightbox block for grouped images
114
- lightbox::example-group[ 400, {data-images-group}, group ]
113
+ lightbox::example-group[ 395, {data-images-group}, group, role="mb-4 wm-800" ]
115
114
 
116
115
  === LightGallery Example
117
116
 
@@ -120,7 +119,7 @@ supports a gallery-style thumbnail preview plus image resizing, a download
120
119
  dialog, sharing provider support, and more helpful. Check what
121
120
  LightGallery can do this by the following example.
122
121
 
123
- gallery::jg_old_times[]
122
+ gallery::jg_old_times[ role="mb-4 wm-800" ]
124
123
 
125
124
  == J1 Carousel App
126
125
 
@@ -209,21 +208,18 @@ carousel::demo_oneslide[role="mb-3"]
209
208
 
210
209
  JustifiedGallery is a great jQuery plugin to create responsive, infinite,
211
210
  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!
211
+ with the lightboxes supported to enlarge the images of a gallery. See the
212
+ gallery in action; and for sure, all that you see is even responsive. Change
213
+ the size of your current browser window, by width or height to see what will
214
+ happen!
217
215
 
218
216
  Pictures you've made are typically not even in size. Images may have the
219
217
  same size (resolution), but some are orientated landscapes, or others
220
218
  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!
219
+ so-called justified views. JustifiedGallery uses a so-called masonry grid
220
+ layout. It works by placing elements in an optimal position based on available
221
+ horizontal and vertical space. Sort of like mason fitting stones in a wall.
222
+ You'll have seen it in use all over the Internet!
227
223
 
228
224
  .Masonry grid layout of JustifiedGallery
229
225
  gallery::jg_customizer[]
@@ -166,39 +166,121 @@ license is needed for business use. See
166
166
  link:{url-light-gallery--license}[LightGallery licenses, {browser-window--new}]
167
167
  how to use LightGallery for commercial websites and projects.
168
168
 
169
- == Local video content
169
+ == Local Video content
170
170
 
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.
171
+ Digital image content, simple pictures or videos, are easy to make. Today,
172
+ every mobile has a camera. Presenting a bunch of (digital) pictures is done
173
+ very easily by using Justified Gallery. Videos created by a digicam or a mobile
174
+ can be played by J1 Template using the HTML5 Video support. Present videos you
175
+ have made at it's best.
175
176
 
176
177
  Two players are available with LightGallery:
177
178
 
178
179
  . an internal player used by default
179
180
  . {url-videojs--home}[video.js, {browser-window--new}], a excellent
180
- Javascript video library
181
+ Javascript video library including a great player
181
182
 
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
183
+ NOTE: The HTML5 specification does *not* define which video and audio formats
184
+ browsers *should* support. J1 LightGallery can play all types of standard
184
185
  HTML5 Video formats on modern browsers today (MP4, WebM, and Ogg).
185
186
 
187
+ .MP4 Videos - VideoJS Player
186
188
  gallery::jg_video_html5[role="mb-5"]
187
189
 
188
- == Online video content
190
+ == Online Video content
189
191
 
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.
192
+ The Internet is full of inspiring content. If you want to present video
193
+ content from the Internet, the online video support of J1 Template is the
194
+ right choice.
195
195
 
196
- .YouTube Video Gallery - Carpool Karaoke
196
+ === YouTube
197
+
198
+ The community at link:{url-youtube--home}[YouTube, {browser-window--new}] is
199
+ large, with over 1 billion users that watch hundreds of millions of hours of
200
+ content every day. The
201
+ link:{url-alexa-scores--youtube}[Alexa Internet, {browser-window--new}]
202
+ scores are impressive. For good reasons: the number of channels on YouTube
203
+ is enormous. For TV-Stations, it's a must to publish videos of their shows
204
+ on YouTube. Find below a current gallery from *The Voice Kids* (SAT.1)
205
+ Germany and a real classic channel *Carpool Karaoke* from the frontman James
206
+ Corden of *The Late Late Show* at CBS, Los Angeles.
207
+
208
+ .The Voice Kids, Germany 2021
209
+ gallery::jg_video_online_youtube_2[role="mb-5"]
210
+
211
+ .James Cordon's Carpool Karaoke
197
212
  gallery::jg_video_online_youtube[role="mb-5"]
198
213
 
214
+ === Vimeo
215
+
216
+ link:{url-vimeo--home}[Vimeo, {browser-window--new}] is a video-sharing
217
+ platform that includes features such as live-streaming and customization.
218
+ Vimeo provides many tools for video creation, editing, and broadcasting.
219
+ The platform provides you with an excellent channel to present high-quality,
220
+ professional videos and reach audiences worldwide.
221
+
222
+ Vimeo does offer a basic, free membership, but it limits you to 500MB maximum
223
+ storage per week. Alternately, you can book on paid plans: Plus, PRO, Business.
224
+ Each membership has varied storage limits, but the free plan offers sufficient
225
+ space for private projects to present video content without advertising.
226
+
227
+ NOTE: A great plus using Vimeo is that *no advertising* is used on that
228
+ platform. Find the current
229
+ link:{url-alexa-scores--vimeo}[Alexa Internet, {browser-window--new}]
230
+ ranking from here.
231
+
199
232
  .Vimeo Video Gallery - Fashion
200
233
  gallery::jg_video_online_vimeo[role="mb-5"]
201
234
 
235
+ === DailyMotion
236
+
237
+ link:{url-dailymotion--home}[Dailymotion, {browser-window--new}] is a French
238
+ video-sharing technology platform primarily owned by
239
+ link:{url-vivendi--home}[Vivendi, {browser-window--new}]. The platform is
240
+ available worldwide in 183 languages and 43 localised versions featuring local
241
+ home pages and local content.
242
+
243
+ The platform is a monetization solution that allows allows to directly connect
244
+ to high-quality advertisers through a proprietary Advertising Solution. Like
245
+ YouTube, videos cav be watched for free, but ads are shown on each and every
246
+ video.
247
+
248
+ Dailymotion allows users to search videos by *tags*, topic *channels*, or
249
+ user-created *groups*. Users can upload videos of up to 2 gigabytes and a
250
+ length of 60 minutes. If a user is a MotionMaker or MotionPartner, a program
251
+ for particularly creative users or partners, they can upload videos of
252
+ unlimited length. Check the ranking at
253
+ link:{url-alexa-scores--dailymotion}[Alexa Internet, {browser-window--new}].
254
+
255
+ NOTE: Like YouTube, DailyMotion is a commercial platform using *advertising*
256
+ on all video content. On every video, an ad clip is presented of 15 to
257
+ 30 seconds in length.
258
+
259
+ .DailyMotion Video Gallery - SELF Magazine (Channel)
260
+ gallery::jg_video_online_dailymotion[role="mb-5"]
261
+
262
+ === VK
263
+
264
+ link:{url-vk--home}[VK, {browser-window--new}], former Vkontakte.ru until
265
+ January 2012, is a multilingual social network operated from Russia.
266
+ Registered users can create a profile on VK and exchange information with
267
+ other users.
268
+
269
+ According to the operator, the platform has over 100 million active users,
270
+ but mainly in Russia, Ukraine, and other Russian spoken countries. According
271
+ to link:{url-alexa-scores--vk}[Alexa Internet, {browser-window--new}]
272
+ VK is among the most popular websites in Russia.
273
+
274
+ NOTE: VK is accused of insufficient protection of personal data. The platform
275
+ is also openly criticized by neo-Nazi and neo-fascist Groups used without
276
+ there being a handle against them so far. To date, the Russian investigative
277
+ authorities (especially the FSB) have not made any efforts to identify
278
+ right-wing extremists or to suppress racist currents on the platform.
279
+
280
+ .VK Video Gallery - Wildlife
281
+ gallery::jg_video_online_vk[role="mb-5"]
282
+
283
+
202
284
  == What next
203
285
 
204
286
  Images and videos are pretty visual. And it can be impressive, for sure.
@@ -206,4 +288,5 @@ But the most visual component is the text for all pages, for all sites on the
206
288
  Internet. To see how text could be presented great for modern responsive
207
289
  websites, check the section Typography next.
208
290
 
209
- What? Please find out how it works. Go for: link:{url-roundtrip--typography}[Typography], then.
291
+ What? Please find out how it works.
292
+ Go for: link:{url-roundtrip--typography}[Typography], then.
@@ -85,7 +85,7 @@ The `View Result Extension` is quite helpful for sections discussing
85
85
  Asciidoc code and how the resulting (HTML) code would look alike.
86
86
 
87
87
  .This example place a button `VIEW` top right of the example box
88
- [source, prometheus, role="noclip"]
88
+ [source, no_template, role="noclip"]
89
89
  ----
90
90
  * displayed always
91
91
  ----
@@ -115,76 +115,46 @@ WARNING: Icon background-color: yellow
115
115
  .CAUTION block
116
116
  CAUTION: Icon background-color: red
117
117
 
118
- /////
119
- == Q&A Blocks
120
-
121
- Q&A sections are used quite often to answer popular questions. To make
122
- such a Q&A section more eye-minded. The additional Admonition Blocks
123
- `[QUESTION]` and `[ANSWER]` are available through the J1 Template Asciidoctor
124
- extensions.
118
+ == Lightboxes
125
119
 
126
- === Question block
120
+ A Lightbox is, in general, a helper which displays enlarged, almost
121
+ screen-filling versions of images (or videos) while dimming the remainder
122
+ of the page. The technique, introduced by Lightbox V2, gained widespread
123
+ popularity thanks to its simple style. The term lightbox has been employed
124
+ since then for Javascript libraries to support such functionality.
127
125
 
128
- The admonition Question block is an extension to the Asciidoc admonition
129
- block types that introduce an admonition of type question.
126
+ To make the use of the built-in lightbox easier, the J1 Template offers an
127
+ Asciidoc extension: the lightBox block macro. The block macro `lightbox::`
128
+ embeds one or more images into the output document and puts the default
129
+ lightbox for J1 automatically on. The images `size` (width) and additional
130
+ `caption text` and additional CSS styles are configurable for all images
131
+ using this macro.
130
132
 
131
- .Example of a question block
132
- [source, prometheus, role="noclip"]
133
+ .Lightbox block for single images
134
+ [source, no_template, role="noclip"]
133
135
  ----
134
- [QUESTION]
135
- What's the main tool for selecting colors?
136
+ .block_title
137
+ lightbox::<block_id>[ <images_width>, <images_data_id>, <role="<additional CSS styles>"> ]
136
138
  ----
137
139
 
138
- [.result]
139
- ====
140
- .QUESTION
141
- [QUESTION]
142
- What's the main tool for selecting colors used for J1 Template?
143
- ====
144
-
145
- === Answer block
146
-
147
- The Admonition Answer block is an extension to the Asciidoc admonition
148
- block types that introduce an admonition type of answer in conjunction
149
- with the type question's admonition.
150
-
151
- .Example of a answer block
152
- [source, prometheus, role="noclip"]
140
+ .Lightbox block for image groups
141
+ [source, no_template, role="noclip"]
153
142
  ----
154
- [ANSWER]
155
- For J1 Template, go for for the Core documentation section. You'll
156
- find the full color scheme for Material Design.
143
+ .block_title
144
+ lightbox::<block_id>[ <images_width>, <images_data_id>, <group_name>, <role="<additional CSS styles>"> ]
157
145
  ----
158
146
 
159
- [.result]
160
- ====
161
- .ANSWER
162
- [ANSWER]
163
- For J1 Template, go for the {jekyll-one-core-doc-color-scheme}[Core documentation, window="blank"] section.
164
- You'll find the full color scheme for Material Design.
147
+ [NOTE]
165
148
  ====
166
- /////
167
-
168
- == Lightboxes
149
+ The `role` parameter to specify additional CSS styles is for all `lightbox::`
150
+ macros *optional* and can be omitted.
169
151
 
170
- To make the use of the built-in Lightbox easier, the J1 Template offers an
171
- Asciidoc extension: the LightBox block macro. The `lightbox::` block macro
172
- embeds one or more images into the output document and puts the default
173
- lightbox for J1 automatically on. The images `size` (width) and additional
174
- `caption text` are configurable for all images using this macro.
175
-
176
- .Lightbox Block
177
- [source, prometheus, role="noclip"]
178
- ----
179
- .block_title
180
- lightbox::block_id[ images_width, images_data [, group_name] ]
181
- ----
182
-
183
- NOTE: For a `lightbox::` block, images are placed in the output document
152
+ For a `lightbox::` block, images are placed in the output document
184
153
  without any other scaling than in width - they are placed using simple
185
154
  HTML `img` tags. This technique is fine for images that are even in size.
186
155
  For images in different sizes, a gallery should be used as a J1 Gallery Apps
187
156
  to rearrange images and make them fit at their best for the available space.
157
+ ====
188
158
 
189
159
  === Standalone Images
190
160
 
@@ -193,13 +163,13 @@ defined as Asciidoc attributes. The image data is given as a string
193
163
  of data pairs:
194
164
 
195
165
  .Paired attributes
196
- [source, prometheus, role="noclip"]
166
+ [source, no_template, role="noclip"]
197
167
  ----
198
168
  "path/to/image-1, image-caption-1, ..."
199
169
  ----
200
170
 
201
171
  .Example of an data attribute for a lightbox block
202
- [source, prometheus, role="noclip"]
172
+ [source, no_template, role="noclip"]
203
173
  ----
204
174
  :data-images: "pages/image-1.jpg, Description 1, "pages/image-2.jpg, Description 2"
205
175
  ----
@@ -220,9 +190,9 @@ The parameter `group` for the `lightbox::` block is an option. If no
220
190
  standalone.
221
191
 
222
192
  .Lightbox block for standalone images
223
- [source, prometheus, role="noclip"]
193
+ [source, no_template, role="noclip"]
224
194
  ----
225
- lightbox::images-standalone[ 400, {data-images-standalone} ]
195
+ lightbox::<block_id>[ 400, {<data-images-id>} ]
226
196
  ----
227
197
 
228
198
  .Lightbox block for standalone images
@@ -236,14 +206,44 @@ of related images. Enabling this function, the option `group` needs to be
236
206
  configured for the block.
237
207
 
238
208
  .Lightbox block for grouped images
239
- [source, prometheus, role="noclip"]
209
+ [source, no_template, role="noclip"]
240
210
  ----
241
- lightbox::images-group[ 400, {data-images-group}, group_name ]
211
+ lightbox::<block_id>[ 400, {<data-images-group_id>}, <group_name> ]
242
212
  ----
243
213
 
244
214
  .Lightbox block for grouped images
245
215
  lightbox::images-group[ 400, {data-images-group}, group_name ]
246
216
 
217
+ == Galleries
218
+
219
+ JustifiedGallery, the default gallery for J1, is a great jQuery plugin to
220
+ create responsive, infinite, and high-quality justified image galleries.
221
+ J1 Template combines the Gallery with the lightboxes supported to enlarge
222
+ the images of a gallery.
223
+
224
+ Pictures you’ve made are typically not even in size. Images may have the same
225
+ size (resolution), but some are orientated landscapes, or others may be
226
+ portrait. For that reason, a more powerful gallery is needed to create
227
+ a so-called masonry grid layout. It works by placing elements in an optimal
228
+ position based on available horizontal and vertical space. Sort of like mason
229
+ fitting stones in a wall.
230
+
231
+ .Gallerie macro for images and videos
232
+ [source, no_template]
233
+ ----
234
+ .block_title
235
+ gallery::<gallery_id>[role="<additional CSS styles>"]
236
+ ----
237
+
238
+ === Image galleries
239
+
240
+ lorem:sentences[5]
241
+
242
+ === Video galleries
243
+
244
+ lorem:sentences[5]
245
+
246
+
247
247
  == Country flags
248
248
 
249
249
  Country flags are often used in the context of language-specific selections
@@ -256,7 +256,7 @@ documents included.
256
256
 
257
257
  Country flags can be used as inline icons by using the `flag:` inline macro:
258
258
 
259
- [source, prometheus, role="noclip"]
259
+ [source, no_template, role="noclip"]
260
260
  ----
261
261
  flag:country[style, size, modifier] <1> <2> <3> <4>
262
262
  ----
@@ -269,7 +269,7 @@ flag:country[style, size, modifier] <1> <2> <3> <4>
269
269
  BS styles for margin setting and other
270
270
 
271
271
  .Click on button `VIEW` to see how it's looks alike
272
- [source, prometheus, role="noclip"]
272
+ [source, no_template, role="noclip"]
273
273
  ----
274
274
  flag:de[rectangle, 2x, ml-3 mr-2 mb-2] Germany (rectangle) +
275
275
  flag:de[squared, 2x, ml-3 mr-3 mb-2] Germany (square)
@@ -357,7 +357,7 @@ All icon fonts are supported:
357
357
  Material Designs Icons can be used as inline icons by using
358
358
  the `mdi:` inline macro:
359
359
 
360
- [source, prometheus, role="noclip"]
360
+ [source, no_template, role="noclip"]
361
361
  ----
362
362
  mdi:icon_name[icon_size, modifier] <1> <2> <3>
363
363
  ----
@@ -368,7 +368,7 @@ mdi:icon_name[icon_size, modifier] <1> <2> <3>
368
368
  animation (fa-pulsed) or the orientation (fa-rotate-45)
369
369
 
370
370
  .Click on button `VIEW` to see how it's looks alike
371
- [source, prometheus, role="noclip"]
371
+ [source, no_template, role="noclip"]
372
372
  ----
373
373
  mdi:home[2x, mdi-pulsed ml-3 mr-2 mb-2] Symbol icon (pulsed) +
374
374
  mdi:font-awesome[2x, ml-3 mr-2 mb-2] Brand icon +
@@ -391,7 +391,7 @@ settings for the `modifier` are applied.
391
391
  Font Awesome Icons can be used as inline icons by using
392
392
  the `fas:` (solid icons) or `fab` (brand icons) inline macro:
393
393
 
394
- [source, prometheus, role="noclip"]
394
+ [source, no_template, role="noclip"]
395
395
  ----
396
396
  fas:icon_name[icon_size, modifier] <1> <2> <3>
397
397
  ----
@@ -402,7 +402,7 @@ fas:icon_name[icon_size, modifier] <1> <2> <3>
402
402
  animation (fa-pulsed) or the orientation (fa-rotate-45) of an icon
403
403
 
404
404
  .Click on button `VIEW` to see how it's looks alike
405
- [source, prometheus, role="noclip"]
405
+ [source, no_template, role="noclip"]
406
406
  ----
407
407
  fas:home[2x, fa-pulsed ml-2 mr-2 mb-2] Solid icon (pulsed) +
408
408
  fab:font-awesome[2x, ml-3 mr-2 mb-2] Brand icon +
@@ -426,7 +426,7 @@ settings for the `modifier` are applied.
426
426
  Iconify Icons can be used as inline icons by using the `iconify:`
427
427
  inline macro:
428
428
 
429
- [source, prometheus, role="noclip"]
429
+ [source, no_template, role="noclip"]
430
430
  ----
431
431
  iconify:icon_name[icon_size, modifier] <1> <2> <3>
432
432
  ----
@@ -437,7 +437,7 @@ iconify:icon_name[icon_size, modifier] <1> <2> <3>
437
437
  positioning classes for margings and padding
438
438
 
439
439
  .Click on button `VIEW` to see how it's looks alike
440
- [source, prometheus, role="noclip"]
440
+ [source, no_template, role="noclip"]
441
441
  ----
442
442
  iconify:logos:opensource[2x, ml-4 mr-2 mb-2] Brand icon OpenSource +
443
443
  iconify:logos:netlify[2x, ml-4 mr-2 mb-2] Brand icon Netlify +
@@ -470,7 +470,7 @@ applied, the color settings will have no effect.
470
470
  Twitter Emoji's can be used as inline icons by using the `emoji:`
471
471
  inline macro:
472
472
 
473
- [source, prometheus]
473
+ [source, no_template]
474
474
  ----
475
475
  emoji:icon_name[icon_size] <1> <2>
476
476
  ----
@@ -479,7 +479,7 @@ emoji:icon_name[icon_size] <1> <2>
479
479
  <2> The `icon_size` attribute can be one of: `xs`, `sm`, `lg` and `1x` to `5x`
480
480
 
481
481
  .Click on button `VIEW` to see how it's look alike
482
- [source, prometheus, role="noclip"]
482
+ [source, no_template, role="noclip"]
483
483
  ----
484
484
  This is an example of how you can emoji:heart[2x, pulsed mt-1] Asciidoctor
485
485
  and Twitter Emoji emoji:smile[].
@@ -506,14 +506,14 @@ finished yet.
506
506
  Placeholders for blind text comes in several flavors given by `macro`. The
507
507
  syntax for the `lorem:` inline macro is simple like this:
508
508
 
509
- [source, prometheus]
509
+ [source, no_template]
510
510
  ----
511
511
  lorem:macro[]
512
512
  lorem:macro[size]
513
513
  ----
514
514
 
515
515
  .Example of a lorem sentences macro
516
- [source, prometheus, role="noclip"]
516
+ [source, no_template, role="noclip"]
517
517
  ----
518
518
  lorem:sentences[5]
519
519
  ----