j1-template 2023.1.0 → 2023.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (200) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/layouts/content_generator_collection.html +2 -3
  3. data/assets/data/banner.html +8 -6
  4. data/assets/data/masonry.html +263 -73
  5. data/assets/data/slick.html +155 -59
  6. data/assets/error_pages/HTTP204.html +1 -1
  7. data/assets/error_pages/HTTP400.html +1 -1
  8. data/assets/error_pages/HTTP401.html +1 -1
  9. data/assets/error_pages/HTTP403.html +1 -1
  10. data/assets/error_pages/HTTP404.html +1 -1
  11. data/assets/error_pages/HTTP444.html +1 -1
  12. data/assets/error_pages/HTTP445.html +1 -1
  13. data/assets/error_pages/HTTP446.html +1 -1
  14. data/assets/error_pages/HTTP447.html +1 -1
  15. data/assets/error_pages/HTTP448.html +1 -1
  16. data/assets/error_pages/HTTP500.html +1 -1
  17. data/assets/error_pages/HTTP501.html +1 -1
  18. data/assets/error_pages/HTTP502.html +1 -1
  19. data/assets/error_pages/HTTP503.html +1 -1
  20. data/assets/themes/j1/adapter/js/masonry.js +9 -1
  21. data/assets/themes/j1/adapter/js/slick.js +239 -134
  22. data/assets/themes/j1/core/css/themes/unolight/bootstrap.css +247 -0
  23. data/assets/themes/j1/core/css/themes/unolight/bootstrap.min.css +1 -1
  24. data/assets/themes/j1/core/js/template.js +55 -57
  25. data/assets/themes/j1/core/js/template.min.js +6 -6
  26. data/assets/themes/j1/core/js/template.min.js.map +1 -1
  27. data/assets/themes/j1/modules/masonry/css/theme/uno.css +1 -1
  28. data/assets/themes/j1/modules/masonry/css/theme/uno.min.css +1 -1
  29. data/assets/themes/j1/modules/slick/lightbox/README.md +6 -1
  30. data/assets/themes/j1/modules/slick/lightbox/css/theme/uno.css +36 -0
  31. data/assets/themes/j1/modules/slick/lightbox/css/theme/uno.min.css +15 -0
  32. data/assets/themes/j1/modules/slick/lightbox/js/slick-lightbox.js +1 -1
  33. data/assets/themes/j1/modules/slick/slider/css/theme/uno.css +173 -137
  34. data/assets/themes/j1/modules/slick/slider/css/theme/uno.min.css +1 -1
  35. data/assets/themes/j1/modules/slick/slider/js/slick.js +2970 -2233
  36. data/assets/themes/j1/modules/translator/css/translator.css +3 -19
  37. data/assets/themes/j1/modules/translator/css/translator.min.css +1 -1
  38. data/lib/j1/version.rb +1 -1
  39. data/lib/starter_web/Gemfile +2 -2
  40. data/lib/starter_web/README.md +5 -5
  41. data/lib/starter_web/_config.yml +25 -1
  42. data/lib/starter_web/_data/blocks/banner.yml +45 -46
  43. data/lib/starter_web/_data/blocks/panel.yml +9 -9
  44. data/lib/starter_web/_data/layouts/home.yml +39 -21
  45. data/lib/starter_web/_data/modules/defaults/slick.yml +2 -2
  46. data/lib/starter_web/_data/modules/masonry.yml +154 -41
  47. data/lib/starter_web/_data/modules/navigator_menu.yml +45 -4
  48. data/lib/starter_web/_data/modules/scroller.yml +1 -1
  49. data/lib/starter_web/_data/modules/slick.yml +260 -54
  50. data/lib/starter_web/_data/puma/config.rb +10 -0
  51. data/lib/starter_web/_data/resources.yml +1 -0
  52. data/lib/starter_web/_data/templates/feed.xml +1 -1
  53. data/lib/starter_web/_includes/attributes.asciidoc +24 -0
  54. data/lib/starter_web/_includes/custom/static/readme +1 -1
  55. data/lib/starter_web/_includes/custom/templates/collection_panel.html +131 -0
  56. data/lib/starter_web/_includes/custom/templates/custom_header.html +98 -76
  57. data/lib/starter_web/_includes/custom/templates/people_panel.html +144 -0
  58. data/lib/starter_web/_includes/custom/templates/readme +1 -1
  59. data/lib/starter_web/_plugins/asciidoctor/carousel-block.rb +1 -1
  60. data/lib/starter_web/_plugins/asciidoctor/gallery-block.rb +1 -1
  61. data/lib/starter_web/_plugins/asciidoctor/gist-block.rb +1 -1
  62. data/lib/starter_web/_plugins/asciidoctor/lightbox-block.rb +1 -1
  63. data/lib/starter_web/_plugins/asciidoctor/masonry-block.rb +1 -1
  64. data/lib/starter_web/_plugins/asciidoctor/masterslider-block.rb +1 -1
  65. data/lib/starter_web/_plugins/asciidoctor/mdil-icon-inline.rb +10 -0
  66. data/lib/starter_web/_plugins/asciidoctor/placeholder-inline.rb +44 -0
  67. data/lib/starter_web/_plugins/asciidoctor/slick-block.rb +1 -1
  68. data/lib/starter_web/_plugins/index/lunr.rb +1 -1
  69. data/lib/starter_web/assets/images/collections/people/diana-petersen.jpg +0 -0
  70. data/lib/starter_web/assets/images/collections/people/larry-parker.jpg +0 -0
  71. data/lib/starter_web/assets/images/collections/people/parveen-anand.jpg +0 -0
  72. data/lib/starter_web/assets/images/modules/attics/1920x1280/kelly-sikkemal.jpg +0 -0
  73. data/lib/starter_web/assets/images/modules/attics/1920x1280/kira-auf-der-heide.jpg +0 -0
  74. data/lib/starter_web/assets/images/modules/gallery/old_times/image_02.jpg +0 -0
  75. data/lib/starter_web/collections/_biography/a-life-in-questions.adoc +5 -5
  76. data/lib/starter_web/collections/_biography/becoming.adoc +5 -5
  77. data/lib/starter_web/collections/_biography/born-to-run.adoc +5 -5
  78. data/lib/starter_web/collections/_biography/forty-autumns.adoc +5 -5
  79. data/lib/starter_web/collections/_biography/not-dead-yet.adoc +5 -6
  80. data/lib/starter_web/collections/_biography/princess-diarist-the.adoc +5 -5
  81. data/lib/starter_web/collections/_biography/when-breath-becomes-air.adoc +6 -7
  82. data/lib/starter_web/collections/_fantasy/harry-potter-deathly-hallows.adoc +14 -4
  83. data/lib/starter_web/collections/_fantasy/harry-potter-philosophers-stone.adoc +13 -3
  84. data/lib/starter_web/collections/_fantasy/mistborn-trilogy.adoc +11 -3
  85. data/lib/starter_web/collections/_fantasy/ready-player-one.adoc +15 -3
  86. data/lib/starter_web/collections/_fantasy/sword-of-destiny.adoc +11 -3
  87. data/lib/starter_web/collections/_fantasy/terry-pratchet-diary-2017.adoc +11 -3
  88. data/lib/starter_web/collections/_people/diana-petersen.adoc +167 -0
  89. data/lib/starter_web/collections/_people/larry-parker.adoc +167 -0
  90. data/lib/starter_web/collections/_people/parveen-anand.adoc +167 -0
  91. data/lib/starter_web/collections/_portfolio/branding.adoc +97 -0
  92. data/lib/starter_web/collections/_portfolio/graphic_design.adoc +97 -0
  93. data/lib/starter_web/collections/_portfolio/identity.adoc +99 -0
  94. data/lib/starter_web/collections/_portfolio/illustration.adoc +101 -0
  95. data/lib/starter_web/collections/_portfolio/photography.adoc +100 -0
  96. data/lib/starter_web/collections/_portfolio/web_design.adoc +109 -0
  97. data/lib/starter_web/collections/_romance/breath-of-snow-and-ashes-a.adoc +12 -3
  98. data/lib/starter_web/collections/_romance/dressmaker-the.adoc +10 -3
  99. data/lib/starter_web/collections/_romance/fiery-cross-the.adoc +13 -3
  100. data/lib/starter_web/collections/_romance/it-ends-with-us.adoc +11 -3
  101. data/lib/starter_web/collections/_romance/outlander-novel.adoc +12 -3
  102. data/lib/starter_web/collections/_romance/virgins-outlander-short-story.adoc +16 -4
  103. data/lib/starter_web/collections/posts/public/featured/_posts/2021-01-01-about-cookies.adoc +1 -1
  104. data/lib/starter_web/collections/posts/public/featured/_posts/2021-02-01-static-site-generators.adoc +2 -2
  105. data/lib/starter_web/collections/posts/public/featured/_posts/_includes/attributes.asciidoc +2 -2
  106. data/lib/starter_web/collections/posts/public/series/_posts/2022-08-01-organize-your-life.adoc +4 -4
  107. data/lib/starter_web/collections/posts/public/series/_posts/2022-08-02-organize-your-life.adoc +4 -4
  108. data/lib/starter_web/collections/posts/public/series/_posts/2022-08-03-organize-your-life.adoc +4 -4
  109. data/lib/starter_web/collections/posts/public/series/_posts/2022-09-01-organize-your-life.adoc +4 -4
  110. data/lib/starter_web/collections/posts/public/series/_posts/2022-09-02-organize-your-life.adoc +4 -4
  111. data/lib/starter_web/index.html +129 -129
  112. data/lib/starter_web/package.json +1 -1
  113. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/documentation.adoc +1 -1
  114. data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/multi.adoc +1 -1
  115. data/lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_all_books.adoc +107 -0
  116. data/lib/starter_web/pages/public/{bookshelf → learn/bookshelf}/article_previewer/viewer_biography.adoc +21 -12
  117. data/lib/starter_web/pages/public/{bookshelf → learn/bookshelf}/article_previewer/viewer_fantasy.adoc +11 -6
  118. data/lib/starter_web/pages/public/{bookshelf → learn/bookshelf}/article_previewer/viewer_romance.adoc +11 -5
  119. data/lib/starter_web/pages/public/learn/roundtrip/_includes/attributes.asciidoc +2 -2
  120. data/lib/starter_web/pages/public/learn/roundtrip/present_images.adoc +53 -4
  121. data/lib/starter_web/pages/public/learn/roundtrip/responsive_tables.adoc +1 -1
  122. data/lib/starter_web/pages/public/plans/plans.adoc +25 -12
  123. data/lib/starter_web/pages/public/previewer/preview_bootstrap_theme.adoc +54 -82
  124. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  125. data/lib/starter_web/utilsrv/package.json +1 -1
  126. metadata +59 -79
  127. data/assets/data/masonry.4.html +0 -213
  128. data/assets/themes/j1/adapter/js/slick.3.js +0 -365
  129. data/lib/starter_web/assets/images/collections/blog/wikipedia/columbia-river.1200x400.jpg +0 -0
  130. data/lib/starter_web/assets/images/collections/blog/wikipedia/minneapolis.1200x400.jpg +0 -0
  131. data/lib/starter_web/assets/images/collections/blog/wikipedia/narcise-snake-pits.1200x400.jpg +0 -0
  132. data/lib/starter_web/assets/images/parsa/customers/200x150/img1.png +0 -0
  133. data/lib/starter_web/assets/images/parsa/customers/200x150/img2.png +0 -0
  134. data/lib/starter_web/assets/images/parsa/customers/200x150/img3.png +0 -0
  135. data/lib/starter_web/assets/images/parsa/customers/200x150/img4.png +0 -0
  136. data/lib/starter_web/assets/images/parsa/customers/200x150/img5.png +0 -0
  137. data/lib/starter_web/assets/images/parsa/customers/200x150/img6.png +0 -0
  138. data/lib/starter_web/assets/images/parsa/customers/200x150/img7.png +0 -0
  139. data/lib/starter_web/assets/images/parsa/customers/200x150/img8.png +0 -0
  140. data/lib/starter_web/assets/images/parsa/customers/200x150/img9.png +0 -0
  141. data/lib/starter_web/assets/images/parsa/customers/client-1.png +0 -0
  142. data/lib/starter_web/assets/images/parsa/customers/client-2.png +0 -0
  143. data/lib/starter_web/assets/images/parsa/customers/client-3.png +0 -0
  144. data/lib/starter_web/assets/images/parsa/customers/client-4.png +0 -0
  145. data/lib/starter_web/assets/images/parsa/customers/client-5.png +0 -0
  146. data/lib/starter_web/assets/images/parsa/customers/client-6.png +0 -0
  147. data/lib/starter_web/assets/images/parsa/customers/client-7.png +0 -0
  148. data/lib/starter_web/assets/images/parsa/icons/favicon.ico +0 -0
  149. data/lib/starter_web/assets/images/parsa/icons/icon.png +0 -0
  150. data/lib/starter_web/assets/images/parsa/icons/icon.svg +0 -152
  151. data/lib/starter_web/assets/images/parsa/icons/logo.svg +0 -172
  152. data/lib/starter_web/assets/images/parsa/masthead/19-02-_2023_09-05-46.jpg +0 -0
  153. data/lib/starter_web/assets/images/parsa/masthead/banner-img.png +0 -0
  154. data/lib/starter_web/assets/images/parsa/pages/1920x1280/author.jpg +0 -0
  155. data/lib/starter_web/assets/images/parsa/pages/1920x1280/contact.jpg +0 -0
  156. data/lib/starter_web/assets/images/parsa/pages/author.jpg +0 -0
  157. data/lib/starter_web/assets/images/parsa/pages/contact.jpg +0 -0
  158. data/lib/starter_web/assets/images/parsa/partners/scalable/facebook.svg +0 -34
  159. data/lib/starter_web/assets/images/parsa/partners/scalable/google.svg +0 -35
  160. data/lib/starter_web/assets/images/parsa/partners/scalable/ibm.svg +0 -24
  161. data/lib/starter_web/assets/images/parsa/partners/scalable/microsoft.svg +0 -42
  162. data/lib/starter_web/assets/images/parsa/posts/1280x1024/post-img.jpg +0 -0
  163. data/lib/starter_web/assets/images/parsa/posts/1280x1024/post-single.jpg +0 -0
  164. data/lib/starter_web/assets/images/parsa/promo/home/screenshot.jpg +0 -0
  165. data/lib/starter_web/pages/public/previewer/preview_masonry.adoc +0 -361
  166. data/lib/starter_web/pages/public/previewer/preview_slick_slider.adoc +0 -375
  167. /data/lib/starter_web/assets/images/{parsa → collections}/portfolio/1.jpg +0 -0
  168. /data/lib/starter_web/assets/images/{parsa → collections}/portfolio/2.jpg +0 -0
  169. /data/lib/starter_web/assets/images/{parsa → collections}/portfolio/3.jpg +0 -0
  170. /data/lib/starter_web/assets/images/{parsa → collections}/portfolio/4.jpg +0 -0
  171. /data/lib/starter_web/assets/images/{parsa → collections}/portfolio/5.jpg +0 -0
  172. /data/lib/starter_web/assets/images/{parsa → collections}/portfolio/6.jpg +0 -0
  173. /data/lib/starter_web/assets/images/{parsa/icons → icons/controls}/close-icon.svg +0 -0
  174. /data/lib/starter_web/assets/images/{parsa/icons → icons/controls}/up.svg +0 -0
  175. /data/lib/starter_web/assets/images/{collections/blog → posts}/featured/dynamic-web-access.png +0 -0
  176. /data/lib/starter_web/assets/images/{collections/blog → posts}/featured/jamstack-generators.png +0 -0
  177. /data/lib/starter_web/assets/images/{collections/blog → posts}/featured/jekyll.1200x400.png +0 -0
  178. /data/lib/starter_web/assets/images/{collections/blog → posts}/featured/jekyll.png +0 -0
  179. /data/lib/starter_web/assets/images/{parsa/posts → posts}/featured/post-1.jpg +0 -0
  180. /data/lib/starter_web/assets/images/{parsa/posts → posts}/featured/post-2.jpg +0 -0
  181. /data/lib/starter_web/assets/images/{parsa/posts → posts}/featured/post-3.jpg +0 -0
  182. /data/lib/starter_web/assets/images/{parsa/posts → posts}/featured/post-4.jpg +0 -0
  183. /data/lib/starter_web/assets/images/{parsa/posts → posts}/featured/post-5.jpg +0 -0
  184. /data/lib/starter_web/assets/images/{collections/blog → posts}/featured/static-web-access.png +0 -0
  185. /data/lib/starter_web/assets/images/{parsa/posts → posts}/natural_food/post-1.jpg +0 -0
  186. /data/lib/starter_web/assets/images/{parsa/posts → posts}/natural_food/post-10.jpg +0 -0
  187. /data/lib/starter_web/assets/images/{parsa/posts → posts}/natural_food/post-11.jpg +0 -0
  188. /data/lib/starter_web/assets/images/{parsa/posts → posts}/natural_food/post-12.jpg +0 -0
  189. /data/lib/starter_web/assets/images/{parsa/posts → posts}/natural_food/post-13.jpg +0 -0
  190. /data/lib/starter_web/assets/images/{parsa/posts → posts}/natural_food/post-2.jpg +0 -0
  191. /data/lib/starter_web/assets/images/{parsa/posts → posts}/natural_food/post-3.jpg +0 -0
  192. /data/lib/starter_web/assets/images/{parsa/posts → posts}/natural_food/post-4.jpg +0 -0
  193. /data/lib/starter_web/assets/images/{parsa/posts → posts}/natural_food/post-5.jpg +0 -0
  194. /data/lib/starter_web/assets/images/{parsa/posts → posts}/natural_food/post-6.jpg +0 -0
  195. /data/lib/starter_web/assets/images/{parsa/posts → posts}/natural_food/post-7.jpg +0 -0
  196. /data/lib/starter_web/assets/images/{parsa/posts → posts}/natural_food/post-8.jpg +0 -0
  197. /data/lib/starter_web/assets/images/{parsa/posts → posts}/natural_food/post-9.jpg +0 -0
  198. /data/lib/starter_web/assets/images/{parsa/posts → posts}/post-img.jpg +0 -0
  199. /data/lib/starter_web/assets/images/{parsa/posts → posts}/post-single.jpg +0 -0
  200. /data/lib/starter_web/pages/public/{bookshelf → learn/bookshelf}/jekyll_collections.adoc +0 -0
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: j1-template
3
3
  version: !ruby/object:Gem::Version
4
- version: 2023.1.0
4
+ version: 2023.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - juergen_jekyll_one
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-04-09 00:00:00.000000000 Z
11
+ date: 2023-05-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -326,7 +326,6 @@ files:
326
326
  - assets/data/iso-639-language-codes-flags.json
327
327
  - assets/data/iso-639-language-codes.json
328
328
  - assets/data/j1_config.json
329
- - assets/data/masonry.4.html
330
329
  - assets/data/masonry.html
331
330
  - assets/data/masterslider.html
332
331
  - assets/data/mdi_icons.json
@@ -392,7 +391,6 @@ files:
392
391
  - assets/themes/j1/adapter/js/rtable.js
393
392
  - assets/themes/j1/adapter/js/rtextResizer.js
394
393
  - assets/themes/j1/adapter/js/scroller.js
395
- - assets/themes/j1/adapter/js/slick.3.js
396
394
  - assets/themes/j1/adapter/js/slick.js
397
395
  - assets/themes/j1/adapter/js/themer.js
398
396
  - assets/themes/j1/adapter/js/toccer.js
@@ -1582,6 +1580,8 @@ files:
1582
1580
  - assets/themes/j1/modules/slick/lightbox/README.md
1583
1581
  - assets/themes/j1/modules/slick/lightbox/css/slick-lightbox.css
1584
1582
  - assets/themes/j1/modules/slick/lightbox/css/slick-lightbox.min.css
1583
+ - assets/themes/j1/modules/slick/lightbox/css/theme/uno.css
1584
+ - assets/themes/j1/modules/slick/lightbox/css/theme/uno.min.css
1585
1585
  - assets/themes/j1/modules/slick/lightbox/js/slick-lightbox.js
1586
1586
  - assets/themes/j1/modules/slick/lightbox/js/slick-lightbox.min.js
1587
1587
  - assets/themes/j1/modules/slick/lightbox/js/slick-lightbox.min.js.map
@@ -1884,7 +1884,9 @@ files:
1884
1884
  - lib/starter_web/_includes/custom/static/bs5_accordion.html
1885
1885
  - lib/starter_web/_includes/custom/static/readme
1886
1886
  - lib/starter_web/_includes/custom/templates/bs5_accordion.html
1887
+ - lib/starter_web/_includes/custom/templates/collection_panel.html
1887
1888
  - lib/starter_web/_includes/custom/templates/custom_header.html
1889
+ - lib/starter_web/_includes/custom/templates/people_panel.html
1888
1890
  - lib/starter_web/_includes/custom/templates/readme
1889
1891
  - lib/starter_web/_includes/documents/licenses/mit.asciidoc
1890
1892
  - lib/starter_web/_includes/documents/readme
@@ -1911,6 +1913,7 @@ files:
1911
1913
  - lib/starter_web/_plugins/asciidoctor/mdi-icon-inline.rb
1912
1914
  - lib/starter_web/_plugins/asciidoctor/mdil-icon-inline.rb
1913
1915
  - lib/starter_web/_plugins/asciidoctor/panel.rb
1916
+ - lib/starter_web/_plugins/asciidoctor/placeholder-inline.rb
1914
1917
  - lib/starter_web/_plugins/asciidoctor/range-slider-block.rb
1915
1918
  - lib/starter_web/_plugins/asciidoctor/shout-block.rb
1916
1919
  - lib/starter_web/_plugins/asciidoctor/slick-block.rb
@@ -1947,14 +1950,15 @@ files:
1947
1950
  - lib/starter_web/assets/images/blocks/waves/scalable/1920x100/wave-3.svg
1948
1951
  - lib/starter_web/assets/images/blocks/waves/scalable/1920x100/wave-4.svg
1949
1952
  - lib/starter_web/assets/images/blocks/waves/scalable/1920x100/wave-5.svg
1950
- - lib/starter_web/assets/images/collections/blog/featured/dynamic-web-access.png
1951
- - lib/starter_web/assets/images/collections/blog/featured/jamstack-generators.png
1952
- - lib/starter_web/assets/images/collections/blog/featured/jekyll.1200x400.png
1953
- - lib/starter_web/assets/images/collections/blog/featured/jekyll.png
1954
- - lib/starter_web/assets/images/collections/blog/featured/static-web-access.png
1955
- - lib/starter_web/assets/images/collections/blog/wikipedia/columbia-river.1200x400.jpg
1956
- - lib/starter_web/assets/images/collections/blog/wikipedia/minneapolis.1200x400.jpg
1957
- - lib/starter_web/assets/images/collections/blog/wikipedia/narcise-snake-pits.1200x400.jpg
1953
+ - lib/starter_web/assets/images/collections/people/diana-petersen.jpg
1954
+ - lib/starter_web/assets/images/collections/people/larry-parker.jpg
1955
+ - lib/starter_web/assets/images/collections/people/parveen-anand.jpg
1956
+ - lib/starter_web/assets/images/collections/portfolio/1.jpg
1957
+ - lib/starter_web/assets/images/collections/portfolio/2.jpg
1958
+ - lib/starter_web/assets/images/collections/portfolio/3.jpg
1959
+ - lib/starter_web/assets/images/collections/portfolio/4.jpg
1960
+ - lib/starter_web/assets/images/collections/portfolio/5.jpg
1961
+ - lib/starter_web/assets/images/collections/portfolio/6.jpg
1958
1962
  - lib/starter_web/assets/images/custom/header/avatar.svg
1959
1963
  - lib/starter_web/assets/images/custom/header/family.svg
1960
1964
  - lib/starter_web/assets/images/icons/asciidoc/logo-512x512.png
@@ -1996,6 +2000,8 @@ files:
1996
2000
  - lib/starter_web/assets/images/icons/components/sass.png
1997
2001
  - lib/starter_web/assets/images/icons/components/scrum.png
1998
2002
  - lib/starter_web/assets/images/icons/components/twitter.png
2003
+ - lib/starter_web/assets/images/icons/controls/close-icon.svg
2004
+ - lib/starter_web/assets/images/icons/controls/up.svg
1999
2005
  - lib/starter_web/assets/images/icons/github/avatar-icon.png
2000
2006
  - lib/starter_web/assets/images/icons/hyvor-talk/hyvor-logo.24x24.png
2001
2007
  - lib/starter_web/assets/images/icons/hyvor-talk/hyvor-logo.512x512.png
@@ -2078,6 +2084,8 @@ files:
2078
2084
  - lib/starter_web/assets/images/modules/attics/1920x1280/j1-starter-mockup-1.jpg
2079
2085
  - lib/starter_web/assets/images/modules/attics/1920x1280/john-schnobrich-2.jpg
2080
2086
  - lib/starter_web/assets/images/modules/attics/1920x1280/josh-liu.jpg
2087
+ - lib/starter_web/assets/images/modules/attics/1920x1280/kelly-sikkemal.jpg
2088
+ - lib/starter_web/assets/images/modules/attics/1920x1280/kira-auf-der-heide.jpg
2081
2089
  - lib/starter_web/assets/images/modules/attics/1920x1280/kristopher-roller.jpg
2082
2090
  - lib/starter_web/assets/images/modules/attics/1920x1280/melanie-deziel.jpg
2083
2091
  - lib/starter_web/assets/images/modules/attics/1920x1280/milad-fakurian.jpg
@@ -2441,67 +2449,31 @@ files:
2441
2449
  - lib/starter_web/assets/images/pages/skeleton/library-1920x1280.jpg
2442
2450
  - lib/starter_web/assets/images/pages/skeleton/romain-vignes-1920x1280.jpg
2443
2451
  - lib/starter_web/assets/images/pages/skeleton/sigmund-1920x1280.jpg
2444
- - lib/starter_web/assets/images/parsa/customers/200x150/img1.png
2445
- - lib/starter_web/assets/images/parsa/customers/200x150/img2.png
2446
- - lib/starter_web/assets/images/parsa/customers/200x150/img3.png
2447
- - lib/starter_web/assets/images/parsa/customers/200x150/img4.png
2448
- - lib/starter_web/assets/images/parsa/customers/200x150/img5.png
2449
- - lib/starter_web/assets/images/parsa/customers/200x150/img6.png
2450
- - lib/starter_web/assets/images/parsa/customers/200x150/img7.png
2451
- - lib/starter_web/assets/images/parsa/customers/200x150/img8.png
2452
- - lib/starter_web/assets/images/parsa/customers/200x150/img9.png
2453
- - lib/starter_web/assets/images/parsa/customers/client-1.png
2454
- - lib/starter_web/assets/images/parsa/customers/client-2.png
2455
- - lib/starter_web/assets/images/parsa/customers/client-3.png
2456
- - lib/starter_web/assets/images/parsa/customers/client-4.png
2457
- - lib/starter_web/assets/images/parsa/customers/client-5.png
2458
- - lib/starter_web/assets/images/parsa/customers/client-6.png
2459
- - lib/starter_web/assets/images/parsa/customers/client-7.png
2460
- - lib/starter_web/assets/images/parsa/icons/close-icon.svg
2461
- - lib/starter_web/assets/images/parsa/icons/favicon.ico
2462
- - lib/starter_web/assets/images/parsa/icons/icon.png
2463
- - lib/starter_web/assets/images/parsa/icons/icon.svg
2464
- - lib/starter_web/assets/images/parsa/icons/logo.svg
2465
- - lib/starter_web/assets/images/parsa/icons/up.svg
2466
- - lib/starter_web/assets/images/parsa/masthead/19-02-_2023_09-05-46.jpg
2467
- - lib/starter_web/assets/images/parsa/masthead/banner-img.png
2468
- - lib/starter_web/assets/images/parsa/pages/1920x1280/author.jpg
2469
- - lib/starter_web/assets/images/parsa/pages/1920x1280/contact.jpg
2470
- - lib/starter_web/assets/images/parsa/pages/author.jpg
2471
- - lib/starter_web/assets/images/parsa/pages/contact.jpg
2472
- - lib/starter_web/assets/images/parsa/partners/scalable/facebook.svg
2473
- - lib/starter_web/assets/images/parsa/partners/scalable/google.svg
2474
- - lib/starter_web/assets/images/parsa/partners/scalable/ibm.svg
2475
- - lib/starter_web/assets/images/parsa/partners/scalable/microsoft.svg
2476
- - lib/starter_web/assets/images/parsa/portfolio/1.jpg
2477
- - lib/starter_web/assets/images/parsa/portfolio/2.jpg
2478
- - lib/starter_web/assets/images/parsa/portfolio/3.jpg
2479
- - lib/starter_web/assets/images/parsa/portfolio/4.jpg
2480
- - lib/starter_web/assets/images/parsa/portfolio/5.jpg
2481
- - lib/starter_web/assets/images/parsa/portfolio/6.jpg
2482
- - lib/starter_web/assets/images/parsa/posts/1280x1024/post-img.jpg
2483
- - lib/starter_web/assets/images/parsa/posts/1280x1024/post-single.jpg
2484
- - lib/starter_web/assets/images/parsa/posts/featured/post-1.jpg
2485
- - lib/starter_web/assets/images/parsa/posts/featured/post-2.jpg
2486
- - lib/starter_web/assets/images/parsa/posts/featured/post-3.jpg
2487
- - lib/starter_web/assets/images/parsa/posts/featured/post-4.jpg
2488
- - lib/starter_web/assets/images/parsa/posts/featured/post-5.jpg
2489
- - lib/starter_web/assets/images/parsa/posts/natural_food/post-1.jpg
2490
- - lib/starter_web/assets/images/parsa/posts/natural_food/post-10.jpg
2491
- - lib/starter_web/assets/images/parsa/posts/natural_food/post-11.jpg
2492
- - lib/starter_web/assets/images/parsa/posts/natural_food/post-12.jpg
2493
- - lib/starter_web/assets/images/parsa/posts/natural_food/post-13.jpg
2494
- - lib/starter_web/assets/images/parsa/posts/natural_food/post-2.jpg
2495
- - lib/starter_web/assets/images/parsa/posts/natural_food/post-3.jpg
2496
- - lib/starter_web/assets/images/parsa/posts/natural_food/post-4.jpg
2497
- - lib/starter_web/assets/images/parsa/posts/natural_food/post-5.jpg
2498
- - lib/starter_web/assets/images/parsa/posts/natural_food/post-6.jpg
2499
- - lib/starter_web/assets/images/parsa/posts/natural_food/post-7.jpg
2500
- - lib/starter_web/assets/images/parsa/posts/natural_food/post-8.jpg
2501
- - lib/starter_web/assets/images/parsa/posts/natural_food/post-9.jpg
2502
- - lib/starter_web/assets/images/parsa/posts/post-img.jpg
2503
- - lib/starter_web/assets/images/parsa/posts/post-single.jpg
2504
- - lib/starter_web/assets/images/parsa/promo/home/screenshot.jpg
2452
+ - lib/starter_web/assets/images/posts/featured/dynamic-web-access.png
2453
+ - lib/starter_web/assets/images/posts/featured/jamstack-generators.png
2454
+ - lib/starter_web/assets/images/posts/featured/jekyll.1200x400.png
2455
+ - lib/starter_web/assets/images/posts/featured/jekyll.png
2456
+ - lib/starter_web/assets/images/posts/featured/post-1.jpg
2457
+ - lib/starter_web/assets/images/posts/featured/post-2.jpg
2458
+ - lib/starter_web/assets/images/posts/featured/post-3.jpg
2459
+ - lib/starter_web/assets/images/posts/featured/post-4.jpg
2460
+ - lib/starter_web/assets/images/posts/featured/post-5.jpg
2461
+ - lib/starter_web/assets/images/posts/featured/static-web-access.png
2462
+ - lib/starter_web/assets/images/posts/natural_food/post-1.jpg
2463
+ - lib/starter_web/assets/images/posts/natural_food/post-10.jpg
2464
+ - lib/starter_web/assets/images/posts/natural_food/post-11.jpg
2465
+ - lib/starter_web/assets/images/posts/natural_food/post-12.jpg
2466
+ - lib/starter_web/assets/images/posts/natural_food/post-13.jpg
2467
+ - lib/starter_web/assets/images/posts/natural_food/post-2.jpg
2468
+ - lib/starter_web/assets/images/posts/natural_food/post-3.jpg
2469
+ - lib/starter_web/assets/images/posts/natural_food/post-4.jpg
2470
+ - lib/starter_web/assets/images/posts/natural_food/post-5.jpg
2471
+ - lib/starter_web/assets/images/posts/natural_food/post-6.jpg
2472
+ - lib/starter_web/assets/images/posts/natural_food/post-7.jpg
2473
+ - lib/starter_web/assets/images/posts/natural_food/post-8.jpg
2474
+ - lib/starter_web/assets/images/posts/natural_food/post-9.jpg
2475
+ - lib/starter_web/assets/images/posts/post-img.jpg
2476
+ - lib/starter_web/assets/images/posts/post-single.jpg
2505
2477
  - lib/starter_web/assets/images/promo/home/screenshot.jpg
2506
2478
  - lib/starter_web/assets/images/promo/jekyll/jekyll-faq.jpg
2507
2479
  - lib/starter_web/assets/images/promo/jekyll/jekyll-generator.jpg
@@ -2553,6 +2525,15 @@ files:
2553
2525
  - lib/starter_web/collections/_fantasy/ready-player-one.adoc
2554
2526
  - lib/starter_web/collections/_fantasy/sword-of-destiny.adoc
2555
2527
  - lib/starter_web/collections/_fantasy/terry-pratchet-diary-2017.adoc
2528
+ - lib/starter_web/collections/_people/diana-petersen.adoc
2529
+ - lib/starter_web/collections/_people/larry-parker.adoc
2530
+ - lib/starter_web/collections/_people/parveen-anand.adoc
2531
+ - lib/starter_web/collections/_portfolio/branding.adoc
2532
+ - lib/starter_web/collections/_portfolio/graphic_design.adoc
2533
+ - lib/starter_web/collections/_portfolio/identity.adoc
2534
+ - lib/starter_web/collections/_portfolio/illustration.adoc
2535
+ - lib/starter_web/collections/_portfolio/photography.adoc
2536
+ - lib/starter_web/collections/_portfolio/web_design.adoc
2556
2537
  - lib/starter_web/collections/_romance/breath-of-snow-and-ashes-a.adoc
2557
2538
  - lib/starter_web/collections/_romance/dressmaker-the.adoc
2558
2539
  - lib/starter_web/collections/_romance/fiery-cross-the.adoc
@@ -2627,12 +2608,13 @@ files:
2627
2608
  - lib/starter_web/pages/public/blog/navigator/archive/dateview.html
2628
2609
  - lib/starter_web/pages/public/blog/navigator/archive/tagview.html
2629
2610
  - lib/starter_web/pages/public/blog/navigator/index.html
2630
- - lib/starter_web/pages/public/bookshelf/article_previewer/viewer_biography.adoc
2631
- - lib/starter_web/pages/public/bookshelf/article_previewer/viewer_fantasy.adoc
2632
- - lib/starter_web/pages/public/bookshelf/article_previewer/viewer_romance.adoc
2633
- - lib/starter_web/pages/public/bookshelf/jekyll_collections.adoc
2634
2611
  - lib/starter_web/pages/public/features/general.adoc
2635
2612
  - lib/starter_web/pages/public/features/template.adoc
2613
+ - lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_all_books.adoc
2614
+ - lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_biography.adoc
2615
+ - lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_fantasy.adoc
2616
+ - lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_romance.adoc
2617
+ - lib/starter_web/pages/public/learn/bookshelf/jekyll_collections.adoc
2636
2618
  - lib/starter_web/pages/public/learn/roundtrip/_includes/attributes.asciidoc
2637
2619
  - lib/starter_web/pages/public/learn/roundtrip/_includes/documents/100_gistblock.asciidoc
2638
2620
  - lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_bottom_info.asciidoc
@@ -2668,8 +2650,6 @@ files:
2668
2650
  - lib/starter_web/pages/public/plans/_includes/attributes.asciidoc
2669
2651
  - lib/starter_web/pages/public/plans/plans.adoc
2670
2652
  - lib/starter_web/pages/public/previewer/preview_bootstrap_theme.adoc
2671
- - lib/starter_web/pages/public/previewer/preview_masonry.adoc
2672
- - lib/starter_web/pages/public/previewer/preview_slick_slider.adoc
2673
2653
  - lib/starter_web/utilsrv/_defaults/package.json
2674
2654
  - lib/starter_web/utilsrv/package.json
2675
2655
  - lib/starter_web/utilsrv/server.js
@@ -1,213 +0,0 @@
1
- ---
2
- regenerate: true
3
- exclude_from_search: true
4
- ---
5
-
6
- {% capture cache %}
7
-
8
- {% comment %}
9
- # -----------------------------------------------------------------------------
10
- # ~/assets/data/masonty.html
11
- # Liquid procedure to generate the HTML portion for all Masonty Grids
12
- # configured
13
- #
14
- # Product/Info:
15
- # https://jekyll.one
16
- #
17
- # Copyright (C) 2023 Juergen Adams
18
- #
19
- # J1 Theme is licensed under the MIT License.
20
- # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE.md
21
- # -----------------------------------------------------------------------------
22
- # NOTE: Data loaded dynamically by J1 Masonry module (AJAX)
23
- # -----------------------------------------------------------------------------
24
- # Test data:
25
- # {{variable | debug}}
26
- # -----------------------------------------------------------------------------
27
- {% endcomment %}
28
-
29
- {% comment %} Liquid procedures (currently unused)
30
- --------------------------------------------------------------------------------
31
- {% capture select_color %}themes/{{site.template.name}}/procedures/global/select_color.proc{% endcapture %}
32
- {% capture select_icon_size %}themes/{{site.template.name}}/procedures/global/select_icon_size.proc{% endcapture %}
33
- -------------------------------------------------------------------------------- {% endcomment %}
34
-
35
- {% comment %} Liquid var initialization
36
- -------------------------------------------------------------------------------- {% endcomment %}
37
-
38
- {% comment %} Set config files
39
- -------------------------------------------------------------------------------- {% endcomment %}
40
- {% assign template_config = site.data.j1_config %}
41
- {% assign modules = site.data.modules %}
42
-
43
- {% comment %} Set config data
44
- -------------------------------------------------------------------------------- {% endcomment %}
45
- {% assign environment = site.environment %}
46
- {% assign masonry_defaults = modules.defaults.masonry.defaults %}
47
- {% assign masonry_settings = modules.masonry.settings %}
48
-
49
- {% comment %} Set config options
50
- -------------------------------------------------------------------------------- {% endcomment %}
51
- {% assign grids = masonry_settings.grids %}
52
-
53
-
54
- {% comment %} Configure permalink settings
55
- -------------------------------------------------------------------------------- {% endcomment %}
56
- {% assign ext = '' %}
57
- {% if site.permalink == 'none' %}
58
- {% assign ext = '.html' %}
59
- {% endif %}
60
-
61
- {% comment %} Currently NOT used
62
- --------------------------------------------------------------------------------
63
- {% include {{select_color}} color=masonry_icon_color fallback="#9E9E9E" %}
64
- {% assign masonry_icon_color = color %}
65
-
66
- {% include {{select_icon_size}} family=masonry_icon_family size=masonry_icon_size %}
67
- {% assign masonry_icon_size = size %}
68
- -------------------------------------------------------------------------------- {% endcomment %}
69
-
70
- {% comment %} Detect prod mode
71
- -------------------------------------------------------------------------------- {% endcomment %}
72
- {% assign production = false %}
73
- {% if environment == 'prod' or environment == 'production' %}
74
- {% assign production = true %}
75
- {% endif %}
76
-
77
- {% comment %} Main
78
- ================================================================================ {% endcomment %}
79
- <!-- [INFO ] [~/assets/data/masonry.html ] [ set meta data (robots) to exclude HTML datafiles from index ] -->
80
- <head>
81
- <meta name="robots" content="noindex, nofollow" />
82
- </head>
83
-
84
- {% comment %} Collect grids
85
- -------------------------------------------------------------------------------- {% endcomment %}
86
- {% for grid in grids %}
87
- {% if grid.enabled %}
88
-
89
- {% comment %} Collect posts|group grids
90
- ---------------------------------------------------------------------------- {% endcomment %}
91
- {% if grid.type == 'post' %}
92
- <!-- Posts|Group -->
93
- <!-- Collect data only if group matches -->
94
- <div id="{{grid.id}}" class="{{grid.id | replace: '_','-' }}">
95
- <div class="row px-2">
96
- {% for post in site.posts %}
97
- {% if post.group contains grid.group %}
98
-
99
- <!-- resposive items: 3-2-1 -->
100
- <div class="col-lg-4 col-md-6 col-sm-12 mb-1">
101
- <article class="card bg-dark text-center text-white border-0 rounded-0">
102
- <img class="card-img img-object--cover g-height-300" src="{{post.image.path | relative_url}}" alt="{{post.title}}" style="filter: contrast(1) brightness(0.5);">
103
- <div class="card-img-overlay">
104
- <div class="card-content mt-6">
105
- {% if post %}
106
- {% assign categories = post.categories %}
107
- {% else %}
108
- {% assign categories = page.categories %}
109
- {% endif %}
110
-
111
- {% comment %} categories: {{categories | debug}}
112
- ---------------------------------------------------------------- {% endcomment %}
113
-
114
- {% for category in categories %}
115
- {% if category contains post.category %}
116
- <a class="d-block text-white text-uppercase link-no-decoration"
117
- href="/pages/public/blog/navigator/archive/categoryview/#{{category | slugify}}"
118
- style="font-size: 24px;">{{category}}
119
- </a>
120
- {% endif %}
121
- {% endfor %}
122
-
123
- <ul class="list-inline d-flex justify-content-center mb-5">
124
- <li class="list-inline-item">
125
- <i class="mdi mdi-account md-gray-400 mdi-24px mr-1" style="margin-right: 8px;"></i>
126
- {{site.author.name | split: ' ' | first}} &nbsp;&middot;&nbsp;&nbsp;
127
- </li>
128
- <li class="list-inline-item">
129
- <i class="mdi mdi-calendar-blank md-gray-400 mdi-24px mr-1"></i>
130
- {{post.date | date: '%b %d, %Y'}}
131
- </li>
132
- </ul>
133
- <h4 class="notoc card-title">
134
- <a class="text-white link-no-decoration" href="{{post.url | relative_url}}">{{post.tags[0]}}</a>
135
- </h4>
136
- </div>
137
- <!--/div -->
138
- </article>
139
- </div>
140
-
141
- {% endif %}
142
- {% endfor %}
143
- </div>
144
- </div>
145
- <!-- /Posts|Group -->
146
- {% endif %}
147
-
148
- {% comment %} Collect Bootrap Image Card Grids
149
- ---------------------------------------------------------------------------- {% endcomment %}
150
- {% if grid.type == 'bs_image_cards' %}
151
- <!-- Card Image Grid -->
152
- <div id="{{grid.id}}" class="{{grid.id | replace: '_','-' }}">
153
- <div class="row px-2">
154
- {% for image in grid.images %}
155
- <div class="col-lg-4 col-md-6 col-sm-12 px-1 py-1">
156
- <div class="card">
157
- {% if grid.lightbox.enabled %}
158
- <a href="{{grid.image_base_path}}/{{image.file}}"
159
- data-lightbox="{{grid.id}}-image-group"
160
- data-caption="{{image.title}}"
161
- data-title="{{image.title}}">
162
- <img id="{{forloop.index}}" class="{{grid.image_styles}}" src="{{grid.image_base_path}}/{{image.file}}" alt="{{image.title}}">
163
- </a>
164
- {% else %}
165
- <img id="{{forloop.index}}" class="{{grid.image_styles}}" src="{{grid.image_base_path}}/{{image.file}}" alt="{{image.title}}">
166
- {% endif %}
167
- </div>
168
- </div>
169
- {% endfor %}
170
- </div>
171
- </div>
172
- <!-- /Card Image Grid -->
173
- {% endif %}
174
-
175
- {% comment %} Collect Image Grids
176
- ---------------------------------------------------------------------------- {% endcomment %}
177
- {% if grid.type == 'image_grid' %}
178
- <!-- Image Grid -->
179
- <div id="{{grid.id}}" class="{{grid.id | replace: '_','-' }}">
180
-
181
- {% for image in grid.images %}
182
- <div class="col-lg-4 col-md-6 col-sm-12 px-1 py-1">
183
- <div class="nocard">
184
- {% if grid.lightbox.enabled %}
185
- <a href="{{grid.image_base_path}}/{{image.file}}"
186
- data-lightbox="{{grid.id}}-image-group"
187
- data-caption="{{image.title}}"
188
- data-title="{{image.title}}">
189
- <img id="{{forloop.index}}" class="{{grid.image_styles}}" src="{{grid.image_base_path}}/{{image.file}}" alt="{{image.title}}">
190
- </a>
191
- {% else %}
192
- <img id="{{forloop.index}}" class="{{grid.image_styles}}" src="{{grid.image_base_path}}/{{image.file}}" alt="{{image.title}}">
193
- {% endif %}
194
- </div>
195
- </div>
196
- {% endfor %}
197
-
198
- </div>
199
- <!-- /Image Grid -->
200
- {% endif %}
201
-
202
- {% endif %}
203
- {% endfor %}
204
- <!-- [INFO ] [~/assets/data/masonry.html ] [end collecting all grid items] -->
205
-
206
- {% endcapture %}
207
-
208
- {% if production %}
209
- {% capture _LINE_FEED %}{% endcapture %}{% if site.compress_html.ignore.envs contains jekyll.environment %}{{ cache | strip_html_comments }}{% else %}{% capture _content %}{{ cache | strip_html_comments }}{% endcapture %}{% assign _profile = site.compress_html.profile %}{% if site.compress_html.endings == "all" %}{% assign _endings = "html head body li dt dd p rt rp optgroup option colgroup caption thead tbody tfoot tr td th" | split: " " %}{% else %}{% assign _endings = site.compress_html.endings %}{% endif %}{% for _element in _endings %}{% capture _end %}</{{ _element }}>{% endcapture %}{% assign _content = _content | remove: _end %}{% endfor %}{% if _profile and _endings %}{% assign _profile_endings = _content | size | plus: 1 %}{% endif %}{% for _element in site.compress_html.startings %}{% capture _start %}<{{ _element }}>{% endcapture %}{% assign _content = _content | remove: _start %}{% endfor %}{% if _profile and site.compress_html.startings %}{% assign _profile_startings = _content | size | plus: 1 %}{% endif %}{% if site.compress_html.comments == "all" %}{% assign _comments = "<!-- -->" | split: " " %}{% else %}{% assign _comments = site.compress_html.comments %}{% endif %}{% if _comments.size == 2 %}{% capture _comment_befores %}.{{ _content }}{% endcapture %}{% assign _comment_befores = _comment_befores | split: _comments.first %}{% for _comment_before in _comment_befores %}{% if forloop.first %}{% continue %}{% endif %}{% capture _comment_outside %}{% if _carry %}{{ _comments.first }}{% endif %}{{ _comment_before }}{% endcapture %}{% capture _comment %}{% unless _carry %}{{ _comments.first }}{% endunless %}{{ _comment_outside | split: _comments.last | first }}{% if _comment_outside contains _comments.last %}{{ _comments.last }}{% assign _carry = false %}{% else %}{% assign _carry = true %}{% endif %}{% endcapture %}{% assign _content = _content | remove_first: _comment %}{% endfor %}{% if _profile %}{% assign _profile_comments = _content | size | plus: 1 %}{% endif %}{% endif %}{% assign _pre_befores = _content | split: "<pre" %}{% assign _content = "" %}{% for _pre_before in _pre_befores %}{% assign _pres = _pre_before | split: "</pre>" %}{% assign _pres_after = "" %}{% if _pres.size != 0 %}{% if site.compress_html.blanklines %}{% assign _lines = _pres.last | split: _LINE_FEED %}{% capture _pres_after %}{% for _line in _lines %}{% assign _trimmed = _line | split: " " | join: " " %}{% if _trimmed != empty or forloop.last %}{% unless forloop.first %}{{ _LINE_FEED }}{% endunless %}{{ _line }}{% endif %}{% endfor %}{% endcapture %}{% else %}{% assign _pres_after = _pres.last | split: " " | join: " " %}{% endif %}{% endif %}{% capture _content %}{{ _content }}{% if _pre_before contains "</pre>" %}<pre{{ _pres.first }}</pre>{% endif %}{% unless _pre_before contains "</pre>" and _pres.size == 1 %}{{ _pres_after }}{% endunless %}{% endcapture %}{% endfor %}{% if _profile %}{% assign _profile_collapse = _content | size | plus: 1 %}{% endif %}{% if site.compress_html.clippings == "all" %}{% assign _clippings = "html head title base link meta style body article section nav aside h1 h2 h3 h4 h5 h6 hgroup header footer address p hr blockquote ol ul li dl dt dd figure figcaption main div table caption colgroup col tbody thead tfoot tr td th" | split: " " %}{% else %}{% assign _clippings = site.compress_html.clippings %}{% endif %}{% for _element in _clippings %}{% assign _edges = " <e;<e; </e>;</e>;</e> ;</e>" | replace: "e", _element | split: ";" %}{% assign _content = _content | replace: _edges[0], _edges[1] | replace: _edges[2], _edges[3] | replace: _edges[4], _edges[5] %}{% endfor %}{% if _profile and _clippings %}{% assign _profile_clippings = _content | size | plus: 1 %}{% endif %}{{ _content }}{% if _profile %} <table id="compress_html_profile_{{ site.time | date: "%Y%m%d" }}" class="compress_html_profile"> <thead> <tr> <td>Step <td>Bytes <tbody> <tr> <td>raw <td>{{ cache | strip_html_comments | size }}{% if _profile_endings %} <tr> <td>endings <td>{{ _profile_endings }}{% endif %}{% if _profile_startings %} <tr> <td>startings <td>{{ _profile_startings }}{% endif %}{% if _profile_comments %} <tr> <td>comments <td>{{ _profile_comments }}{% endif %}{% if _profile_collapse %} <tr> <td>collapse <td>{{ _profile_collapse }}{% endif %}{% if _profile_clippings %} <tr> <td>clippings <td>{{ _profile_clippings }}{% endif %} </table>{% endif %}{% endif %}
210
- {% else %}
211
- {{ cache | pretty_print | remove:'<html><body>' | remove:'</body></html>' | strip_empty_lines }}
212
- {% endif %}
213
- {% assign cache = nil %}