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
@@ -0,0 +1,109 @@
1
+ ---
2
+ title: Web
3
+ tagline: Website Design
4
+ description: >
5
+ Web design refers to the process of creating and designing the visual layout
6
+ and functionality of websites. Web designers use technical and creative
7
+ skills to create visually appealing, user-friendly, and effective websites
8
+ to achieve their intended goals.
9
+ purpose: >
10
+ Use this area to describe what you're doing. Describing your purpose
11
+ typically involves clearly and concisely explaining your goals,
12
+ objectives, scope, timeline, and expected outcomes.
13
+
14
+ category: [ Web ]
15
+
16
+ categories: [ Web ]
17
+ tags: [ Website, Design ]
18
+
19
+ image:
20
+ path: /assets/images/collections/portfolio/6.jpg
21
+ width: 1920
22
+ height: 1280
23
+ alt: Portfolio Image
24
+
25
+ resources: [ animate ]
26
+ resource_options:
27
+ - attic:
28
+ padding_top: 600
29
+ slides:
30
+ - url: /assets/images/modules/attics/giammarco-boscaro-1920x1280.jpg
31
+ alt: Photo by Giammarco on Unsplash
32
+ badge:
33
+ type: unsplash
34
+ author: Giammarco
35
+ href: https://unsplash.com/@giamboscaro
36
+ ---
37
+
38
+ // Page Initializer
39
+ // =============================================================================
40
+ // Enable the Liquid Preprocessor
41
+ :page-liquid:
42
+
43
+ // Set (local) page attributes here
44
+ // -----------------------------------------------------------------------------
45
+ // :page--attr: <attr-value>
46
+
47
+ // Place an excerpt at the most top position
48
+ // -----------------------------------------------------------------------------
49
+ [role="dropcap mb-4"]
50
+ Web design refers to the process of creating and designing the visual layout
51
+ and functionality of websites. Web designers use technical and creative
52
+ skills to create visually appealing, user-friendly, and effective websites
53
+ to achieve their intended goals.
54
+
55
+ excerpt__end
56
+
57
+ // Load Liquid procedures
58
+ // -----------------------------------------------------------------------------
59
+ {% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
60
+
61
+ // Load page attributes
62
+ // -----------------------------------------------------------------------------
63
+ {% include {{load_attributes}} scope="none" %}
64
+
65
+
66
+ // Page content
67
+ // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
68
+ Web designers use various tools and technologies to create websites,
69
+ including HTML, CSS, JavaScript, and various design software. They must
70
+ also have a strong understanding of user experience (UX) design, information
71
+ architecture, and web accessibility, among other areas.
72
+
73
+ The ultimate goal of web design is to create a website that is visually
74
+ appealing, easy to navigate, and effective in achieving its intended goals,
75
+ whether providing information, selling products or services, or engaging
76
+ with users.
77
+
78
+ // Include sub-documents (if any)
79
+ // -----------------------------------------------------------------------------
80
+ == Describe your work
81
+
82
+ Effective project management involves managing resources, schedules, budgets,
83
+ risks, and stakeholders to deliver the desired outcomes within the specified
84
+ timeframe and budget. The way you work should demonstrate that you've modern
85
+ project management strategies in mind.
86
+
87
+ Here are some tips to follow when describing how you're working:
88
+
89
+ . Start by introducing its purpose: Give a brief overview and explain why
90
+ it is important or necessary. This intro gives context to your description
91
+ and helps your audience understand the significance.
92
+
93
+ . Define what you're focussing on: Explain what it will involve and will not
94
+ involve. The focus ensures that everyone understands what is provided.
95
+
96
+ . Discuss goals and objectives: Outline the specific goals and objectives
97
+ your work aims to achieve. Be clear and specific about what your intentions
98
+ are to accomplish.
99
+
100
+ . Describe the efforts and timeline: Provide an overview of the efforts,
101
+ including key milestones. Describing efforts and timeline support your
102
+ audience in understanding expected costs and what they can expect.
103
+
104
+ . Outline the expected outcomes: Finally, describe the expected outcomes
105
+ of your work, such as benefits and impact. Outlining the outcomes
106
+ demonstrates the value of your work and the benefits it will bring.
107
+
108
+
109
+ .
@@ -2,6 +2,18 @@
2
2
  title: A Breath of Snow and Ashes
3
3
  tagline: Extraordinary story of 18th-century Scotsman Jamie Fraser
4
4
  date: 2016-11-24 00:00:00
5
+ description: >
6
+ The year is 1772, and on the eve of the American Revolution, the long fuse of
7
+ rebellion has already been lit. Men lie dead in the streets of Boston, and
8
+ in the backwoods of North Carolina, isolated cabins burn in the forest. With
9
+ chaos brewing, the governor calls upon Jamie Fraser to unite the backcountry
10
+ and safeguard the colony for King and Crown.
11
+
12
+ categories: [ Books ]
13
+ tags: [ Romance, Historical ]
14
+
15
+ image:
16
+ path: https://d1w7fb2mkkr3kw.cloudfront.net/assets/images/book/large/9780/4402/9780440225805.jpg
5
17
 
6
18
  book:
7
19
  cover: https://d1w7fb2mkkr3kw.cloudfront.net/assets/images/book/large/9780/4402/9780440225805.jpg
@@ -13,9 +25,6 @@ book:
13
25
  ISBN13: 9780440225805
14
26
  rank: 844
15
27
 
16
- categories: [ Collection, Books ]
17
- tags: [ Romance, Historical ]
18
-
19
28
  regenerate: false
20
29
 
21
30
  resources: [ animate ]
@@ -2,6 +2,16 @@
2
2
  title: The Dressmaker
3
3
  tagline: An irresistible gothic tale of small-town revenge
4
4
  date: 2016-11-25 00:00:00
5
+ description: >
6
+ Tilly Dunnage left her hometown of Dungatar in rural Australia under a black
7
+ cloud of accusation. Years later Tilly, now a couturier for the Paris fashion
8
+ houses, returns home to make amends with her mentally unstable mother.
9
+
10
+ categories: [ Books ]
11
+ tags: [ Romance, Historical, Fantasy, Fiction ]
12
+
13
+ image:
14
+ path: https://d20eq91zdmkqd.cloudfront.net/assets/images/book/large/9781/8466/9781846689949.jpg
5
15
 
6
16
  book:
7
17
  cover: https://d20eq91zdmkqd.cloudfront.net/assets/images/book/large/9781/8466/9781846689949.jpg
@@ -13,9 +23,6 @@ book:
13
23
  ISBN13: 9781846689949
14
24
  rank: 80
15
25
 
16
- categories: [ Collection, Books ]
17
- tags: [ Romance, Historical, Fantasy, Fiction ]
18
-
19
26
  regenerate: false
20
27
 
21
28
  resources: [ animate ]
@@ -2,6 +2,19 @@
2
2
  title: The Fiery Cross
3
3
  tagline: Crossing the boundaries of genre, unrivalled storytelling
4
4
  date: 2016-11-26 00:00:00
5
+ description: >
6
+ The story of Outlander begins just after the Second World War, when a British
7
+ field nurse named Claire Randall walks through a cleft stone in the Scottish
8
+ highlands and is transported back some two hundred years to 1743. Here, now,
9
+ is The Fiery Cross, the eagerly awaited fifth volume in this remarkable,
10
+ award-winning series of historical novels. The year is 1771, and war is
11
+ approaching. Jamie Fraser s wife has told him so.
12
+
13
+ categories: [ Books ]
14
+ tags: [ Romance, Historical, Fantasy, Fiction ]
15
+
16
+ image:
17
+ path: https://d20eq91zdmkqd.cloudfront.net/assets/images/book/large/9780/4402/9780440221661.jpg
5
18
 
6
19
  book:
7
20
  cover: https://d20eq91zdmkqd.cloudfront.net/assets/images/book/large/9780/4402/9780440221661.jpg
@@ -13,9 +26,6 @@ book:
13
26
  ISBN13: 9780440221661
14
27
  rank: 820
15
28
 
16
- categories: [ Collection, Books ]
17
- tags: [ Romance, Historical, Fantasy, Fiction ]
18
-
19
29
  regenerate: false
20
30
 
21
31
  resources: [ animate ]
@@ -2,6 +2,17 @@
2
2
  title: It Ends with Us
3
3
  tagline: Sometimes the one loves you is the one who hurts you the most
4
4
  date: 2016-11-27 00:00:00
5
+ description: >
6
+ Lily hasn't always had it easy, but that's never stopped her from working
7
+ hard for the life she wants. She's come a long way from the small town in
8
+ Maine where she grew up - she graduated from college, moved to Boston, and
9
+ started her own business.
10
+
11
+ categories: [ Books ]
12
+ tags: [ Romance, Historical, Tragic ]
13
+
14
+ image:
15
+ path: https://d1w7fb2mkkr3kw.cloudfront.net/assets/images/book/large/9781/4711/9781471156267.jpg
5
16
 
6
17
  book:
7
18
  cover: https://d1w7fb2mkkr3kw.cloudfront.net/assets/images/book/large/9781/4711/9781471156267.jpg
@@ -13,9 +24,6 @@ book:
13
24
  ISBN13: 9781471156267
14
25
  rank: 355
15
26
 
16
- categories: [ Collection, Books ]
17
- tags: [ Romance, Historical, Tragic ]
18
-
19
27
  regenerate: false
20
28
 
21
29
  resources: [ animate ]
@@ -2,6 +2,18 @@
2
2
  title: Outlander
3
3
  tagline: The Land and Lore of Scotland
4
4
  date: 2016-11-28 00:00:0
5
+ description: >
6
+ In 1945, Claire Randall, a former combat nurse, is back from the war and
7
+ reunited with her husband on a second honeymoon--when she innocently touches
8
+ aboulder in one of the ancient stone circles that dot the British Isles.
9
+ Suddenly she is a Sassenach--an "outlander"--in a Scotland torn by war and
10
+ raiding border clans in the year of our Lord ... 1743.
11
+
12
+ categories: [ Books ]
13
+ tags: [ Romance, Historical, Fiction ]
14
+
15
+ image:
16
+ path: https://d4rri9bdfuube.cloudfront.net/assets/images/book/large/9780/4402/9780440212560.jpg
5
17
 
6
18
  book:
7
19
  cover: https://d4rri9bdfuube.cloudfront.net/assets/images/book/large/9780/4402/9780440212560.jpg
@@ -13,9 +25,6 @@ book:
13
25
  ISBN13: 9780440212560
14
26
  rank: 297
15
27
 
16
- categories: [ Collection, Books ]
17
- tags: [ Romance, Historical, Fiction ]
18
-
19
28
  regenerate: false
20
29
 
21
30
  resources: [ animate ]
@@ -1,7 +1,22 @@
1
1
  ---
2
2
  title: Outlander
3
3
  tagline: The Land and Lore of Scotland
4
- date: 2016-11-28 00:00:00 +100
4
+ date: 2016-11-28 00:00:00
5
+ description: >
6
+ Year 1740. Young Jamie Fraser has left Scotland and, with his best friend Ian Murray,
7
+ is running with a band of mercenaries in France.
8
+
9
+ Both men have good reason not to go back to their homeland: both are nursing
10
+ wounds, and despite their best efforts to remedy the situation, both are still
11
+ virgins. So when a Jewish doctor hires them to escort his granddaughter to
12
+ Paris, they readily agree. Both men are instantly drawn to the beautiful young
13
+ lady.
14
+
15
+ categories: [ Books ]
16
+ tags: [ Romance, Historical, Adventure ]
17
+
18
+ image:
19
+ path: https://d4rri9bdfuube.cloudfront.net/assets/images/book/large/9781/7808/9781780896618.jpg
5
20
 
6
21
  book:
7
22
  cover: https://d4rri9bdfuube.cloudfront.net/assets/images/book/large/9781/7808/9781780896618.jpg
@@ -13,9 +28,6 @@ book:
13
28
  ISBN13: 9781780896618
14
29
  rank: 701
15
30
 
16
- categories: [ Collection, Books ]
17
- tags: [ Romance, Historical, Adventure ]
18
-
19
31
  regenerate: false
20
32
 
21
33
  resources: [ animate ]
@@ -65,7 +65,7 @@ excerpt__end
65
65
  == Dynamic page access
66
66
 
67
67
  // [role="mb-3"]
68
- // image::/assets/images/collections/blog/featured/markus-spiske-2.jpg[{{page.title}}]
68
+ // image::/assets/images/posts/featured/markus-spiske-2.jpg[{{page.title}}]
69
69
 
70
70
  A typical CMS-driven website works by building each and every page
71
71
  *dynamically*. That means fetching the content from a database to pass them
@@ -121,4 +121,4 @@ Check popular static site generators at {url-jamstack--generators}[Jamstack, {br
121
121
 
122
122
  .Top Ratings at Jamstack of October 2022
123
123
  [role="mb-4"]
124
- image::/assets/images/collections/blog/featured/jamstack-generators.png["jamstack-generators"]
124
+ image::/assets/images/posts/featured/jamstack-generators.png["jamstack-generators"]
@@ -24,8 +24,8 @@ end::tags[]
24
24
  // -----------------------------------------------------------------------------
25
25
  tag::data[]
26
26
 
27
- :data-kickstart-wiad--static-web-access: "assets/images/collections/blog/featured/static-web-access.png, Accessing scheme for a static web"
28
- :data-kickstart-wiad--dynamic-web-access: "assets/images/collections/blog/featured/dynamic-web-access.png, Accessing scheme for a CMS (dynamic web)"
27
+ :data-kickstart-wiad--static-web-access: "assets/images/posts/featured/static-web-access.png, Accessing scheme for a static web"
28
+ :data-kickstart-wiad--dynamic-web-access: "assets/images/posts/featured/dynamic-web-access.png, Accessing scheme for a CMS (dynamic web)"
29
29
 
30
30
  end::data[]
31
31
 
@@ -6,11 +6,11 @@ description: >
6
6
  living conditions that have evolved with technological
7
7
  advancements, urbanization, and globalization.
8
8
 
9
- categories: [ Life ]
9
+ categories: [ Life, Series ]
10
10
  tags: [ Lifestyle ]
11
11
 
12
12
  image:
13
- path: /assets/images/parsa/posts/featured/post-1.jpg
13
+ path: /assets/images/posts/featured/post-1.jpg
14
14
  width: 1920
15
15
  height: 1280
16
16
  alt: Post Image
@@ -24,7 +24,7 @@ resource_options:
24
24
  - attic:
25
25
  padding_top: 600
26
26
  slides:
27
- - url: /assets/images/parsa/posts/featured/post-1.jpg
27
+ - url: /assets/images/posts/featured/post-1.jpg
28
28
  alt: Post Image
29
29
  ---
30
30
 
@@ -88,7 +88,7 @@ it is essential to strike a balance between embracing the benefits of modern
88
88
  living while also addressing its negative consequences.
89
89
 
90
90
  [role="mt-3 mb-5"]
91
- image::parsa/posts/post-img.jpg[{{page.tagline}}, width=1280]
91
+ image::posts/post-img.jpg[{{page.tagline}}, width=1280]
92
92
 
93
93
  Five golden rules for Modern life:
94
94
 
@@ -6,11 +6,11 @@ description: >
6
6
  living conditions that have evolved with technological
7
7
  advancements, urbanization, and globalization.
8
8
 
9
- categories: [ Life ]
9
+ categories: [ Life, Series ]
10
10
  tags: [ Growth ]
11
11
 
12
12
  image:
13
- path: /assets/images/parsa/posts/featured/post-2.jpg
13
+ path: /assets/images/posts/featured/post-2.jpg
14
14
  width: 1920
15
15
  height: 1280
16
16
  alt: Post Image
@@ -24,7 +24,7 @@ resource_options:
24
24
  - attic:
25
25
  padding_top: 600
26
26
  slides:
27
- - url: /assets/images/parsa/posts/featured/post-2.jpg
27
+ - url: /assets/images/posts/featured/post-2.jpg
28
28
  alt: Post Image
29
29
  ---
30
30
 
@@ -88,7 +88,7 @@ it is essential to strike a balance between embracing the benefits of modern
88
88
  living while also addressing its negative consequences.
89
89
 
90
90
  [role="mt-3 mb-5"]
91
- image::parsa/posts/post-img.jpg[{{page.tagline}}, width=1280]
91
+ image::posts/post-img.jpg[{{page.tagline}}, width=1280]
92
92
 
93
93
  Five golden rules for Modern life:
94
94
 
@@ -6,11 +6,11 @@ description: >
6
6
  living conditions that have evolved with technological
7
7
  advancements, urbanization, and globalization.
8
8
 
9
- categories: [ Life ]
9
+ categories: [ Life, Series ]
10
10
  tags: [ Technology ]
11
11
 
12
12
  image:
13
- path: /assets/images/parsa/posts/featured/post-3.jpg
13
+ path: /assets/images/posts/featured/post-3.jpg
14
14
  width: 1920
15
15
  height: 1280
16
16
  alt: Post Image
@@ -24,7 +24,7 @@ resource_options:
24
24
  - attic:
25
25
  padding_top: 600
26
26
  slides:
27
- - url: /assets/images/parsa/posts/featured/post-3.jpg
27
+ - url: /assets/images/posts/featured/post-3.jpg
28
28
  alt: Post Image
29
29
  ---
30
30
 
@@ -88,7 +88,7 @@ it is essential to strike a balance between embracing the benefits of modern
88
88
  living while also addressing its negative consequences.
89
89
 
90
90
  [role="mt-3 mb-5"]
91
- image::parsa/posts/post-img.jpg[{{page.tagline}}, width=1280]
91
+ image::posts/post-img.jpg[{{page.tagline}}, width=1280]
92
92
 
93
93
  Five golden rules for Modern life:
94
94
 
@@ -6,10 +6,10 @@ description: >
6
6
  living conditions that have evolved with technological
7
7
  advancements, urbanization, and globalization.
8
8
 
9
- categories: [ Life ]
9
+ categories: [ Life, Series ]
10
10
  tags: [ Mindset ]
11
11
  image:
12
- path: /assets/images/parsa/posts/featured/post-4.jpg
12
+ path: /assets/images/posts/featured/post-4.jpg
13
13
  width: 1920
14
14
  height: 1280
15
15
  alt: Post Image
@@ -23,7 +23,7 @@ resource_options:
23
23
  - attic:
24
24
  padding_top: 600
25
25
  slides:
26
- - url: /assets/images/parsa/posts/featured/post-4.jpg
26
+ - url: /assets/images/posts/featured/post-4.jpg
27
27
  alt: Post Image
28
28
  ---
29
29
 
@@ -87,7 +87,7 @@ it is essential to strike a balance between embracing the benefits of modern
87
87
  living while also addressing its negative consequences.
88
88
 
89
89
  [role="mt-3 mb-5"]
90
- image::parsa/posts/post-img.jpg[{{page.tagline}}, width=1280]
90
+ image::posts/post-img.jpg[{{page.tagline}}, width=1280]
91
91
 
92
92
  Five golden rules for Modern life:
93
93
 
@@ -6,10 +6,10 @@ description: >
6
6
  living conditions that have evolved with technological
7
7
  advancements, urbanization, and globalization.
8
8
 
9
- categories: [ Life ]
9
+ categories: [ Life, Series ]
10
10
  tags: [ Health ]
11
11
  image:
12
- path: /assets/images/parsa/posts/featured/post-5.jpg
12
+ path: /assets/images/posts/featured/post-5.jpg
13
13
  width: 1920
14
14
  height: 1280
15
15
  alt: Post Image
@@ -23,7 +23,7 @@ resource_options:
23
23
  - attic:
24
24
  padding_top: 600
25
25
  slides:
26
- - url: /assets/images/parsa/posts/featured/post-5.jpg
26
+ - url: /assets/images/posts/featured/post-5.jpg
27
27
  alt: Post Image
28
28
  ---
29
29
 
@@ -87,7 +87,7 @@ it is essential to strike a balance between embracing the benefits of modern
87
87
  living while also addressing its negative consequences.
88
88
 
89
89
  [role="mt-3 mb-5"]
90
- image::parsa/posts/post-img.jpg[{{page.tagline}}, width=1280]
90
+ image::posts/post-img.jpg[{{page.tagline}}, width=1280]
91
91
 
92
92
  Five golden rules for Modern life:
93
93