j1-template 2020.0.16 → 2020.0.21

Sign up to get free protection for your applications and to get access to all the features.
Files changed (395) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/blocks/footer/boxes/about_box.proc +2 -2
  3. data/_includes/themes/j1/blocks/footer/boxes/links_box.proc +4 -4
  4. data/_includes/themes/j1/blocks/footer/boxes/news_box.proc +2 -2
  5. data/_includes/themes/j1/blocks/footer/generator.html +1 -1
  6. data/_includes/themes/j1/layouts/content_generator_blog_archive.html +19 -16
  7. data/_includes/themes/j1/layouts/content_generator_collection.html +2 -2
  8. data/_includes/themes/j1/layouts/content_generator_page.html +8 -56
  9. data/_includes/themes/j1/layouts/content_generator_post.html +5 -3
  10. data/_includes/themes/j1/procedures/global/attributes_loader.proc +117 -0
  11. data/_includes/themes/j1/procedures/global/create_bs_button.proc +10 -10
  12. data/_includes/themes/j1/procedures/global/create_word_cloud.proc +14 -12
  13. data/_includes/themes/j1/procedures/global/get_documents_dir.proc +1 -1
  14. data/_includes/themes/j1/procedures/global/set_env_entry_document.proc +3 -3
  15. data/_includes/themes/j1/procedures/posts/collate_timeline.proc +37 -38
  16. data/_layouts/blog_archive.html +4 -3
  17. data/_layouts/collection.html +1 -1
  18. data/_layouts/home.html +1 -1
  19. data/_layouts/page.html +2 -2
  20. data/_layouts/post.html +3 -3
  21. data/apps/public/cc/cc.yml +0 -2
  22. data/assets/data/authclient.html +15 -15
  23. data/assets/data/banner.html +11 -11
  24. data/assets/data/carousel.json +1 -1
  25. data/assets/data/cookiebar.html +8 -8
  26. data/assets/data/footer.html +1 -1
  27. data/assets/data/galleries.json +1 -1
  28. data/assets/data/gallery_customizer.html +4 -4
  29. data/assets/data/mdi_icons.json +1 -1
  30. data/assets/data/menu.html +7 -7
  31. data/assets/data/mmenu.html +5 -5
  32. data/assets/data/mmenu_sidebar.html +2 -2
  33. data/assets/data/mmenu_toc.html +2 -2
  34. data/assets/data/panel.html +115 -95
  35. data/assets/data/quicklinks.html +2 -2
  36. data/assets/data/search.json +1 -1
  37. data/assets/data/ssm.html +2 -2
  38. data/assets/data/themes.json +3 -1
  39. data/assets/data/twa_v1.json +1 -1
  40. data/assets/themes/j1/adapter/js/algolia.js +1 -1
  41. data/assets/themes/j1/adapter/js/attic.js +1 -1
  42. data/assets/themes/j1/adapter/js/back2top.js +231 -0
  43. data/assets/themes/j1/adapter/js/{mdb.js → bmd.js} +11 -11
  44. data/assets/themes/j1/adapter/js/carousel.js +135 -134
  45. data/assets/themes/j1/adapter/js/clipboard.js +2 -1
  46. data/assets/themes/j1/adapter/js/cookiebar.js +2 -1
  47. data/assets/themes/j1/adapter/js/framer.js +1 -5
  48. data/assets/themes/j1/adapter/js/gallery_customizer.js +2 -1
  49. data/assets/themes/j1/adapter/js/j1.js +36 -10
  50. data/assets/themes/j1/adapter/js/jf_gallery.js +1 -1
  51. data/assets/themes/j1/adapter/js/lightbox.js +1 -1
  52. data/assets/themes/j1/adapter/js/logger.js +2 -1
  53. data/assets/themes/j1/adapter/js/mmenu.js +10 -8
  54. data/assets/themes/j1/adapter/js/navigator.js +101 -31
  55. data/assets/themes/j1/adapter/js/searcher.js +1 -1
  56. data/assets/themes/j1/adapter/js/ssm.js +30 -29
  57. data/assets/themes/j1/adapter/js/themer.js +7 -13
  58. data/assets/themes/j1/adapter/js/toccer.js +37 -7
  59. data/assets/themes/j1/core/css/animate.css +17 -0
  60. data/assets/themes/j1/core/css/bootstrap.css +54 -48
  61. data/assets/themes/j1/core/css/bootstrap.min.css +3 -3
  62. data/assets/themes/j1/core/css/{fontawesome.css → icons-fontawesome.css} +31 -12
  63. data/assets/themes/j1/core/css/{fontawesome.min.css → icons-fontawesome.min.css} +0 -0
  64. data/assets/themes/j1/core/css/{iconify-icons.css → icons-iconify.css} +51 -38
  65. data/assets/themes/j1/core/css/{iconify-icons.min.css → icons-iconify.min.css} +1 -1
  66. data/assets/themes/j1/core/css/{material-design-icons.css → icons-materialdesign.css} +326 -244
  67. data/assets/themes/j1/core/css/icons-materialdesign.min.css +1 -0
  68. data/assets/themes/j1/core/css/{twemoji.css → icons-twemoji.css} +61 -51
  69. data/assets/themes/j1/core/css/{twemoji.min.css → icons-twemoji.min.css} +0 -0
  70. data/assets/themes/j1/core/css/{theme_extensions.css → theme-extensions.css} +1754 -1429
  71. data/assets/themes/j1/core/css/theme-extensions.min.css +1 -0
  72. data/assets/themes/j1/core/css/uno-dark.css +8109 -0
  73. data/assets/themes/j1/core/css/uno-dark.min.css +6 -0
  74. data/assets/themes/j1/core/css/uno.css +15337 -3046
  75. data/assets/themes/j1/core/css/uno.min.css +8 -1
  76. data/assets/themes/j1/core/css/vendor.css +86 -13430
  77. data/assets/themes/j1/core/css/vendor.min.css +1 -7
  78. data/assets/themes/j1/core/js/template.js +6 -6
  79. data/assets/themes/j1/core/js/template.js.map +1 -1
  80. data/assets/themes/j1/core/js/template.min.js +1 -1
  81. data/assets/themes/j1/modules/backstretch/js/backstretch.js +12 -13
  82. data/assets/themes/j1/modules/backstretch/js/backstretch.min.js +12 -13
  83. data/assets/themes/j1/modules/bsThemeSwitcher/js/switcher.js +43 -34
  84. data/assets/themes/j1/modules/bsThemeSwitcher/js/switcher.min.js +11 -12
  85. data/assets/themes/j1/modules/carousel/css/carousel.css +8 -9
  86. data/assets/themes/j1/modules/carousel/css/carousel.min.css +7 -9
  87. data/assets/themes/j1/modules/carousel/css/carousel_transitions.css +7 -8
  88. data/assets/themes/j1/modules/carousel/css/carousel_transitions.min.css +7 -9
  89. data/assets/themes/j1/modules/carousel/css/theme/uno.css +7 -8
  90. data/assets/themes/j1/modules/carousel/css/theme/uno.min.css +8 -9
  91. data/assets/themes/j1/modules/clipboard/css/theme/uno.css +7 -7
  92. data/assets/themes/j1/modules/clipboard/css/theme/uno.min.css +8 -45
  93. data/assets/themes/j1/modules/iframeResizer/examples/frame.absolute.html +2 -5
  94. data/assets/themes/j1/modules/iframeResizer/examples/frame.content.html +17 -44
  95. data/assets/themes/j1/modules/iframeResizer/examples/frame.hover.html +2 -5
  96. data/assets/themes/j1/modules/iframeResizer/examples/frame.nested.html +5 -7
  97. data/assets/themes/j1/modules/iframeResizer/examples/frame.textarea.html +1 -1
  98. data/assets/themes/j1/modules/iframeResizer/examples/frame.tolerance.html +3 -5
  99. data/assets/themes/j1/modules/iframeResizer/examples/index.html +4 -3
  100. data/assets/themes/j1/modules/iframeResizer/examples/two.html +4 -3
  101. data/assets/themes/j1/modules/justifiedGallery/css/theme/uno.css +8 -9
  102. data/assets/themes/j1/modules/justifiedGallery/css/theme/uno.min.css +8 -31
  103. data/assets/themes/j1/modules/lightGallery/css/themes/uno.css +7 -8
  104. data/assets/themes/j1/modules/lightGallery/css/themes/uno.min.css +8 -10
  105. data/assets/themes/j1/modules/lightbox/css/lightbox.css +11 -12
  106. data/assets/themes/j1/modules/lightbox/css/lightbox.min.css +11 -12
  107. data/assets/themes/j1/modules/lightbox/css/theme/uno.css +7 -7
  108. data/assets/themes/j1/modules/lightbox/css/theme/uno.min.css +7 -8
  109. data/assets/themes/j1/modules/lightbox/js/lightbox.js +11 -12
  110. data/assets/themes/j1/modules/lightbox/js/lightbox.min.js +11 -27
  111. data/assets/themes/j1/modules/mdiPreviewer/css/previewer.css +82 -0
  112. data/assets/themes/j1/modules/mdiPreviewer/css/previewer.min.css +15 -0
  113. data/assets/{README.md → themes/j1/modules/mdiPreviewer/js/readme} +0 -0
  114. data/assets/themes/j1/modules/mmenuLight/css/mmenu.css +11 -11
  115. data/assets/themes/j1/modules/mmenuLight/css/mmenu.min.css +12 -386
  116. data/assets/themes/j1/modules/mmenuLight/css/theme/uno.css +15 -19
  117. data/assets/themes/j1/modules/mmenuLight/css/theme/uno.min.css +8 -163
  118. data/assets/themes/j1/modules/popper/js/popper.js +1 -1
  119. data/assets/themes/j1/modules/popper/js/popper.js.map +1 -1
  120. data/assets/themes/j1/modules/popper/js/popper.min.js.map +1 -1
  121. data/assets/themes/j1/modules/tocbot/css/theme/uno.css +12 -19
  122. data/assets/themes/j1/modules/tocbot/css/theme/uno.min.css +8 -82
  123. data/assets/themes/j1/modules/twemoji/css/picker/twemoji-picker.css +153 -0
  124. data/assets/themes/j1/modules/twemoji/css/picker/twemoji-picker.min.css +19 -0
  125. data/assets/themes/j1/modules/twemoji/js/picker/twemoji-picker.js +12 -13
  126. data/assets/themes/j1/modules/twemoji/js/picker/twemoji-picker.min.js +12 -268
  127. data/assets/themes/j1/modules/twemoji/js/twemoji.js +11 -20
  128. data/assets/themes/j1/modules/twemoji/js/twemoji.min.js +11 -17
  129. data/lib/j1/version.rb +1 -1
  130. data/lib/j1_app/j1_auth_manager/config.rb +10 -5
  131. data/lib/j1_app/j1_auth_manager/views/auth_manager_ui.erb +5 -5
  132. data/lib/starter_web/Gemfile +6 -2
  133. data/lib/starter_web/_config.yml +2 -2
  134. data/lib/starter_web/_data/apps/carousel.yml +6 -7
  135. data/lib/starter_web/_data/apps/defaults/carousel.yml +2 -3
  136. data/lib/starter_web/_data/apps/defaults/gallery_customizer.yml +1 -2
  137. data/lib/starter_web/_data/apps/defaults/justified_gallery.yml +1 -2
  138. data/lib/starter_web/_data/apps/defaults/light_gallery.yml +1 -2
  139. data/lib/starter_web/_data/apps/defaults/lightbox.yml +1 -2
  140. data/lib/starter_web/_data/apps/gallery_customizer.yml +1 -2
  141. data/lib/starter_web/_data/apps/justified_gallery.yml +4 -5
  142. data/lib/starter_web/_data/apps/light_gallery.yml +1 -2
  143. data/lib/starter_web/_data/apps/lightbox.yml +1 -2
  144. data/lib/starter_web/_data/blocks/banner.yml +25 -21
  145. data/lib/starter_web/_data/blocks/defaults/banner.yml +3 -4
  146. data/lib/starter_web/_data/blocks/defaults/footer.yml +1 -2
  147. data/lib/starter_web/_data/blocks/defaults/panel.yml +3 -4
  148. data/lib/starter_web/_data/blocks/footer.yml +1 -2
  149. data/lib/starter_web/_data/blocks/panel.yml +29 -23
  150. data/lib/starter_web/_data/builder/blog_navigator.yml +1 -2
  151. data/lib/starter_web/_data/layouts/app.yml +1 -2
  152. data/lib/starter_web/_data/layouts/blog_archive.yml +1 -2
  153. data/lib/starter_web/_data/layouts/collection.yml +1 -2
  154. data/lib/starter_web/_data/layouts/home.yml +7 -28
  155. data/lib/starter_web/_data/layouts/post.yml +1 -2
  156. data/lib/starter_web/_data/layouts/raw.yml +1 -2
  157. data/lib/starter_web/_data/modules/advertising.yml +0 -1
  158. data/lib/starter_web/_data/modules/attics.yml +0 -1
  159. data/lib/starter_web/_data/modules/authentication.yml +0 -1
  160. data/lib/starter_web/_data/modules/back2top.yml +30 -0
  161. data/lib/starter_web/_data/modules/defaults/attics.yml +5 -3
  162. data/lib/starter_web/_data/modules/defaults/authentication.yml +0 -1
  163. data/lib/starter_web/_data/modules/defaults/back2top.yml +146 -0
  164. data/lib/starter_web/_data/modules/defaults/framer.yml +1 -3
  165. data/lib/starter_web/_data/modules/defaults/jekyll_search.yml +0 -1
  166. data/lib/starter_web/_data/modules/defaults/log4javascript.yml +4 -5
  167. data/lib/starter_web/_data/modules/defaults/log4r.yml +1 -2
  168. data/lib/starter_web/_data/modules/defaults/navigator.yml +15 -15
  169. data/lib/starter_web/_data/modules/defaults/stickybits.yml +1 -2
  170. data/lib/starter_web/_data/modules/defaults/themer.yml +3 -3
  171. data/lib/starter_web/_data/modules/defaults/toccer.yml +1 -2
  172. data/lib/starter_web/_data/modules/framer.yml +1 -2
  173. data/lib/starter_web/_data/modules/log4javascript.yml +4 -5
  174. data/lib/starter_web/_data/modules/log4r.yml +1 -2
  175. data/lib/starter_web/_data/modules/navigator_menu.yml +3 -3
  176. data/lib/starter_web/_data/modules/themer.yml +2 -1
  177. data/lib/starter_web/_data/modules/toccer.yml +1 -1
  178. data/lib/starter_web/_data/private.yml +56 -108
  179. data/lib/starter_web/_data/resources.yml +107 -32
  180. data/lib/starter_web/_data/template_settings.yml +1 -1
  181. data/lib/starter_web/assets/images/modules/attics/aditya-joshi-1920x1280.jpg +0 -0
  182. data/lib/starter_web/assets/images/modules/attics/admin-dashboard-bootstrap-1280x600.jpg +0 -0
  183. data/lib/starter_web/assets/images/modules/attics/alex-holyoake-1920x1280.jpg +0 -0
  184. data/lib/starter_web/assets/images/modules/attics/anaya-katlego-1920x1280.jpg +0 -0
  185. data/lib/starter_web/assets/images/modules/attics/antonella-lombardi-1920x1280.jpg +0 -0
  186. data/lib/starter_web/assets/images/modules/attics/antonino-visalli-1920x1280.jpg +0 -0
  187. data/lib/starter_web/assets/images/modules/attics/brandon-mowinkel-1920x1280.jpg +0 -0
  188. data/lib/starter_web/assets/images/modules/attics/building-blocks-1920x1280-bw.jpg +0 -0
  189. data/lib/starter_web/assets/images/modules/attics/cookies-1920x1200-bw.jpg +0 -0
  190. data/lib/starter_web/assets/images/modules/attics/daniel-jensen-1920x1280.jpg +0 -0
  191. data/lib/starter_web/assets/images/modules/attics/giammarco-boscaro-1920x1280.jpg +0 -0
  192. data/lib/starter_web/assets/images/modules/attics/go-up-1920x1280-bw.jpg +0 -0
  193. data/lib/starter_web/assets/images/modules/attics/ian-schneider-1920x1280.jpg +0 -0
  194. data/lib/starter_web/assets/images/modules/attics/ideas-start-here-1920x1280-bw.jpg +0 -0
  195. data/lib/starter_web/assets/images/modules/attics/jason-rosewell-1920x1280.jpg +0 -0
  196. data/lib/starter_web/assets/images/modules/attics/jessica-ruscello-1920x1280.jpg +0 -0
  197. data/lib/starter_web/assets/images/modules/attics/lianhao-1920x1280.jpg +0 -0
  198. data/lib/starter_web/assets/images/modules/attics/library-1920x1280-bw.jpg +0 -0
  199. data/lib/starter_web/assets/images/modules/attics/mae-mue-1920x1280-v.jpg +0 -0
  200. data/lib/starter_web/assets/images/modules/attics/mae-mue-1920x1280.jpg +0 -0
  201. data/lib/starter_web/assets/images/modules/attics/matthaeus-1920x1280.jpg +0 -0
  202. data/lib/starter_web/assets/images/modules/attics/nousnou-iwasaki-1920x1280.jpg +0 -0
  203. data/lib/starter_web/assets/images/modules/attics/premium-1920x1280-bw.jpg +0 -0
  204. data/lib/starter_web/assets/images/modules/attics/robert-v-ruggiero-1920x1280.jpg +0 -0
  205. data/lib/starter_web/assets/images/modules/attics/romain-vignes-1920x1280.jpg +0 -0
  206. data/lib/starter_web/assets/images/modules/attics/runner-1920x1200-bw.jpg +0 -0
  207. data/lib/starter_web/assets/images/modules/attics/spider-web-1920x1200-bw.jpg +0 -0
  208. data/lib/starter_web/assets/images/modules/attics/the-place-1920x1280-bw.jpg +0 -0
  209. data/lib/starter_web/assets/images/modules/attics/welcome-1920x1280-bw.jpg +0 -0
  210. data/lib/starter_web/assets/images/modules/carousel/cats/cat-1.jpg +0 -0
  211. data/lib/starter_web/assets/images/modules/carousel/cats/cat-2.jpg +0 -0
  212. data/lib/starter_web/assets/images/modules/carousel/cats/cat-3.jpg +0 -0
  213. data/lib/starter_web/assets/images/modules/carousel/cats/cat-4.jpg +0 -0
  214. data/lib/starter_web/assets/images/modules/carousel/cats/cat-5.jpg +0 -0
  215. data/lib/starter_web/assets/images/modules/carousel/cats/cat-6.jpg +0 -0
  216. data/lib/starter_web/assets/images/modules/carousel/cats/cat-7.jpg +0 -0
  217. data/lib/starter_web/assets/images/modules/carousel/cats/cat-8.jpg +0 -0
  218. data/lib/starter_web/assets/images/modules/carousel/mega_cities/andreas-brucker_b.jpg +0 -0
  219. data/lib/starter_web/assets/images/modules/carousel/mega_cities/denys-nevozhai-1_b.jpg +0 -0
  220. data/lib/starter_web/assets/images/modules/carousel/mega_cities/denys-nevozhai-2_b.jpg +0 -0
  221. data/lib/starter_web/assets/images/modules/carousel/mega_cities/luca-bravo_b.jpg +0 -0
  222. data/lib/starter_web/assets/images/modules/carousel/mega_cities/thomas-tucker_b.jpg +0 -0
  223. data/lib/starter_web/assets/images/modules/gallery/mega_cities/andreas-brucker_b.jpg +0 -0
  224. data/lib/starter_web/assets/images/modules/gallery/mega_cities/banter-snaps_b.jpg +0 -0
  225. data/lib/starter_web/assets/images/modules/gallery/mega_cities/denys-nevozhai-1_b.jpg +0 -0
  226. data/lib/starter_web/assets/images/modules/gallery/mega_cities/denys-nevozhai-2-bw.jpg +0 -0
  227. data/lib/starter_web/assets/images/modules/gallery/mega_cities/denys-nevozhai-2_b.jpg +0 -0
  228. data/lib/starter_web/assets/images/modules/gallery/mega_cities/emmad-mazhari_b.jpg +0 -0
  229. data/lib/starter_web/assets/images/modules/gallery/mega_cities/ethan-brooke_b.jpg +0 -0
  230. data/lib/starter_web/assets/images/modules/gallery/mega_cities/federico-rizzarelli_b.jpg +0 -0
  231. data/lib/starter_web/assets/images/modules/gallery/mega_cities/gints-gailis_b.jpg +0 -0
  232. data/lib/starter_web/assets/images/modules/gallery/mega_cities/johan-mouchet_b.jpg +0 -0
  233. data/lib/starter_web/assets/images/modules/gallery/mega_cities/luca-bravo_b.jpg +0 -0
  234. data/lib/starter_web/assets/images/modules/gallery/mega_cities/oskars-sylwan_b.jpg +0 -0
  235. data/lib/starter_web/assets/images/modules/gallery/mega_cities/steven-diaz_b.jpg +0 -0
  236. data/lib/starter_web/assets/images/modules/gallery/mega_cities/thomas-tucker-bw.jpg +0 -0
  237. data/lib/starter_web/assets/images/modules/gallery/mega_cities/thomas-tucker_b.jpg +0 -0
  238. data/lib/starter_web/assets/images/modules/icons/j1/favicon.ico +0 -0
  239. data/lib/starter_web/assets/images/modules/icons/j1/j1-256x256.png +0 -0
  240. data/lib/starter_web/assets/images/modules/icons/j1/j1-32x32.ico +0 -0
  241. data/lib/starter_web/assets/images/modules/icons/j1/j1-512x512.png +0 -0
  242. data/lib/starter_web/assets/images/modules/icons/j1/j1-64x64.png +0 -0
  243. data/lib/starter_web/assets/images/modules/icons/j1/j1.ico +0 -0
  244. data/lib/starter_web/assets/images/modules/icons/j1/scalable/j1.svg +31 -35
  245. data/lib/starter_web/assets/images/pages/roundtrip/100_present_images/lightbox-image-1.jpg +0 -0
  246. data/lib/starter_web/assets/images/pages/roundtrip/100_present_images/lightbox-image-2.jpg +0 -0
  247. data/lib/starter_web/assets/images/pages/roundtrip/100_present_images/lightbox-image-3.jpg +0 -0
  248. data/lib/starter_web/assets/images/pages/roundtrip/bootstrap-1920x1000-bw.jpg +0 -0
  249. data/lib/starter_web/assets/images/pages/roundtrip/cards-1920x1280-bw.jpg +0 -0
  250. data/lib/starter_web/assets/images/pages/roundtrip/emojies-1920x1280-bw.jpg +0 -0
  251. data/lib/starter_web/assets/images/pages/roundtrip/icon-fonts-1920x1280-bw.jpg +0 -0
  252. data/lib/starter_web/assets/images/pages/roundtrip/images-1920x1280-bw.jpg +0 -0
  253. data/lib/starter_web/assets/images/pages/roundtrip/puzzle-1920x1280-bw.jpg +0 -0
  254. data/lib/starter_web/assets/images/pages/roundtrip/tables-1920x1280-bw.jpg +0 -0
  255. data/lib/starter_web/assets/images/pages/roundtrip/themes-1920x1280-bw.jpg +0 -0
  256. data/lib/starter_web/assets/images/pages/roundtrip/typography-1920x1280-bw.jpg +0 -0
  257. data/lib/starter_web/assets/videos/gallery/adriana-lima-poster.jpg +0 -0
  258. data/lib/starter_web/assets/videos/gallery/kick-it-old-school-poster.jpg +0 -0
  259. data/lib/starter_web/assets/videos/gallery/video1-poster.jpg +0 -0
  260. data/lib/starter_web/assets/videos/gallery/video2-poster.jpg +0 -0
  261. data/lib/starter_web/assets/videos/gallery/video2-thumb.jpg +0 -0
  262. data/lib/starter_web/assets/videos/headers/still/underground-broadway.jpg +0 -0
  263. data/lib/starter_web/assets/videos/headers/still/victoria-oskolovich-on-vimeo.jpg +0 -0
  264. data/lib/starter_web/collections/_biography/a-life-in-questions.adoc +81 -0
  265. data/lib/starter_web/collections/_biography/becoming.adoc +72 -0
  266. data/lib/starter_web/collections/_biography/born-to-run.adoc +78 -0
  267. data/lib/starter_web/collections/_biography/forty-autumns.adoc +75 -0
  268. data/lib/starter_web/collections/_biography/not-dead-yet.adoc +69 -0
  269. data/lib/starter_web/collections/_biography/princess-diarist-the.adoc +72 -0
  270. data/lib/starter_web/collections/_biography/when-breath-becomes-air.adoc +73 -0
  271. data/lib/starter_web/collections/_fantasy/harry-potter-deathly-hallows.adoc +64 -0
  272. data/lib/starter_web/collections/_fantasy/harry-potter-philosophers-stone.adoc +64 -0
  273. data/lib/starter_web/collections/_fantasy/mistborn-trilogy.adoc +62 -0
  274. data/lib/starter_web/collections/_fantasy/ready-player-one.adoc +63 -0
  275. data/lib/starter_web/collections/_fantasy/sword-of-destiny.adoc +62 -0
  276. data/lib/starter_web/collections/_fantasy/terry-pratchet-diary-2017.adoc +60 -0
  277. data/lib/starter_web/collections/_romance/breath-of-snow-and-ashes-a.adoc +67 -0
  278. data/lib/starter_web/collections/_romance/dressmaker-the.adoc +61 -0
  279. data/lib/starter_web/collections/_romance/fiery-cross-the.adoc +69 -0
  280. data/lib/starter_web/collections/_romance/it-ends-with-us.adoc +66 -0
  281. data/lib/starter_web/collections/_romance/outlander-novel.adoc +78 -0
  282. data/lib/starter_web/collections/_romance/virgins-outlander-short-story.adoc +62 -0
  283. data/lib/starter_web/collections/posts/public/featured/_posts/2019-05-01-top-open-source-static-site-generators.adoc +2 -2
  284. data/lib/starter_web/collections/posts/public/featured/_posts/2019-06-01-about-cookies.adoc +1 -1
  285. data/lib/starter_web/collections/posts/public/series/_posts/2018-11-01-docker-using-shared-folders.adoc +28 -24
  286. data/lib/starter_web/collections/posts/public/series/_posts/includes/attributes.asciidoc +66 -0
  287. data/lib/starter_web/collections/posts/public/series/_posts/includes/documents/100-docker-using-shared-folders.asciidoc +430 -0
  288. data/lib/starter_web/collections/posts/public/series/_posts/includes/documents/loop.sh +28 -0
  289. data/lib/starter_web/collections/posts/public/series/_posts/includes/tables/debug_variables.asciidoc +48 -0
  290. data/lib/starter_web/collections/posts/public/test_posts/_posts/2020-09-11-test_post.adoc +134 -0
  291. data/lib/starter_web/collections/posts/public/test_posts/_posts/includes/attributes.asciidoc +41 -0
  292. data/lib/starter_web/collections/posts/public/test_posts/_posts/includes/tables/debug_variables.asciidoc +48 -0
  293. data/lib/starter_web/includes/attributes.asciidoc +183 -0
  294. data/lib/starter_web/index.html +1 -1
  295. data/lib/starter_web/package.json +2 -2
  296. data/lib/starter_web/pages/protected/site_search.adoc +8 -19
  297. data/lib/starter_web/pages/public/blog/navigator/archive.html +11 -17
  298. data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +13 -19
  299. data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +13 -19
  300. data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +11 -12
  301. data/lib/starter_web/pages/public/bookshelf/100_whats_up.adoc +281 -0
  302. data/lib/starter_web/pages/public/bookshelf/200_book_shelf_biography.adoc +52 -0
  303. data/lib/starter_web/pages/public/bookshelf/300_book_shelf_fantasy.adoc +54 -0
  304. data/lib/starter_web/pages/public/bookshelf/400_book_shelf_romance.adoc +54 -0
  305. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/100_meet_and_greet_jekyll.adoc +10 -19
  306. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/200_preparations.adoc +12 -23
  307. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/300_first_awesome_web.adoc +11 -21
  308. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/{000_includes → includes}/attributes.asciidoc +21 -12
  309. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/{000_includes → includes}/documents/100_meet_and_greet_jekyll.asciidoc +0 -0
  310. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/{000_includes → includes}/documents/200_preparations.asciidoc +0 -0
  311. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/{000_includes → includes}/documents/300_first_awesome_web.asciidoc +0 -0
  312. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/{000_includes → includes}/parts.asciidoc +0 -0
  313. data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.adoc +58 -79
  314. data/lib/starter_web/pages/public/learn/roundtrip/100_present_videos.adoc +27 -40
  315. data/lib/starter_web/pages/public/learn/roundtrip/200_typography.adoc +33 -48
  316. data/lib/starter_web/pages/public/learn/roundtrip/300_icon_fonts.adoc +40 -54
  317. data/lib/starter_web/pages/public/learn/roundtrip/400_asciidoc_extensions.adoc +81 -96
  318. data/lib/starter_web/pages/public/learn/roundtrip/410_bs_modals_extentions.adoc +14 -54
  319. data/lib/starter_web/pages/public/learn/roundtrip/420_responsive_tables_extensions.adoc +25 -40
  320. data/lib/starter_web/pages/public/learn/roundtrip/500_themes.adoc +21 -36
  321. data/lib/starter_web/pages/public/learn/roundtrip/510_mdb_preview/mdb_previewer.adoc +2 -2
  322. data/lib/starter_web/pages/public/learn/roundtrip/{000_includes → includes}/attributes.asciidoc +7 -32
  323. data/lib/starter_web/pages/public/learn/roundtrip/{000_includes → includes}/documents/100_gistblock.asciidoc +0 -0
  324. data/lib/starter_web/pages/public/learn/roundtrip/includes/documents/410_bottom_info.asciidoc +14 -0
  325. data/lib/starter_web/pages/public/learn/roundtrip/{000_includes → includes}/documents/410_bottom_left_warning.asciidoc +2 -2
  326. data/lib/starter_web/pages/public/learn/roundtrip/{000_includes → includes}/documents/410_bottom_right_danger.asciidoc +2 -2
  327. data/lib/starter_web/pages/public/learn/roundtrip/{000_includes → includes}/documents/410_central_success.asciidoc +2 -2
  328. data/lib/starter_web/pages/public/learn/roundtrip/{000_includes → includes}/documents/410_full_height_left_info.asciidoc +2 -2
  329. data/lib/starter_web/pages/public/learn/roundtrip/{000_includes → includes}/documents/410_full_height_right_success.asciidoc +2 -2
  330. data/lib/starter_web/pages/public/learn/roundtrip/{000_includes → includes}/documents/410_table_3_column.asciidoc +0 -0
  331. data/lib/starter_web/pages/public/learn/roundtrip/{000_includes → includes}/documents/410_top_info.asciidoc +3 -3
  332. data/lib/starter_web/pages/public/learn/roundtrip/{000_includes → includes}/documents/410_top_left_info.asciidoc +2 -2
  333. data/lib/starter_web/pages/public/learn/roundtrip/{000_includes → includes}/documents/410_top_right_success.asciidoc +2 -2
  334. data/lib/starter_web/pages/public/learn/roundtrip/includes/documents/419_advanced_modals_demo.asciidoc +337 -0
  335. data/lib/starter_web/pages/public/learn/vtutorials/000_includes/documents/410_bottom_info.asciidoc +1 -1
  336. data/lib/starter_web/pages/public/learn/vtutorials/000_includes/documents/410_bottom_left_warning.asciidoc +1 -1
  337. data/lib/starter_web/pages/public/learn/vtutorials/000_includes/documents/410_bottom_right_danger.asciidoc +1 -1
  338. data/lib/starter_web/pages/public/learn/vtutorials/000_includes/documents/410_central_success.asciidoc +1 -1
  339. data/lib/starter_web/pages/public/learn/vtutorials/000_includes/documents/410_full_height_left_info.asciidoc +1 -1
  340. data/lib/starter_web/pages/public/learn/vtutorials/000_includes/documents/410_full_height_right_success.asciidoc +1 -1
  341. data/lib/starter_web/pages/public/learn/vtutorials/000_includes/documents/410_top_info.asciidoc +1 -1
  342. data/lib/starter_web/pages/public/learn/vtutorials/000_includes/documents/410_top_left_info.asciidoc +1 -1
  343. data/lib/starter_web/pages/public/learn/vtutorials/000_includes/documents/410_top_right_success.asciidoc +1 -1
  344. data/lib/starter_web/pages/public/learn/whats_up.adoc +6 -25
  345. data/lib/starter_web/pages/public/legal/de/300_privacy.adoc +6 -12
  346. data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +27 -33
  347. data/lib/starter_web/pages/public/legal/en/400_license_agreement.adoc +3 -2
  348. data/lib/starter_web/pages/public/panels/intro_panel/panel.adoc +2 -0
  349. data/lib/starter_web/pages/public/previewer/bootstrap_theme.adoc +1297 -717
  350. data/lib/starter_web/pages/public/previewer/iframer.adoc +2 -7
  351. data/lib/starter_web/pages/public/previewer/{000_includes → includes}/attributes.asciidoc +16 -8
  352. data/lib/starter_web/pages/public/previewer/{000_includes → includes}/tables/mdi_icons/100_absolute_sizes.asciidoc +0 -0
  353. data/lib/starter_web/pages/public/previewer/{000_includes → includes}/tables/mdi_icons/110_bs_grid_sizes.asciidoc +0 -0
  354. data/lib/starter_web/pages/public/previewer/{000_includes → includes}/tables/mdi_icons/120_relative_sizes.asciidoc +0 -0
  355. data/lib/starter_web/pages/public/previewer/{000_includes → includes}/tables/mdi_icons/200_rotate.asciidoc +0 -0
  356. data/lib/starter_web/pages/public/previewer/{000_includes → includes}/tables/mdi_icons/300_flip.asciidoc +0 -0
  357. data/lib/starter_web/pages/public/previewer/{000_includes → includes}/tables/mdi_icons/400_spin_pulsed.asciidoc +0 -0
  358. data/lib/starter_web/pages/public/previewer/{000_includes → includes}/tables/mdi_icons/500_bw_color_palette.asciidoc +0 -0
  359. data/lib/starter_web/pages/public/previewer/{000_includes → includes}/tables/mdi_icons/510_bs_color_palette.asciidoc +0 -0
  360. data/lib/starter_web/pages/public/previewer/{000_includes → includes}/tables/mdi_icons/600_md_color_palette.asciidoc +0 -0
  361. data/lib/starter_web/pages/public/previewer/{000_includes → includes}/tables/mdi_icons/601_md_color_palette_indigo.asciidoc +0 -0
  362. data/lib/starter_web/pages/public/previewer/{000_includes → includes}/tables/mdi_icons/602_md_color_palette_pink.asciidoc +0 -0
  363. data/lib/starter_web/pages/public/previewer/{000_includes → includes}/tables/twitter_emoji/100_bs_sizes.asciidoc +0 -0
  364. data/lib/starter_web/pages/public/previewer/{000_includes → includes}/tables/twitter_emoji/100_relative_sizes.asciidoc +0 -0
  365. data/lib/starter_web/pages/public/previewer/{000_includes → includes}/tables/twitter_emoji/200_rotate.asciidoc +0 -0
  366. data/lib/starter_web/pages/public/previewer/{000_includes → includes}/tables/twitter_emoji/300_flip.asciidoc +0 -0
  367. data/lib/starter_web/pages/public/previewer/{000_includes → includes}/tables/twitter_emoji/400_spin_pulsed.asciidoc +0 -0
  368. data/lib/starter_web/pages/public/previewer/mdi_icons_preview.adoc +9 -22
  369. data/lib/starter_web/pages/public/previewer/twitter_emoji_preview.adoc +22 -29
  370. data/lib/starter_web/pages/public/{learn/examples → test_pages}/floating_ad.adoc +0 -0
  371. data/lib/starter_web/pages/public/{learn/examples → test_pages}/floating_div.adoc +1 -1
  372. data/lib/starter_web/pages/public/test_pages/includes/attributes.asciidoc +47 -0
  373. data/lib/starter_web/pages/public/test_pages/includes/documents/100_gistblock.asciidoc +27 -0
  374. data/lib/starter_web/pages/public/test_pages/includes/images/pages/minneapolis.1200x400.jpg +0 -0
  375. data/lib/starter_web/pages/public/test_pages/includes/tables/000_bem_specifiers.asciidoc +22 -0
  376. data/lib/starter_web/pages/public/test_pages/includes/tables/000_specifier_examples.asciidoc +56 -0
  377. data/lib/starter_web/pages/public/test_pages/nav_pagination_tester.adoc +297 -0
  378. data/lib/starter_web/pages/public/test_pages/page_attribute_tester.adoc +103 -0
  379. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  380. data/lib/starter_web/utilsrv/package.json +1 -1
  381. metadata +106 -65
  382. data/_includes/themes/j1/blocks/footer/boxes/about_box.proc.org +0 -40
  383. data/assets/themes/j1/core/css/material-design-icons.min.css +0 -1
  384. data/assets/themes/j1/core/css/theme_extensions.min.css +0 -1
  385. data/assets/themes/j1/modules/backstretch/js/backstretch.min.js.org +0 -1
  386. data/lib/starter_web/assets/images/modules/attics/admin-dashboard-bootstrap-1280x600.png +0 -0
  387. data/lib/starter_web/assets/images/modules/attics/mae-mu-Vf9gbsLZyf0-unsplash.jpg +0 -0
  388. data/lib/starter_web/assets/videos/headers/still/underground-broadway.webp +0 -0
  389. data/lib/starter_web/assets/videos/headers/still/victoria-oskolovich-on-vimeo.webp +0 -0
  390. data/lib/starter_web/pages/public/learn/roundtrip/000_bs_tour.1.asciidoc +0 -120
  391. data/lib/starter_web/pages/public/learn/roundtrip/000_bs_tour.adoc +0 -144
  392. data/lib/starter_web/pages/public/learn/roundtrip/000_bs_tour_api.adoc +0 -642
  393. data/lib/starter_web/pages/public/learn/roundtrip/000_includes/documents/410_bottom_info.asciidoc +0 -11
  394. data/lib/starter_web/pages/public/learn/roundtrip/000_includes/documents/419_advanced_modals_html.asciidoc +0 -928
  395. data/lib/starter_web/pages/public/learn/roundtrip/bs_tour.js +0 -98
@@ -1,52 +1,15 @@
1
1
  /*
2
2
  # -----------------------------------------------------------------------------
3
- # ~/assets/themes/j1/modules/clipboard/css/theme/uno.css
4
- # Provides Clipboard styles for J1 Theme Uno (v2.0.6)
3
+ # ~/assets/themes/j1/modules/clipboard/css/theme/uno.min.css
4
+ # Provides Clipboard styles for J1 Theme Uno (v2.0.6)
5
5
  #
6
- # Product/Info:
7
- # https://jekyll.one
6
+ # Product/Info:
7
+ # https://jekyll.one
8
8
  #
9
- # Copyright (C) 2020 Juergen Adams
9
+ # Copyright (C) 2020 Juergen Adams
10
10
  #
11
- # J1 Template is licensed under the MIT License.
12
- # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
11
+ # J1 Template is licensed under the MIT License.
12
+ # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
13
13
  # -----------------------------------------------------------------------------
14
14
  */
15
-
16
- /* Clipboard
17
- ------------------------------------------------------------------------------- */
18
-
19
- .j1-clipboard {
20
- position: relative;
21
- display: block;
22
- float: right;
23
- }
24
-
25
- .btn-clipboard {
26
- position: absolute;
27
- top: .6rem;
28
- right: .5rem;
29
- z-index: 3;
30
- display: block;
31
- padding: .25rem .5rem;
32
- font-size: .75rem;
33
- color: #9e9e9e;
34
- cursor: pointer;
35
- text-transform: uppercase;
36
- background-color: transparent;
37
- border-radius: .25rem;
38
- }
39
-
40
- .btn-clipboard:hover {
41
- color: #fff;
42
- background-color: #9E9E9E;
43
- }
44
-
45
-
46
- /* NOT used on mobile
47
- ------------------------------------------------------------------------------- */
48
- @media (min-width: 320px) and (max-width: 767px) {
49
- .j1-clipboard {
50
- display: none;
51
- }
52
- }
15
+ .j1-clipboard{position:relative;display:block;float:right}.btn-clipboard{position:absolute;top:.6rem;right:.5rem;z-index:3;display:block;padding:.25rem .5rem;font-size:.75rem;color:#9e9e9e;cursor:pointer;text-transform:uppercase;background-color:transparent;border-radius:.25rem}.btn-clipboard:hover{color:#fff;background-color:#9e9e9e}@media(min-width:320px) and (max-width:767px){.j1-clipboard{display:none}}
@@ -109,12 +109,9 @@
109
109
  >
110
110
  </div>
111
111
 
112
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
112
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
113
+ <script src="../js/client/iframeResizer.contentWindow.js"></script>
113
114
 
114
- <script
115
- type="text/javascript"
116
- src="../js/client/iframeResizer.contentWindow.min.js"
117
- ></script>
118
115
  <script>
119
116
  $('select').on('change', function() {
120
117
  if ('parentIFrame' in window) {
@@ -5,7 +5,7 @@
5
5
  <title>iFrame message passing test</title>
6
6
  <meta name="description" content="iFrame message passing test" />
7
7
  <meta http-equiv="X-UA-Compatible" content="IE=edge" />
8
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
8
+
9
9
  <style>
10
10
  *,
11
11
  *:before,
@@ -60,16 +60,6 @@
60
60
  onclick="if ('parentIFrame' in window) window.parentIFrame.close();return false;"
61
61
  >Close</a
62
62
  >
63
-
64
- <p>
65
- Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
66
- tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim
67
- veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea
68
- commodo consequat. Duis aute irure dolor in reprehenderit in voluptate
69
- velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat
70
- cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id
71
- est laborum.
72
- </p>
73
63
  <p>
74
64
  But I must explain to you how all this mistaken idea of denouncing
75
65
  pleasure and praising pain was born and I will give you a complete account
@@ -103,38 +93,25 @@
103
93
  other greater pleasures, or else he endures pains to avoid worse pains.
104
94
  </p>
105
95
  <p>
106
- On the other hand, we denounce with righteous indignation and dislike men
107
- who are so beguiled and demoralized by the charms of pleasure of the
108
- moment, so blinded by desire, that they cannot foresee the pain and
109
- trouble that are bound to ensue; and equal blame belongs to those who fail
110
- in their duty through weakness of will, which is the same as saying
111
- through shrinking from toil and pain. These cases are perfectly simple and
112
- easy to distinguish. In a free hour, when our power of choice is
113
- untrammelled and when nothing prevents our being able to do what we like
114
- best, every pleasure is to be welcomed and every pain avoided. But in
115
- certain circumstances and owing to the claims of duty or the obligations
116
- of business it will frequently occur that pleasures have to be repudiated
117
- and annoyances accepted. The wise man therefore always holds in these
118
- matters to this principle of selection: he rejects pleasures to secure
119
- other greater pleasures, or else he endures pains to avoid worse pains.
96
+ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
97
+ tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim
98
+ veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea
99
+ commodo consequat. Duis aute irure dolor in reprehenderit in voluptate
100
+ velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat
101
+ cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id
102
+ est laborum.
120
103
  </p>
121
104
  <p>
122
- On the other hand, we denounce with righteous indignation and dislike men
123
- who are so beguiled and demoralized by the charms of pleasure of the
124
- moment, so blinded by desire, that they cannot foresee the pain and
125
- trouble that are bound to ensue; and equal blame belongs to those who fail
126
- in their duty through weakness of will, which is the same as saying
127
- through shrinking from toil and pain. These cases are perfectly simple and
128
- easy to distinguish. In a free hour, when our power of choice is
129
- untrammelled and when nothing prevents our being able to do what we like
130
- best, every pleasure is to be welcomed and every pain avoided. But in
131
- certain circumstances and owing to the claims of duty or the obligations
132
- of business it will frequently occur that pleasures have to be repudiated
133
- and annoyances accepted. The wise man therefore always holds in these
134
- matters to this principle of selection: he rejects pleasures to secure
135
- other greater pleasures, or else he endures pains to avoid worse pains.
105
+ Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi
106
+ ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit
107
+ in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur
108
+ sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt
109
+ mollit anim id est laborum.
136
110
  </p>
137
111
 
112
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
113
+ <script src="../js/client/iframeResizer.contentWindow.js"></script>
114
+
138
115
  <script>
139
116
  var level = document.location.search.replace(/\?/, '') || 0
140
117
  $('#nested').attr('href', 'frame.nested.html?' + ++level)
@@ -148,10 +125,6 @@
148
125
  }
149
126
  </script>
150
127
 
151
- <script
152
- type="text/javascript"
153
- src="../js/client/iframeResizer.contentWindow.min.js"
154
- defer
155
- ></script>
128
+
156
129
  </body>
157
130
  </html>
@@ -31,11 +31,8 @@
31
31
  }
32
32
  </script>
33
33
 
34
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
35
- <script
36
- type="text/javascript"
37
- src="../js/client/iframeResizer.contentWindow.min.js"
38
- ></script>
34
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
35
+ <script src="../js/client/iframeResizer.contentWindow.js"></script>
39
36
 
40
37
  <div id="code">
41
38
  <style>
@@ -43,10 +43,11 @@
43
43
  </div>
44
44
  <p id="callback"></p>
45
45
 
46
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
46
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
47
+ <script src="../js/iframeResizer.js"></script>
48
+ <script src="../js/client/iframeResizer.contentWindow.js"></script>
47
49
 
48
- <script type="text/javascript" src="../js/iframeResizer.min.js"></script>
49
- <script type="text/javascript">
50
+ <script>
50
51
  var level = document.location.search.replace(/\?/, '') || 0
51
52
 
52
53
  $('iframe')
@@ -92,9 +93,6 @@
92
93
  }
93
94
  })
94
95
  </script>
95
- <script
96
- type="text/javascript"
97
- src="../js/client/iframeResizer.contentWindow.min.js"
98
- ></script>
96
+
99
97
  </body>
100
98
  </html>
@@ -23,7 +23,7 @@
23
23
 
24
24
  <textarea id="textArea">Resize me</textarea>
25
25
 
26
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
26
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
27
27
  <script src="../js/client/iframeResizer.contentWindow.min.js"></script>
28
28
 
29
29
  <script>
@@ -96,11 +96,9 @@
96
96
  >
97
97
  </div>
98
98
 
99
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
100
- <script
101
- type="text/javascript"
102
- src="../js/client/iframeResizer.contentWindow.min.js"
103
- ></script>
99
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
100
+ <script src="../js/client/iframeResizer.contentWindow.js"></script>
101
+
104
102
  <script>
105
103
  $('select').on('change', function() {
106
104
  if ('parentIFrame' in window) {
@@ -30,9 +30,10 @@
30
30
 
31
31
  <![endif]-->
32
32
 
33
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
34
- <script type="text/javascript" src="../js/iframeResizer.min.js"></script>
35
- <script type="text/javascript">
33
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
34
+ <script src="../js/client/iframeResizer.contentWindow.js"></script>
35
+
36
+ <script>
36
37
  /*
37
38
  * If you do not understand what the code below does, then please just use the
38
39
  * following call in your own code.
@@ -37,9 +37,10 @@
37
37
 
38
38
  <![endif]-->
39
39
 
40
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
41
- <script type="text/javascript" src="../src/iframeResizer.js"></script>
42
- <script type="text/javascript">
40
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
41
+ <script src="../js/client/iframeResizer.contentWindow.js"></script>
42
+
43
+ <script>
43
44
  /*
44
45
  * If you do not understand what the code below does, then please just use the
45
46
  * following call in your own code.
@@ -1,16 +1,15 @@
1
1
  /*
2
2
  # -----------------------------------------------------------------------------
3
- # ~/assets/themes/j1/modules/justified_gallery/css/theme/uno.css
4
- # Provides J1 JustifiedGallery styles for J1 Theme Uno
3
+ # ~/assets/themes/j1/modules/justified_gallery/css/theme/uno.css
4
+ # Provides JustifiedGallery styles for Theme Uno
5
5
  #
6
- # Product/Info:
7
- # https://jekyll.one
6
+ # Product/Info:
7
+ # https://jekyll.one
8
8
  #
9
- # Copyright (C) 2020 Juergen Adams
10
- #
11
- # J1 Template is licensed under the MIT License.
12
- # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
9
+ # Copyright (C) 2020 Juergen Adams
13
10
  #
11
+ # J1 Template is licensed under the MIT License.
12
+ # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
14
13
  # -----------------------------------------------------------------------------
15
14
  */
16
15
 
@@ -35,4 +34,4 @@
35
34
  -webkit-transition: background-color 0.15s ease 0s;
36
35
  -o-transition: background-color 0.15s ease 0s;
37
36
  transition: background-color 0.15s ease 0s;
38
- }
37
+ }
@@ -1,38 +1,15 @@
1
1
  /*
2
2
  # -----------------------------------------------------------------------------
3
- # ~/assets/themes/j1/modules/justified_gallery/css/theme/uno.css
4
- # Provides J1 JustifiedGallery styles for J1 Theme Uno
3
+ # ~/assets/themes/j1/modules/justified_gallery/css/theme/uno.min.css
4
+ # Provides JustifiedGallery styles for Theme Uno
5
5
  #
6
- # Product/Info:
7
- # https://jekyll.one
6
+ # Product/Info:
7
+ # https://jekyll.one
8
8
  #
9
- # Copyright (C) 2020 Juergen Adams
10
- #
11
- # J1 Template is licensed under the MIT License.
12
- # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
9
+ # Copyright (C) 2020 Juergen Adams
13
10
  #
11
+ # J1 Template is licensed under the MIT License.
12
+ # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
14
13
  # -----------------------------------------------------------------------------
15
14
  */
16
-
17
- /* Gallery title */
18
- .jg-gallery-title {
19
- font-style: italic;
20
- font-weight: 400;
21
- color: rgba(0, 0, 0, 0.5);
22
- overflow: hidden;
23
- }
24
-
25
- .justified-gallery img.img-overlay {
26
- height: 64px;
27
- width: 64px;
28
- bottom: 0;
29
- left: 50%;
30
- margin-left: -35px;
31
- margin-top: -35px;
32
- position: absolute;
33
- right: 0;
34
- top: 50%;
35
- -webkit-transition: background-color 0.15s ease 0s;
36
- -o-transition: background-color 0.15s ease 0s;
37
- transition: background-color 0.15s ease 0s;
38
- }
15
+ .jg-gallery-title{font-style:italic;font-weight:400;color:rgba(0,0,0,0.5);overflow:hidden}.justified-gallery img.img-overlay{height:64px;width:64px;bottom:0;left:50%;margin-left:-35px;margin-top:-35px;position:absolute;right:0;top:50%;-webkit-transition:background-color .15s ease 0s;-o-transition:background-color .15s ease 0s;transition:background-color .15s ease 0s}
@@ -1,16 +1,15 @@
1
1
  /*
2
2
  # -----------------------------------------------------------------------------
3
- # ~/assets/themes/j1/modules/lightGallery/theme/uno.css
4
- # Provides J1 LightGallery styles for J1 Theme Uno
3
+ # ~/assets/themes/j1/modules/lightGallery/themes/uno.css
4
+ # Provides LightGallery styles for Theme Uno
5
5
  #
6
- # Product/Info:
7
- # https://jekyll.one
6
+ # Product/Info:
7
+ # https://jekyll.one
8
8
  #
9
- # Copyright (C) 2020 Juergen Adams
10
- #
11
- # J1 Template is licensed under the MIT License.
12
- # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
9
+ # Copyright (C) 2020 Juergen Adams
13
10
  #
11
+ # J1 Template is licensed under the MIT License.
12
+ # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
14
13
  # -----------------------------------------------------------------------------
15
14
  */
16
15
 
@@ -1,17 +1,15 @@
1
1
  /*
2
2
  # -----------------------------------------------------------------------------
3
- # ~/assets/themes/j1/modules/lightGallery/theme/uno.css
4
- # Provides J1 LightGallery styles for J1 Theme Uno
3
+ # ~/assets/themes/j1/modules/lightGallery/themes/uno.mincss
4
+ # Provides LightGallery styles for Theme Uno
5
5
  #
6
- # Product/Info:
7
- # https://jekyll.one
6
+ # Product/Info:
7
+ # https://jekyll.one
8
8
  #
9
- # Copyright (C) 2020 Juergen Adams
10
- #
11
- # J1 Template is licensed under the MIT License.
12
- # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
9
+ # Copyright (C) 2020 Juergen Adams
13
10
  #
11
+ # J1 Template is licensed under the MIT License.
12
+ # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
14
13
  # -----------------------------------------------------------------------------
15
14
  */
16
-
17
- .lg-sub-html h1,.lg-sub-html h2,.lg-sub-html h3,.lg-sub-html h4,.lg-sub-html h5{font-size:24px;font-weight:400;line-height:1.1;color:#e5e5e5;margin-top:10px;margin-bottom:10px}.lg-thumbnail{display:block}.lg-thumbnail>img,.lg-thumbnail a>img{display:block;max-width:100%;height:auto}a.lg-thumbnail{margin-left:1px;margin-bottom:1px}.lg-animate>ul>li a{display:block;overflow:hidden;position:relative;float:left}.lg-animate>ul>li a>img{-webkit-transition:-webkit-transform .15s ease 0s;-moz-transition:-moz-transform .15s ease 0s;-o-transition:-o-transform .15s ease 0s;transition:transform .15s ease 0s;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);width:100%}.lg-animate>ul>li a:hover>img{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}.lightgallery>ul>li a:hover>img{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}.lightgallery>ul>li a:hover .img-overlay>img{opacity:1}.lightgallery>ul>li a .img-overlay{height:64px;width:64px;bottom:0;left:50%;margin-left:-35px;margin-top:-35px;position:absolute;right:0;top:50%;-webkit-transition:background-color .15s ease 0s;-o-transition:background-color .15s ease 0s;transition:background-color .15s ease 0s}.lightgallery>ul>li a .img-overlay>img.img-overlay{left:50%;margin-left:-10px;margin-top:-10px;opacity:0;position:absolute;top:50%;-webkit-transition:opacity .3s ease 0s;-o-transition:opacity .3s ease 0s;transition:opacity .3s ease 0s}.lightgallery>ul>li a:hover .img-overlay{-webkit-transition:background-color .15s ease 0s;-o-transition:background-color .15s ease 0s;transition:background-color .15s ease 0s}.lightgallery .justified-gallery>a>img{-webkit-transition:-webkit-transform .15s ease 0s;-moz-transition:-moz-transform .15s ease 0s;-o-transition:-o-transform .15s ease 0s;transition:transform .15s ease 0s;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);height:100%;width:100%}.lightgallery .justified-gallery>a:hover>img{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}.lightgallery .justified-gallery>a:hover .img-overlay>img{opacity:1}.lightgallery .justified-gallery>a .img-overlay{background-color:rgba(0,0,0,0.1);bottom:0;left:0;position:absolute;right:0;top:0;-webkit-transition:background-color .15s ease 0s;-o-transition:background-color .15s ease 0s;transition:background-color .15s ease 0s}.lightgallery .justified-gallery>a .img-overlay>img{left:50%;margin-left:-10px;margin-top:-10px;opacity:0;position:absolute;top:50%;-webkit-transition:opacity .3s ease 0s;-o-transition:opacity .3s ease 0s;transition:opacity .3s ease 0s}.lightgallery .justified-gallery>a:hover .img-overlay{background-color:rgba(0,0,0,0.5)}.lightgallery .video .img-overlay img{height:48px;margin-left:-24px;margin-top:-24px;opacity:.8;width:48px}.lightgallery.col-lg-1,.lightgallery.col-lg-10,.lightgallery.col-lg-11,.lightgallery.col-lg-12,.lightgallery.col-lg-2,.lightgallery.col-lg-3,.lightgallery.col-lg-4,.lightgallery.col-lg-5,.lightgallery.col-lg-6,.lightgallery.col-lg-7,.lightgallery.col-lg-8,.lightgallery.col-lg-9,.lightgallery.col-md-1,.lightgallery.col-md-10,.lightgallery.col-md-11,.lightgallery.col-md-12,.lightgallery.col-md-2,.lightgallery.col-md-3,.lightgallery.col-md-4,.lightgallery.col-md-5,.lightgallery.col-md-6,.lightgallery.col-md-7,.lightgallery.col-md-8,.lightgallery.col-md-9,.lightgallery.col-sm-1,.lightgallery.col-sm-10,.lightgallery.col-sm-11,.lightgallery.col-sm-12,.lightgallery.col-sm-2,.lightgallery.col-sm-3,.lightgallery.col-sm-4,.lightgallery.col-sm-5,.lightgallery.col-sm-6,.lightgallery.col-sm-7,.lightgallery.col-sm-8,.lightgallery.col-sm-9,.lightgallery.col-xs-1,.lightgallery.col-xs-10,.lightgallery.col-xs-11,.lightgallery.col-xs-12,.lightgallery.col-xs-2,.lightgallery.col-xs-3,.lightgallery.col-xs-4,.lightgallery.col-xs-5,.lightgallery.col-xs-6,.lightgallery.col-xs-7,.lightgallery.col-xs-8,.lightgallery.col-xs-9{padding-left:0;padding-right:1px;padding-bottom:1px}
15
+ .lg-sub-html h1,.lg-sub-html h2,.lg-sub-html h3,.lg-sub-html h4,.lg-sub-html h5{font-size:24px;font-weight:400;line-height:1.1;color:#e5e5e5;margin-top:10px;margin-bottom:10px}.lg-thumbnail{display:block}.lg-thumbnail>img,.lg-thumbnail a>img{display:block;max-width:100%;height:auto}a.lg-thumbnail{margin-left:1px;margin-bottom:1px}.lg-animate>ul>li a{display:block;overflow:hidden;position:relative;float:left}.lg-animate>ul>li a>img{-webkit-transition:-webkit-transform .15s ease 0s;-moz-transition:-moz-transform .15s ease 0s;-o-transition:-o-transform .15s ease 0s;transition:transform .15s ease 0s;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);width:100%}.lg-animate>ul>li a:hover>img{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}.lightgallery>ul>li a:hover>img{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}.lightgallery>ul>li a:hover .img-overlay>img{opacity:1}.lightgallery>ul>li a .img-overlay{height:64px;width:64px;bottom:0;left:50%;margin-left:-35px;margin-top:-35px;position:absolute;right:0;top:50%;-webkit-transition:background-color .15s ease 0s;-o-transition:background-color .15s ease 0s;transition:background-color .15s ease 0s}.lightgallery>ul>li a .img-overlay>img.img-overlay{left:50%;margin-left:-10px;margin-top:-10px;opacity:0;position:absolute;top:50%;-webkit-transition:opacity .3s ease 0s;-o-transition:opacity .3s ease 0s;transition:opacity .3s ease 0s}.lightgallery>ul>li a:hover .img-overlay{-webkit-transition:background-color .15s ease 0s;-o-transition:background-color .15s ease 0s;transition:background-color .15s ease 0s}.lightgallery .justified-gallery>a>img{-webkit-transition:-webkit-transform .15s ease 0s;-moz-transition:-moz-transform .15s ease 0s;-o-transition:-o-transform .15s ease 0s;transition:transform .15s ease 0s;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);height:100%;width:100%}.lightgallery .justified-gallery>a:hover>img{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}.lightgallery .justified-gallery>a:hover .img-overlay>img{opacity:1}.lightgallery .justified-gallery>a .img-overlay{background-color:rgba(0,0,0,0.1);bottom:0;left:0;position:absolute;right:0;top:0;-webkit-transition:background-color .15s ease 0s;-o-transition:background-color .15s ease 0s;transition:background-color .15s ease 0s}.lightgallery .justified-gallery>a .img-overlay>img{left:50%;margin-left:-10px;margin-top:-10px;opacity:0;position:absolute;top:50%;-webkit-transition:opacity .3s ease 0s;-o-transition:opacity .3s ease 0s;transition:opacity .3s ease 0s}.lightgallery .justified-gallery>a:hover .img-overlay{background-color:rgba(0,0,0,0.5)}.lightgallery .video .img-overlay img{height:48px;margin-left:-24px;margin-top:-24px;opacity:.8;width:48px}.lightgallery.col-lg-1,.lightgallery.col-lg-10,.lightgallery.col-lg-11,.lightgallery.col-lg-12,.lightgallery.col-lg-2,.lightgallery.col-lg-3,.lightgallery.col-lg-4,.lightgallery.col-lg-5,.lightgallery.col-lg-6,.lightgallery.col-lg-7,.lightgallery.col-lg-8,.lightgallery.col-lg-9,.lightgallery.col-md-1,.lightgallery.col-md-10,.lightgallery.col-md-11,.lightgallery.col-md-12,.lightgallery.col-md-2,.lightgallery.col-md-3,.lightgallery.col-md-4,.lightgallery.col-md-5,.lightgallery.col-md-6,.lightgallery.col-md-7,.lightgallery.col-md-8,.lightgallery.col-md-9,.lightgallery.col-sm-1,.lightgallery.col-sm-10,.lightgallery.col-sm-11,.lightgallery.col-sm-12,.lightgallery.col-sm-2,.lightgallery.col-sm-3,.lightgallery.col-sm-4,.lightgallery.col-sm-5,.lightgallery.col-sm-6,.lightgallery.col-sm-7,.lightgallery.col-sm-8,.lightgallery.col-sm-9,.lightgallery.col-xs-1,.lightgallery.col-xs-10,.lightgallery.col-xs-11,.lightgallery.col-xs-12,.lightgallery.col-xs-2,.lightgallery.col-xs-3,.lightgallery.col-xs-4,.lightgallery.col-xs-5,.lightgallery.col-xs-6,.lightgallery.col-xs-7,.lightgallery.col-xs-8,.lightgallery.col-xs-9{padding-left:0;padding-right:1px;padding-bottom:1px}
@@ -1,20 +1,19 @@
1
1
  /*
2
2
  # -----------------------------------------------------------------------------
3
- # ~/assets/themes/j1/modules/clipboard/css/lightbox.css
4
- # Lightbox v.2.11.2 implementation for J1 Template.
3
+ # ~/assets/themes/j1/modules/clipboard/css/lightbox.css
4
+ # Lightbox v.2.11.2 implementation for J1 Template.
5
5
  #
6
- # Product/Info:
7
- # https://jekyll.one
8
- # http://lokeshdhakar.com/projects/lightbox2/
6
+ # Product/Info:
7
+ # https://jekyll.one
8
+ # http://lokeshdhakar.com/projects/lightbox2/
9
9
  #
10
- # Copyright (C) 2020 Juergen Adams
11
- # Copyright (C) 2015-2019 Lokesh Dhakar
12
- #
13
- # J1 Template is licensed under the MIT License.
14
- # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
15
- # Lightbox is licensed under the MIT License.
16
- # See: https://github.com/lokesh/lightbox2/blob/master/LICENSE
10
+ # Copyright (C) 2020 Juergen Adams
11
+ # Copyright (C) 2015-2019 Lokesh Dhakar
17
12
  #
13
+ # J1 Template is licensed under the MIT License.
14
+ # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
15
+ # Lightbox is licensed under the MIT License.
16
+ # See: https://github.com/lokesh/lightbox2/blob/master/LICENSE
18
17
  # -----------------------------------------------------------------------------
19
18
  */
20
19
 
@@ -1,20 +1,19 @@
1
1
  /*
2
2
  # -----------------------------------------------------------------------------
3
- # ~/assets/themes/j1/modules/clipboard/css/lightbox.min.css
4
- # Lightbox v.2.11.2 implementation for J1 Template.
3
+ # ~/assets/themes/j1/modules/clipboard/css/lightbox.min.css
4
+ # Lightbox v.2.11.2 implementation for J1 Template.
5
5
  #
6
- # Product/Info:
7
- # https://jekyll.one
8
- # http://lokeshdhakar.com/projects/lightbox2/
6
+ # Product/Info:
7
+ # https://jekyll.one
8
+ # http://lokeshdhakar.com/projects/lightbox2/
9
9
  #
10
- # Copyright (C) 2020 Juergen Adams
11
- # Copyright (C) 2015-2019 Lokesh Dhakar
12
- #
13
- # J1 Template is licensed under the MIT License.
14
- # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
15
- # Lightbox is licensed under the MIT License.
16
- # See: https://github.com/lokesh/lightbox2/blob/master/LICENSE
10
+ # Copyright (C) 2020 Juergen Adams
11
+ # Copyright (C) 2015-2019 Lokesh Dhakar
17
12
  #
13
+ # J1 Template is licensed under the MIT License.
14
+ # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
15
+ # Lightbox is licensed under the MIT License.
16
+ # See: https://github.com/lokesh/lightbox2/blob/master/LICENSE
18
17
  # -----------------------------------------------------------------------------
19
18
  */
20
19