j1-template 2021.0.6 → 2021.0.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (180) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/procedures/global/attributes_loader.proc +2 -2
  3. data/assets/data/menu.html +4 -4
  4. data/assets/themes/j1/adapter/js/fam.js +59 -27
  5. data/assets/themes/j1/adapter/js/j1.js +3 -2
  6. data/assets/themes/j1/adapter/js/themer.js +47 -23
  7. data/assets/themes/j1/adapter/js/toccer.js +97 -18
  8. data/assets/themes/j1/core/css/icon-fonts/fontawesome.css +299 -12
  9. data/assets/themes/j1/core/css/icon-fonts/fontawesome.min.css +1 -1
  10. data/assets/themes/j1/core/css/themes/uno-light/bootstrap.css +92 -81
  11. data/assets/themes/j1/core/css/themes/uno-light/bootstrap.min.css +1 -1
  12. data/assets/themes/j1/core/fonts/fontawesome_5/fonts/eot/fa-brands-400.eot +0 -0
  13. data/assets/themes/j1/core/fonts/fontawesome_5/fonts/eot/fa-regular-400.eot +0 -0
  14. data/assets/themes/j1/core/fonts/fontawesome_5/fonts/eot/fa-solid-900.eot +0 -0
  15. data/assets/themes/j1/core/fonts/fontawesome_5/fonts/fa-brands-400.woff +0 -0
  16. data/assets/themes/j1/core/fonts/fontawesome_5/fonts/fa-brands-400.woff2 +0 -0
  17. data/assets/themes/j1/core/fonts/fontawesome_5/fonts/fa-regular-400.woff +0 -0
  18. data/assets/themes/j1/core/fonts/fontawesome_5/fonts/fa-regular-400.woff2 +0 -0
  19. data/assets/themes/j1/core/fonts/fontawesome_5/fonts/fa-solid-900.woff +0 -0
  20. data/assets/themes/j1/core/fonts/fontawesome_5/fonts/fa-solid-900.woff2 +0 -0
  21. data/assets/themes/j1/core/fonts/fontawesome_5/fonts/svg/fa-brands-400.svg +855 -597
  22. data/assets/themes/j1/core/fonts/fontawesome_5/fonts/svg/fa-regular-400.svg +94 -96
  23. data/assets/themes/j1/core/fonts/fontawesome_5/fonts/svg/fa-solid-900.svg +1272 -771
  24. data/assets/themes/j1/core/fonts/fontawesome_5/fonts/ttf/fa-brands-400.ttf +0 -0
  25. data/assets/themes/j1/core/fonts/fontawesome_5/fonts/ttf/fa-regular-400.ttf +0 -0
  26. data/assets/themes/j1/core/fonts/fontawesome_5/fonts/ttf/fa-solid-900.ttf +0 -0
  27. data/assets/themes/j1/modules/justifiedGallery/LICENSE +1 -1
  28. data/assets/themes/j1/modules/justifiedGallery/README.md +5 -3
  29. data/assets/themes/j1/modules/justifiedGallery/_versions/v3.8.0/js/{jquery.justifiedGallery.js → justifiedGallery.js} +145 -145
  30. data/assets/themes/j1/modules/justifiedGallery/_versions/v3.8.0/js/{jquery.justifiedGallery.min.js → justifiedGallery.min.js} +1 -2
  31. data/assets/themes/j1/modules/justifiedGallery/js/justifiedGallery.js +69 -53
  32. data/assets/themes/j1/modules/justifiedGallery/js/justifiedGallery.min.js +2 -2
  33. data/lib/j1/commands/generate.rb +5 -4
  34. data/lib/j1/version.rb +1 -1
  35. data/lib/j1_app/j1_auth_manager/auth_manager.rb +15 -0
  36. data/lib/starter_web/Gemfile +1 -1
  37. data/lib/starter_web/_config.yml +8 -6
  38. data/lib/starter_web/_data/apps/justified_gallery.yml +41 -13
  39. data/lib/starter_web/_data/asciidoc2pdf/themes/j1-theme.yml +225 -188
  40. data/lib/starter_web/_data/blocks/banner.yml +19 -7
  41. data/lib/starter_web/_data/blocks/panel.yml +1 -1
  42. data/lib/starter_web/_data/modules/defaults/navigator.yml +1 -1
  43. data/lib/starter_web/_data/modules/defaults/toccer.yml +3 -3
  44. data/lib/starter_web/_data/modules/fam.yml +8 -0
  45. data/lib/starter_web/_data/modules/navigator_menu.yml +28 -10
  46. data/lib/starter_web/_includes/attributes.asciidoc +43 -13
  47. data/lib/starter_web/_plugins/asciidoctor-extensions/fab-icon-inline.rb +1 -1
  48. data/lib/starter_web/_plugins/lunr_index.rb +1 -1
  49. data/lib/starter_web/assets/images/collections/blog/featured/markus-spiske-2.jpg +0 -0
  50. data/lib/starter_web/assets/images/collections/blog/featured/staticgen.jpg +0 -0
  51. data/lib/starter_web/assets/images/modules/attics/florian-olivo-1920x1280.jpg +0 -0
  52. data/lib/starter_web/assets/images/modules/attics/joel-filipe-1920x1280.jpg +0 -0
  53. data/lib/starter_web/assets/images/modules/attics/markus-spiske3-1920x1280.jpg +0 -0
  54. data/lib/starter_web/assets/images/modules/attics/nicola-styles-1920x1280.jpg +0 -0
  55. data/lib/starter_web/assets/images/modules/attics/{runner-1920x1200-bw.jpg → runner-1920x1200.jpg} +0 -0
  56. data/lib/starter_web/assets/images/modules/attics/{the-place-1920x1280-bw.jpg → the-place-1920x1280.jpg} +0 -0
  57. data/lib/starter_web/assets/images/modules/gallery/old_times/colored/image_01.jpg +0 -0
  58. data/lib/starter_web/assets/images/modules/gallery/old_times/image_01.jpg +0 -0
  59. data/lib/starter_web/assets/images/modules/gallery/old_times/image_02.jpg +0 -0
  60. data/lib/starter_web/assets/images/modules/gallery/old_times/image_03.jpg +0 -0
  61. data/lib/starter_web/assets/images/modules/gallery/old_times/image_04.jpg +0 -0
  62. data/lib/starter_web/assets/images/modules/icons/d1/scalable/d1.svg +1 -1
  63. data/lib/starter_web/assets/images/pages/panels/florian-olivo-1920x800.jpg +0 -0
  64. data/lib/starter_web/assets/images/pages/panels/responsive-text-1920x800.jpg +0 -0
  65. data/lib/starter_web/assets/images/pages/skeleton/annie-spratt-1920x1280.jpg +0 -0
  66. data/lib/starter_web/assets/images/pages/skeleton/antonino-visalli-1920x1280.jpg +0 -0
  67. data/lib/starter_web/assets/images/pages/skeleton/humble-lamb-1920x1280.jpg +0 -0
  68. data/lib/starter_web/assets/images/pages/skeleton/library-1920x1280.jpg +0 -0
  69. data/lib/starter_web/assets/images/pages/skeleton/romain-vignes-1920x1280.jpg +0 -0
  70. data/lib/starter_web/assets/images/pages/skeleton/sigmund-1920x1280.jpg +0 -0
  71. data/lib/starter_web/assets/images/pages/writers_guide/1280px-PDCA_Process.png +0 -0
  72. data/lib/starter_web/assets/images/pages/writers_guide/annie-spratt-1920x1280.jpg +0 -0
  73. data/lib/starter_web/assets/images/pages/writers_guide/deming-cycle.png +0 -0
  74. data/lib/starter_web/assets/images/pages/writers_guide/humble-lamb-1920x1280.jpg +0 -0
  75. data/lib/starter_web/assets/images/pages/writers_guide/john-schnobrich-1920x1280.jpg +0 -0
  76. data/lib/starter_web/assets/images/pages/writers_guide/sigmund-1920x1280.jpg +0 -0
  77. data/lib/starter_web/collections/posts/public/featured/_posts/{0000-00-00-welcome-to-j1-template.adoc.erb → 0000-00-00-welcome-to-j1.adoc.erb} +29 -13
  78. data/lib/starter_web/collections/posts/public/featured/_posts/{2020-05-01-top-open-source-static-site-generators.adoc → 2020-05-01-top-site-generators.adoc} +10 -15
  79. data/lib/starter_web/collections/posts/public/featured/_posts/2020-06-01-about-cookies.adoc +58 -54
  80. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-01-post-test-series.adoc +1 -1
  81. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-02-post-test-series.adoc +1 -1
  82. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-03-post-test-series.adoc +1 -1
  83. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-04-post-test-series.adoc +1 -1
  84. data/lib/starter_web/dot.gitignore +2 -3
  85. data/lib/starter_web/index.html +10 -12
  86. data/lib/starter_web/package.json +1 -1
  87. data/lib/starter_web/pages/public/about/about_site.adoc +15 -1811
  88. data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/asciidoc-extensions/blindtext.asciidoc +11 -0
  89. data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/asciidoc-extensions/font_icons.asciidoc +23 -0
  90. data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/asciidoc-extensions/gallery.asciidoc +5 -0
  91. data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/asciidoc-extensions/lightbox.asciidoc +7 -0
  92. data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/documents/chapter_document.asciidoc +9 -0
  93. data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/documents/entry_document.asciidoc +3 -0
  94. data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/images/image.asciidoc +6 -0
  95. data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/tables/table_2_column.asciidoc +12 -0
  96. data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/tables/table_2_column_options.asciidoc +30 -0
  97. data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/tables/table_3_column.asciidoc +16 -0
  98. data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/tables/table_4_column.asciidoc +25 -0
  99. data/lib/starter_web/pages/public/asciidoc_skeletons/book/000_intro.adoc +61 -0
  100. data/lib/starter_web/pages/public/asciidoc_skeletons/book/100_chapter.adoc +58 -0
  101. data/lib/starter_web/pages/public/asciidoc_skeletons/book/200_chapter.adoc +59 -0
  102. data/lib/starter_web/pages/public/asciidoc_skeletons/book/900_references.adoc +68 -0
  103. data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/attributes.asciidoc +68 -0
  104. data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/documents/000_intro.asciidoc +33 -0
  105. data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/documents/100_chapter.asciidoc +7 -0
  106. data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/documents/100_chapter/100_chapter_document.asciidoc +21 -0
  107. data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/documents/100_chapter/110_chapter_document.asciidoc +36 -0
  108. data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/documents/200_chapter.asciidoc +5 -0
  109. data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/documents/200_chapter/200_chapter_document.asciidoc +53 -0
  110. data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/documents/900_references.asciidoc +23 -0
  111. data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/documents/900_references/000_intro.asciidoc +23 -0
  112. data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/documents/900_references/100_chapter_document.asciidoc +33 -0
  113. data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/documents/900_references/200_chapter_document.asciidoc +26 -0
  114. data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/documents/900_references/900_sources.asciidoc +81 -0
  115. data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/documents/tables/110_material_design_icons.asciidoc +102 -0
  116. data/lib/starter_web/pages/public/asciidoc_skeletons/book/a2p.bat +28 -0
  117. data/lib/starter_web/pages/public/asciidoc_skeletons/book/a2p.sh +26 -0
  118. data/lib/starter_web/pages/public/asciidoc_skeletons/book/book.a2p +114 -0
  119. data/lib/starter_web/pages/public/asciidoc_skeletons/book/book.adoc +128 -0
  120. data/lib/starter_web/pages/public/asciidoc_skeletons/book/book.pdf +5440 -0
  121. data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/100_chapter.asciidoc +60 -0
  122. data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/200_chapter.asciidoc +59 -0
  123. data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/_includes/attributes.asciidoc +63 -0
  124. data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/_includes/documents/100_chapter.asciidoc +53 -0
  125. data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/_includes/documents/200_chapter.asciidoc +53 -0
  126. data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/_includes/documents/tables/110_material_design_icons.asciidoc +102 -0
  127. data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/multi.adoc +84 -0
  128. data/lib/starter_web/pages/public/asciidoc_skeletons/simple-document/simple.adoc +236 -0
  129. data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.adoc +5 -6
  130. data/lib/starter_web/pages/public/learn/roundtrip/100_present_videos.adoc +1 -1
  131. data/lib/starter_web/pages/public/learn/roundtrip/200_typography.adoc +1 -269
  132. data/lib/starter_web/pages/public/learn/roundtrip/300_icon_fonts.adoc +205 -90
  133. data/lib/starter_web/pages/public/learn/roundtrip/400_asciidoc_extensions.adoc +5 -15
  134. data/lib/starter_web/pages/public/learn/roundtrip/410_bs_modals_extentions.adoc +4 -5
  135. data/lib/starter_web/pages/public/learn/roundtrip/420_responsive_tables_extensions.adoc +1 -54
  136. data/lib/starter_web/pages/public/learn/roundtrip/500_themes.adoc +47 -39
  137. data/lib/starter_web/pages/public/learn/roundtrip/600_quicksearch.adoc +17 -1
  138. data/lib/starter_web/pages/public/learn/roundtrip/_includes/attributes.asciidoc +1 -1
  139. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/{410_table_3_column.asciidoc → 410_table_bs_modal_examples.asciidoc} +0 -0
  140. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/tables/bs_modal_examples.asciidoc +47 -0
  141. data/lib/starter_web/pages/public/learn/where_to_go.adoc +25 -50
  142. data/lib/starter_web/pages/public/panels/intro_panel/panel.adoc +67 -36
  143. data/lib/starter_web/pages/public/previewer/_includes/tables/rouge/200_rouge_attributes.asciidoc +1 -1
  144. data/lib/starter_web/pages/public/previewer/bootstrap_theme.adoc +15 -15
  145. data/lib/starter_web/pages/public/previewer/mdi_icons_preview.adoc +1 -1
  146. data/lib/starter_web/pages/public/previewer/rouge.adoc +33 -24
  147. data/lib/starter_web/pages/public/previewer/twitter_emoji_preview.adoc +1 -1
  148. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  149. data/lib/starter_web/utilsrv/package.json +1 -1
  150. metadata +75 -39
  151. data/assets/themes/j1/modules/justifiedGallery/_versions/v3.8.0/justifiedGallery.min.zip +0 -0
  152. data/assets/themes/j1/modules/justifiedGallery/_versions/v3.8.0/justifiedGallery.zip +0 -0
  153. data/assets/themes/j1/modules/justifiedGallery/_versions/v4.0.0/css/justifiedGallery.css +0 -110
  154. data/assets/themes/j1/modules/justifiedGallery/_versions/v4.0.0/css/justifiedGallery.min.css +0 -110
  155. data/assets/themes/j1/modules/justifiedGallery/_versions/v4.0.0/css/theme/uno.css +0 -23
  156. data/assets/themes/j1/modules/justifiedGallery/_versions/v4.0.0/js/jquery.justifiedGallery.js +0 -1229
  157. data/assets/themes/j1/modules/justifiedGallery/_versions/v4.0.0/js/jquery.justifiedGallery.min.js +0 -8
  158. data/assets/themes/j1/modules/twemoji/js/LICENSE +0 -21
  159. data/lib/j1/templates/posts/0000-00-00-welcome-to-j1-template.adoc.erb +0 -72
  160. data/lib/starter_web/collections/posts/public/featured/_posts/2020-04-01-confusion-about-base-url.adoc +0 -118
  161. data/lib/starter_web/pages/public/about/become_a_patron.adoc +0 -71
  162. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/100_meet_and_greet_jekyll.adoc +0 -79
  163. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/200_preparations.adoc +0 -77
  164. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/300_first_awesome_web.adoc +0 -75
  165. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/_includes/attributes.asciidoc +0 -176
  166. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/_includes/documents/100_meet_and_greet_jekyll.asciidoc +0 -31
  167. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/_includes/documents/200_preparations.asciidoc +0 -14
  168. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/_includes/documents/300_first_awesome_web.asciidoc +0 -11
  169. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/_includes/parts.asciidoc +0 -193
  170. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/_includes/tables/debug_variables.asciidoc +0 -47
  171. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/_includes/tables/readme +0 -1
  172. data/lib/starter_web/pages/public/learn/roundtrip/610_fam.adoc +0 -294
  173. data/lib/starter_web/pages/public/learn/roundtrip/_includes/tables/readme +0 -0
  174. data/lib/starter_web/pages/public/legal/de/100_impress.adoc +0 -98
  175. data/lib/starter_web/pages/public/legal/de/200_terms_of_use.adoc +0 -55
  176. data/lib/starter_web/pages/public/legal/de/300_privacy.adoc +0 -295
  177. data/lib/starter_web/pages/public/legal/de/400_license_agreement.adoc +0 -395
  178. data/lib/starter_web/pages/public/legal/de/500_support.adoc +0 -20
  179. data/lib/starter_web/pages/public/legal/en/400_license_agreement.adoc +0 -441
  180. data/lib/starter_web/pages/public/legal/en/500_support.adoc +0 -27
@@ -159,24 +159,36 @@ settings:
159
159
  - name: Roundtrip button
160
160
  button:
161
161
  text: Roundtrip
162
- class: btn btn-raised btn-flex btn-md btn-primary mr-2 mb-2
163
- style: "min-width: 17rem"
162
+ class: btn btn-raised btn-flex btn-md btn-primary mr-2 mb-3
163
+ style: "min-width: 12rem"
164
164
  icon: eye
165
165
  icon_color: md_white
166
166
  icon_size: 24px
167
- href: /pages/public/learn/where_to_go/
167
+ href: /pages/public/learn/roundtrip/present_images/
168
168
  target:
169
169
 
170
170
  - name: Kickstarter button
171
171
  button:
172
172
  text: Kickstart
173
- class: btn btn-raised btn-flex btn-md btn-primary mr-2 mb-2
174
- style: "min-width: 17rem"
173
+ class: btn btn-raised btn-flex btn-md btn-primary mr-2 mb-3
174
+ style: "min-width: 12rem"
175
175
  icon: rocket
176
176
  icon_color: md_white
177
177
  icon_size: 24px
178
- href: /pages/public/learn/kickstarter/web_in_a_day/meet_and_greet/
179
- target:
178
+ href: "https://jekyll.one/pages/public/learn/kickstarter/web_in_a_day/meet_and_greet/"
179
+ target: _blank
180
+
181
+
182
+ - name: Download button
183
+ button:
184
+ text: Download
185
+ class: btn btn-raised btn-flex btn-md btn-primary mr-2 mb-3
186
+ style: "min-width: 12rem"
187
+ icon: download
188
+ icon_color: md_white
189
+ icon_size: 24px
190
+ href: "https://rubygems.org/gems/j1-template/versions/2021.0.11"
191
+ target: _blank
180
192
 
181
193
  # - name: Patreon button
182
194
  # button:
@@ -324,7 +324,7 @@ settings:
324
324
  enabled: true
325
325
  category: featured
326
326
  # truncatewords: 30 # currently NOT used
327
- max_posts: 6
327
+ max_posts: 3
328
328
  readmore_text: Read
329
329
 
330
330
  # # ----------------------------------------------------------------------------
@@ -136,7 +136,7 @@ defaults:
136
136
  dropdown_animate_out: fadeOutDown
137
137
  dropdown_animate_duration: .75 # seconds
138
138
  dropdown_item_min_width: 15 # rem
139
- dropdown_menu_max_height: 35 # rem
139
+ dropdown_menu_max_height: 25.5 # rem
140
140
  dropdown_font_size: small
141
141
  dropdown_padding_x: 18 # rem
142
142
  dropdown_padding_y: 10 # px
@@ -156,13 +156,13 @@ defaults:
156
156
  contentSelector: .js-toc-content
157
157
  headingSelector: "h2, h3, h4, h5, h6"
158
158
  ignoreSelector: .notoc
159
- collapseDepth: 3
159
+ collapseDepth: 4
160
160
  activeLinkColor: "#f44336"
161
161
  throttleTimeout: 150
162
162
  scrollSmooth: true
163
163
  scrollSmoothDuration: 300
164
- scrollSmoothOffset: -90 # TODO: to be removed, calculated dynamically
165
- scrollContainer: null # ??? scrollContainer
164
+ scrollSmoothOffset: 10 # TODO: to checked, if set dynamically with toccer adapter
165
+ scrollContainer: null # TODO: to checked, what this option does
166
166
 
167
167
  # ------------------------------------------------------------------------------
168
168
  # END config
@@ -88,6 +88,14 @@ settings:
88
88
  #
89
89
  items:
90
90
 
91
+ - item: To Top
92
+ enabled: true
93
+ id: fam_scroll_to_top
94
+ color: md-green
95
+ event_handler: scroll_to_top
96
+ icon: step-backward-2
97
+ icon_properties: rotate-90
98
+
91
99
  - item: Previous Section
92
100
  enabled: true
93
101
  id: fam_previous_section
@@ -23,7 +23,7 @@
23
23
 
24
24
  - title: Where to go
25
25
  href: /pages/public/learn/where_to_go/
26
- icon: alert
26
+ icon: paw
27
27
 
28
28
  # --------------------------------------------------------------------------
29
29
  # Roundtrip
@@ -31,6 +31,7 @@
31
31
  - title: Roundtrip
32
32
  icon: wallet-travel
33
33
  dropdown:
34
+
34
35
  - title: Present images
35
36
  href: /pages/public/learn/roundtrip/present_images/
36
37
  icon: image
@@ -42,7 +43,7 @@
42
43
  icon: format-text
43
44
  - title: Icon fonts
44
45
  href: /pages/public/learn/roundtrip/mdi_icon_font/
45
- icon: incognito
46
+ icon: fan
46
47
  - title: Asciidoc extensions
47
48
  href: /pages/public/learn/roundtrip/asciidoc_extensions/
48
49
  icon: format-annotation-plus
@@ -58,9 +59,22 @@
58
59
  - title: QuickSearch
59
60
  href: /pages/public/learn/roundtrip/quicksearch/
60
61
  icon: magnify
61
- - title: FAM buttons
62
- href: /pages/public/learn/roundtrip/fam/
63
- icon: alpha-a-circle-outline
62
+
63
+ # --------------------------------------------------------------------------
64
+ # Asciidoc Skeletons
65
+ #
66
+ - title: Asciidoc Skeletons
67
+ icon: television-guide
68
+ dropdown:
69
+ - title: Simple-Document
70
+ href: /pages/public/skeleton/simple/
71
+ icon: file-document-outline
72
+ - title: Multi-Document
73
+ href: /pages/public/skeleton/multi/
74
+ icon: file-document-multiple-outline
75
+ - title: Book
76
+ href: /pages/public/skeleton/book/
77
+ icon: book-open-blank-variant
64
78
 
65
79
  # ------------------------------------------------------------------------------
66
80
  # Menu BLOG
@@ -141,6 +155,10 @@
141
155
  href: https://wiki.selfhtml.org/
142
156
  target: blank
143
157
  icon: xml
158
+ - title: Asciidoc Language
159
+ href: https://docs.asciidoctor.org/asciidoc/latest/
160
+ target: blank
161
+ icon: format-color-text
144
162
  - title: Asciidoc FAQ
145
163
  href: http://www.methods.co.nz/asciidoc/faq.html
146
164
  target: blank
@@ -168,11 +186,11 @@
168
186
  - title: JSON Editor
169
187
  href: https://jsoneditoronline.org/
170
188
  target: blank
171
- icon: json
189
+ icon: code-json
172
190
  - title: YAML Parser
173
191
  href: http://yaml-online-parser.appspot.com/
174
192
  target: blank
175
- icon: hackernews
193
+ icon: code-braces
176
194
  - title: XML-YAML Converter
177
195
  href: http://codebeautify.org/xml-to-yaml
178
196
  target: blank
@@ -201,10 +219,10 @@
201
219
  theme_select:
202
220
  - local_themes: enabled
203
221
  title: Jekyll One
204
- icon: face
222
+ icon: alpha-j-box
205
223
  - bootswatch_themes: enabled
206
224
  title: Bootswatch
207
- icon: face-profile
225
+ icon: bootstrap
208
226
  - preview: enabled
209
227
  title: Previewer
210
228
  href: /pages/public/previewer/theme/
@@ -216,7 +234,7 @@
216
234
  - item: About
217
235
  sublevel:
218
236
  - title: This site
219
- icon: home-outline
237
+ icon: home-variant-outline
220
238
  href: /pages/public/about/site
221
239
 
222
240
  # ------------------------------------------------------------------------------
@@ -6,6 +6,8 @@
6
6
  // -----------------------------------------------------------------------------
7
7
  tag::urls[]
8
8
 
9
+ :url-about-cookies--home: http://www.aboutcookies.org
10
+
9
11
  :url-animate-css--home: https://animate.style/
10
12
  :url-anime--home: https://animejs.com/
11
13
 
@@ -97,6 +99,7 @@ tag::urls[]
97
99
 
98
100
  :url-cash--gh-repo: https://github.com/fabiospampinato/cash
99
101
  :url-clipboard--gh-repo: https://github.com/zenorocha/clipboard.js/
102
+
100
103
  :url-cors--gh-repo: https://github.com/expressjs/cors
101
104
  :url-cross-env--gh-repo: https://github.com/kentcdodds/cross-env
102
105
  :url-cross-var--gh-repo: https://github.com/elijahmanor/cross-var
@@ -145,15 +148,16 @@ tag::urls[]
145
148
  :url-iframe-resizer--gh-repo: https://github.com/davidjbradshaw/iframe-resizer
146
149
 
147
150
  :url-j1--home: https://jekyll.one/
151
+ :url-j1--download: https://rubygems.org/gems/j1-template/versions/2021.0.11
152
+ :url-j1-rubydoc--home: https://www.rubydoc.info/gems/j1-template/2021.0.11
148
153
  :url-j1--preview: https://preview.jekyll.one/
149
154
 
150
- :url-j1-web-in-a-day--intro: /pages/public/learn/kickstarter/web_in_a_day/intro/
151
- :url-j1-web-in-a-day--meet-and-greet: /pages/public/learn/kickstarter/web_in_a_day/meet_and_greet/
152
- :url-j1-web-in-a-day--preparations: /pages/public/learn/kickstarter/web_in_a_day/preparations/
153
- :url-j1-web-in-a-day--first-awesome-web: /pages/public/learn/kickstarter/web_in_a_day/first_awesome_web/
155
+ :url-j1-web-in-a-day--meet-and-greet: https://jekyll.one/pages/public/learn/kickstarter/web_in_a_day/meet_and_greet/
154
156
 
155
157
  :url-j1-quick-references--jekyll: /pages/protected/manuals/quick_references/jekyll/
156
- :url-j1-downloads--quickstart-intro: /pages/public/learn/downloads/quickstart/intro/
158
+ :url-j1-downloads--quickstart-intro: /pages/public/learn/downloads/quickstart/intro/
159
+
160
+ :url-j1-roundtrip--present-images: /pages/public/learn/roundtrip/present_images/
157
161
 
158
162
  :url-j1-learn--whats-up: https://jekyll.one/pages/public/learn/whats_up/
159
163
  :url-j1-learn--present-images: https://jekyll.one/pages/public/learn/roundtrip/present_images/
@@ -186,6 +190,10 @@ tag::urls[]
186
190
  :url-lerna--home: https://lerna.js.org/
187
191
  :url-lerna--gh-repo: https://github.com/lerna/lerna
188
192
 
193
+ :url-license--creative-commons: https://creativecommons.org/licenses/by/4.0/
194
+ :url-license--mit: https://opensource.org/licenses/MIT/
195
+ :url-license--sil: https://scripts.sil.org/OFL
196
+
189
197
  :url-lightbox-v2--home: https://lokeshdhakar.com/projects/lightbox2/
190
198
  :url-lightbox-v2--gh-repo: https://github.com/lokesh/lightbox2
191
199
 
@@ -233,6 +241,8 @@ tag::urls[]
233
241
 
234
242
  :url-owl-carousel-v1--home: http://www.landmarkmlp.com/js-plugin/owl.carousel/
235
243
 
244
+ :url-owasp-attacks--csrf: https://owasp.org/www-community/attacks/csrf
245
+
236
246
  :url-parseurl--gh-repo: https://github.com/pillarjs/parseurl
237
247
 
238
248
  :url-platform--gh-repo: https://github.com/bestiejs/platform.js/
@@ -272,6 +282,9 @@ tag::urls[]
272
282
  :url-sass-lang--home: https://sass-lang.com/dart-sass
273
283
  :url-sass-lang--gh-repo: https://github.com/sass/dart-sass
274
284
 
285
+ :url-jamstack--home: https://jamstack.org/
286
+ :url-jamstack--generators: https://jamstack.org/generators/
287
+
275
288
  :url-shopify--home: https://www.shopify.com/
276
289
 
277
290
  :url-stackoverflow--usage-fonticons: https://stackoverflow.com/questions/11135261/should-i-use-i-tag-for-icons-instead-of-span
@@ -311,28 +324,46 @@ tag::urls[]
311
324
  :url-yarn--gh-repo:
312
325
 
313
326
  :url-youtube--home: https://www.youtube.com/
314
-
315
327
  end::urls[]
316
328
 
317
329
 
318
330
  // TAGS, global asciidoc attributes (variables)
319
331
  // -----------------------------------------------------------------------------
320
332
  tag::tags[]
321
-
322
333
  :browser-window--new: window="_blank"
323
334
  :clipboard--noclip: noclip
324
- :level--beginner: icon:battery-quarter[role="md-blue"]
325
- :level--intermediate: icon:battery-half[role="md-blue"]
326
- :level--advanced: icon:battery-full[role="md-blue"]
327
335
  :figure-caption--text: Figure
328
336
 
337
+ // fa icons
338
+ //
339
+ :level--beginner: icon:battery-quarter[role="md-blue"]
340
+ :level--intermediate: icon:battery-half[role="md-blue"]
341
+ :level--advanced: icon:battery-three-quarters[role="md-blue"]
342
+ :level--expert: icon:battery-full[role="md-blue"]
343
+
344
+ // mdi icons
345
+ //
346
+ // :level--beginner: mdi:battery-20[24px, mdi-md-blue]
347
+ // :level--intermediate: mdi:battery-50[24px, mdi-md-blue]
348
+ // :level--advanced: mdi:battery-70[24px, mdi-md-blue]
349
+ // :level--expert: mdi:battery[24px, mdi-md-blue]
350
+
351
+ // fa icons
352
+ //
329
353
  :icon-checked: icon:check[role="green"]
330
- :icon-times: icon:times[role="red"]
354
+ :icon-times: icon:times[role="red mr-2"]
331
355
  :icon-file: icon:file-alt[role="blue"]
332
356
  :icon-battery--quarter: icon:battery-quarter[role="md-blue"]
333
357
  :icon-battery--half: icon:battery-half[role="md-blue"]
358
+ :icon-battery--three-quarter: icon:battery-three-quarters[role="md-blue"]
334
359
  :icon-battery--full: icon:battery-full[role="md-blue"]
335
360
 
361
+ :badge-j1--license: image:https://img.shields.io/github/license/jekyll-one-org/j1-template[GitHub, link="https://github.com/jekyll-one-org/j1-template/blob/master/LICENSE.md", window="_blank"]
362
+ :badge-j1--version-latest: image:https://badge.fury.io/rb/j1-template.svg[Gem Version, link="https://badge.fury.io/rb/j1-template", window="_blank"]
363
+ :badge-j1--downloads: image:https://img.shields.io/gem/dt/j1-template[Gem]
364
+ :badge-j1-gh--last-commit: image:https://img.shields.io/github/last-commit/jekyll-one-org/j1-template[GitHub last commit]
365
+ :badge-j1-gh--stars: image:https://img.shields.io/github/stars/jekyll-one-org/j1-template?style=social[GitHub Repo stars]
366
+
336
367
  :char-emdash: —
337
368
  :char-middot: ·
338
369
  :char-dot: .
@@ -340,7 +371,6 @@ tag::tags[]
340
371
  :char-bullet: •
341
372
  :char-bullet--big: ●
342
373
  :char-bullet--bigger: ⬤
343
-
344
374
  end::tags[]
345
375
 
346
376
 
@@ -370,7 +400,7 @@ end::tables[]
370
400
  // -----------------------------------------------------------------------------
371
401
  tag::products[]
372
402
  :j1-license: MIT License
373
- :j1-version: 2021.0.6
403
+ :j1-version: 2021.0.11
374
404
  end::products[]
375
405
 
376
406
 
@@ -26,7 +26,7 @@ Asciidoctor::Extensions.register do
26
26
  size_class = (size = attributes['size']) ? %(fa-#{size}) : nil
27
27
  modifier_class = (modifier = attributes['modifier']) ? %(#{modifier}) : nil
28
28
  icon_name = target.tr '_', '-'
29
- %(<i class="fab #{size_class} #{modifier} fa-#{icon_name}"></i>)
29
+ %(<i class="fab fa-#{icon_name} #{size_class} #{modifier}"></i>)
30
30
  end
31
31
  end
32
32
  inline_macro FabIconInlineMacro
@@ -341,6 +341,6 @@ end
341
341
 
342
342
  module Jekyll
343
343
  module J1LunrSearch
344
- VERSION = '2021.0.6'
344
+ VERSION = '2021.0.11'
345
345
  end
346
346
  end
@@ -14,7 +14,7 @@
14
14
  version="1.1"
15
15
  inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"
16
16
  sodipodi:docname="d1.svg"
17
- inkscape:export-filename="C:\Temp\d10n-2021.0.6\assets\images\modules\icons\d1\d1-256x256.png"
17
+ inkscape:export-filename="C:\Temp\d10n-2021.0.11\assets\images\modules\icons\d1\d1-256x256.png"
18
18
  inkscape:export-xdpi="49.152"
19
19
  inkscape:export-ydpi="49.152">
20
20
  <title
@@ -68,6 +68,20 @@ A static site serves the content straight to the user as it is stored on
68
68
  the server-side. To put it in another way, in opposition to WordPress
69
69
  which use a database to load dynamic content, a static site will display
70
70
  the same content to every user as it will directly load the HTML files
71
+ on the server.
72
+
73
+ A static website uses server-side rendering to serve pre-built HTML, CSS,
74
+ and JavaScript files to a web browser, in contrast to traditional dynamic
75
+ sites that work by rendering the webpage at the time of the request.
76
+ Static sites enable you to decouple your content repository and front-end
77
+ interface, giving you greater flexibility in how your content is served.
78
+ Cost-efficiency is another reason companies migrate to a static site because
79
+ static files are lightweight and often faster and cheaper to serve.
80
+
81
+ In the last few years, static sites have greatly increased in popularity.
82
+ This surge is primarily due to advances in developer tools (languages and
83
+ libraries) and a stronger desire among businesses to optimize website
84
+ performance beyond the limits of a database-driven site.
71
85
 
72
86
  === What's different?
73
87
 
@@ -76,6 +90,14 @@ generate the content of a page when a user requests it. For example,
76
90
  building a website using WordPress CMS will result in having a dynamic
77
91
  Website.
78
92
 
93
+ Static sites can be written almost exclusively in HTML and serve a fixed
94
+ set of data that renders the same for every site visitor. Static sites use
95
+ server-side rendering to serve pre-built HTML, CSS, and JavaScript files to
96
+ a web browser. Dynamic sites operate in a completely different way, by
97
+ leveraging HTML and CSS as well as server-side scripting languages like PHP
98
+ to build webpages on the fly and serve different content to each site
99
+ visitor.
100
+
79
101
  === Why use a static site?
80
102
 
81
103
  What are the advantages of a static website over a dynamic site?
@@ -85,8 +107,7 @@ come the main advantages of using a static site over a dynamic
85
107
  one.
86
108
 
87
109
  Performance::
88
- The better performance and a crazy fast load time.
89
-
110
+ *The better performance and a crazy fast load time*.
90
111
  One of the main advantages of using a static site is the fact that
91
112
  it is crazy fast to load. Indeed, when the user requests a page, there is
92
113
  no need to request a database and various files to generate the
@@ -99,8 +120,7 @@ that’s why having fast loading times will participate in making your
99
120
  website mobile-friendly.
100
121
 
101
122
  Security::
102
- Having a static website: say goodbye to hacking and security issues.
103
-
123
+ *Having a static website: say goodbye to hacking and security issues*.
104
124
  Tired of getting WordPress notifications about security issues and
105
125
  updates every week? No worries, as a static site has no database, there
106
126
  are close to no hack possible compared to a WordPress website. Indeed,
@@ -110,8 +130,7 @@ static website is one the main reason why many famous brands switch to
110
130
  a static site instead of having their website on Drupal or WordPress.
111
131
 
112
132
  Hosting::
113
- Building a static site and hosting: you will save you money.
114
-
133
+ *Building a static site and hosting: you will save you money*.
115
134
  Using a static site, you will only have most of the time only HTML and
116
135
  CSS files to host. This kind of files is super light which also means
117
136
  that you will not need a powerhouse hosting to have a static site up and
@@ -120,9 +139,8 @@ go down contrary to a dynamic site which should request the database
120
139
  each time for each user.
121
140
 
122
141
  Control::
123
- You're the master.
124
-
125
- Using a CMS means, giving control over your site to others. Simple like this.
142
+ *You're the master*. Using a CMS means, giving control over your site to others.
143
+ Simple like this.
126
144
 
127
145
  == Why use a site generator?
128
146
 
@@ -143,11 +161,9 @@ As the popularity of static sites is growing, there are plenty of static
143
161
  site generators available on the market. The more famous is Jekyll,
144
162
  Middleman and Hugo. Each one has its own specificities and may suits you
145
163
  better depending on the programming languages you already are familiar with.
146
-
147
164
  Which static site generator should I use?
148
165
 
149
166
  When I decided to go for a blog based on a static web, I personally
150
167
  choose Jekyll as for me. It's a well known static site generator, good support
151
- in case of trouble and the software gets regularly updated.
152
-
153
- This blog is powered by Jekyll. For good reasons.
168
+ in case of trouble and the software gets regularly updated. This website is
169
+ powered by Jekyll. For good reasons.