j1-template 2020.0.22 → 2020.0.24

Sign up to get free protection for your applications and to get access to all the features.
Files changed (266) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/layouts/content_generator_page.html +1 -1
  3. data/_includes/themes/j1/layouts/content_generator_post.html +63 -161
  4. data/_includes/themes/j1/modules/connectors/ad/google-adsense.html +14 -0
  5. data/_includes/themes/j1/modules/connectors/analytic/google-analytics.html +1 -3
  6. data/_includes/themes/j1/modules/connectors/comment/disqus.html +37 -24
  7. data/_includes/themes/j1/modules/navigator/generator.html +8 -3
  8. data/_includes/themes/j1/modules/navigator/procedures/topsearch.proc +36 -26
  9. data/_includes/themes/j1/procedures/layouts/module_writer.proc +1 -1
  10. data/_includes/themes/j1/procedures/posts/create_series_header.proc +9 -5
  11. data/assets/data/banner.html +1 -1
  12. data/assets/data/fam.html +124 -0
  13. data/assets/data/mmenu_sidebar.html +3 -3
  14. data/assets/data/panel.html +9 -9
  15. data/assets/data/quicklinks.html +13 -13
  16. data/assets/error_pages/HTTP204.html +1 -0
  17. data/assets/error_pages/HTTP400.html +3 -2
  18. data/assets/error_pages/HTTP401.html +3 -2
  19. data/assets/error_pages/HTTP403.html +3 -2
  20. data/assets/error_pages/HTTP404.html +3 -2
  21. data/assets/error_pages/HTTP500.html +3 -2
  22. data/assets/error_pages/HTTP501.html +3 -2
  23. data/assets/error_pages/HTTP502.html +3 -2
  24. data/assets/error_pages/HTTP503.html +3 -2
  25. data/assets/error_pages/HTTP520.html +3 -2
  26. data/assets/error_pages/HTTP521.html +3 -2
  27. data/assets/error_pages/HTTP533.html +3 -2
  28. data/assets/themes/j1/adapter/js/{ssm.js → fam.js} +248 -138
  29. data/assets/themes/j1/adapter/js/framer.js +72 -56
  30. data/assets/themes/j1/adapter/js/gallery_customizer.js +2 -1
  31. data/assets/themes/j1/adapter/js/j1.js +8 -2
  32. data/assets/themes/j1/adapter/js/{searcher.js → lunr_search.js} +68 -65
  33. data/assets/themes/j1/adapter/js/toccer.js +62 -30
  34. data/assets/themes/j1/core/css/bootstrap.css +7154 -0
  35. data/assets/themes/j1/core/css/bootstrap.min.css +6 -0
  36. data/assets/themes/j1/core/css/custom.scss +28 -0
  37. data/assets/themes/j1/core/css/globals.css +14523 -0
  38. data/assets/themes/j1/core/css/globals.min.css +1 -0
  39. data/assets/themes/j1/core/css/globals.scss +28 -0
  40. data/assets/themes/j1/core/css/theme_extensions.css +11558 -0
  41. data/assets/themes/j1/core/css/theme_extensions.min.css +1 -0
  42. data/assets/themes/j1/core/css/themes/bootstrap/bootstrap.css +7 -4
  43. data/assets/themes/j1/core/css/themes/bootstrap/bootstrap.min.css +2 -2
  44. data/assets/themes/j1/core/css/themes/uno-dark/bootstrap.css +7 -4
  45. data/assets/themes/j1/core/css/themes/uno-dark/bootstrap.min.css +2 -2
  46. data/assets/themes/j1/core/css/themes/uno-light/bootstrap.css +514 -417
  47. data/assets/themes/j1/core/css/themes/uno-light/bootstrap.min.css +2 -2
  48. data/assets/themes/j1/core/css/uno.css +11823 -0
  49. data/assets/themes/j1/core/css/uno.min.css +1 -0
  50. data/assets/themes/j1/core/css/uno.scss +28 -0
  51. data/assets/themes/j1/core/css/vendor.css +5 -4
  52. data/assets/themes/j1/core/css/vendor.min.css +1 -1
  53. data/assets/themes/j1/core/css/vendor.scss +28 -0
  54. data/assets/themes/j1/core/js/template.js +6 -11
  55. data/assets/themes/j1/core/js/template.js.map +1 -1
  56. data/assets/themes/j1/core/js/template.min.js +1 -1
  57. data/assets/themes/j1/modules/bmd/js/bootstrap-material-design.js +6 -0
  58. data/assets/themes/j1/modules/cash/js/cash.js +1374 -0
  59. data/assets/themes/j1/modules/cash/js/cash.min.js +42 -0
  60. data/assets/themes/j1/modules/fam/css/uno/fam.css +369 -0
  61. data/assets/themes/j1/modules/fam/js/fam.js +477 -0
  62. data/assets/themes/j1/modules/iframeResizer/examples/frame.nested.html +1 -1
  63. data/assets/themes/j1/modules/iframeResizer/js/{iframeResizer.js → resizer.js} +0 -0
  64. data/assets/themes/j1/modules/iframeResizer/js/{iframeResizer.map → resizer.map} +0 -0
  65. data/assets/themes/j1/modules/iframeResizer/js/{iframeResizer.min.js → resizer.min.js} +0 -0
  66. data/assets/themes/j1/modules/jquery/js/require.js +2145 -0
  67. data/assets/themes/j1/modules/jquery/js/require.min.js +5 -0
  68. data/assets/themes/j1/modules/lunrSearch/css/lunr_search.css +32 -0
  69. data/assets/themes/j1/modules/lunrSearch/css/lunr_search.min.css +25 -0
  70. data/assets/themes/j1/modules/lunrSearch/js/dateformat.js +125 -0
  71. data/assets/themes/j1/modules/lunrSearch/js/dateformat.min.js +14 -0
  72. data/assets/themes/j1/modules/lunrSearch/js/lunr.js +3475 -0
  73. data/assets/themes/j1/modules/lunrSearch/js/lunr.min.js +51 -0
  74. data/assets/themes/j1/modules/lunrSearch/js/lunr_search.js +184 -0
  75. data/assets/themes/j1/modules/lunrSearch/js/lunr_search.min.js +17 -0
  76. data/assets/themes/j1/modules/lunrSearch/js/mustache.js +772 -0
  77. data/assets/themes/j1/modules/lunrSearch/js/mustache.min.js +772 -0
  78. data/assets/themes/j1/modules/lunrSearch/js/uri.js +2340 -0
  79. data/assets/themes/j1/modules/lunrSearch/js/uri.min.js +93 -0
  80. data/assets/themes/j1/modules/materialize/js/anime.js +1283 -0
  81. data/assets/themes/j1/modules/materialize/js/anime.min.js +34 -0
  82. data/assets/themes/j1/modules/materialize/js/autocomplete.js +450 -0
  83. data/assets/themes/j1/modules/materialize/js/buttons.js +409 -0
  84. data/assets/themes/j1/modules/materialize/js/cards.js +40 -0
  85. data/assets/themes/j1/modules/materialize/js/carousel.js +717 -0
  86. data/assets/themes/j1/modules/materialize/js/cash-dom.js +1044 -0
  87. data/assets/themes/j1/modules/materialize/js/cash.js +960 -0
  88. data/assets/themes/j1/modules/materialize/js/characterCounter.js +136 -0
  89. data/assets/themes/j1/modules/materialize/js/chips.js +481 -0
  90. data/assets/themes/j1/modules/materialize/js/collapsible.js +275 -0
  91. data/assets/themes/j1/modules/materialize/js/component.js +44 -0
  92. data/assets/themes/j1/modules/materialize/js/datepicker.js +975 -0
  93. data/assets/themes/j1/modules/materialize/js/dropdown.js +617 -0
  94. data/assets/themes/j1/modules/materialize/js/forms.js +275 -0
  95. data/assets/themes/j1/modules/materialize/js/global.js +427 -0
  96. data/assets/themes/j1/modules/materialize/js/materialbox.js +453 -0
  97. data/assets/themes/j1/modules/materialize/js/modal.js +382 -0
  98. data/assets/themes/j1/modules/materialize/js/parallax.js +138 -0
  99. data/assets/themes/j1/modules/materialize/js/pushpin.js +145 -0
  100. data/assets/themes/j1/modules/materialize/js/range.js +263 -0
  101. data/assets/themes/j1/modules/materialize/js/ripple.js +335 -0
  102. data/assets/themes/j1/modules/materialize/js/scrollspy.js +295 -0
  103. data/assets/themes/j1/modules/materialize/js/select.js +432 -0
  104. data/assets/themes/j1/modules/materialize/js/sidenav.js +580 -0
  105. data/assets/themes/j1/modules/materialize/js/slider.js +359 -0
  106. data/assets/themes/j1/modules/materialize/js/tabs.js +402 -0
  107. data/assets/themes/j1/modules/materialize/js/tapTarget.js +314 -0
  108. data/assets/themes/j1/modules/materialize/js/timepicker.js +647 -0
  109. data/assets/themes/j1/modules/materialize/js/toasts.js +310 -0
  110. data/assets/themes/j1/modules/materialize/js/tooltip.js +303 -0
  111. data/assets/themes/j1/modules/materialize/js/waves.js +335 -0
  112. data/assets/themes/j1/modules/materialize/scss/components/_badges.scss +55 -0
  113. data/assets/themes/j1/modules/materialize/scss/components/_buttons.scss +322 -0
  114. data/assets/themes/j1/modules/materialize/scss/components/_cards.scss +195 -0
  115. data/assets/themes/j1/modules/materialize/scss/components/_carousel.scss +90 -0
  116. data/assets/themes/j1/modules/materialize/scss/components/_chips.scss +90 -0
  117. data/assets/themes/j1/modules/materialize/scss/components/_collapsible.scss +91 -0
  118. data/assets/themes/j1/modules/materialize/scss/components/_color-classes.scss +32 -0
  119. data/assets/themes/j1/modules/materialize/scss/components/_color-variables.scss +370 -0
  120. data/assets/themes/j1/modules/materialize/scss/components/_datepicker.scss +191 -0
  121. data/assets/themes/j1/modules/materialize/scss/components/_dropdown.scss +85 -0
  122. data/assets/themes/j1/modules/materialize/scss/components/_global.scss +769 -0
  123. data/assets/themes/j1/modules/materialize/scss/components/_grid.scss +156 -0
  124. data/assets/themes/j1/modules/materialize/scss/components/_icons-material-design.scss +5 -0
  125. data/assets/themes/j1/modules/materialize/scss/components/_materialbox.scss +43 -0
  126. data/assets/themes/j1/modules/materialize/scss/components/_modal.scss +94 -0
  127. data/assets/themes/j1/modules/materialize/scss/components/_navbar.scss +208 -0
  128. data/assets/themes/j1/modules/materialize/scss/components/_normalize.scss +447 -0
  129. data/assets/themes/j1/modules/materialize/scss/components/_preloader.scss +334 -0
  130. data/assets/themes/j1/modules/materialize/scss/components/_pulse.scss +34 -0
  131. data/assets/themes/j1/modules/materialize/scss/components/_sidenav.scss +216 -0
  132. data/assets/themes/j1/modules/materialize/scss/components/_slider.scss +92 -0
  133. data/assets/themes/j1/modules/materialize/scss/components/_table_of_contents.scss +33 -0
  134. data/assets/themes/j1/modules/materialize/scss/components/_tabs.scss +99 -0
  135. data/assets/themes/j1/modules/materialize/scss/components/_tapTarget.scss +103 -0
  136. data/assets/themes/j1/modules/materialize/scss/components/_timepicker.scss +183 -0
  137. data/assets/themes/j1/modules/materialize/scss/components/_toast.scss +58 -0
  138. data/assets/themes/j1/modules/materialize/scss/components/_tooltip.scss +32 -0
  139. data/assets/themes/j1/modules/materialize/scss/components/_transitions.scss +13 -0
  140. data/assets/themes/j1/modules/materialize/scss/components/_typography.scss +60 -0
  141. data/assets/themes/j1/modules/materialize/scss/components/_variables.scss +349 -0
  142. data/assets/themes/j1/modules/materialize/scss/components/_waves.scss +114 -0
  143. data/assets/themes/j1/modules/materialize/scss/components/forms/_checkboxes.scss +200 -0
  144. data/assets/themes/j1/modules/materialize/scss/components/forms/_file-input.scss +44 -0
  145. data/assets/themes/j1/modules/materialize/scss/components/forms/_forms.scss +22 -0
  146. data/assets/themes/j1/modules/materialize/scss/components/forms/_input-fields.scss +354 -0
  147. data/assets/themes/j1/modules/materialize/scss/components/forms/_radio-buttons.scss +115 -0
  148. data/assets/themes/j1/modules/materialize/scss/components/forms/_range.scss +161 -0
  149. data/assets/themes/j1/modules/materialize/scss/components/forms/_select.scss +180 -0
  150. data/assets/themes/j1/modules/materialize/scss/components/forms/_switches.scss +89 -0
  151. data/assets/themes/j1/modules/materialize/scss/materialize.scss +41 -0
  152. data/assets/themes/j1/modules/{bsThemeSwitcher → themeSwitcher}/js/switcher.js +0 -0
  153. data/assets/themes/j1/modules/{bsThemeSwitcher → themeSwitcher}/js/switcher.min.js +0 -0
  154. data/lib/j1/version.rb +1 -1
  155. data/lib/starter_web/Gemfile +12 -16
  156. data/lib/starter_web/_config.yml +95 -21
  157. data/lib/starter_web/_data/blocks/banner.yml +1 -1
  158. data/lib/starter_web/_data/blocks/panel.yml +6 -6
  159. data/lib/starter_web/_data/j1_config.yml +7 -6
  160. data/lib/starter_web/_data/layouts/home.yml +13 -3
  161. data/lib/starter_web/_data/layouts/page.yml +10 -0
  162. data/lib/starter_web/_data/layouts/post.yml +10 -0
  163. data/lib/starter_web/_data/modules/defaults/{ssm.yml → fam.yml} +12 -15
  164. data/lib/starter_web/_data/modules/defaults/lunr_search.yml +171 -0
  165. data/lib/starter_web/_data/modules/defaults/navigator.yml +4 -4
  166. data/lib/starter_web/_data/modules/defaults/toccer.yml +4 -2
  167. data/lib/starter_web/_data/modules/fam.yml +158 -0
  168. data/lib/starter_web/_data/modules/{back2top.yml → lunr_search.yml} +15 -9
  169. data/lib/starter_web/_data/modules/navigator.yml +2 -2
  170. data/lib/starter_web/_data/modules/navigator_menu.yml +57 -6
  171. data/lib/starter_web/_data/modules/toccer.yml +0 -73
  172. data/lib/starter_web/_data/resources.yml +151 -104
  173. data/lib/starter_web/_includes/attributes.asciidoc +2 -2
  174. data/lib/starter_web/_includes/breadcrumbs.html +11 -0
  175. data/lib/starter_web/_plugins/debug.rb +0 -1
  176. data/lib/starter_web/_plugins/filters.rb +0 -1
  177. data/lib/starter_web/_plugins/{lorem-inline.rb → lorem_inline.rb} +1 -2
  178. data/lib/starter_web/_plugins/lunr_index.rb +313 -0
  179. data/lib/starter_web/_plugins/prettify.rb +0 -3
  180. data/lib/starter_web/_plugins/simple_search_filter.rb +0 -1
  181. data/lib/starter_web/_plugins/symlink_watcher.rb +2 -3
  182. data/lib/starter_web/assets/images/modules/attics/banner/lunr-banner-1280x800.jpg +0 -0
  183. data/lib/starter_web/assets/images/pages/winlogbeat/coordinate-map.png +0 -0
  184. data/lib/starter_web/assets/images/pages/winlogbeat/kibana-powershell.jpg +0 -0
  185. data/lib/starter_web/assets/images/pages/winlogbeat/option_ignore_outgoing.png +0 -0
  186. data/lib/starter_web/assets/images/pages/winlogbeat/winlogbeat-dashboard.png +0 -0
  187. data/lib/starter_web/collections/posts/public/featured/_posts/2018-05-01-confusion-about-base-url.adoc +2 -4
  188. data/lib/starter_web/collections/posts/public/featured/_posts/2019-05-01-top-open-source-static-site-generators.adoc +4 -2
  189. data/lib/starter_web/collections/posts/public/featured/_posts/2019-06-01-about-cookies.adoc +3 -2
  190. data/lib/starter_web/collections/posts/public/series/_posts/2018-11-01-docker-using-shared-folders.adoc +5 -4
  191. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-01-post-test-series.adoc +144 -0
  192. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-02-post-test-series.adoc +146 -0
  193. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-03-post-test-series.adoc +146 -0
  194. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-04-post-test-series.adoc +146 -0
  195. data/lib/starter_web/collections/posts/public/test_posts/_posts/2020-09-11-test_post.adoc +2 -4
  196. data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-20-minneapolis.adoc +2 -3
  197. data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-24-narcisse-snake-dens.adoc +2 -7
  198. data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-26-columbia-river.adoc +2 -6
  199. data/lib/starter_web/index.html +16 -10
  200. data/lib/starter_web/package.json +5 -2
  201. data/lib/starter_web/pages/public/about/about_site.adoc +0 -2
  202. data/lib/starter_web/pages/public/about/become_a_patron.adoc +1 -3
  203. data/lib/starter_web/pages/public/blog/navigator/archive.html +8 -1
  204. data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +7 -3
  205. data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +8 -1
  206. data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +7 -2
  207. data/lib/starter_web/pages/public/blog/navigator/index.html +6 -2
  208. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/100_meet_and_greet_jekyll.adoc +3 -4
  209. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/200_preparations.adoc +3 -4
  210. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/300_first_awesome_web.adoc +3 -4
  211. data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.adoc +25 -20
  212. data/lib/starter_web/pages/public/learn/roundtrip/100_present_videos.adoc +14 -12
  213. data/lib/starter_web/pages/public/learn/roundtrip/200_typography.adoc +20 -20
  214. data/lib/starter_web/pages/public/learn/roundtrip/300_icon_fonts.adoc +13 -8
  215. data/lib/starter_web/pages/public/learn/roundtrip/400_asciidoc_extensions.adoc +14 -9
  216. data/lib/starter_web/pages/public/learn/roundtrip/410_bs_modals_extentions.adoc +9 -6
  217. data/lib/starter_web/pages/public/learn/roundtrip/420_responsive_tables_extensions.adoc +62 -8
  218. data/lib/starter_web/pages/public/learn/roundtrip/500_themes.adoc +9 -7
  219. data/lib/starter_web/pages/public/learn/roundtrip/600_lunr.adoc +237 -0
  220. data/lib/starter_web/pages/public/learn/roundtrip/610_fam.adoc +302 -0
  221. data/lib/starter_web/pages/public/learn/where_to_go.adoc +3 -7
  222. data/lib/starter_web/pages/public/legal/de/100_impress.adoc +3 -2
  223. data/lib/starter_web/pages/public/legal/de/200_terms_of_use.adoc +2 -1
  224. data/lib/starter_web/pages/public/legal/de/300_privacy.adoc +2 -1
  225. data/lib/starter_web/pages/public/legal/de/400_license_agreement.adoc +2 -1
  226. data/lib/starter_web/pages/public/legal/de/500_support.adoc +2 -1
  227. data/lib/starter_web/pages/public/legal/en/000_copyright.adoc +30 -27
  228. data/lib/starter_web/pages/public/legal/en/100_impress.adoc +8 -5
  229. data/lib/starter_web/pages/public/legal/en/200_terms_of_use.adoc +12 -8
  230. data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +7 -0
  231. data/lib/starter_web/pages/public/legal/en/400_license_agreement.adoc +8 -1
  232. data/lib/starter_web/pages/public/legal/en/500_support.adoc +8 -1
  233. data/lib/starter_web/pages/public/previewer/bootstrap_theme.adoc +3 -1
  234. data/lib/starter_web/pages/public/previewer/iframer.adoc +36 -28
  235. data/lib/starter_web/pages/public/previewer/justified_gallery.html +2 -1
  236. data/lib/starter_web/pages/public/previewer/mdi_icons_preview.adoc +2 -1
  237. data/lib/starter_web/pages/public/previewer/rouge.adoc +4 -2
  238. data/lib/starter_web/pages/public/previewer/twitter_emoji_preview.adoc +2 -1
  239. data/lib/starter_web/pages/public/test_pages/breadcrumbs_tester.adoc +62 -0
  240. data/lib/starter_web/pages/public/test_pages/deck_of_posts.adoc +3 -0
  241. data/lib/starter_web/pages/public/test_pages/floating_actions_button.adoc +523 -0
  242. data/lib/starter_web/pages/public/test_pages/floating_ad.adoc +1 -0
  243. data/lib/starter_web/pages/public/test_pages/floating_div.adoc +1 -0
  244. data/lib/starter_web/pages/public/test_pages/lunr_tester.adoc +89 -0
  245. data/lib/starter_web/pages/public/test_pages/nav_pagination_tester.adoc +1 -0
  246. data/lib/starter_web/pages/public/test_pages/page_attribute_tester.adoc +1 -0
  247. data/lib/starter_web/pages/public/test_pages/responsive_images.adoc +3 -2
  248. data/lib/starter_web/pages/public/test_pages/responsive_tables.adoc +1 -0
  249. data/lib/starter_web/pages/public/test_pages/toccer_tester.adoc +2245 -0
  250. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  251. data/lib/starter_web/utilsrv/package.json +1 -1
  252. metadata +137 -29
  253. data/assets/data/search.json +0 -165
  254. data/assets/data/ssm.html +0 -242
  255. data/assets/themes/j1/adapter/js/back2top.js +0 -231
  256. data/assets/themes/j1/modules/jekyllSearch/js/simple-jekyll-search.js +0 -468
  257. data/assets/themes/j1/modules/jekyllSearch/js/simple-jekyll-search.min.js +0 -6
  258. data/assets/themes/j1/modules/tocbot/css/theme/uno.css +0 -95
  259. data/assets/themes/j1/modules/tocbot/css/theme/uno.min.css +0 -15
  260. data/assets/themes/j1/modules/tocbot/css/tocbot.css +0 -75
  261. data/assets/themes/j1/modules/tocbot/css/tocbot.min.css +0 -19
  262. data/assets/themes/j1/modules/tocbot/js/tocbot.js +0 -19
  263. data/assets/themes/j1/modules/tocbot/js/tocbot.min.js +0 -19
  264. data/lib/starter_web/_data/modules/defaults/back2top.yml +0 -146
  265. data/lib/starter_web/_data/modules/defaults/stickybits.yml +0 -36
  266. data/lib/starter_web/_data/modules/ssm.yml +0 -142
@@ -9,10 +9,11 @@ categories: [ pages, manuals ]
9
9
 
10
10
  permalink: /pages/public/previewer/mdi_font/
11
11
  regenerate: false
12
+ date: 2020-11-08 12:00:00
12
13
 
13
14
  scrollbar: false
14
15
 
15
- resources: [ clipboard, rouge, mdi_previewer ]
16
+ resources: [ clipboard, rouge, mdi_previewer, fam ]
16
17
  resource_options:
17
18
  - attic:
18
19
  padding_top: 400
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  title: Rouge
3
- tagline: themes previewer
3
+ tagline: preview rouge themes
4
4
  description: Previewer page for J1 module rouge
5
5
 
6
6
  tags: [ App, Previewer ]
@@ -10,8 +10,9 @@ categories: [ pages ]
10
10
  permalink: /pages/public/previewer/rouge/
11
11
  regenerate: false
12
12
  toc: true
13
+ date: 2020-11-08 12:00:00
13
14
 
14
- resources: [ rouge, clipboard ]
15
+ resources: [ rouge, clipboard, fam ]
15
16
  resource_options:
16
17
  - attic:
17
18
  padding_top: 400
@@ -38,6 +39,7 @@ resource_options:
38
39
 
39
40
  // Page content
40
41
  // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
42
+
41
43
  == Theme selector
42
44
 
43
45
  Make a selection of theme below to preview a theme.
@@ -9,10 +9,11 @@ categories: [ pages, Previewer ]
9
9
 
10
10
  permalink: /pages/public/previewer/twitter_emoji/
11
11
  regenerate: false
12
+ date: 2020-11-08 12:00:00
12
13
 
13
14
  scrollbar: false
14
15
 
15
- resources: [ twemoji, twemoji_picker ]
16
+ resources: [ twemoji, twemoji_picker, fam ]
16
17
  resource_options:
17
18
  - attic:
18
19
  padding_top: 400
@@ -0,0 +1,62 @@
1
+ ---
2
+ title: breadcrumbs Tester
3
+ tagline: breadcrumbs
4
+ description: breadcrumbs
5
+
6
+ tags: [ Page, Roundtrip ]
7
+ index: [ Template, Roundtrip, Images ]
8
+ categories: [ pages ]
9
+
10
+ toc: true
11
+ scrollbar: false
12
+ date: 2020-11-08 12:00:00
13
+
14
+ permalink: /pages/public/tester/breadcrumbs/
15
+ regenerate: true
16
+
17
+ resources: [ lunr ]
18
+ resource_options:
19
+ - attic:
20
+ padding_top: 400
21
+ padding_bottom: 50
22
+ opacity: 0.5
23
+ # slides:
24
+ # - url: /assets/images/pages/roundtrip/images-1920x1280-bw.jpg
25
+ # alt: Photo by Ricardo Gomez Angel on Unsplash
26
+ # badge:
27
+ # type: unsplash
28
+ # author: Ricardo Gomez Angel
29
+ # href: https://unsplash.com/@ripato/portfolio
30
+ ---
31
+
32
+ // Page Initializer
33
+ // =============================================================================
34
+ // Enable the Liquid Preprocessor
35
+ :page-liquid:
36
+
37
+ // Set page (local) attributes here
38
+ // -----------------------------------------------------------------------------
39
+ // :page--attr: <attr-value>
40
+
41
+ // Load Liquid procedures
42
+ // -----------------------------------------------------------------------------
43
+ {% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
44
+
45
+ // Load page attributes
46
+ // -----------------------------------------------------------------------------
47
+ {% include {{load_attributes}} scope="all" %}
48
+
49
+
50
+ // Page content
51
+ // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
52
+
53
+ ++++
54
+ {% include breadcrumbs.html %}
55
+ ++++
56
+
57
+ == Deck of posts
58
+
59
+ Bootstrap `card decks` are *not* responsive by default. Additional breakpoint
60
+ classes for J1 Template introduce support on card decks for responsiveness.
61
+ With the values for `break_on_XX`, the number of cards can be specified to be
62
+ shown on a deck per *row*.
@@ -9,6 +9,7 @@ categories: [ pages ]
9
9
 
10
10
  toc: true
11
11
  advertising: false
12
+ date: 2020-11-08 12:00:00
12
13
 
13
14
  permalink: /pages/public/test_pages/deck_of_posts/
14
15
  regenerate: false
@@ -37,6 +38,8 @@ resource_options:
37
38
 
38
39
  // Page content
39
40
  // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
41
+
42
+
40
43
  == Deck of posts
41
44
 
42
45
  Bootstrap `card decks` are *not* responsive by default. Additional breakpoint
@@ -0,0 +1,523 @@
1
+ ---
2
+ title: Floating Button
3
+ tagline: check floating actions
4
+ description: check floating actions
5
+
6
+ tags: [ Page, Tester ]
7
+ index: [ floating, buttons ]
8
+ categories: [ pages ]
9
+
10
+ fam: false
11
+ toc: true
12
+ advertising: false
13
+ scrollbar: false
14
+ date: 2020-11-08 12:00:00
15
+
16
+ image: /assets/images/modules/attics/cookies-1920x1200-bw.jpg
17
+
18
+ permalink: /pages/public/test_pages/floating_buttons/
19
+ regenerate: true
20
+
21
+ resources: [ lightbox ]
22
+ resource_options:
23
+ - attic:
24
+ padding_top: 400
25
+ padding_bottom: 50
26
+ opacity: 0.5
27
+ slides:
28
+ - url: /assets/images/modules/attics/cookies-1920x1200-bw.jpg
29
+ alt: jekyll.1200x600-bw.jpg
30
+ ---
31
+
32
+ // Page Initializer
33
+ // =============================================================================
34
+ // Enable the Liquid Preprocessor
35
+ :page-liquid:
36
+
37
+ // Set page (local) attributes here
38
+ // -----------------------------------------------------------------------------
39
+ // :page--attr: <attr-value>
40
+
41
+ // Load Liquid procedures
42
+ // -----------------------------------------------------------------------------
43
+ {% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
44
+
45
+ // Load page attributes
46
+ // -----------------------------------------------------------------------------
47
+ {% include {{load_attributes}} scope="none" %}
48
+
49
+
50
+ // Page content
51
+ // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
52
+
53
+ == Floating action buttons
54
+
55
+ .Release Loeb Classical Library, Harvard University Press, edition, 1931
56
+ The title *About the Ends of Goods and Evils* requires explanation. It was
57
+ Aristotle who put the ethical problem in the form of the question, What is the
58
+ T𝜆o or End, the supreme end of man’s endeavour, in the attainment of which his
59
+ Good or Well-being lies?
60
+
61
+ For Aristotle, Telos connoted not only *aim*, but *completion*; and he found
62
+ the answer to his question in the complete development and right exercise of
63
+ the faculties of man’s nature, and particularly of the distinctively human
64
+ faculty of Reason. The life of the Intellect was the Best, the Chief Good; and
65
+ lesser Goods were Means to the attainment of this End.
66
+
67
+ Thus was introduced the notion of an ascending scale of Goods, and this affected
68
+ the interpretation of the term Telos. Telos came to be understood as denoting
69
+ not so much the end or aim of endeavour as the end or extreme point of a series,
70
+ the topmost good. To this was naturally opposed an extreme of minus value,
71
+ the topmost, or rather bottommost, evil.
72
+
73
+ Hence arose the expressions 𝜏𝜆o 𝛾𝛼𝜃𝜈, 𝜏𝜆o 𝜅𝛼𝜅𝜈, *End of Goods, of Evils*, which
74
+ occur in Philodemus, Rhetoric I, 218.8 ff. (Südhans), and are translated by
75
+ Cicero finis bonorum et malorum.
76
+
77
+ As a title for his book he throws this phrase into the plural, meaning
78
+ *different views as to the Chief Good and Evil*. Hence in title and to some
79
+ extent in method, the de Finibus may be compared with such modern works a
80
+ Martineau’s Types of Ethical Theory and Sidgwick’s Methods of Ethics.
81
+
82
+ [quote, Cicero · Paragraph 1.10.32, Translation by H. Rackham · Issue 1914 - De Finibus]
83
+ ____
84
+ But I must explain to you how all this mistaken idea of denouncing
85
+ pleasure and praising pain was born and I will give you a complete
86
+ account of the system, and expound the actual teachings of the great
87
+ explorer of the truth, the master-builder of human happiness.
88
+
89
+ No one rejects, dislikes, or avoids pleasure itself, because it is
90
+ pleasure, but because those who do not know how to pursue pleasure
91
+ rationally encounter consequences that are extremely painful. Nor
92
+ again is there anyone who loves or pursues or desires to obtain pain
93
+ of itself, because it is pain, but because occasionally circumstances
94
+ occur in which toil and pain can procure him some great pleasure.
95
+
96
+ To take a trivial example, which of us ever undertakes laborious
97
+ physical exercise, except to obtain some advantage from it? But who
98
+ has any right to find fault with a man who chooses to enjoy a pleasure
99
+ that has no annoying consequences, or one who avoids a pain that
100
+ produces no resultant pleasure?
101
+ ____
102
+
103
+ This he sets out to prove as follows: every animal, as soon as it is born,
104
+ seeks for pleasure, and delights in it as the Chief Good, while it recoils
105
+ from pain as the Chief Evil, and so far as possible avoids it. This it does
106
+ as long as it remains unperverted, at the prompting of Nature’s own unbiased
107
+ and honest verdict.
108
+
109
+ Hence Epicurus refuses to admit any necessity for argument or discussion to
110
+ prove that pleasure is desirable and pain to be avoided. These facts, he
111
+ thinks, are perceived by the senses, as that fire is hot, snow white, honey
112
+ sweet, none of which things need be proved by elaborate argument: it is enough
113
+ merely to draw attention to them.
114
+
115
+ For there is a difference, he holds, between formal syllogistic proof of a
116
+ thing and a mere notice or reminder: the former is the method for discovering
117
+ abstruse and recondite truths, the latter for indicating facts that are obvious
118
+ and evident.
119
+
120
+ Strip mankind of sensation, and nothing remains; it follows that Nature herself
121
+ is the judge of that which is in accordance with or contrary to nature. What
122
+ does Nature perceive or what does she judge of, beside pleasure and pain, to
123
+ guide her actions of desire and of avoidance?
124
+
125
+ ++++
126
+
127
+ <div class="doc-example">
128
+ <button type="button" class="btn bmd-btn-fab btn-primary">
129
+ <i class="mdi mdi-plus mdi-2x"></i>
130
+ </div>
131
+
132
+
133
+ <div class="fixed-action-btn direction-top">
134
+ <a id="fam_button" class="btn-floating btn-large btn-md-red raised-z5"><i class="mdi mdi-chevron-down"></i></a>
135
+ <ul id="ssm_menu">
136
+ <li><a id="ssm_reload_page" class="btn-floating btn-md-red raised-z5"><i class="mdi mdi-reload"></i></a></li>
137
+ <li><a id="ssm_toc" class="btn-floating btn-md-blue raised-z5"><i class="mdi mdi-wrap"></i></a></li>
138
+ <li><a id="ssm_scroll_to_top" class="btn-floating btn-md-green raised-z5"><i class="mdi mdi-step-backward-2 mdi-rotate-90"></i></a></li>
139
+ <li><a id="ssm_previous_section" class="btn-floating btn-md-green raised-z5"><i class="mdi mdi-step-backward mdi-rotate-90"></i></a></li>
140
+ <li><a id="ssm_next_section" class="btn-floating btn-md-green raised-z5"><i class="mdi mdi-step-forward mdi-rotate-90"></i></a></li>
141
+ <li><a id="ssm_scroll_to_bottom" class="btn-floating btn-md-green raised-z5"><i class="mdi mdi-step-forward-2 mdi-rotate-90"></i></a></li>
142
+ </ul>
143
+ </div>
144
+ ++++
145
+
146
+ ++++
147
+ <script>
148
+ document.addEventListener('DOMContentLoaded', function() {
149
+ var FloatingActionOptions = { direction: 'top',
150
+ hoverEnabled: false,
151
+ toolbarEnabled: true };
152
+
153
+ var elems = document.querySelectorAll('.fixed-action-btn');
154
+ var instances = j1.FloatingActionButton.init(elems, FloatingActionOptions);
155
+ var $ActionButton = $('#fam_button');
156
+
157
+ if (FloatingActionOptions.hoverEnabled) {
158
+ $ActionButton.hover(
159
+ function() {
160
+ $('.mdi').toggleClass('mdi-chevron-down mdi-chevron-up');
161
+ }, function() {
162
+ $('.mdi').toggleClass('mdi-chevron-down mdi-chevron-up');
163
+ }
164
+ );
165
+ } else {
166
+ $ActionButton.on('click', function (e) {
167
+ $('.mdi').toggleClass('mdi-chevron-down mdi-chevron-up');
168
+ });
169
+ }
170
+
171
+ });
172
+ </script>
173
+ ++++
174
+
175
+ ++++
176
+ <style>
177
+
178
+ .fixed-action-btn ul {
179
+ left: 0;
180
+ right: 0;
181
+ text-align: center;
182
+ position: absolute;
183
+ bottom: 64px;
184
+ margin: 0;
185
+ visibility: hidden;
186
+ padding-left: 0;
187
+ list-style-type: none;
188
+ }
189
+
190
+ .btn,.btn-large,.btn-small,.btn-flat {
191
+ border: none;
192
+ border-radius: 2px;
193
+ display: inline-block;
194
+ height: 36px;
195
+ line-height: 36px;
196
+ padding: 0 16px;
197
+ text-transform: uppercase;
198
+ vertical-align: middle;
199
+ -webkit-tap-highlight-color: transparent
200
+ }
201
+
202
+ .btn.disabled,.disabled.btn-large,.disabled.btn-small,.btn-floating.disabled,.btn-large.disabled,.btn-small.disabled,.btn-flat.disabled,.btn:disabled,.btn-large:disabled,.btn-small:disabled,.btn-floating:disabled,.btn-large:disabled,.btn-small:disabled,.btn-flat:disabled,.btn[disabled],[disabled].btn-large,[disabled].btn-small,.btn-floating[disabled],.btn-large[disabled],.btn-small[disabled],.btn-flat[disabled] {
203
+ pointer-events: none;
204
+ background-color: #DFDFDF !important;
205
+ -webkit-box-shadow: none;
206
+ box-shadow: none;
207
+ color: #9F9F9F !important;
208
+ cursor: default
209
+ }
210
+
211
+ .btn.disabled:hover,.disabled.btn-large:hover,.disabled.btn-small:hover,.btn-floating.disabled:hover,.btn-large.disabled:hover,.btn-small.disabled:hover,.btn-flat.disabled:hover,.btn:disabled:hover,.btn-large:disabled:hover,.btn-small:disabled:hover,.btn-floating:disabled:hover,.btn-large:disabled:hover,.btn-small:disabled:hover,.btn-flat:disabled:hover,.btn[disabled]:hover,[disabled].btn-large:hover,[disabled].btn-small:hover,.btn-floating[disabled]:hover,.btn-large[disabled]:hover,.btn-small[disabled]:hover,.btn-flat[disabled]:hover {
212
+ background-color: #DFDFDF !important;
213
+ color: #9F9F9F !important
214
+ }
215
+
216
+ .btn,.btn-large,.btn-small,.btn-floating,.btn-large,.btn-small,.btn-flat {
217
+ font-size: 14px;
218
+ outline: 0
219
+ }
220
+
221
+ .btn i,.btn-large i,.btn-small i,.btn-floating i,.btn-large i,.btn-small i,.btn-flat i {
222
+ font-size: 1.3rem;
223
+ line-height: inherit
224
+ }
225
+
226
+ .btn:focus,.btn-large:focus,.btn-small:focus,.btn-floating:focus {
227
+ background-color: #1d7d74
228
+ }
229
+
230
+ .btn,.btn-large,.btn-small {
231
+ text-decoration: none;
232
+ color: #fff;
233
+ background-color: #26a69a;
234
+ text-align: center;
235
+ letter-spacing: .5px;
236
+ -webkit-transition: background-color .2s ease-out;
237
+ transition: background-color .2s ease-out;
238
+ cursor: pointer
239
+ }
240
+
241
+ .btn:hover,.btn-large:hover,.btn-small:hover {
242
+ background-color: #2bbbad
243
+ }
244
+
245
+ .btn-floating {
246
+ display: inline-block;
247
+ color: #fff;
248
+ position: relative;
249
+ overflow: hidden;
250
+ z-index: 1;
251
+ width: 40px;
252
+ height: 40px;
253
+ line-height: 40px;
254
+ padding: 0;
255
+ background-color: #26a69a;
256
+ border-radius: 50%;
257
+ -webkit-transition: background-color .3s;
258
+ transition: background-color .3s;
259
+ cursor: pointer;
260
+ vertical-align: middle
261
+ }
262
+
263
+ .btn-floating:hover {
264
+ background-color: #26a69a
265
+ }
266
+
267
+ .btn-floating:before {
268
+ border-radius: 0
269
+ }
270
+
271
+ .btn-floating.btn-large {
272
+ width: 56px;
273
+ height: 56px;
274
+ padding: 0
275
+ }
276
+
277
+ .btn-floating.btn-large.halfway-fab {
278
+ bottom: -28px
279
+ }
280
+
281
+ .btn-floating.btn-large i {
282
+ line-height: 56px
283
+ }
284
+
285
+ .btn-floating.btn-small {
286
+ width: 32.4px;
287
+ height: 32.4px
288
+ }
289
+
290
+ .btn-floating.btn-small.halfway-fab {
291
+ bottom: -16.2px
292
+ }
293
+
294
+ .btn-floating.btn-small i {
295
+ line-height: 32.4px
296
+ }
297
+
298
+ .btn-floating.halfway-fab {
299
+ position: absolute;
300
+ right: 24px;
301
+ bottom: -20px
302
+ }
303
+
304
+ .btn-floating.halfway-fab.left {
305
+ right: auto;
306
+ left: 24px
307
+ }
308
+
309
+ .btn-floating i {
310
+ width: inherit;
311
+ display: inline-block;
312
+ text-align: center;
313
+ color: #fff;
314
+ font-size: 1.6rem;
315
+ line-height: 40px
316
+ }
317
+
318
+ button.btn-floating {
319
+ border: none
320
+ }
321
+
322
+ .fixed-action-btn {
323
+ position: fixed;
324
+ right: .5rem;
325
+ bottom: 1rem;
326
+ padding-top: 1rem;
327
+ margin-bottom: 0;
328
+ z-index: 997
329
+ }
330
+
331
+ .fixed-action-btn.active ul {
332
+ visibility: visible
333
+ }
334
+
335
+ .fixed-action-btn.direction-left,.fixed-action-btn.direction-right {
336
+ padding: 0 0 0 15px
337
+ }
338
+
339
+ .fixed-action-btn.direction-left ul,.fixed-action-btn.direction-right ul {
340
+ text-align: right;
341
+ right: 64px;
342
+ top: 50%;
343
+ -webkit-transform: translateY(-50%);
344
+ transform: translateY(-50%);
345
+ height: 100%;
346
+ left: auto;
347
+ width: 500px
348
+ }
349
+
350
+ .fixed-action-btn.direction-left ul li,.fixed-action-btn.direction-right ul li {
351
+ display: inline-block;
352
+ margin: 7.5px 15px 0 0
353
+ }
354
+
355
+ .fixed-action-btn.direction-right {
356
+ padding: 0 15px 0 0
357
+ }
358
+
359
+ .fixed-action-btn.direction-right ul {
360
+ text-align: left;
361
+ direction: rtl;
362
+ left: 64px;
363
+ right: auto
364
+ }
365
+
366
+ .fixed-action-btn.direction-right ul li {
367
+ margin: 7.5px 0 0 15px
368
+ }
369
+
370
+ .fixed-action-btn.direction-bottom {
371
+ padding: 0 0 15px 0
372
+ }
373
+
374
+ .fixed-action-btn.direction-bottom ul {
375
+ top: 64px;
376
+ bottom: auto;
377
+ display: -webkit-box;
378
+ display: -webkit-flex;
379
+ display: -ms-flexbox;
380
+ display: flex;
381
+ -webkit-box-orient: vertical;
382
+ -webkit-box-direction: reverse;
383
+ -webkit-flex-direction: column-reverse;
384
+ -ms-flex-direction: column-reverse;
385
+ flex-direction: column-reverse
386
+ }
387
+
388
+ .fixed-action-btn.direction-bottom ul li {
389
+ margin: 15px 0 0 0
390
+ }
391
+
392
+ .fixed-action-btn.toolbar {
393
+ padding: 0;
394
+ height: 56px
395
+ }
396
+
397
+ .fixed-action-btn.toolbar.active>a i {
398
+ opacity: 0
399
+ }
400
+
401
+ .fixed-action-btn.toolbar ul {
402
+ display: -webkit-box;
403
+ display: -webkit-flex;
404
+ display: -ms-flexbox;
405
+ display: flex;
406
+ top: 0;
407
+ bottom: 0;
408
+ z-index: 1
409
+ }
410
+
411
+ .fixed-action-btn.toolbar ul li {
412
+ -webkit-box-flex: 1;
413
+ -webkit-flex: 1;
414
+ -ms-flex: 1;
415
+ flex: 1;
416
+ display: inline-block;
417
+ margin: 0;
418
+ height: 100%;
419
+ -webkit-transition: none;
420
+ transition: none
421
+ }
422
+
423
+ .fixed-action-btn.toolbar ul li a {
424
+ display: block;
425
+ overflow: hidden;
426
+ position: relative;
427
+ width: 100%;
428
+ height: 100%;
429
+ background-color: transparent;
430
+ -webkit-box-shadow: none;
431
+ box-shadow: none;
432
+ color: #fff;
433
+ line-height: 56px;
434
+ z-index: 1
435
+ }
436
+
437
+ .fixed-action-btn.toolbar ul li a i {
438
+ line-height: inherit
439
+ }
440
+
441
+ .fixed-action-btn ul {
442
+ left: 0;
443
+ right: 0;
444
+ text-align: center;
445
+ position: absolute;
446
+ bottom: 64px;
447
+ margin: 0;
448
+ visibility: hidden
449
+ }
450
+
451
+ .fixed-action-btn ul li {
452
+ margin-bottom: 15px
453
+ }
454
+
455
+ .fixed-action-btn ul a.btn-floating {
456
+ opacity: 0
457
+ }
458
+
459
+ .fixed-action-btn .fab-backdrop {
460
+ position: absolute;
461
+ top: 0;
462
+ left: 0;
463
+ z-index: -1;
464
+ width: 40px;
465
+ height: 40px;
466
+ background-color: #26a69a;
467
+ border-radius: 50%;
468
+ -webkit-transform: scale(0);
469
+ transform: scale(0)
470
+ }
471
+
472
+ .btn-flat {
473
+ -webkit-box-shadow: none;
474
+ box-shadow: none;
475
+ background-color: transparent;
476
+ color: #343434;
477
+ cursor: pointer;
478
+ -webkit-transition: background-color .2s;
479
+ transition: background-color .2s
480
+ }
481
+
482
+ .btn-flat:focus,.btn-flat:hover {
483
+ -webkit-box-shadow: none;
484
+ box-shadow: none
485
+ }
486
+
487
+ .btn-flat:focus {
488
+ background-color: rgba(0,0,0,0.1)
489
+ }
490
+
491
+ .btn-flat.disabled,.btn-flat.btn-flat[disabled] {
492
+ background-color: transparent !important;
493
+ color: #b3b2b2 !important;
494
+ cursor: default
495
+ }
496
+
497
+ .btn-large {
498
+ height: 54px;
499
+ line-height: 54px;
500
+ font-size: 15px;
501
+ padding: 0 28px
502
+ }
503
+
504
+ .btn-large i {
505
+ font-size: 1.6rem
506
+ }
507
+
508
+ .btn-small {
509
+ height: 32.4px;
510
+ line-height: 32.4px;
511
+ font-size: 13px
512
+ }
513
+
514
+ .btn-small i {
515
+ font-size: 1.2rem
516
+ }
517
+
518
+ .btn-block {
519
+ display: block
520
+ }
521
+
522
+ </style>
523
+ ++++