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
@@ -1,5 +1,4 @@
1
1
  ---
2
- layout: collection
3
2
  title: The Princess Diarist
4
3
  tagline: One of the most famous film sets
5
4
  date: 2023-01-27 00:00:00 +0100
@@ -11,8 +10,11 @@ description: >
11
10
  but in 1977, Carrie Fisher was just a (sort-of) regular
12
11
  teenager.
13
12
 
14
- categories: [ Book, Biography ]
15
- tags: [ Actor ]
13
+ categories: [ Book ]
14
+ tags: [ Biography, Actor ]
15
+
16
+ image:
17
+ path: https://d3by36x8sj6cra.cloudfront.net/assets/images/book/large/9780/5930/9780593077566.jpg
16
18
 
17
19
  book:
18
20
  cover: https://d3by36x8sj6cra.cloudfront.net/assets/images/book/large/9780/5930/9780593077566.jpg
@@ -25,8 +27,6 @@ book:
25
27
  ISBN13: 9780593077566
26
28
  rank: 5690
27
29
 
28
- fab_menu_id: default
29
- scrollbar: false
30
30
  regenerate: false
31
31
 
32
32
  resources: [ animate ]
@@ -1,7 +1,5 @@
1
1
  ---
2
- layout: collection
3
-
4
- title: Paul Kalanithi
2
+ title: When Breath Becomes Air
5
3
  tagline: Diagnosed with inoperable lung cancer
6
4
  date: 2023-01-27 00:00:00 +0100
7
5
  description: >
@@ -10,8 +8,11 @@ description: >
10
8
  of thirty-six, on the verge of completing a decade’s training as
11
9
  a neurosurgeon, was diagnosed with inoperable lung cancer.
12
10
 
13
- categories: [ Book, Biography ]
14
- tags: [ Medicine, Doctor ]
11
+ categories: [ Book ]
12
+ tags: [ Biography, Medicine, Doctor ]
13
+
14
+ image:
15
+ path: https://d3by36x8sj6cra.cloudfront.net/assets/images/book/large/9781/8479/9781847923677.jpg
15
16
 
16
17
  book:
17
18
  cover: https://d3by36x8sj6cra.cloudfront.net/assets/images/book/large/9781/8479/9781847923677.jpg
@@ -24,8 +25,6 @@ book:
24
25
  ISBN13: 9781847923677
25
26
  rank: 40
26
27
 
27
- fab_menu_id: default
28
- scrollbar: false
29
28
  regenerate: false
30
29
 
31
30
  resources: [ animate ]
@@ -1,7 +1,20 @@
1
1
  ---
2
2
  title: Harry Potter and the Deathly Hallows
3
- tagline: Lord Voldemort and the Death Eaters are not far ..
3
+ tagline: Lord Voldemort and the Death Eaters ..
4
4
  date: 2016-11-17 00:00:00
5
+ description: >
6
+ The Dark Lord is breathing fear into everything Harry loves, and to stop him
7
+ Harry will have to find and destroy the remaining Horcruxes. The final battle
8
+ must begin - Harry must stand and face his enemy. These new editions of the
9
+ classic and internationally bestselling, multi-award-winning series feature
10
+ instantly pick-up-able new jackets by Jonny Duddle, with huge child appeal,
11
+ to bring Harry Potter to the next generation of readers.
12
+
13
+ categories: [ Books ]
14
+ tags: [ Fantasy, Magic, Harry, Potter ]
15
+
16
+ image:
17
+ path: https://d4rri9bdfuube.cloudfront.net/assets/images/book/large/9781/4088/9781408855713.jpg
5
18
 
6
19
  book:
7
20
  cover: https://d4rri9bdfuube.cloudfront.net/assets/images/book/large/9781/4088/9781408855713.jpg
@@ -13,9 +26,6 @@ book:
13
26
  ISBN13: 9781408855713
14
27
  rank: 797
15
28
 
16
- categories: [ Collection, Books ]
17
- tags: [ Fantasy, Magic, Harry, Potter ]
18
-
19
29
  regenerate: false
20
30
 
21
31
  resources: [ animate ]
@@ -2,6 +2,19 @@
2
2
  title: Harry Potter and the Philosopher's Stone
3
3
  tagline: Full-color illustrated hardback edition
4
4
  date: 2016-11-18 00:00:00
5
+ description: >
6
+ When a letter arrives for unhappy but ordinary Harry Potter, a decade-old
7
+ secret is revealed to him that apparently he's the last to know. His parents
8
+ were wizards, killed by a Dark Lord's curse when Harry was just a baby, and
9
+ which he somehow survived. Leaving his unsympathetic aunt and uncle for
10
+ Hogwarts School of Witchcraft and Wizardry, Harry stumbles upon a sinister
11
+ mystery when he finds a three-headed dog guarding a room on the third floor.
12
+
13
+ categories: [ Books ]
14
+ tags: [ Fantasy, Magic, Harry, Potter ]
15
+
16
+ image:
17
+ path: https://d1w7fb2mkkr3kw.cloudfront.net/assets/images/book/large/9781/4088/9781408845646.jpg
5
18
 
6
19
  book:
7
20
  cover: https://d1w7fb2mkkr3kw.cloudfront.net/assets/images/book/large/9781/4088/9781408845646.jpg
@@ -13,9 +26,6 @@ book:
13
26
  ISBN13: 9781408845646
14
27
  rank: 39
15
28
 
16
- categories: [ Collection, Books ]
17
- tags: [ Fantasy, Magic, Harry, Potter ]
18
-
19
29
  regenerate: false
20
30
 
21
31
  resources: [ animate ]
@@ -2,6 +2,17 @@
2
2
  title: Mistborn Trilogy
3
3
  tagline: The Final Empire, the Well of Ascension, the Hero of Ages
4
4
  date: 2016-11-19 00:00:00
5
+ description: >
6
+ A word of mouth bestseller in the USA Brandon Sanderson's Mistborn trilogy
7
+ have now become a massive hit in the UK, introducing readers to the work of
8
+ one of the genre's great talents. A master of world building, sweeping plots,
9
+ believable characters and engrossing magic systems.
10
+
11
+ categories: [ Books ]
12
+ tags: [ Fantasy, Magic, Heroes ]
13
+
14
+ image:
15
+ path: https://d1w7fb2mkkr3kw.cloudfront.net/assets/images/book/large/9781/4732/9781473213692.jpg
5
16
 
6
17
  book:
7
18
  cover: https://d1w7fb2mkkr3kw.cloudfront.net/assets/images/book/large/9781/4732/9781473213692.jpg
@@ -13,9 +24,6 @@ book:
13
24
  ISBN13: 9781473213692
14
25
  rank: 731
15
26
 
16
- categories: [ Collection, Books ]
17
- tags: [ Fantasy, Magic, Heroes ]
18
-
19
27
  regenerate: false
20
28
 
21
29
  resources: [ animate ]
@@ -2,6 +2,21 @@
2
2
  title: Ready Player One
3
3
  tagline: It's the year 2044, and the real world has become an ugly place ..
4
4
  date: 2016-11-20 00:00:00
5
+ description: >
6
+ Like most of humanity, Wade Watts escapes this depressing reality by spending
7
+ his waking hours jacked into the OASIS, a sprawling virtual utopia where you
8
+ can be anything you want to be, where you can live and play and fall in love
9
+ on any of ten thousand planets. And like most of humanity, Wade is obsessed
10
+ by the ultimate lottery ticket that lies concealed within this alternate
11
+ reality: OASIS founder James Halliday, who dies with no heir, has promised
12
+ that control of the OASIS - and his massive fortune - will go to the person
13
+ who can solve the riddles he has left scattered throughout his creation.
14
+
15
+ categories: [ Books ]
16
+ tags: [ Fantasy, Thrillers, Adventure, Science, Fiction ]
17
+
18
+ image:
19
+ path: https://d3by36x8sj6cra.cloudfront.net/assets/images/book/large/9780/0995/9780099560432.jpg
5
20
 
6
21
  book:
7
22
  cover: https://d3by36x8sj6cra.cloudfront.net/assets/images/book/large/9780/0995/9780099560432.jpg
@@ -13,9 +28,6 @@ book:
13
28
  ISBN13: 9780099560432
14
29
  rank: 142
15
30
 
16
- categories: [ Collection, Books ]
17
- tags: [ Fantasy, Thrillers, Adventure, Science, Fiction ]
18
-
19
31
  regenerate: false
20
32
 
21
33
  resources: [ animate ]
@@ -2,6 +2,17 @@
2
2
  title: Sword of Destiny
3
3
  tagline: Geralt is a witcher ...
4
4
  date: 2016-11-21 00:00:00
5
+ description: >
6
+ Geralt is a witcher, a man whose magic powers, enhanced by long training
7
+ and a mysterious elixir, have made him a brilliant fighter and a merciless
8
+ assassin. Yet he is no ordinary murderer: his targets are the multifarious
9
+ monsters and vile fiends that ravage the land and attack the innocent.
10
+
11
+ categories: [ Books ]
12
+ tags: [ Fantasy, Thriller, Adventure, Knight ]
13
+
14
+ image:
15
+ path: https://d4rri9bdfuube.cloudfront.net/assets/images/book/large/9781/4732/9781473211544.jpg
5
16
 
6
17
  book:
7
18
  cover: https://d4rri9bdfuube.cloudfront.net/assets/images/book/large/9781/4732/9781473211544.jpg
@@ -13,9 +24,6 @@ book:
13
24
  ISBN13: 9781473211544
14
25
  rank: 1305
15
26
 
16
- categories: [ Collection, Books ]
17
- tags: [ Fantasy, Thriller, Adventure, Knight ]
18
-
19
27
  regenerate: false
20
28
 
21
29
  resources: [ animate ]
@@ -2,6 +2,17 @@
2
2
  title: The Terry Pratchett Diary 2017
3
3
  tagline: Sir Terry Pratchett left us, far too early ...
4
4
  date: 2016-11-23 00:00:00
5
+ description: >
6
+ Sir Terry Pratchett left us, far too early, in March 2015. To celebrate his
7
+ life and works, we've given over the 2017 Discworld Diary - which will be a
8
+ perennial diary - to remembrances and tributes from some of those who knew
9
+ and loved him and his extraordinary body of work.
10
+
11
+ categories: [ Books ]
12
+ tags: [ Fantasy, Thrillers, Adventure, Knight ]
13
+
14
+ image:
15
+ path: https://d39ttiideeq0ys.cloudfront.net/assets/images/book/large/9781/4732/9781473208339.jpg
5
16
 
6
17
  book:
7
18
  cover: https://d39ttiideeq0ys.cloudfront.net/assets/images/book/large/9781/4732/9781473208339.jpg
@@ -13,9 +24,6 @@ book:
13
24
  ISBN13: 9781473208339
14
25
  rank: 4576
15
26
 
16
- categories: [ Collection, Books ]
17
- tags: [ Fantasy, Thrillers, Adventure, Knight ]
18
-
19
27
  regenerate: false
20
28
 
21
29
  resources: [ animate ]
@@ -0,0 +1,167 @@
1
+ ---
2
+ title: Title
3
+ tagline: Tagline
4
+ description: >
5
+ Use this area to describe a person. Describing a person
6
+ typically involves ...
7
+
8
+ categories: [ Person ]
9
+ tags: [ Business, Private ]
10
+
11
+ image:
12
+ path: assets/images/collections/people/diana-petersen.jpg
13
+ width: 1920
14
+ height: 1280
15
+ alt: Diana Petersen
16
+
17
+ person:
18
+ name: Diana Petersen
19
+ role: Lead Marketer
20
+
21
+ social_media:
22
+ enabled: true
23
+ facebook:
24
+ href: https://www.facebook.com/
25
+ twitter:
26
+ href: https://twitter.com/home
27
+ linkedin:
28
+ href: https://www.linkedin.com/
29
+
30
+ comments: false
31
+ sitemap: false
32
+ personalization: false
33
+ exclude_from_search: true
34
+
35
+ resources: [ animate ]
36
+ resource_options:
37
+ ---
38
+
39
+ // Page Initializer
40
+ // =============================================================================
41
+ // Enable the Liquid Preprocessor
42
+ :page-liquid:
43
+
44
+ // Set (local) page attributes here
45
+ // -----------------------------------------------------------------------------
46
+ // :page--attr: <attr-value>
47
+
48
+ // Place an excerpt at the most top position
49
+ // -----------------------------------------------------------------------------
50
+ [role="dropcap mb-4"]
51
+ Use this area to describe a person. Diana Petersen ...
52
+
53
+ excerpt__end
54
+
55
+ // Load Liquid procedures
56
+ // -----------------------------------------------------------------------------
57
+ {% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
58
+
59
+ // Load page attributes
60
+ // -----------------------------------------------------------------------------
61
+ {% include {{load_attributes}} scope="none" %}
62
+
63
+
64
+ // Page content
65
+ // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
66
+
67
+ // Include sub-documents (if any)
68
+ // -----------------------------------------------------------------------------
69
+ == Describe a persons role (business)
70
+
71
+ lorem:sentences[5]
72
+
73
+ Name::
74
+ The name of the person
75
+
76
+ Role::
77
+ Project Manager
78
+
79
+ Responsibilities::
80
+ As a Project Manager, she|he oversees the planning, execution, and successful
81
+ completion of various projects within his organization. He works closely
82
+ with cross-functional teams to define project objectives, establish timelines,
83
+ allocate resources, and monitor progress. She|he is responsible for creating
84
+ project plans, assigning tasks, and tracking project milestones to ensure
85
+ that projects are delivered on time, within scope and budget.
86
+
87
+ Leadership Style::
88
+ She|he is known for his strategic and results-oriented leadership style.
89
+ She|he is skilled at motivating and guiding his team to achieve their best
90
+ performance. She|he provides clear direction, sets expectations, and empowers
91
+ the team to take ownership of their tasks. She|he is also an effective
92
+ communicator, actively engaging with team members, stakeholders, and clients
93
+ to ensure everyone is aligned and informed throughout the project lifecycle.
94
+
95
+ Skills and Expertise::
96
+ She|he possesses a wide range of skills and expertise essential to his role as
97
+ a Project Manager. She|he has excellent organizational and time management
98
+ skills, allowing him to prioritize tasks, manage resources efficiently, and
99
+ meet deadlines. She|he is also skilled in risk management, identifying
100
+ potential issues early on and proactively developing contingency plans. She|he
101
+ is proficient in project management software and tools, and utilizes them to
102
+ streamline workflows, track progress, and generate reports.
103
+
104
+ Collaboration and Problem-Solving::
105
+ She|he understands the importance of collaboration in project management.
106
+ She|he fosters a collaborative work environment, encouraging open
107
+ communication, active listening, and teamwork among his team members. She|he
108
+ promotes a problem-solving mindset, encouraging creative thinking and
109
+ brainstorming to overcome challenges and obstacles that may arise during the
110
+ project lifecycle. She|he is skilled at conflict resolution, and he proactively
111
+ addresses any conflicts or issues that may arise among team members or
112
+ stakeholders, ensuring that project progress is not hindered.
113
+
114
+ Overall, she|he is a skilled and strategic Project Manager who leads
115
+ cross-functional teams, manages projects from inception to completion and
116
+ delivers successful outcomes. His leadership style, skills, and expertise
117
+ make him a valuable asset to his organization, and he is known for his ability
118
+ to drive results and exceed project goals.
119
+
120
+
121
+ == Describe a person (private)
122
+
123
+ lorem:sentences[5]
124
+
125
+ Name::
126
+ The name of the person
127
+
128
+ Age::
129
+ The age of the person
130
+
131
+ Physical Appearance::
132
+ She|he is tall, standing at around 5 feet 10 inches. She has a slender yet
133
+ athletic build, long limbs, and a graceful posture. Her complexion is fair,
134
+ and her skin has a healthy glow. She|he has striking blue eyes that are
135
+ framed by long, dark lashes. She has a heart-shaped face, high cheekbones,
136
+ and a small, upturned nose. Her lips are full and naturally pink.
137
+
138
+ Hairstyle and Color::
139
+ She|he has luscious, wavy golden blonde hair that falls past her shoulders.
140
+ She usually keeps it styled in loose curls, which add to her effortless and
141
+ carefree vibe. She often parts her hair slightly to the side, allowing it to
142
+ frame her face and highlight her features.
143
+
144
+ Clothing Style::
145
+ She|he has a fashion-forward sense of style. She often wears trendy clothing
146
+ that reflects her confident personality. She enjoys experimenting with
147
+ different patterns, textures, and colors and is not afraid to take risks
148
+ with her fashion choices. She|he has a keen eye for accessories and can
149
+ effortlessly pull off statement jewelry and fashionable handbags.
150
+
151
+ Personality::
152
+ She|he is known for her outgoing and friendly nature. She has a warm and
153
+ approachable demeanor and is always willing to converse with anyone she meets.
154
+ She's an extrovert who thrives in social settings and has a knack for making
155
+ others feel comfortable in her presence. She|he is also confident and
156
+ assertive, often taking charge of situations and easily leading.
157
+
158
+ Interests and Hobbies::
159
+ She|he is a fitness enthusiast who enjoys staying active and healthy. She's
160
+ an avid runner and enjoys practicing yoga to balance her mind and body.
161
+ She's also a foodie who loves trying new restaurants and experimenting with
162
+ different cuisines. She|he is well-traveled and enjoys exploring new places,
163
+ immersing herself in different cultures, and learning about the world.
164
+ Overall, She|he is a confident, outgoing, and fashionable woman with a
165
+ passion for fitness, travel, and socializing. She's a natural leader with a
166
+ warm and approachable personality, making her someone easy to connect with
167
+ and befriend.
@@ -0,0 +1,167 @@
1
+ ---
2
+ title: Title
3
+ tagline: Tagline
4
+ description: >
5
+ Use this area to describe a person. Describing a person
6
+ typically involves ...
7
+
8
+ categories: [ Person ]
9
+ tags: [ Business, Private ]
10
+
11
+ image:
12
+ path: assets/images/collections/people/larry-parker.jpg
13
+ width: 1920
14
+ height: 1280
15
+ alt: Diana Petersen
16
+
17
+ person:
18
+ name: Larry Parker
19
+ role: Lead Developer
20
+
21
+ social_media:
22
+ enabled: true
23
+ facebook:
24
+ href:
25
+ twitter:
26
+ href:
27
+ linkedin:
28
+ href:
29
+
30
+ comments: false
31
+ sitemap: false
32
+ personalization: false
33
+ exclude_from_search: true
34
+
35
+ resources: [ animate ]
36
+ resource_options:
37
+ ---
38
+
39
+ // Page Initializer
40
+ // =============================================================================
41
+ // Enable the Liquid Preprocessor
42
+ :page-liquid:
43
+
44
+ // Set (local) page attributes here
45
+ // -----------------------------------------------------------------------------
46
+ // :page--attr: <attr-value>
47
+
48
+ // Place an excerpt at the most top position
49
+ // -----------------------------------------------------------------------------
50
+ [role="dropcap mb-4"]
51
+ Use this area to describe a person. Larry Parker ...
52
+
53
+ excerpt__end
54
+
55
+ // Load Liquid procedures
56
+ // -----------------------------------------------------------------------------
57
+ {% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
58
+
59
+ // Load page attributes
60
+ // -----------------------------------------------------------------------------
61
+ {% include {{load_attributes}} scope="none" %}
62
+
63
+
64
+ // Page content
65
+ // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
66
+
67
+ // Include sub-documents (if any)
68
+ // -----------------------------------------------------------------------------
69
+ == Describe a persons role (business)
70
+
71
+ lorem:sentences[5]
72
+
73
+ Name::
74
+ The name of the person
75
+
76
+ Role::
77
+ Project Manager
78
+
79
+ Responsibilities::
80
+ As a Project Manager, she|he oversees the planning, execution, and successful
81
+ completion of various projects within his organization. He works closely
82
+ with cross-functional teams to define project objectives, establish timelines,
83
+ allocate resources, and monitor progress. She|he is responsible for creating
84
+ project plans, assigning tasks, and tracking project milestones to ensure
85
+ that projects are delivered on time, within scope and budget.
86
+
87
+ Leadership Style::
88
+ She|he is known for his strategic and results-oriented leadership style.
89
+ She|he is skilled at motivating and guiding his team to achieve their best
90
+ performance. She|he provides clear direction, sets expectations, and empowers
91
+ the team to take ownership of their tasks. She|he is also an effective
92
+ communicator, actively engaging with team members, stakeholders, and clients
93
+ to ensure everyone is aligned and informed throughout the project lifecycle.
94
+
95
+ Skills and Expertise::
96
+ She|he possesses a wide range of skills and expertise essential to his role as
97
+ a Project Manager. She|he has excellent organizational and time management
98
+ skills, allowing him to prioritize tasks, manage resources efficiently, and
99
+ meet deadlines. She|he is also skilled in risk management, identifying
100
+ potential issues early on and proactively developing contingency plans. She|he
101
+ is proficient in project management software and tools, and utilizes them to
102
+ streamline workflows, track progress, and generate reports.
103
+
104
+ Collaboration and Problem-Solving::
105
+ She|he understands the importance of collaboration in project management.
106
+ She|he fosters a collaborative work environment, encouraging open
107
+ communication, active listening, and teamwork among his team members. She|he
108
+ promotes a problem-solving mindset, encouraging creative thinking and
109
+ brainstorming to overcome challenges and obstacles that may arise during the
110
+ project lifecycle. She|he is skilled at conflict resolution, and he proactively
111
+ addresses any conflicts or issues that may arise among team members or
112
+ stakeholders, ensuring that project progress is not hindered.
113
+
114
+ Overall, she|he is a skilled and strategic Project Manager who leads
115
+ cross-functional teams, manages projects from inception to completion and
116
+ delivers successful outcomes. His leadership style, skills, and expertise
117
+ make him a valuable asset to his organization, and he is known for his ability
118
+ to drive results and exceed project goals.
119
+
120
+
121
+ == Describe a person (private)
122
+
123
+ lorem:sentences[5]
124
+
125
+ Name::
126
+ The name of the person
127
+
128
+ Age::
129
+ The age of the person
130
+
131
+ Physical Appearance::
132
+ She|he is tall, standing at around 5 feet 10 inches. She has a slender yet
133
+ athletic build, long limbs, and a graceful posture. Her complexion is fair,
134
+ and her skin has a healthy glow. She|he has striking blue eyes that are
135
+ framed by long, dark lashes. She has a heart-shaped face, high cheekbones,
136
+ and a small, upturned nose. Her lips are full and naturally pink.
137
+
138
+ Hairstyle and Color::
139
+ She|he has luscious, wavy golden blonde hair that falls past her shoulders.
140
+ She usually keeps it styled in loose curls, which add to her effortless and
141
+ carefree vibe. She often parts her hair slightly to the side, allowing it to
142
+ frame her face and highlight her features.
143
+
144
+ Clothing Style::
145
+ She|he has a fashion-forward sense of style. She often wears trendy clothing
146
+ that reflects her confident personality. She enjoys experimenting with
147
+ different patterns, textures, and colors and is not afraid to take risks
148
+ with her fashion choices. She|he has a keen eye for accessories and can
149
+ effortlessly pull off statement jewelry and fashionable handbags.
150
+
151
+ Personality::
152
+ She|he is known for her outgoing and friendly nature. She has a warm and
153
+ approachable demeanor and is always willing to converse with anyone she meets.
154
+ She's an extrovert who thrives in social settings and has a knack for making
155
+ others feel comfortable in her presence. She|he is also confident and
156
+ assertive, often taking charge of situations and easily leading.
157
+
158
+ Interests and Hobbies::
159
+ She|he is a fitness enthusiast who enjoys staying active and healthy. She's
160
+ an avid runner and enjoys practicing yoga to balance her mind and body.
161
+ She's also a foodie who loves trying new restaurants and experimenting with
162
+ different cuisines. She|he is well-traveled and enjoys exploring new places,
163
+ immersing herself in different cultures, and learning about the world.
164
+ Overall, She|he is a confident, outgoing, and fashionable woman with a
165
+ passion for fitness, travel, and socializing. She's a natural leader with a
166
+ warm and approachable personality, making her someone easy to connect with
167
+ and befriend.