j1-template 2023.1.0 → 2023.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (195) 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 +1 -1
  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 +155 -41
  47. data/lib/starter_web/_data/modules/navigator_menu.yml +632 -591
  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-02-01-static-site-generators.adoc +2 -2
  104. data/lib/starter_web/collections/posts/public/featured/_posts/_includes/attributes.asciidoc +2 -2
  105. data/lib/starter_web/collections/posts/public/series/_posts/2022-08-01-organize-your-life.adoc +4 -4
  106. data/lib/starter_web/collections/posts/public/series/_posts/2022-08-02-organize-your-life.adoc +4 -4
  107. data/lib/starter_web/collections/posts/public/series/_posts/2022-08-03-organize-your-life.adoc +4 -4
  108. data/lib/starter_web/collections/posts/public/series/_posts/2022-09-01-organize-your-life.adoc +4 -4
  109. data/lib/starter_web/collections/posts/public/series/_posts/2022-09-02-organize-your-life.adoc +4 -4
  110. data/lib/starter_web/index.html +129 -129
  111. data/lib/starter_web/package.json +1 -1
  112. data/lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_all_books.adoc +107 -0
  113. data/lib/starter_web/pages/public/{bookshelf → learn/bookshelf}/article_previewer/viewer_biography.adoc +21 -12
  114. data/lib/starter_web/pages/public/{bookshelf → learn/bookshelf}/article_previewer/viewer_fantasy.adoc +11 -6
  115. data/lib/starter_web/pages/public/{bookshelf → learn/bookshelf}/article_previewer/viewer_romance.adoc +11 -5
  116. data/lib/starter_web/pages/public/learn/roundtrip/_includes/attributes.asciidoc +2 -2
  117. data/lib/starter_web/pages/public/learn/roundtrip/present_images.adoc +53 -4
  118. data/lib/starter_web/pages/public/plans/plans.adoc +25 -12
  119. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  120. data/lib/starter_web/utilsrv/package.json +1 -1
  121. metadata +59 -79
  122. data/assets/data/masonry.4.html +0 -213
  123. data/assets/themes/j1/adapter/js/slick.3.js +0 -365
  124. data/lib/starter_web/assets/images/collections/blog/wikipedia/columbia-river.1200x400.jpg +0 -0
  125. data/lib/starter_web/assets/images/collections/blog/wikipedia/minneapolis.1200x400.jpg +0 -0
  126. data/lib/starter_web/assets/images/collections/blog/wikipedia/narcise-snake-pits.1200x400.jpg +0 -0
  127. data/lib/starter_web/assets/images/parsa/customers/200x150/img1.png +0 -0
  128. data/lib/starter_web/assets/images/parsa/customers/200x150/img2.png +0 -0
  129. data/lib/starter_web/assets/images/parsa/customers/200x150/img3.png +0 -0
  130. data/lib/starter_web/assets/images/parsa/customers/200x150/img4.png +0 -0
  131. data/lib/starter_web/assets/images/parsa/customers/200x150/img5.png +0 -0
  132. data/lib/starter_web/assets/images/parsa/customers/200x150/img6.png +0 -0
  133. data/lib/starter_web/assets/images/parsa/customers/200x150/img7.png +0 -0
  134. data/lib/starter_web/assets/images/parsa/customers/200x150/img8.png +0 -0
  135. data/lib/starter_web/assets/images/parsa/customers/200x150/img9.png +0 -0
  136. data/lib/starter_web/assets/images/parsa/customers/client-1.png +0 -0
  137. data/lib/starter_web/assets/images/parsa/customers/client-2.png +0 -0
  138. data/lib/starter_web/assets/images/parsa/customers/client-3.png +0 -0
  139. data/lib/starter_web/assets/images/parsa/customers/client-4.png +0 -0
  140. data/lib/starter_web/assets/images/parsa/customers/client-5.png +0 -0
  141. data/lib/starter_web/assets/images/parsa/customers/client-6.png +0 -0
  142. data/lib/starter_web/assets/images/parsa/customers/client-7.png +0 -0
  143. data/lib/starter_web/assets/images/parsa/icons/favicon.ico +0 -0
  144. data/lib/starter_web/assets/images/parsa/icons/icon.png +0 -0
  145. data/lib/starter_web/assets/images/parsa/icons/icon.svg +0 -152
  146. data/lib/starter_web/assets/images/parsa/icons/logo.svg +0 -172
  147. data/lib/starter_web/assets/images/parsa/masthead/19-02-_2023_09-05-46.jpg +0 -0
  148. data/lib/starter_web/assets/images/parsa/masthead/banner-img.png +0 -0
  149. data/lib/starter_web/assets/images/parsa/pages/1920x1280/author.jpg +0 -0
  150. data/lib/starter_web/assets/images/parsa/pages/1920x1280/contact.jpg +0 -0
  151. data/lib/starter_web/assets/images/parsa/pages/author.jpg +0 -0
  152. data/lib/starter_web/assets/images/parsa/pages/contact.jpg +0 -0
  153. data/lib/starter_web/assets/images/parsa/partners/scalable/facebook.svg +0 -34
  154. data/lib/starter_web/assets/images/parsa/partners/scalable/google.svg +0 -35
  155. data/lib/starter_web/assets/images/parsa/partners/scalable/ibm.svg +0 -24
  156. data/lib/starter_web/assets/images/parsa/partners/scalable/microsoft.svg +0 -42
  157. data/lib/starter_web/assets/images/parsa/posts/1280x1024/post-img.jpg +0 -0
  158. data/lib/starter_web/assets/images/parsa/posts/1280x1024/post-single.jpg +0 -0
  159. data/lib/starter_web/assets/images/parsa/promo/home/screenshot.jpg +0 -0
  160. data/lib/starter_web/pages/public/previewer/preview_masonry.adoc +0 -361
  161. data/lib/starter_web/pages/public/previewer/preview_slick_slider.adoc +0 -375
  162. /data/lib/starter_web/assets/images/{parsa → collections}/portfolio/1.jpg +0 -0
  163. /data/lib/starter_web/assets/images/{parsa → collections}/portfolio/2.jpg +0 -0
  164. /data/lib/starter_web/assets/images/{parsa → collections}/portfolio/3.jpg +0 -0
  165. /data/lib/starter_web/assets/images/{parsa → collections}/portfolio/4.jpg +0 -0
  166. /data/lib/starter_web/assets/images/{parsa → collections}/portfolio/5.jpg +0 -0
  167. /data/lib/starter_web/assets/images/{parsa → collections}/portfolio/6.jpg +0 -0
  168. /data/lib/starter_web/assets/images/{parsa/icons → icons/controls}/close-icon.svg +0 -0
  169. /data/lib/starter_web/assets/images/{parsa/icons → icons/controls}/up.svg +0 -0
  170. /data/lib/starter_web/assets/images/{collections/blog → posts}/featured/dynamic-web-access.png +0 -0
  171. /data/lib/starter_web/assets/images/{collections/blog → posts}/featured/jamstack-generators.png +0 -0
  172. /data/lib/starter_web/assets/images/{collections/blog → posts}/featured/jekyll.1200x400.png +0 -0
  173. /data/lib/starter_web/assets/images/{collections/blog → posts}/featured/jekyll.png +0 -0
  174. /data/lib/starter_web/assets/images/{parsa/posts → posts}/featured/post-1.jpg +0 -0
  175. /data/lib/starter_web/assets/images/{parsa/posts → posts}/featured/post-2.jpg +0 -0
  176. /data/lib/starter_web/assets/images/{parsa/posts → posts}/featured/post-3.jpg +0 -0
  177. /data/lib/starter_web/assets/images/{parsa/posts → posts}/featured/post-4.jpg +0 -0
  178. /data/lib/starter_web/assets/images/{parsa/posts → posts}/featured/post-5.jpg +0 -0
  179. /data/lib/starter_web/assets/images/{collections/blog → posts}/featured/static-web-access.png +0 -0
  180. /data/lib/starter_web/assets/images/{parsa/posts → posts}/natural_food/post-1.jpg +0 -0
  181. /data/lib/starter_web/assets/images/{parsa/posts → posts}/natural_food/post-10.jpg +0 -0
  182. /data/lib/starter_web/assets/images/{parsa/posts → posts}/natural_food/post-11.jpg +0 -0
  183. /data/lib/starter_web/assets/images/{parsa/posts → posts}/natural_food/post-12.jpg +0 -0
  184. /data/lib/starter_web/assets/images/{parsa/posts → posts}/natural_food/post-13.jpg +0 -0
  185. /data/lib/starter_web/assets/images/{parsa/posts → posts}/natural_food/post-2.jpg +0 -0
  186. /data/lib/starter_web/assets/images/{parsa/posts → posts}/natural_food/post-3.jpg +0 -0
  187. /data/lib/starter_web/assets/images/{parsa/posts → posts}/natural_food/post-4.jpg +0 -0
  188. /data/lib/starter_web/assets/images/{parsa/posts → posts}/natural_food/post-5.jpg +0 -0
  189. /data/lib/starter_web/assets/images/{parsa/posts → posts}/natural_food/post-6.jpg +0 -0
  190. /data/lib/starter_web/assets/images/{parsa/posts → posts}/natural_food/post-7.jpg +0 -0
  191. /data/lib/starter_web/assets/images/{parsa/posts → posts}/natural_food/post-8.jpg +0 -0
  192. /data/lib/starter_web/assets/images/{parsa/posts → posts}/natural_food/post-9.jpg +0 -0
  193. /data/lib/starter_web/assets/images/{parsa/posts → posts}/post-img.jpg +0 -0
  194. /data/lib/starter_web/assets/images/{parsa/posts → posts}/post-single.jpg +0 -0
  195. /data/lib/starter_web/pages/public/{bookshelf → learn/bookshelf}/jekyll_collections.adoc +0 -0
@@ -1,129 +1,129 @@
1
- ---
2
- layout: home
3
- compress: true
4
-
5
- title: Starter
6
- tagline: Build-In Theme
7
- description: >
8
- The Jekyll One Starter theme gives web developers and
9
- hobbyists a clean implementation in Jekyll for starting
10
- new projects and combines the best of open source software
11
- for the Web. Jekyll One is open source and the modules packed
12
- as well. No pain for private or professional purposes.
13
-
14
- keywords: >
15
- Jekyll, Jekyll, JekyllOne, Theme, Template, Ruby, Gem
16
-
17
- categories: [ Site ]
18
- tags: [ Home ]
19
-
20
- robots:
21
- index: true
22
- follow: true
23
-
24
- # image:
25
- # path: /assets/images/custom/header/avatar.svg
26
- # width: 1920
27
- # height: 1200
28
- # alt: Family Cartoon
29
-
30
-
31
- # image:
32
- # path: /assets/images/custom/header/family.svg
33
- # width: 1920
34
- # height: 1200
35
- # alt: Family Cartoon
36
-
37
- image:
38
- path: /assets/images/modules/attics/1920x1280/kristopher-roller.jpg
39
- width: 1920
40
- height: 1200
41
- alt: Photo by Kristopher Roller on Unsplash
42
-
43
- personalization: false
44
- comments: false
45
- exclude_from_search: false
46
- fab_menu_id: default
47
- scrollbar: false
48
- toc: false
49
- regenerate: false
50
-
51
- accordion:
52
- enabled: false
53
- debug: false
54
-
55
- name: custom_panel
56
- id: bs5_accordion
57
-
58
- header:
59
- title: Custom Panel
60
- tagline: creating dynamic content
61
- description: >
62
- <p class="dropcap">
63
- This is an example for a Custom Panel based on Bootstrap V5. The example
64
- code for the <b>dynamic content</b> is taken from the Bootstrap V5 Doc
65
- pages at:
66
- </p>
67
- <a class="ml-3 mb-5"
68
- href="https://getbootstrap.com/docs/5.2/components/accordion/"
69
- target="_blank" rel="noopener noreferrer">
70
- Accordion · Bootstrap v5.2
71
- </a>
72
- elements:
73
- - element:
74
- expanded: true
75
- title: "Accordion Item #1"
76
- content: >
77
- <strong>This is the first item's accordion body.</strong> It is shown by default,
78
- until the collapse plugin adds the appropriate classes that we use to style each element.
79
- These classes control the overall appearance, as well as the showing and hiding via CSS
80
- transitions. You can modify any of this with custom CSS or overriding our default variables.
81
- It's also worth noting that just about any HTML can go within the <code>.accordion-body</code>,
82
- though the transition does limit overflow.
83
- - element:
84
- title: "Accordion Item #2"
85
- content: >
86
- <strong>This is the second item's accordion body.</strong> It is hidden by default, until
87
- the collapse plugin adds the appropriate classes that we use to style each element. These
88
- classes control the overall appearance, as well as the showing and hiding via CSS transitions.
89
- You can modify any of this with custom CSS or overriding our default variables. It's also worth
90
- noting that just about any HTML can go within the <code>.accordion-body</code>, though the
91
- transition does limit overflow.
92
- - element:
93
- title: "Accordion Item #3"
94
- content: >
95
- <strong>This is the third item's accordion body.</strong> It is hidden by default, until
96
- the collapse plugin adds the appropriate classes that we use to style each element. These
97
- classes control the overall appearance, as well as the showing and hiding via CSS transitions.
98
- You can modify any of this with custom CSS or overriding our default variables. It's also worth
99
- noting that just about any HTML can go within the <code>.accordion-body</code>, though the
100
- transition does limit overflow.
101
-
102
- resources: [ animate, iconify, scroller ]
103
- resource_options:
104
- - attic:
105
- padding_top: 600
106
- slides:
107
- - url: /assets/images/modules/attics/1920x1280/kristopher-roller.jpg
108
- alt: Photo by Kristopher Roller on Unsplash
109
- title: Starter
110
- tagline: Build-In Theme
111
- badge:
112
- type: unsplash
113
- author: Kristopher Roller
114
- href: https://unsplash.com/@krisroller
115
- ---
116
-
117
- <pre>
118
-
119
- This page is created by the layout: home.
120
-
121
- If this text is displayed (instead of the home page expected),
122
- something went wrong with the layout definitions. Check the
123
- output of the Jekyll engine building this site.
124
-
125
- Check the contents of folder _layouts. Verify if the base
126
- layout "home" exists and the referring chain
127
- (inheritance) is correct.
128
-
129
- </pre>
1
+ ---
2
+ layout: home
3
+ compress: true
4
+
5
+ title: Starter
6
+ tagline: Build-In Theme
7
+ description: >
8
+ The Jekyll One Starter theme gives web developers and
9
+ hobbyists a clean implementation in Jekyll for starting
10
+ new projects and combines the best of open source software
11
+ for the Web. Jekyll One is open source and the modules packed
12
+ as well. No pain for private or professional purposes.
13
+
14
+ keywords: >
15
+ Jekyll, Jekyll, JekyllOne, Theme, Template, Ruby, Gem
16
+
17
+ categories: [ Site ]
18
+ tags: [ Home ]
19
+
20
+ robots:
21
+ index: true
22
+ follow: true
23
+
24
+ # image:
25
+ # path: /assets/images/custom/header/avatar.svg
26
+ # width: 1920
27
+ # height: 1200
28
+ # alt: Family Cartoon
29
+
30
+
31
+ # image:
32
+ # path: /assets/images/custom/header/family.svg
33
+ # width: 1920
34
+ # height: 1200
35
+ # alt: Family Cartoon
36
+
37
+ image:
38
+ path: /assets/images/modules/attics/1920x1280/kristopher-roller.jpg
39
+ width: 1920
40
+ height: 1200
41
+ alt: Photo by Kristopher Roller on Unsplash
42
+
43
+ toc: false
44
+ fab_menu_id: default
45
+ scrollbar: false
46
+ comments: false
47
+ personalization: false
48
+ exclude_from_search: false
49
+ regenerate: false
50
+
51
+ accordion:
52
+ enabled: false
53
+ debug: false
54
+
55
+ name: custom_panel
56
+ id: bs5_accordion
57
+
58
+ header:
59
+ title: Custom Panel
60
+ tagline: creating dynamic content
61
+ description: >
62
+ <p class="dropcap">
63
+ This is an example for a Custom Panel based on Bootstrap V5. The example
64
+ code for the <b>dynamic content</b> is taken from the Bootstrap V5 Doc
65
+ pages at:
66
+ </p>
67
+ <a class="ml-3 mb-5"
68
+ href="https://getbootstrap.com/docs/5.2/components/accordion/"
69
+ target="_blank" rel="noopener noreferrer">
70
+ Accordion · Bootstrap v5.2
71
+ </a>
72
+ elements:
73
+ - element:
74
+ expanded: true
75
+ title: "Accordion Item #1"
76
+ content: >
77
+ <strong>This is the first item's accordion body.</strong> It is shown by default,
78
+ until the collapse plugin adds the appropriate classes that we use to style each element.
79
+ These classes control the overall appearance, as well as the showing and hiding via CSS
80
+ transitions. You can modify any of this with custom CSS or overriding our default variables.
81
+ It's also worth noting that just about any HTML can go within the <code>.accordion-body</code>,
82
+ though the transition does limit overflow.
83
+ - element:
84
+ title: "Accordion Item #2"
85
+ content: >
86
+ <strong>This is the second item's accordion body.</strong> It is hidden by default, until
87
+ the collapse plugin adds the appropriate classes that we use to style each element. These
88
+ classes control the overall appearance, as well as the showing and hiding via CSS transitions.
89
+ You can modify any of this with custom CSS or overriding our default variables. It's also worth
90
+ noting that just about any HTML can go within the <code>.accordion-body</code>, though the
91
+ transition does limit overflow.
92
+ - element:
93
+ title: "Accordion Item #3"
94
+ content: >
95
+ <strong>This is the third item's accordion body.</strong> It is hidden by default, until
96
+ the collapse plugin adds the appropriate classes that we use to style each element. These
97
+ classes control the overall appearance, as well as the showing and hiding via CSS transitions.
98
+ You can modify any of this with custom CSS or overriding our default variables. It's also worth
99
+ noting that just about any HTML can go within the <code>.accordion-body</code>, though the
100
+ transition does limit overflow.
101
+
102
+ resources: [ animate, iconify, scroller ]
103
+ resource_options:
104
+ - attic:
105
+ padding_top: 600
106
+ slides:
107
+ - url: /assets/images/modules/attics/1920x1280/kristopher-roller.jpg
108
+ alt: Photo by Kristopher Roller on Unsplash
109
+ title: Starter
110
+ tagline: Build-In Theme
111
+ badge:
112
+ type: unsplash
113
+ author: Kristopher Roller
114
+ href: https://unsplash.com/@krisroller
115
+ ---
116
+
117
+ <pre>
118
+
119
+ This page is created by the layout: home.
120
+
121
+ If this text is displayed (instead of the home page expected),
122
+ something went wrong with the layout definitions. Check the
123
+ output of the Jekyll engine building this site.
124
+
125
+ Check the contents of folder _layouts. Verify if the base
126
+ layout "home" exists and the referring chain
127
+ (inheritance) is correct.
128
+
129
+ </pre>
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": true,
3
3
  "name": "j1",
4
- "version": "2023.1.0",
4
+ "version": "2023.2.0",
5
5
  "description": "J1 Theme Starter Web",
6
6
  "homepage": "https://your.site",
7
7
  "author": {
@@ -0,0 +1,107 @@
1
+ ---
2
+ title: Bookshelf
3
+ tagline: All Books
4
+ date: 2023-01-29 00:00:00
5
+ description: >
6
+ All available articles in the Bookshelf. The content is
7
+ automatically generated and taken from the articles of the
8
+ collections in the Bookshelf contains.
9
+
10
+ categories: [ Books ]
11
+ tags: [ Bookshelf ]
12
+
13
+ image:
14
+ path: /assets/images/modules/attics/giammarco-boscaro-1920x1280.jpg
15
+ width: 1920
16
+ height: 1280
17
+ alt: Photo by Giammarco on Unsplash
18
+
19
+ toc: true
20
+ fab_menu_id: open_toc
21
+ regenerate: false
22
+ permalink: /pages/public/bookshelf/bookshelf/
23
+
24
+ resources: [ animate, masonry ]
25
+ resource_options:
26
+ - attic:
27
+ padding_top: 600
28
+ slides:
29
+ - url: /assets/images/modules/attics/giammarco-boscaro-1920x1280.jpg
30
+ alt: Photo by Giammarco on Unsplash
31
+ badge:
32
+ type: unsplash
33
+ author: Giammarco
34
+ href: https://unsplash.com/@giamboscaro
35
+ ---
36
+
37
+ // Page Initializer
38
+ // =============================================================================
39
+ // Enable the Liquid Preprocessor
40
+ :page-liquid:
41
+
42
+ // Set page (local) attributes here
43
+ // -----------------------------------------------------------------------------
44
+ // :page--attr: <attr-value>
45
+
46
+ {% comment %} Liquid procedures
47
+ -------------------------------------------------------------------------------- {% endcomment %}
48
+ {% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
49
+ {% capture create_collection_article_preview %}themes/{{site.template.name}}/procedures/collections/create_collection_article_preview.proc{% endcapture %}
50
+
51
+ // Load page attributes
52
+ // -----------------------------------------------------------------------------
53
+ {% include {{load_attributes}} scope="none" %}
54
+
55
+ {% comment %} Debugging
56
+ site.biography: {{ site.biography | debug }}
57
+ -------------------------------------------------------------------------------- {% endcomment %}
58
+
59
+
60
+ // Page content
61
+ // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
62
+ [role="dropcap"]
63
+ Find below all available articles in the Bookshelf. The content is
64
+ automatically generated and taken from the articles of the `collections`
65
+ the *Bookshelf* contains:
66
+
67
+ * Biography
68
+ * Fantasy
69
+ * Romance
70
+
71
+ // Include sub-documents (if any)
72
+ // -----------------------------------------------------------------------------
73
+ == Biography
74
+
75
+ A biography is a written account of a person's life, typically focusing on
76
+ major achievements, events, and experiences. It can be a detailed record of
77
+ a person's life, covering everything from their birth and childhood to their
78
+ personal and professional accomplishments and even their death.
79
+
80
+ [role="mb-4"]
81
+ Biographies can be written by someone or someone else and found in various
82
+ formats, including books, articles, and online sources. A biography aims to
83
+ provide insight into a person's life, personality, and achievements and to
84
+ inspire and inform readers about their accomplishments and contributions
85
+ to society.
86
+
87
+ masonry::collection_biography[role="mb-5"]
88
+
89
+ == Fantasy
90
+
91
+ The fantasy genre has become popular the past few years. Once a genre
92
+ restricted to a few Tolkien fanatics and literature freaks, Fantasy has
93
+ now gone mainstream in a big way, from the mega-popular Harry Potter series
94
+ capturing the world's attention for a decade; brought Fantasy to readers of
95
+ all ages.
96
+
97
+ masonry::collection_fantasy[role="mb-5"]
98
+
99
+ == Romance
100
+
101
+ The romance genre is a popular category of books that consistently churns out
102
+ bestsellers. The aim of the genre is simple, showcasing a love story where
103
+ two people overcome adversity to obtain their happily ever after. According to
104
+ the Romance Writers of America, women count for 82% percent of the genre’s
105
+ readership.
106
+
107
+ masonry::collection_romance[role="mb-5"]
@@ -7,8 +7,8 @@ description: >
7
7
  of celebrities well known by most of us. Find the books issued
8
8
  by musicans, actors and more.
9
9
 
10
- categories: [ Biography, Collection ]
11
- tags: [ Preview ]
10
+ categories: [ Books ]
11
+ tags: [ Biography, Preview ]
12
12
 
13
13
  image:
14
14
  path: /assets/images/modules/attics/giammarco-boscaro-1920x1280.jpg
@@ -16,11 +16,12 @@ image:
16
16
  height: 1280
17
17
  alt: Photo by Giammarco on Unsplash
18
18
 
19
- fab_menu_id: open_toc
19
+ toc: false
20
+ fab_menu_id: default
20
21
  regenerate: false
21
22
  permalink: /pages/public/bookshelf/biography/
22
23
 
23
- resources: [ animate ]
24
+ resources: [ animate, masonry ]
24
25
  resource_options:
25
26
  - attic:
26
27
  padding_top: 600
@@ -59,6 +60,19 @@ resource_options:
59
60
  // Page content
60
61
  // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
61
62
  [role="dropcap"]
63
+ Find below all available articles the `Booskhelf` collections contains.
64
+ The content is automatically generated and taken from the articles the
65
+ collections contains.
66
+
67
+ // Include sub-documents (if any)
68
+ // -----------------------------------------------------------------------------
69
+ == Available Books
70
+
71
+ [role="mb-4"]
72
+ Find below all available articles in the `biography` collection. The content
73
+ is automatically generated and taken from the articles this collection
74
+ contains.
75
+
62
76
  A biography is a written account of a person's life, typically focusing on
63
77
  major achievements, events, and experiences. It can be a detailed record of
64
78
  a person's life, covering everything from their birth and childhood to their
@@ -71,15 +85,9 @@ provide insight into a person's life, personality, and achievements and to
71
85
  inspire and inform readers about their accomplishments and contributions
72
86
  to society.
73
87
 
74
- // Include sub-documents (if any)
75
- // -----------------------------------------------------------------------------
76
- == Available articles
77
-
78
- [role="mb-4"]
79
- Find below all available articles in the collection. The content is
80
- automatically generated and taken from the articles this collection
81
- contains.
88
+ masonry::collection_biography[role="notoc mb-4"]
82
89
 
90
+ ////
83
91
  ++++
84
92
  <div class="row mb-4">
85
93
  <div class="col-md-12 col-xs-12">
@@ -87,3 +95,4 @@ contains.
87
95
  </div>
88
96
  </div>
89
97
  ++++
98
+ ////
@@ -5,8 +5,8 @@ date: 2023-01-29 00:00:00
5
5
  description: >
6
6
  Fantasy Literature in the Book Shelf
7
7
 
8
- categories: [ Fantasy, Collection ]
9
- tags: [ Preview ]
8
+ categories: [ Books ]
9
+ tags: [ Fantasy, Preview ]
10
10
 
11
11
  image:
12
12
  path: /assets/images/modules/attics/giammarco-boscaro-1920x1280.jpg
@@ -18,11 +18,12 @@ robots:
18
18
  index: false
19
19
  follow: false
20
20
 
21
- fab_menu_id: open_toc
21
+ toc: false
22
+ fab_menu_id: default
22
23
  regenerate: false
23
24
  permalink: /pages/public/bookshelf/fantasy/
24
25
 
25
- resources: [ animate ]
26
+ resources: [ animate, masonry ]
26
27
  resource_options:
27
28
  - attic:
28
29
  padding_top: 600
@@ -65,13 +66,16 @@ all ages.
65
66
 
66
67
  // Include sub-documents (if any)
67
68
  // -----------------------------------------------------------------------------
68
- == Available articles
69
+ == Available Books
69
70
 
70
71
  [role="mb-4"]
71
- Find below all available articles in the collection. The content is
72
+ Find below all available articles in the `fantasy` collection. The content is
72
73
  automatically generated and taken from the articles this collection
73
74
  contains.
74
75
 
76
+ masonry::collection_fantasy[role="mb-4"]
77
+
78
+ ////
75
79
  ++++
76
80
  <div class="row mb-4">
77
81
  <div class="col-md-12 col-xs-12">
@@ -79,3 +83,4 @@ contains.
79
83
  </div>
80
84
  </div>
81
85
  ++++
86
+ ////
@@ -5,8 +5,8 @@ date: 2023-01-29 00:00:00
5
5
  description: >
6
6
  Romance Literature in the Book Shelf
7
7
 
8
- categories: [ Romance, Collection ]
9
- tags: [ Preview ]
8
+ categories: [ Books ]
9
+ tags: [ Romance, Preview ]
10
10
 
11
11
  image:
12
12
  path: /assets/images/modules/attics/giammarco-boscaro-1920x1280.jpg
@@ -18,11 +18,13 @@ robots:
18
18
  index: false
19
19
  follow: false
20
20
 
21
+ toc: false
22
+ fab_menu_id: default
21
23
  fab_menu_id: open_toc
22
24
  regenerate: false
23
25
  permalink: /pages/public/bookshelf/romance/
24
26
 
25
- resources: [ animate ]
27
+ resources: [ animate, masonry ]
26
28
  resource_options:
27
29
  - attic:
28
30
  padding_top: 600
@@ -65,13 +67,16 @@ readership.
65
67
 
66
68
  // Include sub-documents (if any)
67
69
  // -----------------------------------------------------------------------------
68
- == Available articles
70
+ == Available Books
69
71
 
70
72
  [role="mb-4"]
71
- Find below all available articles in the collection. The content is
73
+ Find below all available articles in the `romance` collection. The content is
72
74
  automatically generated and taken from the articles this collection
73
75
  contains.
74
76
 
77
+ masonry::collection_romance[role="mb-4"]
78
+
79
+ ////
75
80
  ++++
76
81
  <div class="row mb-4">
77
82
  <div class="col-md-12 col-xs-12">
@@ -79,3 +84,4 @@ contains.
79
84
  </div>
80
85
  </div>
81
86
  ++++
87
+ ////
@@ -14,7 +14,7 @@ tag::urls[]
14
14
  :url-w3schools--css-tutorial: https://www.w3schools.com/css/default.asp
15
15
 
16
16
  :url-fontawesome--home: https://fontawesome.com/
17
- :url-fontawesome--icons: https://fontawesome.com/icons?d=gallery
17
+ :url-fontawesome--icons: https://fontawesome.com/v5/search
18
18
  :url-fontawesome--get-started: https://fontawesome.com/get-started
19
19
 
20
20
  :url-mdi--home: https://materialdesignicons.com/
@@ -54,7 +54,7 @@ tag::urls[]
54
54
 
55
55
  :url-previewer--theme: /pages/public/previewer/theme/
56
56
 
57
- :url-fa-icons--previewer: https://fontawesome.com/v5.15/icons?d=gallery&p=2
57
+ :url-fa-icons--previewer: https://fontawesome.com/v5/search
58
58
  :url-iconify-icons--previewer: https://icon-sets.iconify.design/
59
59
 
60
60
  :url-kickstarter--web-in-a-day: https://jekyll.one/pages/public/learn/kickstarter/web_in_a_day/meet_and_greet/