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,18 +1,21 @@
1
1
  ---
2
2
  title: Themes
3
+ title_extention: Free Bootstrap themes for J1 Template
3
4
  tagline: Bootstrap Styles
5
+
4
6
  date: 2020-11-10
5
7
  #last_modified: 2023-01-01
8
+
6
9
  description: >
7
- J1 Template is a Bootstrap V5 website template for the static
8
- site generator Jekyll.
9
10
  J1 Template offers various unique functionalities compared to other Jekyll
10
11
  themes and templates. Bootstrap themes for the J1 Template are based on the
11
12
  free and open-source CSS front-end framework Bootstrap of version V5. The
12
13
  Bootstrap themes for the J1 enable the presentation of different versions
13
14
  (skins) of the same site using already prepared Bootstrap CSS templates.
14
15
  keywords: >
15
- Jekyll, Theme, JekyllOne, CSS, Bootstrap, Style, Skin, Roundtrip
16
+ open source, free, template, jekyll, jekyllone, web,
17
+ sites, static, jamstack, bootstrap,
18
+ css, style, theme, skin
16
19
 
17
20
  categories: [ Roundtrip ]
18
21
  tags: [ Bootstrap, Module, Theme ]
@@ -25,7 +28,7 @@ image:
25
28
  regenerate: false
26
29
  permalink: /pages/public/learn/roundtrip/themes/
27
30
 
28
- resources: [ animate, rouge, clipboard, lightbox ]
31
+ resources: [ animate, rouge, clipboard ]
29
32
  resource_options:
30
33
  - attic:
31
34
  slides:
@@ -59,27 +62,33 @@ resource_options:
59
62
  // Page content
60
63
  // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
61
64
  [role="dropcap"]
62
- Bootstrap themes (styles) for the J1 are based on the free and open-source
65
+ Bootstrap themes for the J1 Template are based on the free and open-source
63
66
  CSS front-end framework of version V5. The Bootstrap theme feature enables
64
67
  the presentation of different versions of the same site using already prepared
65
- Bootstrap CSS styles.
68
+ Bootstrap CSS style sets.
66
69
 
67
- link:{url-bs--home}[Bootstrap, {browser-window--new}] is an HTML, CSS and
70
+ NOTE: link:{url-bs--home}[Bootstrap, {browser-window--new}] is an HTML, CSS and
68
71
  Javascripts Library that focuses on simplifying the development of modern web
69
72
  pages. The primary purpose of applying the framework to J1 is to provide a
70
73
  general standard for colors, sizes, fonts, and the overall layout of a
71
- J1-based site.
74
+ based site.
75
+
76
+ Using themes results in a uniform appearance for the content in terms of the
77
+ overall layout, text, tables, and form elements across all modern web browsers
78
+ available on the market. In addition, developers can take advantage of CSS
79
+ classes defined in Bootstrap to customize a layout individually.
80
+
81
+ mdi:clock-time-five-outline[24px, md-gray mt-4 mr-2]
82
+ *3 Minutes* to read
72
83
 
73
- Using Bootstrap themes results in a uniform appearance for the content in
74
- terms of the overall layout, text, tables, and form elements across all
75
- modern web browsers available on the market. In addition, developers can
76
- take advantage of CSS classes defined in Bootstrap to customize content
77
- individually.
84
+ mdi:clock-time-five-outline[24px, md-gray mt-4 mr-2]
85
+ *3 Minutes* to read
78
86
 
79
87
  // Include sub-documents (if any)
80
88
  // -----------------------------------------------------------------------------
81
89
  include::{documentdir}/themes_bootstrap.asciidoc[]
82
90
 
91
+ [role="mt-5"]
83
92
  == What next
84
93
 
85
94
  J1 Template is an excellent base for documentation websites. J1 supports
@@ -87,15 +96,15 @@ powerful code highlighting to distinguish different source code elements
87
96
  visually. Highlighting makes the code more readable and easier to understand
88
97
  by applying different colors or styles to different parts of the code.
89
98
 
90
- Different programming languages have specific syntax rules and conventions,
99
+ Programming languages have specific syntax rules and conventions,
91
100
  so code highlighting is tailored to each language. For example, in a typical
92
- JavaScript syntax highlighting scheme, keywords like `if`, `for`, and
93
- `function` may be displayed in one color, while variables and strings are
101
+ JavaScript syntax highlighting scheme, keywords like *if*, *for*, or
102
+ function be displayed in one color, while variables and strings are
94
103
  displayed in another.
95
104
 
96
- The highlighter _Rouge_ is a native Ruby themeable syntax highlighter fully
97
- integrated width J1 Template. The highlighter supports 100+ different languages
98
- and generates HTML output using standard ANSI 256 colors displayed by all
105
+ The highlighter _Rouge_ is a native Ruby-based themeable syntax highlighter
106
+ integrated by J1 Template. The highlighter supports 100+ different languages
107
+ and generates HTML output using 256 standard *ANSI* colors displayed by all
99
108
  current browsers.
100
109
 
101
110
  To check the code highlighter J1 Template offers, go for the
@@ -1,18 +1,20 @@
1
1
  ---
2
2
  title: Rouge
3
+ title_extention: Ruby themeable syntax highlighter for J1 Template
3
4
  tagline: Code Highlighter
5
+
4
6
  date: 2023-07-08
5
7
  #last_modified: 2023-01-01
8
+
6
9
  description: >
7
- J1 Template is a Bootstrap V5 website template for the static
8
- site generator Jekyll.
9
10
  Rouge is a native Ruby themeable syntax highlighter fully
10
- integrated width J1 Template. The highlighter supports 100+
11
+ integrated with J1 Template. The highlighter supports 100+
11
12
  different languages and generates HTML output using standard
12
13
  ANSI 256-colors displayed by all current browsers.
13
-
14
14
  keywords: >
15
- Jekyll, Theme, JekyllOne, Highlighter, Rouge, Roundtrip
15
+ open source, free, template, jekyll, jekyllone, web,
16
+ sites, static, jamstack, bootstrap,
17
+ highlighter, rouge
16
18
 
17
19
  categories: [ Roundtrip ]
18
20
  tags: [ Module, Rouge ]
@@ -64,6 +66,8 @@ output using standard ANSI 256-colors displayed by all current browsers.
64
66
  Find available themes for selected languages to see how highlighting works
65
67
  using Rouge.
66
68
 
69
+ mdi:clock-time-five-outline[24px, md-gray mt-4 mr-2]
70
+ *3 Minutes* to read
67
71
  // Include sub-documents (if any)
68
72
  // -----------------------------------------------------------------------------
69
73
  [role="mt-4"]
@@ -1,20 +1,20 @@
1
1
  ---
2
2
  title: Icon Fonts
3
+ title_extention: Popular icons sets for J1 Template
3
4
  tagline: Popular Icons Sets
5
+
4
6
  date: 2020-11-06
5
7
  #last_modified: 2023-01-01
8
+
6
9
  description: >
7
- J1 Template is a Bootstrap V5 website template for the static
8
- site generator Jekyll.
9
10
  J1 Template supports popular icons font sets out-of-the-box.
10
11
  The icon sets MDI and FA are very good in design and have
11
12
  a rich set of different icons for many categories used for
12
- the Web. Iconify icons are not a locally stored icon-set
13
- like MDI or FA. All Iconify icons are loaded over the Internet
14
- using the so-called Unified OpenSource Icon Framework.
13
+ the Web.
15
14
  keywords: >
16
- Jekyll, Theme, JekyllOne, Icon, Fonts, MDI, Fontawesome,
17
- Iconify, Roundtrip
15
+ open source, free, template, jekyll, jekyllone, web,
16
+ sites, static, jamstack, bootstrap,
17
+ icon, fonts, mdi, fontawesome, iconify
18
18
 
19
19
  categories: [ Roundtrip ]
20
20
  tags: [ Module, Icon ]
@@ -61,43 +61,42 @@ resource_options:
61
61
  // Page content
62
62
  // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
63
63
  [role="dropcap"]
64
- J1 Template supports popular icons font sets out-of-the-box. The icon sets MDI
65
- and FA are very good in design and have a rich set of different icons for
66
- many categories used for the Web. Iconify icons are not a locally stored
67
- icon-set like MDI or FA. All Iconify icons are loaded over the Internet
68
- using the so-called Unified OpenSource Icon Framework.
69
-
70
- J1 Template supports popular icons font sets out-of-the-box:
71
-
72
- * link:{url-mdi--home}[Material Design Icons, {browser-window--new}] (MDI)
73
- * link:{url-mdil--home}[Material Design Light Icons, {browser-window--new}] (MDIL)
74
- * link:{url-fontawesome--home}[FontAwesome Icons V5, {browser-window--new}] (FA)
75
- * link:{url-iconify--home}[Iconify Icons, {browser-window--new}] (II)
76
-
77
- The icon sets MDI and FA are very good in design and have a rich set of
78
- different icons for many categories used for the Web. See below for some
79
- details for <<Material Design Icons>> and <<FontAwesome Icons>>.
80
-
81
- [role="mb-5"]
82
- Iconify icons are not a locally stored icon-set like MDI or FA. All icons are
83
- loaded over the Internet using the so-called *Unified OpenSource Icon
64
+ J1 Template supports popular icons font sets out-of-the-box. The icon sets
65
+ have a rich set of different icons for many categories used for the Web.
66
+
67
+ With J1, the following icons font are available out-of-the-box:
68
+
69
+ * MDI -- link:{url-mdi--home}[Material Design Icons, {browser-window--new}]
70
+ * MDIL -- link:{url-mdil--home}[Material Design Light Icons, {browser-window--new}]
71
+ * FA -- link:{url-fontawesome--home}[FontAwesome Icons V5, {browser-window--new}]
72
+ * II -- link:{url-iconify--home}[Iconify Icons, {browser-window--new}]
73
+
74
+ MDI and FA icons are very good in design and have a rich set of different
75
+ icons for many categories used for the Web. See below for some details
76
+ for <<Material Design Icons>> and <<FontAwesome Icons>>.
77
+
78
+ NOTE: Iconify icons are not a locally stored icon-set like MDI or FA.
79
+ Icons are loaded over the Internet using the so-called *Unified OpenSource Icon
84
80
  Framework*. See section <<Iconify Icons>> for more information.
85
81
 
82
+ mdi:clock-time-five-outline[24px, md-gray mt-4 mr-2]
83
+ *10 Minutes* to read
84
+
86
85
  // Include sub-documents (if any)
87
86
  // -----------------------------------------------------------------------------
87
+ [role="mt-5"]
88
88
  == Material Design Icons (Regular)
89
89
 
90
90
  The primary icon-set for the J1 Template is
91
91
  link:{url-mdi--home}[Material Design Icons, {browser-window--new}],
92
92
  because it is a rich set providing more than 7200+ icons for the current
93
- version (v7.0.96, March 2023). MDI has excellent *Material Design* support
93
+ version v7 of of March 2023. MDI has excellent *Material Design* support
94
94
  from a design perspective and comes with the original icon set created by
95
95
  _Google_ build-in.
96
96
 
97
- _Material Design Icons_ (MDI) is a beneficial design resource for Web Design
98
- based on _Google_'s Material Design. _MDI_ is a community-driven
99
- project to create an increased number of icons based on _Google_'s official
100
- repository and MD style specification.
97
+ _Material Design Icons_ is a beneficial design resource for Web Design
98
+ based on _Google_'s Material Design. The icon set is a community-driven
99
+ project to create an increased number of icons.
101
100
 
102
101
  .Material Design Icons
103
102
  [cols="2a,3a,4a,^", options="header", width="100%", role="rtable mt-3"]
@@ -238,28 +237,20 @@ mdi:heart[5x md-red-900 mdi-pulsed]
238
237
 
239
238
  |===
240
239
 
241
- NOTE: Using Material Design Icons with Asciidoc is easy as an inline
242
- macro `mdi:` is available to place icons wherever you want. See more about
243
- this in section
240
+ Using Material Design Icons is easy as the inline macro `mdi:` is available
241
+ to place icons wherever you want. See more about this in section
244
242
  link:{url-roundtrip--asciidoc-extensions}#icon-fonts[Asciidoc Extensions].
245
243
 
246
- _MDI_ is a growing collection to allow designers and developers targeting
247
- various platforms to download icons in the format, color, and size they need
248
- for any project. The repo today contains 7200+ icons (v7.0.96, March 2023)
249
- including converted icons from the official set created by _Google_.
250
-
251
- NOTE: _J1 Template_ supports the full set of _MDI_ for the Web (Webfont, WOFF). The
244
+ NOTE: _J1 Template_ supports the full set of _MDI_ for the Web. The
252
245
  icon set is fully integrated and can be used out-of-the-box.
253
246
 
254
247
 
255
248
  [role="mt-5"]
256
249
  == Material Design Light Icons
257
250
 
258
- The primary icon-set for the J1 Template is
259
- link:{url-mdi--home}[Material Design Icons, {browser-window--new}],
260
- because it is a rich set providing more than 260+ icons for the current
261
- version (v0.2.63). MDI has excellent *Material Design* support from a design
262
- perspective and comes with the original icon set created by _Google_ build-in.
251
+ An alternative MDI-based icon set for the J1 Template is
252
+ link:{url-mdi--home}[Material Design Light Icons, {browser-window--new}].
253
+ The set is providing 260+ icons for the current version of v0.2.63.
263
254
 
264
255
  .Material Design Light Icons
265
256
  [cols="2a,3a,4a,^", options="header", width="100%", role="rtable mt-3"]
@@ -390,24 +381,25 @@ mdil:heart[5x md-red-900 mdi-pulsed]
390
381
  [role="mt-5"]
391
382
  == FontAwesome Icons
392
383
 
393
- _FontAwesome_ is a font and icon toolkit based on CSS, initially
394
- created by _Dave Gandy_. The previous *version 4* was mainly for the use
395
- of Twitter Bootstrap *V3*. The new version *V5*, released in December 2017,
396
- focuses on all frameworks used for web development. Today, the *free FA*
397
- icon set comes with 1400+ icons included.
384
+ _FontAwesome_ is icon toolkit based on CSS, initially created by _Dave Gandy_.
385
+ The previous *version 4* was mainly for the use of Twitter Bootstrap *V3*.
386
+ The current version *V5*, released in December 2017, focuses on all frameworks
387
+ used for web development. Today, the *free FA* icon set comes with 1400+ icons
388
+ included.
398
389
 
399
390
  Since version 5, the icon set comes in two packages: FontAwesome *Free*
400
391
  and the proprietary, commercial FontAwesome *Pro* version but requires a
401
392
  license fee to pay.
402
393
 
403
- The free versions (all releases up to 4 and the free version for 5) are
394
+ NOTE: The free versions (all releases up to 4 and the free version for 5) are
404
395
  available under SIL Open Font License 1.1, Creative Commons Attribution 4.0,
405
396
  and the MIT License.
406
397
 
407
- FontAwesome V5 meets the Material Design idea (of _Google_), and in comparison
408
- to Version 4, the current version is much more than face-lifting. Version 5
409
- comes with more than 2300+ icons, but many are available only with the Pro
410
- license. For the Free version, only a subset of 900+ icons is available.
398
+ FontAwesome V5 meets the Material Design idea of _Google_, and in comparison
399
+ to Version 4, the current version is much more than face-lifting. The new
400
+ version comes with more than 2300+ icons, but many are available only with
401
+ the Pro license. For the Free version, only a subset of 900+ icons is
402
+ available.
411
403
 
412
404
  NOTE: The CSS styles for FontAwesome V5 have been extended for the J1 Template
413
405
  to the same classes (and their respective names) for other Font Icon sets.
@@ -417,25 +409,25 @@ as well.
417
409
  You can check out what icons available at
418
410
  link:{url-fontawesome--icons}[FontAwesome Icons, {browser-window--new}].
419
411
  _FontAwesome_ V5 is fully integrated - no need for additional resources to
420
- load. But in comparison to Version 4, a lot of differences need to be
421
- noticed.
412
+ load. But in comparison to Version 4, a lot of differences are to be noticed.
422
413
 
423
- If you haven't used V5 yet, it is highly recommended to visit the
414
+ TIP: If you haven't used V5 yet, it is highly recommended to visit the
424
415
  link:{url-fontawesome--get-started}[Get started, {browser-window--new}] pages to
425
416
  learn the basics and features and styles.
426
417
 
427
418
  With version V5 of _FontAwesome_, the icon set is split into two general
428
419
  parts:
429
420
 
430
- * standard icons (symbols) indicated by *FAS*
431
- * brand icons (icons for companies and brands) indicated by *FAB*
421
+ * standard icons indicated by *FAS*
422
+ * brand icons, including symbols for companies and brands,
423
+ indicated by *FAB*
432
424
 
433
425
  NOTE: Using FontAwesome with Asciidoc is quite easy to use as two inline
434
426
  macros `fab:` and `fas:` are available to place icons where ever you want.
435
427
  See more about this in section
436
428
  link:{url-roundtrip--asciidoc-extensions}#icon-fonts[Asciidoc Extensions].
437
429
 
438
- Find below examples of both and the use with J1 Template.
430
+ Find below examples of both sets and how to use with J1 Template.
439
431
 
440
432
  [role="mt-5"]
441
433
  === Brand icons
@@ -623,21 +615,20 @@ fas:heart[5x md-red-900 fa-pulsed]
623
615
  [role="mt-5"]
624
616
  == Iconify Icons
625
617
 
626
- MDI and FA are rich icon sets but designed for general use. Sometimes icons
627
- are missing in one of these fonts, like a specific brand or theme icon. An
628
- interesting solution for using font icons from a remote repository is
629
- link:{url-iconify--home}[Iconify, {browser-window--new}]. Iconify is a so-called
630
- unified OpenSource icon framework that makes it possible to use icons from
631
- different icon sets using one (unified) syntax.
618
+ Sometimes icons are missing like a specific brand or theme icon. An
619
+ interesting solution for using icons from a remote repository is
620
+ link:{url-iconify--home}[Iconify, {browser-window--new}]. Iconify use
621
+ a so-called Unified OpenSource Icon framework that makes it possible
622
+ to use icons from multiple sets.
632
623
 
633
624
  To access that framework, a Javascript client is needed. For the J1 Template,
634
625
  the client is build-in and is loaded if Iconify is requested as a resource.
635
626
  To see what icon sets are available with that framework, check the page
636
627
  link:{url-iconify--icon-sets}[Iconify Icon Sets, {browser-window--new}].
637
628
 
638
- NOTE: Using Iconify icons with J1 Template is quite easy. An Asciidoctor
639
- inline macro `iconify:` (Asciidoctor Extension) is available to place icons
640
- where ever you want. See more about this in section
629
+ NOTE: Using Iconify icons with J1 Template is quite easy. An inline macro
630
+ `iconify:` is available to place icons where ever you want. See more about
631
+ this in section
641
632
  link:{url-roundtrip--asciidoc-extensions}#icon-fonts[Asciidoc Extensions].
642
633
 
643
634
  Currently, over 40,000 vector icons are available for many different use cases.
@@ -720,13 +711,12 @@ iconify:medical-icon:i-ear-nose-throat[5x md-red-900]
720
711
  == What next
721
712
 
722
713
  Have you've enjoyed the possibilities J1 offers for managing and
723
- manipulating font icons. Do you think these icon sets can fit your needs?
724
- Using Iconify, for all topics, you will find a suitable icon. And it's simple.
714
+ manipulating font icons? Do you think these icon sets can fit your needs?
715
+ Using Iconify, for all topics, you will find a suitable icon.
725
716
 
726
- J1 Template implements some handy Ruby-based enhancements for Asciidoctor.
727
- Providing extensions for a Jekyll theme is a unique feature of JekyllOne (J1)
728
- compared to other Jekyll themes and templates. Most extensions are based on
729
- well-documented examples from the Asciidoctor Extensions Lab.
717
+ J1 Template implements some handy Ruby-based enhancements for the markup
718
+ language Asciidoc. Providing extensions for a Jekyll theme is a unique
719
+ feature of Jekyll One compared to other Jekyll themes and templates.
730
720
 
731
721
  To make the use of modules for the template easier, some more extensions
732
722
  support you to place for example lightboxes, sliders, galleries or fonts icons