j1-template 2021.0.15 → 2021.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (438) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/blocks/footer/boxes/legal_statements.proc +4 -0
  3. data/_includes/themes/j1/layouts/layout_metadata_generator.html +54 -39
  4. data/_includes/themes/j1/modules/connectors/ad/google-adsense.html +15 -7
  5. data/_includes/themes/j1/modules/connectors/ads +4 -6
  6. data/_includes/themes/j1/modules/connectors/analytic/google-analytics.html +1 -1
  7. data/_includes/themes/j1/modules/connectors/analytics +5 -4
  8. data/_includes/themes/j1/modules/connectors/comment/disqus.html +1 -1
  9. data/_includes/themes/j1/modules/connectors/comments +7 -6
  10. data/_includes/themes/j1/modules/connectors/translator +3 -4
  11. data/_includes/themes/j1/modules/navigator/generator.html +2 -38
  12. data/_includes/themes/j1/modules/navigator/generator.org.html +232 -0
  13. data/_includes/themes/j1/modules/navigator/procedures/topsearch.proc +2 -2
  14. data/_includes/themes/j1/procedures/global/create_bs_button.proc +64 -22
  15. data/_includes/themes/j1/procedures/posts/collate_timeline.proc +14 -10
  16. data/_layouts/default.html +11 -1
  17. data/apps/public/cc/index.adoc +13 -4
  18. data/assets/data/authclient.html +234 -228
  19. data/assets/data/banner.html +34 -31
  20. data/assets/data/cookiebar.html +205 -198
  21. data/assets/data/fam.html +7 -2
  22. data/assets/data/footer.html +4 -0
  23. data/assets/data/footer.new.1.html +256 -0
  24. data/assets/data/footer.new.2.html +256 -0
  25. data/assets/data/footer.org.html +249 -0
  26. data/assets/data/galleries.json +2 -2
  27. data/assets/data/gallery_customizer.html +16 -6
  28. data/assets/data/menu.html +7 -2
  29. data/assets/data/mmenu.html +6 -2
  30. data/assets/data/mmenu_sidebar.html +5 -1
  31. data/assets/data/mmenu_toc.html +4 -0
  32. data/assets/data/panel.html +23 -15
  33. data/assets/data/quicklinks.html +6 -1
  34. data/assets/error_pages/HTTP204.html +2 -1
  35. data/assets/error_pages/HTTP400.html +2 -1
  36. data/assets/error_pages/HTTP401.html +2 -1
  37. data/assets/error_pages/HTTP403.html +2 -1
  38. data/assets/error_pages/HTTP404.html +2 -1
  39. data/assets/error_pages/HTTP500.html +2 -1
  40. data/assets/error_pages/HTTP501.html +2 -1
  41. data/assets/error_pages/HTTP502.html +2 -1
  42. data/assets/error_pages/HTTP503.html +2 -1
  43. data/assets/error_pages/HTTP520.html +2 -1
  44. data/assets/error_pages/HTTP521.html +2 -1
  45. data/assets/error_pages/HTTP533.html +2 -1
  46. data/assets/themes/j1/adapter/js/asciidoctor.js +166 -0
  47. data/assets/themes/j1/adapter/js/carousel.js +24 -0
  48. data/assets/themes/j1/adapter/js/fam.js +8 -12
  49. data/assets/themes/j1/adapter/js/j1.js +83 -28
  50. data/assets/themes/j1/adapter/js/j1.new.js +1878 -0
  51. data/assets/themes/j1/adapter/js/j1.org.js +1874 -0
  52. data/assets/themes/j1/adapter/js/{jf_gallery.js → justifiedGallery.js} +9 -9
  53. data/assets/themes/j1/adapter/js/{gallery_customizer.js → justifiedGalleryCustomizer.js} +14 -13
  54. data/assets/themes/j1/adapter/js/logger.js +35 -23
  55. data/assets/themes/j1/adapter/js/mmenu.js +8 -4
  56. data/assets/themes/j1/adapter/js/navigator.js +72 -32
  57. data/assets/themes/j1/adapter/js/themer.js +19 -40
  58. data/assets/themes/j1/core/css/themes/uno-dark/bootstrap.css +17 -14
  59. data/assets/themes/j1/core/css/themes/uno-dark/bootstrap.min.css +1 -1
  60. data/assets/themes/j1/core/css/themes/uno-light/bootstrap.css +3959 -239
  61. data/assets/themes/j1/core/css/themes/uno-light/bootstrap.min.css +1 -1
  62. data/assets/themes/j1/core/css/vendor.css +14 -2
  63. data/assets/themes/j1/core/css/vendor.min.css +1 -1
  64. data/assets/themes/j1/core/js/template.js +8 -2
  65. data/assets/themes/j1/core/js/template.js.map +1 -1
  66. data/assets/themes/j1/core/js/template.min.js +8 -2
  67. data/assets/themes/j1/core/js/template.min.js.map +1 -1
  68. data/assets/themes/j1/modules/_lightGallery/css/core/lg-fb-comment-box.css +58 -0
  69. data/assets/themes/j1/modules/_lightGallery/css/core/lg-fb-comment-box.min.css +5 -0
  70. data/assets/themes/j1/modules/_lightGallery/css/core/lg-transitions.css +778 -0
  71. data/assets/themes/j1/modules/_lightGallery/css/core/lg-transitions.min.css +5 -0
  72. data/assets/themes/j1/modules/_lightGallery/css/core/lightgallery.css +981 -0
  73. data/assets/themes/j1/modules/_lightGallery/css/core/lightgallery.min.css +5 -0
  74. data/assets/themes/j1/modules/_lightGallery/css/fonts/lg.eot +0 -0
  75. data/assets/themes/j1/modules/_lightGallery/css/fonts/lg.svg +47 -0
  76. data/assets/themes/j1/modules/_lightGallery/css/fonts/lg.ttf +0 -0
  77. data/assets/themes/j1/modules/_lightGallery/css/fonts/lg.woff +0 -0
  78. data/assets/themes/j1/modules/_lightGallery/css/img/loading.gif +0 -0
  79. data/assets/themes/j1/modules/_lightGallery/css/img/video-play.png +0 -0
  80. data/assets/themes/j1/modules/_lightGallery/css/img/vimeo-play.png +0 -0
  81. data/assets/themes/j1/modules/_lightGallery/css/img/youtube-play.png +0 -0
  82. data/assets/themes/j1/modules/_lightGallery/css/themes/icons/animation-w.png +0 -0
  83. data/assets/themes/j1/modules/_lightGallery/css/themes/icons/customize-w.png +0 -0
  84. data/assets/themes/j1/modules/_lightGallery/css/themes/icons/dynamic-w.png +0 -0
  85. data/assets/themes/j1/modules/_lightGallery/css/themes/icons/facebook-icon.svg +10 -0
  86. data/assets/themes/j1/modules/_lightGallery/css/themes/icons/googleplus-icon.svg +30 -0
  87. data/assets/themes/j1/modules/_lightGallery/css/themes/icons/html5-w.png +0 -0
  88. data/assets/themes/j1/modules/_lightGallery/css/themes/icons/linked-in.png +0 -0
  89. data/assets/themes/j1/modules/_lightGallery/css/themes/icons/module-w.png +0 -0
  90. data/assets/themes/j1/modules/_lightGallery/css/themes/icons/play-button.png +0 -0
  91. data/assets/themes/j1/modules/_lightGallery/css/themes/icons/responsive-w.png +0 -0
  92. data/assets/themes/j1/modules/_lightGallery/css/themes/icons/thumb-w.png +0 -0
  93. data/assets/themes/j1/modules/_lightGallery/css/themes/icons/touch-w.png +0 -0
  94. data/assets/themes/j1/modules/_lightGallery/css/themes/icons/twitter-icon.svg +15 -0
  95. data/assets/themes/j1/modules/_lightGallery/css/themes/icons/twitter.png +0 -0
  96. data/assets/themes/j1/modules/_lightGallery/css/themes/icons/video1-w.png +0 -0
  97. data/assets/themes/j1/modules/_lightGallery/css/themes/icons/zoom-w.png +0 -0
  98. data/assets/themes/j1/modules/_lightGallery/css/themes/icons/zoom.png +0 -0
  99. data/assets/themes/j1/modules/_lightGallery/css/themes/uno.css +262 -0
  100. data/assets/themes/j1/modules/_lightGallery/css/themes/uno.min.css +15 -0
  101. data/assets/themes/j1/modules/_lightGallery/js/core/lightgallery.js +1362 -0
  102. data/assets/themes/j1/modules/_lightGallery/js/core/lightgallery.min.js +4 -0
  103. data/assets/themes/j1/modules/_lightGallery/js/modules/j1/j1-video.js +402 -0
  104. data/assets/themes/j1/modules/_lightGallery/js/modules/j1/j1-video.min.js +8 -0
  105. data/assets/themes/j1/modules/_lightGallery/js/modules/lg-autoplay.js +206 -0
  106. data/assets/themes/j1/modules/_lightGallery/js/modules/lg-autoplay.min.js +5 -0
  107. data/assets/themes/j1/modules/_lightGallery/js/modules/lg-fullscreen.js +126 -0
  108. data/assets/themes/j1/modules/_lightGallery/js/modules/lg-fullscreen.min.js +5 -0
  109. data/assets/themes/j1/modules/_lightGallery/js/modules/lg-hash.js +101 -0
  110. data/assets/themes/j1/modules/_lightGallery/js/modules/lg-hash.min.js +5 -0
  111. data/assets/themes/j1/modules/_lightGallery/js/modules/lg-pager.js +105 -0
  112. data/assets/themes/j1/modules/_lightGallery/js/modules/lg-pager.min.js +5 -0
  113. data/assets/themes/j1/modules/_lightGallery/js/modules/lg-share.js +107 -0
  114. data/assets/themes/j1/modules/_lightGallery/js/modules/lg-share.min.js +5 -0
  115. data/assets/themes/j1/modules/_lightGallery/js/modules/lg-thumbnail.js +478 -0
  116. data/assets/themes/j1/modules/_lightGallery/js/modules/lg-thumbnail.min.js +5 -0
  117. data/assets/themes/j1/modules/_lightGallery/js/modules/lg-video.js +342 -0
  118. data/assets/themes/j1/modules/_lightGallery/js/modules/lg-video.min.js +5 -0
  119. data/assets/themes/j1/modules/_lightGallery/js/modules/lg-zoom.js +527 -0
  120. data/assets/themes/j1/modules/_lightGallery/js/modules/lg-zoom.min.js +5 -0
  121. data/assets/themes/j1/modules/iframeResizer/examples/frame.absolute.html +4 -2
  122. data/assets/themes/j1/modules/iframeResizer/examples/frame.content.html +4 -3
  123. data/assets/themes/j1/modules/iframeResizer/examples/frame.hover.html +4 -2
  124. data/assets/themes/j1/modules/iframeResizer/examples/frame.nested.html +4 -2
  125. data/assets/themes/j1/modules/iframeResizer/examples/frame.textarea.html +4 -2
  126. data/assets/themes/j1/modules/iframeResizer/examples/frame.tolerance.html +4 -2
  127. data/assets/themes/j1/modules/iframeResizer/examples/index.html +2 -0
  128. data/assets/themes/j1/modules/iframeResizer/examples/two.html +4 -2
  129. data/assets/themes/j1/modules/lightGallery/js/core/j1/lightgallery-x.js +1368 -0
  130. data/assets/themes/j1/modules/lightGallery/js/core/j1/lightgallery-x.min.js +10 -0
  131. data/assets/themes/j1/modules/lightGallery/js/modules/j1/j1-x-video.js +344 -0
  132. data/assets/themes/j1/modules/lightGallery/js/modules/j1/j1-x-video.min.js +7 -0
  133. data/assets/themes/j1/modules/log4javascript/docs/backwardsincompatibilities.html +90 -0
  134. data/assets/themes/j1/modules/log4javascript/docs/distribution.html +87 -0
  135. data/assets/themes/j1/modules/log4javascript/docs/index.html +190 -0
  136. data/assets/themes/j1/modules/log4javascript/docs/lite.html +182 -0
  137. data/assets/themes/j1/modules/log4javascript/docs/manual.html +3217 -0
  138. data/assets/themes/j1/modules/log4javascript/docs/manual_lite.html +383 -0
  139. data/assets/themes/j1/modules/log4javascript/docs/quickstart.html +230 -0
  140. data/assets/themes/j1/modules/log4javascript/docs/whatsnew.html +86 -0
  141. data/assets/themes/j1/modules/log4javascript/js/log4javascript.js +5826 -0
  142. data/assets/themes/j1/modules/{util/js/log4javascript.js → log4javascript/js/log4javascript.min.js} +17 -0
  143. data/exe/j1 +1 -1
  144. data/lib/j1/commands/generate.rb +32 -9
  145. data/lib/{patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/2.6 → j1/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/2.7}/fastfilereaderext.so +0 -0
  146. data/lib/{patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/2.6 → j1/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/2.7}/rubyeventmachine.so +0 -0
  147. data/lib/j1/patches/rubygems/execjs-2.7.0/lib/execjs/external_runtime.rb +246 -0
  148. data/lib/j1/version.rb +3 -3
  149. data/lib/j1_app.rb +1 -1
  150. data/lib/j1_app/j1_auth_manager/auth_manager.rb +8 -2
  151. data/lib/j1_app/j1_site_manager/static_site.no-cross-origin.rb +94 -0
  152. data/lib/j1_app/j1_site_manager/static_site.rb +13 -11
  153. data/lib/starter_web/Gemfile +20 -14
  154. data/lib/starter_web/_config.yml +78 -122
  155. data/lib/starter_web/_data/_defaults/j1_config.yml +460 -0
  156. data/lib/starter_web/_data/_defaults/resources.yml +626 -325
  157. data/lib/starter_web/_data/apps/defaults/{justified_gallery.yml → justifiedGallery.yml} +2 -2
  158. data/lib/starter_web/_data/apps/defaults/{gallery_customizer.yml → justifiedGalleryCustomizer.yml} +1 -0
  159. data/lib/starter_web/_data/apps/defaults/{light_gallery.yml → lightGallery.yml} +0 -0
  160. data/lib/starter_web/_data/apps/{justified_gallery.yml → justifiedGallery.yml} +7 -7
  161. data/lib/starter_web/_data/apps/{gallery_customizer.yml → justifiedGalleryCustomizer.yml} +0 -0
  162. data/lib/starter_web/_data/apps/{light_gallery.yml → lightGallery.yml} +0 -0
  163. data/lib/starter_web/_data/blocks/banner.yml +45 -51
  164. data/lib/starter_web/_data/blocks/footer.yml +15 -3
  165. data/lib/starter_web/_data/blocks/panel.yml +13 -13
  166. data/lib/starter_web/_data/builder/blog_navigator.yml +6 -1
  167. data/lib/starter_web/_data/j1_config.yml +8 -7
  168. data/lib/starter_web/_data/layouts/blog_archive.yml +9 -0
  169. data/lib/starter_web/_data/layouts/collection.yml +10 -0
  170. data/lib/starter_web/_data/layouts/default.yml +25 -59
  171. data/lib/starter_web/_data/layouts/home.yml +6 -5
  172. data/lib/starter_web/_data/layouts/page.yml +1 -1
  173. data/lib/starter_web/_data/modules/authentication.yml +11 -100
  174. data/lib/starter_web/_data/modules/defaults/authentication.yml +1 -0
  175. data/lib/starter_web/_data/modules/defaults/cookiebar.yml +1 -0
  176. data/lib/starter_web/_data/modules/defaults/log4javascript.yml +37 -40
  177. data/lib/starter_web/_data/modules/defaults/navigator.yml +5 -2
  178. data/lib/starter_web/_data/modules/defaults/quicksearch.yml +2 -0
  179. data/lib/starter_web/_data/modules/log4javascript.yml +11 -83
  180. data/lib/starter_web/_data/modules/navigator.yml +24 -21
  181. data/lib/starter_web/_data/modules/navigator_menu.yml +27 -8
  182. data/lib/starter_web/_data/modules/quicksearch.yml +2 -0
  183. data/lib/starter_web/_data/plugins/defaults/paginator.yml +15 -12
  184. data/lib/starter_web/_data/plugins/paginator.yml +5 -3
  185. data/lib/starter_web/_data/private.yml +29 -57
  186. data/lib/starter_web/_data/resources.yml +37 -17
  187. data/lib/starter_web/_data/utilities/defaults/util_srv.yml +49 -3
  188. data/lib/starter_web/_data/utilities/util_srv.yml +8 -65
  189. data/lib/starter_web/_includes/attributes.asciidoc +10 -6
  190. data/lib/starter_web/_plugins/asciidoctor-extensions/callout.rb +47 -5
  191. data/lib/starter_web/_plugins/asciidoctor-extensions/conum.rb +28 -1
  192. data/lib/starter_web/_plugins/lunr_index.rb +17 -2
  193. data/lib/starter_web/assets/images/collections/blog/featured/dynamic-web-access.png +0 -0
  194. data/lib/starter_web/assets/images/collections/blog/featured/jamstack-generators.gif +0 -0
  195. data/lib/starter_web/assets/images/collections/blog/featured/jamstack-generators.jpg +0 -0
  196. data/lib/starter_web/assets/images/collections/blog/featured/static-web-access.png +0 -0
  197. data/lib/starter_web/assets/images/modules/attics/christa-dodoo-1920x1280.jpg +0 -0
  198. data/lib/starter_web/assets/images/modules/attics/leon-1920x1280.jpg +0 -0
  199. data/lib/starter_web/assets/images/modules/attics/machine-generator-1920x1280.jpg +0 -0
  200. data/lib/starter_web/assets/images/modules/icons/j1/j1-256x256.gif +0 -0
  201. data/lib/starter_web/collections/posts/public/featured/_posts/0000-00-00-welcome-to-j1.adoc.erb +42 -49
  202. data/lib/starter_web/collections/posts/public/featured/_posts/{2020-06-01-about-cookies.adoc → 2020-01-01-about-cookies.adoc} +37 -42
  203. data/lib/starter_web/collections/posts/public/featured/_posts/{2020-05-01-top-site-generators.adoc → 2021-03-01-site-generators.adoc} +51 -31
  204. data/lib/starter_web/collections/posts/public/featured/_posts/2021-03-03-about-j1.adoc +119 -0
  205. data/lib/starter_web/collections/posts/public/featured/_posts/_includes/attributes.asciidoc +4 -0
  206. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-01-post-test-series.adoc +2 -8
  207. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-02-post-test-series.adoc +3 -10
  208. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-03-post-test-series.adoc +3 -10
  209. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-04-post-test-series.adoc +3 -10
  210. data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-20-minneapolis.adoc +4 -2
  211. data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-24-narcisse-snake-dens.adoc +4 -2
  212. data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-26-columbia-river.adoc +4 -2
  213. data/lib/starter_web/dot.gitattributes +1 -1
  214. data/lib/starter_web/dot.gitignore +5 -1
  215. data/lib/starter_web/index.html +7 -13
  216. data/lib/starter_web/package.json +5 -4
  217. data/lib/starter_web/pages/public/about/about_site.adoc +1 -1
  218. data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/asciidoc-extensions/gallery.asciidoc +1 -1
  219. data/lib/starter_web/pages/public/asciidoc_skeletons/book/000_intro.adoc +7 -1
  220. data/lib/starter_web/pages/public/asciidoc_skeletons/book/100_chapter.adoc +5 -1
  221. data/lib/starter_web/pages/public/asciidoc_skeletons/book/200_chapter.adoc +7 -2
  222. data/lib/starter_web/pages/public/asciidoc_skeletons/book/900_references.adoc +5 -0
  223. data/lib/starter_web/pages/public/asciidoc_skeletons/book/book.adoc +7 -2
  224. data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/100_chapter.asciidoc +1 -1
  225. data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/200_chapter.asciidoc +2 -2
  226. data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/multi.adoc +7 -2
  227. data/lib/starter_web/pages/public/asciidoc_skeletons/simple-document/simple.adoc +6 -1
  228. data/lib/starter_web/pages/public/blog/navigator/archive.html +41 -25
  229. data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +49 -29
  230. data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +47 -30
  231. data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +42 -14
  232. data/lib/starter_web/pages/public/blog/navigator/index.html +2 -5
  233. data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.adoc +45 -48
  234. data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.org.asciidoc +244 -0
  235. data/lib/starter_web/pages/public/learn/roundtrip/100_present_videos.adoc +21 -20
  236. data/lib/starter_web/pages/public/learn/roundtrip/200_typography.adoc +6 -2
  237. data/lib/starter_web/pages/public/learn/roundtrip/300_icon_fonts.adoc +39 -35
  238. data/lib/starter_web/pages/public/learn/roundtrip/400_asciidoc_extensions.adoc +38 -36
  239. data/lib/starter_web/pages/public/learn/roundtrip/410_bs_modals_extentions.adoc +16 -14
  240. data/lib/starter_web/pages/public/learn/roundtrip/420_responsive_tables_extensions.adoc +11 -9
  241. data/lib/starter_web/pages/public/learn/roundtrip/500_themes.adoc +30 -27
  242. data/lib/starter_web/pages/public/learn/roundtrip/600_quicksearch.adoc +51 -50
  243. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/100_gistblock.asciidoc +1 -1
  244. data/lib/starter_web/pages/public/learn/where_to_go.adoc +33 -22
  245. data/lib/starter_web/pages/public/legal/en/100_copyright.adoc +116 -0
  246. data/lib/starter_web/pages/public/legal/en/200_impress.adoc +82 -0
  247. data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +77 -53
  248. data/lib/starter_web/pages/public/legal/en/400_comment_policy.adoc +123 -0
  249. data/lib/starter_web/pages/public/panels/intro_panel/panel.adoc +85 -72
  250. data/lib/starter_web/pages/public/previewer/bootstrap_theme.adoc +1 -1
  251. data/lib/starter_web/pages/public/previewer/iframer.adoc +1 -1
  252. data/lib/starter_web/pages/public/previewer/justified_gallery.html +3 -3
  253. data/lib/starter_web/pages/public/previewer/md_color_palette.adoc +1 -1940
  254. data/lib/starter_web/pages/public/previewer/mdi_icons_preview.adoc +7 -9
  255. data/lib/starter_web/pages/public/previewer/rouge.adoc +1 -1
  256. data/lib/starter_web/pages/public/previewer/twitter_emoji_preview.adoc +1 -1
  257. data/lib/starter_web/utilsrv/_defaults/package.json +13 -9
  258. data/lib/starter_web/utilsrv/package.json +6 -2
  259. data/lib/starter_web/utilsrv/server.js +228 -55
  260. metadata +106 -216
  261. data/assets/data/menu.1.html +0 -505
  262. data/lib/starter_web/_data/_defaults/j1_light_gallery.yml +0 -110
  263. data/lib/starter_web/_data/_defaults/template_settings.yml +0 -258
  264. data/lib/starter_web/_data/plugins/defaults/notebooks.yml +0 -61
  265. data/lib/starter_web/_data/plugins/notebooks.yml +0 -70
  266. data/lib/starter_web/_data/private.yml@localhost +0 -199
  267. data/lib/starter_web/assets/images/collections/blog/featured/staticgen.jpg +0 -0
  268. data/lib/starter_web/assets/images/modules/attics/aditya-joshi-1920x1280.jpg +0 -0
  269. data/lib/starter_web/assets/images/modules/attics/alex-holyoake-1920x1280.jpg +0 -0
  270. data/lib/starter_web/assets/images/modules/attics/anaya-katlego-1920x1280.jpg +0 -0
  271. data/lib/starter_web/assets/images/modules/attics/antonella-lombardi-1920x1280.jpg +0 -0
  272. data/lib/starter_web/assets/images/modules/attics/antonino-visalli-1920x1280.jpg +0 -0
  273. data/lib/starter_web/assets/images/modules/attics/banner/docker-1280x600-bw.jpg +0 -0
  274. data/lib/starter_web/assets/images/modules/attics/banner/jekyll.1200x600-bw.jpg +0 -0
  275. data/lib/starter_web/assets/images/modules/attics/banner/signpost-1920x800-bw.jpg +0 -0
  276. data/lib/starter_web/assets/images/modules/attics/banner/water-journal-1280x600.jpg +0 -0
  277. data/lib/starter_web/assets/images/modules/attics/banner/write-1280x600-bw.jpg +0 -0
  278. data/lib/starter_web/assets/images/modules/attics/brandon-mowinkel-1920x1280.jpg +0 -0
  279. data/lib/starter_web/assets/images/modules/attics/daniel-jensen-1920x1280.jpg +0 -0
  280. data/lib/starter_web/assets/images/modules/attics/florian-olivo-1920x1280.jpg +0 -0
  281. data/lib/starter_web/assets/images/modules/attics/go-up-1920x1280-bw.jpg +0 -0
  282. data/lib/starter_web/assets/images/modules/attics/ian-schneider-1920x1280.jpg +0 -0
  283. data/lib/starter_web/assets/images/modules/attics/jason-rosewell-1920x1280.jpg +0 -0
  284. data/lib/starter_web/assets/images/modules/attics/joel-filipe-1920x1280.jpg +0 -0
  285. data/lib/starter_web/assets/images/modules/attics/lianhao-1920x1280.jpg +0 -0
  286. data/lib/starter_web/assets/images/modules/attics/library-1920x1280-bw.jpg +0 -0
  287. data/lib/starter_web/assets/images/modules/attics/mae-mue-1920x1280-v.jpg +0 -0
  288. data/lib/starter_web/assets/images/modules/attics/mae-mue-1920x1280.jpg +0 -0
  289. data/lib/starter_web/assets/images/modules/attics/markus-spiske-1920x1280.jpg +0 -0
  290. data/lib/starter_web/assets/images/modules/attics/markus-spiske.jpg +0 -0
  291. data/lib/starter_web/assets/images/modules/attics/markus-spiske3-1920x1280.jpg +0 -0
  292. data/lib/starter_web/assets/images/modules/attics/modules-apps-1920x1280.jpg +0 -0
  293. data/lib/starter_web/assets/images/modules/attics/nicola-styles-1920x1280.jpg +0 -0
  294. data/lib/starter_web/assets/images/modules/attics/no-time-1920x1280.jpg +0 -0
  295. data/lib/starter_web/assets/images/modules/attics/nousnou-iwasaki-1920x1280.jpg +0 -0
  296. data/lib/starter_web/assets/images/modules/attics/premium-1920x1280-bw.jpg +0 -0
  297. data/lib/starter_web/assets/images/modules/attics/responsive-text-1920x1280.jpg +0 -0
  298. data/lib/starter_web/assets/images/modules/attics/robert-v-ruggiero-1920x1280.jpg +0 -0
  299. data/lib/starter_web/assets/images/modules/attics/romain-vignes-1920x1280.jpg +0 -0
  300. data/lib/starter_web/assets/images/modules/attics/spider-web-1920x1200-bw.jpg +0 -0
  301. data/lib/starter_web/assets/images/modules/attics/the-place-1920x1280.jpg +0 -0
  302. data/lib/starter_web/assets/images/modules/icons/algolia/search-by-algolia.png +0 -0
  303. data/lib/starter_web/assets/images/modules/icons/d1/d1-256x256.png +0 -0
  304. data/lib/starter_web/assets/images/modules/icons/d1/d1-32x32.ico +0 -0
  305. data/lib/starter_web/assets/images/modules/icons/d1/d1-512x512.png +0 -0
  306. data/lib/starter_web/assets/images/modules/icons/d1/d1-64x64.png +0 -0
  307. data/lib/starter_web/assets/images/modules/icons/d1/d1.ico +0 -0
  308. data/lib/starter_web/assets/images/modules/icons/d1/favicon.ico +0 -0
  309. data/lib/starter_web/assets/images/modules/icons/d1/scalable/d1.svg +0 -2025
  310. data/lib/starter_web/assets/images/modules/icons/netlify/nf-logo.png +0 -0
  311. data/lib/starter_web/assets/images/modules/icons/p1/favicon.ico +0 -0
  312. data/lib/starter_web/assets/images/modules/icons/p1/p1-256x256.png +0 -0
  313. data/lib/starter_web/assets/images/modules/icons/p1/p1-32x32.ico +0 -0
  314. data/lib/starter_web/assets/images/modules/icons/p1/p1-512x512.png +0 -0
  315. data/lib/starter_web/assets/images/modules/icons/p1/p1-64x64.png +0 -0
  316. data/lib/starter_web/assets/images/modules/icons/p1/p1.ico +0 -0
  317. data/lib/starter_web/assets/images/modules/icons/p1/scalable/p1.svg +0 -2020
  318. data/lib/starter_web/assets/images/modules/icons/patreon/favicon-16x16.png +0 -0
  319. data/lib/starter_web/assets/images/modules/icons/patreon/favicon-32x32.png +0 -0
  320. data/lib/starter_web/assets/images/pages/j1_webhooks/000_browser_console-1280x600.jpg +0 -0
  321. data/lib/starter_web/assets/images/pages/j1_webhooks/001_smee_channel-1280x400.jpg +0 -0
  322. data/lib/starter_web/assets/images/pages/j1_webhooks/002_gh_repo_settings-1280x800.jpg +0 -0
  323. data/lib/starter_web/assets/images/pages/j1_webhooks/003_gh_webhook_settings-1280x1000.jpg +0 -0
  324. data/lib/starter_web/assets/images/pages/j1_webhooks/004_gh_webhook_settings-post-1280x600.jpg +0 -0
  325. data/lib/starter_web/assets/images/pages/j1_webhooks/005_smee_channel_ping_receive-1280x800.jpg +0 -0
  326. data/lib/starter_web/assets/images/pages/j1_webhooks/006_gh_redeliver_payload-1280x900.jpg +0 -0
  327. data/lib/starter_web/assets/images/pages/j1_webhooks/007_receive_redelivered_payload-1280x800.jpg +0 -0
  328. data/lib/starter_web/assets/images/pages/j1_webhooks/base/000_browser_console.jpg +0 -0
  329. data/lib/starter_web/assets/images/pages/j1_webhooks/base/000_smee_channel.jpg +0 -0
  330. data/lib/starter_web/assets/images/pages/j1_webhooks/base/002_gh_repo-settings.jpg +0 -0
  331. data/lib/starter_web/assets/images/pages/j1_webhooks/base/003_gh_webhook_settings.jpg +0 -0
  332. data/lib/starter_web/assets/images/pages/j1_webhooks/base/004_gh_webhook_settings-post.jpg +0 -0
  333. data/lib/starter_web/assets/images/pages/j1_webhooks/base/005_smee_channel_ping_received.jpg +0 -0
  334. data/lib/starter_web/assets/images/pages/j1_webhooks/base/006_gh_redeliver_payload.jpg +0 -0
  335. data/lib/starter_web/assets/images/pages/j1_webhooks/base/007_receive_redelivered_payload.jpg +0 -0
  336. data/lib/starter_web/assets/images/pages/j1_webhooks/base/webhook_flow.jpg +0 -0
  337. data/lib/starter_web/assets/images/pages/j1_webhooks/flows/webhook_flow-1920x1280.jpg +0 -0
  338. data/lib/starter_web/assets/images/pages/j1_webhooks/scaleable/webhook_flow.svg +0 -432
  339. data/lib/starter_web/assets/images/pages/j1_webhooks/uml/auth_mgmr_signin_request_flow.uxf +0 -632
  340. data/lib/starter_web/assets/images/pages/j1_webhooks/uml/webhook_flow.uxf +0 -648
  341. data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/get-started-1920x1280-bw.jpg +0 -0
  342. data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/intro/130_layout_inheritance.png +0 -0
  343. data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/intro/content_inheritance.png +0 -0
  344. data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/intro/content_inheritance_thumb.png +0 -0
  345. data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/intro/html_layout.png +0 -0
  346. data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/intro/j1-quickstart-windows.png +0 -0
  347. data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/intro/j1-template-theme.jpg +0 -0
  348. data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/intro/j1_layout.png +0 -0
  349. data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/intro/jekyll-minima-theme.png +0 -0
  350. data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/intro/lane_inheritance.png +0 -0
  351. data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/intro/layout_inheritance.png +0 -0
  352. data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/preparations/msys_installation.jpg +0 -0
  353. data/lib/starter_web/assets/images/pages/log4j/apache-log4j-logo.png +0 -0
  354. data/lib/starter_web/assets/images/pages/log4r/code-1920x600.jpg +0 -0
  355. data/lib/starter_web/assets/images/pages/log4r/log4r-logo.png +0 -0
  356. data/lib/starter_web/assets/images/pages/log_expert/image_000.png +0 -0
  357. data/lib/starter_web/assets/images/pages/log_expert/image_001.png +0 -0
  358. data/lib/starter_web/assets/images/pages/log_expert/image_002.png +0 -0
  359. data/lib/starter_web/assets/images/pages/log_expert/image_003.png +0 -0
  360. data/lib/starter_web/assets/images/pages/log_expert/image_004.png +0 -0
  361. data/lib/starter_web/assets/images/pages/log_expert/image_005.png +0 -0
  362. data/lib/starter_web/assets/images/pages/log_expert/image_006.png +0 -0
  363. data/lib/starter_web/assets/images/pages/log_expert/image_007.png +0 -0
  364. data/lib/starter_web/assets/images/pages/log_expert/image_008.png +0 -0
  365. data/lib/starter_web/assets/images/pages/log_expert/image_009.png +0 -0
  366. data/lib/starter_web/assets/images/pages/log_expert/image_010.png +0 -0
  367. data/lib/starter_web/assets/images/pages/log_expert/image_011.png +0 -0
  368. data/lib/starter_web/assets/images/pages/log_expert/image_012.png +0 -0
  369. data/lib/starter_web/assets/images/pages/log_expert/image_013.png +0 -0
  370. data/lib/starter_web/assets/images/pages/log_expert/image_014.png +0 -0
  371. data/lib/starter_web/assets/images/pages/log_expert/image_015.png +0 -0
  372. data/lib/starter_web/assets/images/pages/log_expert/image_016.png +0 -0
  373. data/lib/starter_web/assets/images/pages/log_expert/image_017.png +0 -0
  374. data/lib/starter_web/assets/images/pages/log_expert/image_018.png +0 -0
  375. data/lib/starter_web/assets/images/pages/log_expert/image_019.png +0 -0
  376. data/lib/starter_web/assets/images/pages/log_expert/image_020.png +0 -0
  377. data/lib/starter_web/assets/images/pages/log_expert/image_021.png +0 -0
  378. data/lib/starter_web/assets/images/pages/log_expert/image_022.png +0 -0
  379. data/lib/starter_web/assets/images/pages/log_expert/image_023.png +0 -0
  380. data/lib/starter_web/assets/images/pages/log_expert/image_024.png +0 -0
  381. data/lib/starter_web/assets/images/pages/log_expert/image_025.png +0 -0
  382. data/lib/starter_web/assets/images/pages/log_expert/image_026.png +0 -0
  383. data/lib/starter_web/assets/images/pages/log_expert/image_027.png +0 -0
  384. data/lib/starter_web/assets/images/pages/log_expert/image_028.png +0 -0
  385. data/lib/starter_web/assets/images/pages/log_expert/image_029.png +0 -0
  386. data/lib/starter_web/assets/images/pages/log_expert/image_030.png +0 -0
  387. data/lib/starter_web/assets/images/pages/log_expert/image_031.png +0 -0
  388. data/lib/starter_web/assets/images/pages/log_expert/image_032.png +0 -0
  389. data/lib/starter_web/assets/images/pages/log_expert/image_033.png +0 -0
  390. data/lib/starter_web/assets/images/pages/log_expert/image_034.png +0 -0
  391. data/lib/starter_web/assets/images/pages/log_expert/image_035.png +0 -0
  392. data/lib/starter_web/assets/images/pages/log_expert/image_036.png +0 -0
  393. data/lib/starter_web/assets/images/pages/log_expert/image_037.png +0 -0
  394. data/lib/starter_web/assets/images/pages/log_expert/image_038.png +0 -0
  395. data/lib/starter_web/assets/images/pages/log_expert/image_039.png +0 -0
  396. data/lib/starter_web/assets/images/pages/log_expert/image_040.png +0 -0
  397. data/lib/starter_web/assets/images/pages/log_expert/image_041.png +0 -0
  398. data/lib/starter_web/assets/images/pages/log_expert/image_042.png +0 -0
  399. data/lib/starter_web/assets/images/pages/log_expert/image_043.png +0 -0
  400. data/lib/starter_web/assets/images/pages/log_expert/image_044.png +0 -0
  401. data/lib/starter_web/assets/images/pages/log_expert/image_045.png +0 -0
  402. data/lib/starter_web/assets/images/pages/log_expert/image_046.png +0 -0
  403. data/lib/starter_web/assets/images/pages/log_expert/image_047.png +0 -0
  404. data/lib/starter_web/assets/images/pages/log_expert/image_048.png +0 -0
  405. data/lib/starter_web/assets/images/pages/log_expert/image_049.png +0 -0
  406. data/lib/starter_web/assets/images/pages/log_expert/image_050.png +0 -0
  407. data/lib/starter_web/assets/images/pages/log_expert/image_051.png +0 -0
  408. data/lib/starter_web/assets/images/pages/log_expert/image_052.png +0 -0
  409. data/lib/starter_web/assets/images/pages/log_expert/image_053.png +0 -0
  410. data/lib/starter_web/assets/images/pages/log_expert/image_054.png +0 -0
  411. data/lib/starter_web/assets/images/pages/log_expert/image_055.png +0 -0
  412. data/lib/starter_web/assets/images/pages/log_expert/image_056.png +0 -0
  413. data/lib/starter_web/assets/images/pages/log_expert/image_057.png +0 -0
  414. data/lib/starter_web/assets/images/pages/material/apple-touch-icon.png +0 -0
  415. data/lib/starter_web/assets/images/pages/pen/jquery/jQuery-logo.png +0 -0
  416. data/lib/starter_web/assets/images/pages/pen/jquery/jquery-banner-1280x600.jpg +0 -0
  417. data/lib/starter_web/assets/images/pages/pen/jquery/jquery-banner-1920x800.jpg +0 -0
  418. data/lib/starter_web/assets/images/pages/pen/jquery/src/JQuery-Logo.svg +0 -122
  419. data/lib/starter_web/assets/images/pages/pen/jquery/src/banner.psd +0 -0
  420. data/lib/starter_web/assets/images/pages/winlogbeat/coordinate-map.png +0 -0
  421. data/lib/starter_web/assets/images/pages/winlogbeat/kibana-powershell.jpg +0 -0
  422. data/lib/starter_web/assets/images/pages/winlogbeat/option_ignore_outgoing.png +0 -0
  423. data/lib/starter_web/assets/images/pages/winlogbeat/winlogbeat-dashboard.png +0 -0
  424. data/lib/starter_web/assets/images/pages/writers_guide/1280px-PDCA_Process.png +0 -0
  425. data/lib/starter_web/assets/images/pages/writers_guide/annie-spratt-1920x1280.jpg +0 -0
  426. data/lib/starter_web/assets/images/pages/writers_guide/deming-cycle.png +0 -0
  427. data/lib/starter_web/assets/images/pages/writers_guide/humble-lamb-1920x1280.jpg +0 -0
  428. data/lib/starter_web/assets/images/pages/writers_guide/john-schnobrich-1920x1280.jpg +0 -0
  429. data/lib/starter_web/assets/images/pages/writers_guide/sigmund-1920x1280.jpg +0 -0
  430. data/lib/starter_web/collections/posts/public/series/_posts/_includes/attributes.asciidoc +0 -37
  431. data/lib/starter_web/collections/posts/public/series/_posts/_includes/documents/readme +0 -0
  432. data/lib/starter_web/collections/posts/public/series/_posts/_includes/tables/debug_variables.asciidoc +0 -47
  433. data/lib/starter_web/pages/protected/site_search.adoc +0 -180
  434. data/lib/starter_web/pages/public/asciidoc_skeletons/book/book.pdf +1 -5439
  435. data/lib/starter_web/pages/public/legal/en/000_copyright.adoc +0 -93
  436. data/lib/starter_web/pages/public/legal/en/100_impress.adoc +0 -55
  437. data/lib/starter_web/pages/public/legal/en/200_terms_of_use.adoc +0 -53
  438. data/lib/starter_web/pages/public/legal/en/eu/cookie.policy.asciidoc +0 -50
@@ -1,18 +1,14 @@
1
1
  ---
2
2
  title: Welcome
3
3
  tagline: jekyll for everyone
4
- date: <%= Time.now.strftime('%Y-%m-%d') %> 00:00:00
4
+ #date: <%= Time.now.strftime('%Y-%m-%d') %> 00:00:00 +0100
5
5
 
6
- tags: [ Example, Post ]
7
- categories: [ Featured ]
6
+ categories: [ Featured, Post ]
7
+ tags: [ J1, Jekyll ]
8
8
 
9
- series: false
10
- adsense: false
11
9
  image: /assets/images/modules/attics/katie-moum-1920x1280.jpg
12
- toc: true
13
10
 
14
11
  regenerate: false
15
-
16
12
  resources: []
17
13
  resource_options:
18
14
  - attic:
@@ -38,10 +34,11 @@ resource_options:
38
34
 
39
35
  // Place an excerpt at the most top position
40
36
  // -----------------------------------------------------------------------------
41
- All you're doing at the end of the day is writing your content and Jekyll does
42
- all the tricky things needed for a website: putting out HTML, Javascript and
43
- CSS. As a result, the site creation process gets out of your way. Sounds fun,
44
- isn't it?
37
+ All youre doing at the end of the day is writing your content, and the J1
38
+ Template does all the tricky things: putting out HTML, Javascript, and CSS.
39
+ As a result, the site creation process gets out of your way.
40
+
41
+ Sounds fun, isn't it?
45
42
 
46
43
  // [role="clearfix mb-3"]
47
44
  excerpt__end
@@ -70,13 +67,10 @@ which use a database to load dynamic content, a static site will display
70
67
  the same content to every user as it will directly load the HTML files
71
68
  on the server.
72
69
 
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.
70
+ A static site serves the content straight to the user as it is stored on
71
+ the server-side. In opposition to WordPress, which uses a database to load
72
+ dynamic content, a static site will display the same content to every user
73
+ as it will directly load the HTML files on the server.
80
74
 
81
75
  In the last few years, static sites have greatly increased in popularity.
82
76
  This surge is primarily due to advances in developer tools (languages and
@@ -85,15 +79,14 @@ performance beyond the limits of a database-driven site.
85
79
 
86
80
  === What's different?
87
81
 
88
- To make it simple, a dynamic website uses a database and PHP/MySQL to
89
- generate the content of a page when a user requests it. For example,
90
- building a website using WordPress CMS will result in having a dynamic
91
- Website.
82
+ A dynamic website uses a database and PHP/MySQL to generate the content of
83
+ a page when a user requests it. For example, building a website using
84
+ WordPress CMS will result in having a dynamic Website.
92
85
 
93
86
  Static sites can be written almost exclusively in HTML and serve a fixed
94
87
  set of data that renders the same for every site visitor. Static sites use
95
88
  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
89
+ a web browser. Dynamic sites operate in a completely different way by
97
90
  leveraging HTML and CSS as well as server-side scripting languages like PHP
98
91
  to build webpages on the fly and serve different content to each site
99
92
  visitor.
@@ -101,9 +94,9 @@ visitor.
101
94
  === Why use a static site?
102
95
 
103
96
  What are the advantages of a static website over a dynamic site?
104
- You may be wondering *Why should I build a static site when I could do a
105
- WordPress?*. Well, having a database implies a lot of downsides. Here
106
- come the main advantages of using a static site over a dynamic
97
+ You may be wondering *Why should I build a static site when I could do the
98
+ same by using WordPress?*. Well, having a database implies a lot of downsides.
99
+ Here come the main advantages of using a static site over a dynamic
107
100
  one.
108
101
 
109
102
  Performance::
@@ -113,45 +106,45 @@ it is crazy fast to load. Indeed, when the user requests a page, there is
113
106
  no need to request a database and various files to generate the
114
107
  page itself as all the content is already placed in a one and only file:
115
108
  an HTML one. That’s why by using a static site, you will get a boost in
116
- your loading time that will provide great user experience for the
109
+ your loading time that will provide a great user experience for the
117
110
  internauts. Moreover, we know that more and more people are surfing the
118
- web using their smartphones with, sometimes, poor internet connections,
119
- that’s why having fast loading times will participate in making your
111
+ web using their smartphones with, sometimes, poor internet connections.
112
+ That’s why having fast loading times will participate in making your
120
113
  website mobile-friendly.
121
114
 
122
115
  Security::
123
116
  *Having a static website: say goodbye to hacking and security issues*.
124
- Tired of getting WordPress notifications about security issues and
125
- updates every week? No worries, as a static site has no database, there
126
- are close to no hack possible compared to a WordPress website. Indeed,
127
- your site will have way fewer footprints and security issues since it
128
- will only load plain HTML and CSS files. The security gain in having a
129
- static website is one the main reason why many famous brands switch to
130
- a static site instead of having their website on Drupal or WordPress.
117
+ Are you tired of getting WordPress notifications about security issues and
118
+ updates every week? No worries, as a static site has no database, there are
119
+ close to no hack possible compared to a WordPress website. Indeed, your
120
+ site will have way fewer footprints and security issues since it will
121
+ only load plain HTML and CSS files. The security gain in having a static
122
+ website is one of the main reasons why many famous brands switch to a
123
+ static site instead of having their website on Drupal or WordPress.
131
124
 
132
125
  Hosting::
133
126
  *Building a static site and hosting: you will save you money*.
134
- Using a static site, you will only have most of the time only HTML and
135
- CSS files to host. This kind of files is super light which also means
136
- that you will not need a powerhouse hosting to have a static site up and
137
- running. Moreover, if your traffic suddenly increases, your site will not
138
- go down contrary to a dynamic site which should request the database
139
- each time for each user.
127
+ Using a static site, you will only have most of the time only HTML and CSS
128
+ files to host. This kind of file is super light which also means that you
129
+ will not need a powerhouse hosting to have a static site up and running.
130
+ Moreover, if your traffic suddenly increases, your site will not go down,
131
+ contrary to a dynamic site that should request the database each time
132
+ for each user.
140
133
 
141
134
  Control::
142
- *You're the master*. Using a CMS means, giving control over your site to others.
143
- Simple like this.
135
+ *You're the master*. You were using a CMS means, giving control over your
136
+ site to others. Simple like this.
144
137
 
145
138
  == Why use a site generator?
146
139
 
147
140
  Working with pure HTML files is annoying; senseless today. Indeed, if you need
148
141
  to make a modification on your *self-managed* pages, you have to manually
149
142
  change every file. That's monkey's work from the early days of static websites.
150
- If your site comes with 10 pages, it can be manageable but imagine if your site
151
- is providing 100+ pages or the blog planned for hundreds of articles?
143
+ If your site comes with ten pages, it can be manageable but imagine if your
144
+ site is providing 100+ pages or the blog planned for hundreds of articles?
152
145
 
153
146
  Using a static site generator will solve this issue as it separates the
154
- content and the template. To say it another way, by using a static site
147
+ content and the Template. To say it another way, by using a static site
155
148
  generator, you will only need to make the modification once, and the
156
149
  generator will apply it to all your pages.
157
150
 
@@ -164,6 +157,6 @@ better depending on the programming languages you already are familiar with.
164
157
  Which static site generator should I use?
165
158
 
166
159
  When I decided to go for a blog based on a static web, I personally
167
- choose Jekyll as for me. It's a well known static site generator, good support
168
- in case of trouble and the software gets regularly updated. This website is
160
+ choose Jekyll as for me. It's a well-known static site generator, good support
161
+ in case of trouble, and the software gets regularly updated. This website is
169
162
  powered by Jekyll. For good reasons.
@@ -1,16 +1,11 @@
1
1
  ---
2
2
  title: Cookies
3
3
  tagline: good to know
4
- date: 2020-06-01 00:00:00
5
4
 
6
- tags: [ About, Cookies ]
7
- categories: [ Featured ]
5
+ categories: [ Featured, Post ]
6
+ tags: [ Cookies ]
8
7
 
9
- series:
10
- adsense: false
11
8
  image: /assets/images/modules/attics/cookies-1920x1200-bw.jpg
12
- comments: true
13
- advertising: true
14
9
 
15
10
  regenerate: false
16
11
 
@@ -47,12 +42,11 @@ resource_options:
47
42
 
48
43
  // Place an excerpt at the most top position
49
44
  // -----------------------------------------------------------------------------
50
- Is it needed for visitors to know what cookies are about? No doubts, your're
51
- requested to inform - in Europe for legal reasons. All users visiting web sites
52
- are bothered all the time to accept on cookies. Cookies are used by sites
53
- of today. For good reasons?
45
+ Is it needed for visitors to know what cookies are about? No doubts, you're
46
+ requested to inform - in Europe for legal reasons. All users visiting websites
47
+ are bothered all the time to accept cookies. For good reasons?
54
48
 
55
- // [role="clearfix mb-3"]
49
+ [role="clearfix mb-3"]
56
50
  excerpt__end
57
51
 
58
52
  // Load Liquid procedures
@@ -70,10 +64,10 @@ excerpt__end
70
64
  // Include sub-documents
71
65
  // -----------------------------------------------------------------------------
72
66
 
73
- [[readmore]]
67
+ // [[readmore]]
74
68
  == What are cookies technically
75
69
 
76
- In short words. A cookie is a small piece of data that a website asks your
70
+ In short: a cookie is a small piece of data that a website asks your
77
71
  browser to store on your computer or mobile device. The cookie allows the
78
72
  website to "remember" your actions or preferences over time. All modern
79
73
  browsers support cookies, but users can set their browsers to decline them
@@ -88,35 +82,35 @@ General information storage::
88
82
  Remember users' custom preferences
89
83
 
90
84
  Support::
91
- Help users complete tasks without having to re‑enter information
92
- when browsing from one page to another or when visiting the site later.
85
+ Help users complete tasks without re-entering information when browsing from
86
+ one page to another or when visiting the site later.
93
87
 
94
- Track behavioural::
95
- Cookies can also be used for online behavioural target advertising and to
88
+ Track behavioral::
89
+ Cookies can also be used for online behavioral target advertising and to
96
90
  show adverts relevant to something that the user searched for in the past.
97
- The web server supplying the webpage can store a cookie on the user's
91
+ The webserver supplying the webpage can store a cookie on the user's
98
92
  computer or mobile device.
99
93
 
100
- All these cookies are called http header cookies. Another way of storing
101
- cookies is through JavaScript code contained or referenced in that page.
102
- Each time the user requests a new page, the web server can receive the
94
+ All these cookies are called HTTP header cookies. Another way of storing
95
+ cookies is through JavaScript code contained or referenced on that page.
96
+ Each time the user requests a new page, the webserver can receive the
103
97
  values of the cookies it previously set and return the page with content
104
- relating to these values. Similarly, JavaScript code is able to read a
105
- cookie belonging to its domain and perform an action accordingly.
98
+ relating to these values. Similarly, JavaScript code can read a
99
+ cookie belonging to its domain and act accordingly.
106
100
 
107
101
  .How are they used
108
102
  [NOTE]
109
103
  ====
110
104
  The web server supplying the webpage can store a cookie on the user's
111
- computer or mobile device. An external web server that manages files included
112
- or referenced in the webpage is also able to store cookies. All these
113
- cookies are called http header cookies. Another way of storing cookies is
114
- through JavaScript code contained or referenced in that page.
105
+ computer or mobile device. An external web server that manages files
106
+ included or referenced in the web page can store cookies. All these
107
+ cookies are called HTTP header cookies. Another way of storing cookies
108
+ is through JavaScript code contained or referenced on that page.
115
109
 
116
110
  Each time the user requests a new page, the web server can receive the
117
111
  values of the cookies it previously set and return the page with content
118
- relating to these values. Similarly, JavaScript code is able to read a
119
- cookie belonging to its domain and perform an action accordingly.
112
+ relating to these values. Similarly, JavaScript code can read a
113
+ cookie belonging to its domain and act accordingly.
120
114
  ====
121
115
 
122
116
  == Types of cookies
@@ -124,7 +118,7 @@ cookie belonging to its domain and perform an action accordingly.
124
118
  HTTP cookies are essential to the modern Internet but potentially a
125
119
  vulnerability to your privacy. As a necessary part of web browsing, cookies
126
120
  help web developers give you more personal, convenient website visits.
127
- Cookies let websites remember you, your website logins, shopping carts and
121
+ Cookies let websites remember you, your website logins, shopping carts, and
128
122
  more. But they can also be a treasure trove of private info for criminals
129
123
  to spy on.
130
124
 
@@ -152,37 +146,38 @@ period of time.
152
146
  Cookies classified by the *domain* to which it belongs, are either of:
153
147
 
154
148
  First-party cookie::
155
- First-party cookie cookies are set by the web server of the visited page
156
- and share the *same domain* you're visting. These are generally safer, as
149
+ First-party cookie cookies are set by the webserver of the visited page
150
+ and share the *same domain* you're visiting. These are generally safer, as
157
151
  long as users are browsing reputable websites or ones that have not been
158
152
  compromised.
159
153
 
160
154
  Third-party cookies::
161
155
  Third-party cookies are stored by a *different* domain to the visited page.
162
- This can happen when the webpage references a files located outside its domain.
156
+ This can happen when the webpage references a file located outside its domain.
163
157
  Third-party cookies let advertisers or analytics companies track the user's
164
158
  browsing history across the web on *any* sites that contain their ads.
165
159
 
160
+
166
161
  == Security aspects on using cookies
167
162
 
168
- Without cookies the web would not work as it does today. However, since the
169
- mid 90ies when cookies were invented, the web changed quite a lot and so did
170
- the attack methods on web applications; as mentioned the internet is not a
163
+ Without cookies, the web would not work as it does today. However, since the
164
+ mid 90ies when cookies were invented, the web changed quite a lot, and so did
165
+ the attack methods on web applications; as mentioned, the Internet is not a
171
166
  friendly place.
172
167
 
173
- A well-known attack method is known as Cross Site Request Forgery, or short
168
+ A well-known attack method is known as Cross-Site Request Forgery or short
174
169
  *CSRF*. CSRF is an attack, a criminal act, that forces an end user to execute
175
- unwanted actions. Cookie may play a *role* in such scenarios but they are
176
- not generally *unsafe*. If you want you can read more about that in the
170
+ unwanted actions. A cookie may play a *role* in such scenarios, but they are
171
+ not generally *unsafe* if you want, you can read more about that on the
177
172
  CRSF Page on {url-owasp-attacks--csrf}[OWASP, {browser-window--new}].
178
173
 
179
174
  == How to control cookies
180
175
 
181
176
  Users can take control, used or *not* used, or delete cookies. For more
182
177
  details, see {url-about-cookies--home}[AboutCookies]. You can delete
183
- all cookies that are already on your computer and you can set most
178
+ all cookies that are already on your computer, and you can set most
184
179
  browsers to prevent them from being placed.
185
180
 
186
181
  If you do this, however, you may have to manually adjust some preferences
187
- every time you visit a site and some services and functionalities may not
182
+ every time you visit a site, and some services and functionalities may not
188
183
  work.
@@ -1,19 +1,15 @@
1
1
  ---
2
- title: Free site generators
3
- tagline: top site generators
4
- date: 2020-05-01 00:00:00
2
+ title: Site Generators
3
+ tagline: top open source tools
5
4
 
5
+ categories: [ Featured, Post ]
6
6
  tags: [ Jekyll, Generators ]
7
- categories: [ Featured ]
8
7
 
9
- series:
10
- adsense: false
11
8
  image: /assets/images/modules/attics/machine-generator-1920x1280.jpg
12
- toc: true
13
9
 
14
10
  regenerate: false
15
11
 
16
- resources: []
12
+ resources: [ lightbox ]
17
13
  resource_options:
18
14
  - attic:
19
15
  padding_top: 400
@@ -43,8 +39,9 @@ resource_options:
43
39
  // Place an excerpt at the most top position
44
40
  // -----------------------------------------------------------------------------
45
41
  This article highlights top OpenSource projects providing static site
46
- generators, in many different programming languages. And Jekyll is only one of
47
- them. Have a look if an flull-blown CMS is (really) needed for your project!
42
+ generators in many different programming languages. And Jekyll is only
43
+ one of them. Have a look if a full-blown CMS is (really) needed for your
44
+ project!
48
45
 
49
46
  // [role="clearfix mb-3"]
50
47
  excerpt__end
@@ -55,7 +52,7 @@ excerpt__end
55
52
 
56
53
  // Load page attributes
57
54
  // -----------------------------------------------------------------------------
58
- {% include {{load_attributes}} scope="global" %}
55
+ {% include {{load_attributes}} scope="all" %}
59
56
 
60
57
 
61
58
  // Page content
@@ -65,22 +62,32 @@ excerpt__end
65
62
  // -----------------------------------------------------------------------------
66
63
 
67
64
  [[readmore]]
68
- == Static Site Generators
65
+ == Dynamic page access
69
66
 
70
- [role="mb-3"]
71
- image::/assets/images/collections/blog/featured/markus-spiske-2.jpg[{{page.title}}]
67
+ // [role="mb-3"]
68
+ // image::/assets/images/collections/blog/featured/markus-spiske-2.jpg[{{page.title}}]
69
+
70
+ A typical CMS-driven website works by building each and every page
71
+ *dynamically*. That means fetching the content from a database to pass them
72
+ over to a template system (engine) to load the page content, adding the
73
+ required structure information (e.g., CSS styles) and Javascript components if
74
+ needed. This means every page is assembled *on demand*.
72
75
 
73
- A typical CMS driven website works by building each and every page dynamically.
74
- That means fetching the content from a database to pass them over to a template
75
- system for adding the required structure information (e.g. CSS styles).
76
- This means each page is assembled on demand.
76
+ .Accessing scheme for a CMS (dynamic web)
77
+ lightbox::kickstart-wiad--dynamic-web-access[ 800, {data-kickstart-wiad--dynamic-web-access} ]
77
78
 
78
- === Is an CMS needed?
79
+ callout::1["Web Browser"]
80
+ callout::2["Web Server"]
81
+ callout::3["Rendering Engine (e.g. PHP-based)"]
82
+ callout::4["Database (e.g. MySQL, Postgres)"]
83
+ callout::5["Static content (Images, Videos, JS- and CSS files) and Caches", ml-2 mb-3]
79
84
 
80
- For many, many websites dynamic page generation is entirely unnecessary and
81
- adds unwanted risks in terms of complexity, performance losses and security
82
- issues. After all, the content of most websites changes only, when the content
83
- authors make changes. Why the hell should a web page always assembled on
85
+ == Is a CMS needed?
86
+
87
+ For many websites, dynamic page generation is entirely unnecessary and
88
+ adds unwanted risks in terms of complexity, performance losses, and security
89
+ issues. After all, the content of most websites changes, when the content
90
+ authors make changes. Why the hell should a web page always assemble on
84
91
  demand if there are no changes?
85
92
 
86
93
  NOTE: To be fair, most CMS are providing caching systems for web pages to
@@ -89,16 +96,29 @@ a caching strategy, and in the very end, it adds the next level of
89
96
  complexity.
90
97
 
91
98
  A Static Site Generator takes a different approach and generates all the pages
92
- of the website upfront. That does not necessarily mean that a static website
99
+ of the website *upfront*. That does not necessarily mean that a static website
93
100
  is always built from scratch. Modern generators support a so-called
94
- incremental build; like Jekyll does. When there are changes detected to the
101
+ incremental build, as does. When there are changes detected to the
95
102
  content, only selected pages will rebuild.
96
103
 
97
- This means overall, statically build web pages having no moving parts in the
98
- deployed website. This results in browser-side caching only, the performance
99
- goes up, and static sites are far more secure because they build already.
104
+ .Accessing scheme for a static web
105
+ lightbox::kickstart-wiad--static-web-access[ 800, {data-kickstart-wiad--static-web-access} ]
106
+
107
+ callout::1["Web Browser"]
108
+ callout::2["Web Server"]
109
+ callout::3["Server-side rendered (prepared) static content", ml-2 mb-3]
110
+
111
+ == Statically build web pages
112
+
113
+ Overall, statically build web pages having no moving parts in the deployed
114
+ website. This results in browser-side caching only, the performance
115
+ goes up, and static sites are far more secure because they *build already*.
100
116
  To find out what OpenSource Static Site Generators are available today and
101
- their ranking in terms of popularity go for Jamstack You'll find the most
102
- complete list of generators used today.
117
+ their ranking in terms of popularity, go for _Jamstack_. You'll find a
118
+ comprehensive list of staic site generators used today.
103
119
 
104
- Check with {url-jamstack--generators}[Jamstack, {browser-window--new}]!
120
+ Check popular static site generators at {url-jamstack--generators}[Jamstack, {browser-window--new}]!
121
+
122
+ // .Current ratings at Jamstack (March 2021)
123
+ [role="mb-3"]
124
+ image::/assets/images/collections/blog/featured/jamstack-generators.gif["jamstack-generators"]