j1-template 2023.0.17 → 2023.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (269) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/layouts/content_generator_news_panel_posts.html +2 -2
  3. data/_includes/themes/j1/modules/attics/generator.html +3 -1
  4. data/_includes/themes/j1/modules/navigator/generator.html +2 -2
  5. data/_includes/themes/j1/procedures/collections/create_collection_article_preview.proc +1 -1
  6. data/_layouts/{paginator/autopage_category.html → autopage_category.html} +1 -1
  7. data/_layouts/{paginator/autopage_collection.html → autopage_collection.html} +1 -6
  8. data/_layouts/{paginator/autopage_collections_tags.html → autopage_collections_tags.html} +1 -1
  9. data/_layouts/category.html +67 -0
  10. data/_layouts/readme +2 -0
  11. data/assets/data/banner.html +2 -2
  12. data/assets/data/masonry.4.html +213 -0
  13. data/assets/data/masonry.html +207 -0
  14. data/assets/data/panel.html +1 -1
  15. data/assets/data/quicklinks.html +12 -12
  16. data/assets/data/slick.html +192 -0
  17. data/assets/themes/j1/adapter/js/attic.js +31 -16
  18. data/assets/themes/j1/adapter/js/j1.js +55 -21
  19. data/assets/themes/j1/adapter/js/masonry.js +111 -49
  20. data/assets/themes/j1/adapter/js/mmenu.js +4 -3
  21. data/assets/themes/j1/adapter/js/navigator.js +69 -19
  22. data/assets/themes/j1/adapter/js/slick.3.js +365 -0
  23. data/assets/themes/j1/adapter/js/slick.js +188 -44
  24. data/assets/themes/j1/adapter/js/toccer.js +27 -14
  25. data/assets/themes/j1/adapter/js/waves.js +3 -1
  26. data/assets/themes/j1/core/css/themes/unolight/bootstrap.css +47 -364
  27. data/assets/themes/j1/core/css/themes/unolight/bootstrap.min.css +2 -2
  28. data/assets/themes/j1/core/js/template.js +1 -3
  29. data/assets/themes/j1/core/js/template.min.js +1 -1
  30. data/assets/themes/j1/core/js/template.min.js.map +1 -1
  31. data/assets/themes/j1/modules/masonry/css/theme/uno.css +35 -0
  32. data/assets/themes/j1/modules/masonry/css/theme/uno.min.css +15 -0
  33. data/assets/themes/j1/modules/mmenuLight/css/theme/uno/mmenu.css +3 -3
  34. data/assets/themes/j1/modules/mmenuLight/css/theme/uno/mmenu.min.css +1 -1
  35. data/assets/themes/j1/modules/slick/lightbox/LICENSE +20 -0
  36. data/assets/themes/j1/modules/slick/lightbox/README.md +133 -0
  37. data/assets/themes/j1/modules/slick/lightbox/css/slick-lightbox.css +128 -0
  38. data/assets/themes/j1/modules/slick/lightbox/css/slick-lightbox.min.css +1 -0
  39. data/assets/themes/j1/modules/slick/lightbox/js/slick-lightbox.js +353 -0
  40. data/assets/themes/j1/modules/slick/lightbox/js/slick-lightbox.min.js +2 -0
  41. data/assets/themes/j1/modules/slick/lightbox/js/slick-lightbox.min.js.map +1 -0
  42. data/assets/themes/j1/modules/slick/{README.md → slider/README.md} +13 -14
  43. data/assets/themes/j1/modules/slick/{css → slider/css}/slick.css +16 -10
  44. data/assets/themes/j1/modules/slick/slider/css/slick.min.css +15 -0
  45. data/assets/themes/j1/modules/slick/slider/css/theme/uno.css +256 -0
  46. data/assets/themes/j1/modules/slick/slider/css/theme/uno.min.css +15 -0
  47. data/assets/themes/j1/modules/slick/{fonts → slider/fonts}/slick.svg +14 -14
  48. data/assets/themes/j1/modules/slick/{js → slider/js}/slick.js +6 -1
  49. data/lib/j1/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/3.2/fastfilereaderext.so +0 -0
  50. data/lib/j1/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/3.2/rubyeventmachine.so +0 -0
  51. data/lib/j1/version.rb +1 -1
  52. data/lib/j1_app/log4r/yamlconfigurator.rb +41 -41
  53. data/lib/starter_web/Gemfile +4 -4
  54. data/lib/starter_web/README.md +142 -143
  55. data/lib/starter_web/_config.yml +31 -25
  56. data/lib/starter_web/_data/blocks/defaults/banner.yml +4 -4
  57. data/lib/starter_web/_data/blocks/defaults/panel.yml +11 -11
  58. data/lib/starter_web/_data/blocks/footer.yml +2 -2
  59. data/lib/starter_web/_data/blocks/panel.yml +8 -8
  60. data/lib/starter_web/_data/layouts/collection.yml +9 -0
  61. data/lib/starter_web/_data/layouts/home.yml +12 -0
  62. data/lib/starter_web/_data/layouts/page.yml +36 -3
  63. data/lib/starter_web/_data/layouts/post.yml +36 -3
  64. data/lib/starter_web/_data/layouts/raw.yml +35 -3
  65. data/lib/starter_web/_data/modules/advertising.yml +1 -2
  66. data/lib/starter_web/_data/modules/analytics.yml +1 -2
  67. data/lib/starter_web/_data/modules/attics.yml +2 -2
  68. data/lib/starter_web/_data/modules/blog_navigator.yml +1 -2
  69. data/lib/starter_web/_data/modules/carousel.yml +1 -2
  70. data/lib/starter_web/_data/modules/comments.yml +1 -2
  71. data/lib/starter_web/_data/modules/cookieconsent.yml +1 -2
  72. data/lib/starter_web/_data/modules/cookies.yml +1 -2
  73. data/lib/starter_web/_data/modules/defaults/advertising.yml +1 -2
  74. data/lib/starter_web/_data/modules/defaults/analytics.yml +1 -2
  75. data/lib/starter_web/_data/modules/defaults/attics.yml +2 -2
  76. data/lib/starter_web/_data/modules/defaults/authentication.yml +1 -2
  77. data/lib/starter_web/_data/modules/defaults/blog_navigator.yml +1 -1
  78. data/lib/starter_web/_data/modules/defaults/carousel.yml +1 -2
  79. data/lib/starter_web/_data/modules/defaults/comments.yml +1 -1
  80. data/lib/starter_web/_data/modules/defaults/cookieconsent.yml +1 -2
  81. data/lib/starter_web/_data/modules/defaults/cookies.yml +1 -2
  82. data/lib/starter_web/_data/modules/defaults/dropdowns.yml +1 -2
  83. data/lib/starter_web/_data/modules/defaults/fab.yml +1 -2
  84. data/lib/starter_web/_data/modules/defaults/framer.yml +1 -2
  85. data/lib/starter_web/_data/modules/defaults/justifiedGallery.yml +1 -2
  86. data/lib/starter_web/_data/modules/defaults/lightGallery.yml +1 -2
  87. data/lib/starter_web/_data/modules/defaults/lightbox.yml +1 -2
  88. data/lib/starter_web/_data/modules/defaults/log4javascript.yml +1 -2
  89. data/lib/starter_web/_data/modules/defaults/log4r.yml +7 -9
  90. data/lib/starter_web/_data/modules/defaults/lunr.yml +1 -2
  91. data/lib/starter_web/_data/modules/defaults/masonry.yml +52 -23
  92. data/lib/starter_web/_data/modules/defaults/navigator.yml +13 -12
  93. data/lib/starter_web/_data/modules/defaults/nbinteract.yml +1 -2
  94. data/lib/starter_web/_data/modules/defaults/particles.yml +1 -2
  95. data/lib/starter_web/_data/modules/defaults/rangeSlider.yml +1 -2
  96. data/lib/starter_web/_data/modules/defaults/rtable.yml +1 -2
  97. data/lib/starter_web/_data/modules/defaults/{scoller.yml → scroller.yml} +8 -2
  98. data/lib/starter_web/_data/modules/defaults/slick.yml +493 -0
  99. data/lib/starter_web/_data/modules/defaults/themer.yml +1 -2
  100. data/lib/starter_web/_data/modules/defaults/toccer.yml +2 -3
  101. data/lib/starter_web/_data/modules/defaults/translator.yml +2 -3
  102. data/lib/starter_web/_data/modules/defaults/waves.yml +1 -2
  103. data/lib/starter_web/_data/modules/dropdowns.yml +1 -2
  104. data/lib/starter_web/_data/modules/fab.yml +1 -2
  105. data/lib/starter_web/_data/modules/framer.yml +1 -2
  106. data/lib/starter_web/_data/modules/justifiedGallery.yml +1 -2
  107. data/lib/starter_web/_data/modules/lightGallery.yml +1 -2
  108. data/lib/starter_web/_data/modules/lightbox.yml +1 -2
  109. data/lib/starter_web/_data/modules/log4r.yml +140 -7
  110. data/lib/starter_web/_data/modules/lunr.yml +1 -2
  111. data/lib/starter_web/_data/modules/masonry.yml +178 -23
  112. data/lib/starter_web/_data/modules/masterslider.yml +2 -1
  113. data/lib/starter_web/_data/modules/navigator.yml +13 -25
  114. data/lib/starter_web/_data/modules/navigator_menu.yml +31 -0
  115. data/lib/starter_web/_data/modules/particles.yml +1 -2
  116. data/lib/starter_web/_data/modules/rangeSlider.yml +1 -2
  117. data/lib/starter_web/_data/modules/rtable.yml +1 -2
  118. data/lib/starter_web/_data/modules/scroller.yml +8 -2
  119. data/lib/starter_web/_data/modules/slick.yml +295 -0
  120. data/lib/starter_web/_data/modules/themer.yml +1 -2
  121. data/lib/starter_web/_data/modules/toccer.yml +1 -2
  122. data/lib/starter_web/_data/modules/translator.yml +1 -2
  123. data/lib/starter_web/_data/modules/waves.yml +1 -2
  124. data/lib/starter_web/_data/plugins/defaults/paginator.yml +23 -4
  125. data/lib/starter_web/_data/plugins/paginator.yml +10 -13
  126. data/lib/starter_web/_data/resources.yml +35 -29
  127. data/lib/starter_web/_data/templates/feed.xml +1 -1
  128. data/lib/starter_web/_data/utilities/defaults/util_srv.yml +2 -2
  129. data/lib/starter_web/_data/utilities/util_srv.yml +2 -3
  130. data/lib/starter_web/_includes/custom/templates/custom_header.html +76 -0
  131. data/lib/starter_web/_plugins/asciidoctor/masonry-block.rb +50 -0
  132. data/lib/starter_web/_plugins/asciidoctor/masterslider-block.rb +6 -5
  133. data/lib/starter_web/_plugins/asciidoctor/slick-block.rb +49 -0
  134. data/lib/starter_web/_plugins/index/lunr.rb +1 -1
  135. data/lib/starter_web/assets/images/custom/header/avatar.svg +248 -0
  136. data/lib/starter_web/assets/images/custom/header/family.svg +2209 -0
  137. data/lib/starter_web/assets/images/parsa/customers/200x150/img1.png +0 -0
  138. data/lib/starter_web/assets/images/parsa/customers/200x150/img2.png +0 -0
  139. data/lib/starter_web/assets/images/parsa/customers/200x150/img3.png +0 -0
  140. data/lib/starter_web/assets/images/parsa/customers/200x150/img4.png +0 -0
  141. data/lib/starter_web/assets/images/parsa/customers/200x150/img5.png +0 -0
  142. data/lib/starter_web/assets/images/parsa/customers/200x150/img6.png +0 -0
  143. data/lib/starter_web/assets/images/parsa/customers/200x150/img7.png +0 -0
  144. data/lib/starter_web/assets/images/parsa/customers/200x150/img8.png +0 -0
  145. data/lib/starter_web/assets/images/parsa/customers/200x150/img9.png +0 -0
  146. data/lib/starter_web/assets/images/parsa/customers/client-1.png +0 -0
  147. data/lib/starter_web/assets/images/parsa/customers/client-2.png +0 -0
  148. data/lib/starter_web/assets/images/parsa/customers/client-3.png +0 -0
  149. data/lib/starter_web/assets/images/parsa/customers/client-4.png +0 -0
  150. data/lib/starter_web/assets/images/parsa/customers/client-5.png +0 -0
  151. data/lib/starter_web/assets/images/parsa/customers/client-6.png +0 -0
  152. data/lib/starter_web/assets/images/parsa/customers/client-7.png +0 -0
  153. data/lib/starter_web/assets/images/parsa/icons/close-icon.svg +1 -0
  154. data/lib/starter_web/assets/images/parsa/icons/favicon.ico +0 -0
  155. data/lib/starter_web/assets/images/parsa/icons/icon.png +0 -0
  156. data/lib/starter_web/assets/images/parsa/icons/icon.svg +152 -0
  157. data/lib/starter_web/assets/images/parsa/icons/logo.svg +172 -0
  158. data/lib/starter_web/assets/images/parsa/icons/up.svg +1 -0
  159. data/lib/starter_web/assets/images/parsa/masthead/19-02-_2023_09-05-46.jpg +0 -0
  160. data/lib/starter_web/assets/images/parsa/masthead/banner-img.png +0 -0
  161. data/lib/starter_web/assets/images/parsa/pages/1920x1280/author.jpg +0 -0
  162. data/lib/starter_web/assets/images/parsa/pages/1920x1280/contact.jpg +0 -0
  163. data/lib/starter_web/assets/images/parsa/pages/author.jpg +0 -0
  164. data/lib/starter_web/assets/images/parsa/pages/contact.jpg +0 -0
  165. data/lib/starter_web/assets/images/parsa/partners/scalable/facebook.svg +34 -0
  166. data/lib/starter_web/assets/images/parsa/partners/scalable/google.svg +35 -0
  167. data/lib/starter_web/assets/images/parsa/partners/scalable/ibm.svg +24 -0
  168. data/lib/starter_web/assets/images/parsa/partners/scalable/microsoft.svg +42 -0
  169. data/lib/starter_web/assets/images/parsa/portfolio/1.jpg +0 -0
  170. data/lib/starter_web/assets/images/parsa/portfolio/2.jpg +0 -0
  171. data/lib/starter_web/assets/images/parsa/portfolio/3.jpg +0 -0
  172. data/lib/starter_web/assets/images/parsa/portfolio/4.jpg +0 -0
  173. data/lib/starter_web/assets/images/parsa/portfolio/5.jpg +0 -0
  174. data/lib/starter_web/assets/images/parsa/portfolio/6.jpg +0 -0
  175. data/lib/starter_web/assets/images/parsa/posts/1280x1024/post-img.jpg +0 -0
  176. data/lib/starter_web/assets/images/parsa/posts/1280x1024/post-single.jpg +0 -0
  177. data/lib/starter_web/assets/images/parsa/posts/featured/post-1.jpg +0 -0
  178. data/lib/starter_web/assets/images/parsa/posts/featured/post-2.jpg +0 -0
  179. data/lib/starter_web/assets/images/parsa/posts/featured/post-3.jpg +0 -0
  180. data/lib/starter_web/assets/images/parsa/posts/featured/post-4.jpg +0 -0
  181. data/lib/starter_web/assets/images/parsa/posts/featured/post-5.jpg +0 -0
  182. data/lib/starter_web/assets/images/parsa/posts/natural_food/post-1.jpg +0 -0
  183. data/lib/starter_web/assets/images/parsa/posts/natural_food/post-10.jpg +0 -0
  184. data/lib/starter_web/assets/images/parsa/posts/natural_food/post-11.jpg +0 -0
  185. data/lib/starter_web/assets/images/parsa/posts/natural_food/post-12.jpg +0 -0
  186. data/lib/starter_web/assets/images/parsa/posts/natural_food/post-13.jpg +0 -0
  187. data/lib/starter_web/assets/images/parsa/posts/natural_food/post-2.jpg +0 -0
  188. data/lib/starter_web/assets/images/parsa/posts/natural_food/post-3.jpg +0 -0
  189. data/lib/starter_web/assets/images/parsa/posts/natural_food/post-4.jpg +0 -0
  190. data/lib/starter_web/assets/images/parsa/posts/natural_food/post-5.jpg +0 -0
  191. data/lib/starter_web/assets/images/parsa/posts/natural_food/post-6.jpg +0 -0
  192. data/lib/starter_web/assets/images/parsa/posts/natural_food/post-7.jpg +0 -0
  193. data/lib/starter_web/assets/images/parsa/posts/natural_food/post-8.jpg +0 -0
  194. data/lib/starter_web/assets/images/parsa/posts/natural_food/post-9.jpg +0 -0
  195. data/lib/starter_web/assets/images/parsa/posts/post-img.jpg +0 -0
  196. data/lib/starter_web/assets/images/parsa/posts/post-single.jpg +0 -0
  197. data/lib/starter_web/assets/images/parsa/promo/home/screenshot.jpg +0 -0
  198. data/lib/starter_web/collections/_biography/a-life-in-questions.adoc +7 -3
  199. data/lib/starter_web/collections/_biography/becoming.adoc +6 -3
  200. data/lib/starter_web/collections/_biography/born-to-run.adoc +6 -3
  201. data/lib/starter_web/collections/_biography/forty-autumns.adoc +6 -2
  202. data/lib/starter_web/collections/_biography/not-dead-yet.adoc +6 -3
  203. data/lib/starter_web/collections/_biography/princess-diarist-the.adoc +6 -2
  204. data/lib/starter_web/collections/_biography/when-breath-becomes-air.adoc +6 -3
  205. data/lib/starter_web/collections/_fantasy/harry-potter-deathly-hallows.adoc +82 -0
  206. data/lib/starter_web/collections/_fantasy/harry-potter-philosophers-stone.adoc +82 -0
  207. data/lib/starter_web/collections/_fantasy/mistborn-trilogy.adoc +80 -0
  208. data/lib/starter_web/collections/_fantasy/ready-player-one.adoc +82 -0
  209. data/lib/starter_web/collections/_fantasy/sword-of-destiny.adoc +80 -0
  210. data/lib/starter_web/collections/_fantasy/terry-pratchet-diary-2017.adoc +78 -0
  211. data/lib/starter_web/collections/_romance/breath-of-snow-and-ashes-a.adoc +86 -0
  212. data/lib/starter_web/collections/_romance/dressmaker-the.adoc +79 -0
  213. data/lib/starter_web/collections/_romance/fiery-cross-the.adoc +87 -0
  214. data/lib/starter_web/collections/_romance/it-ends-with-us.adoc +84 -0
  215. data/lib/starter_web/collections/_romance/outlander-novel.adoc +96 -0
  216. data/lib/starter_web/collections/_romance/virgins-outlander-short-story.adoc +80 -0
  217. data/lib/starter_web/collections/posts/public/featured/_posts/0000-00-00-welcome-to-j1.adoc.erb +49 -6
  218. data/lib/starter_web/collections/posts/public/featured/_posts/2021-01-01-about-cookies.adoc +0 -13
  219. data/lib/starter_web/collections/posts/public/series/_posts/2022-08-01-organize-your-life.adoc +118 -0
  220. data/lib/starter_web/collections/posts/public/series/_posts/2022-08-02-organize-your-life.adoc +118 -0
  221. data/lib/starter_web/collections/posts/public/series/_posts/2022-08-03-organize-your-life.adoc +118 -0
  222. data/lib/starter_web/collections/posts/public/series/_posts/2022-09-01-organize-your-life.adoc +117 -0
  223. data/lib/starter_web/collections/posts/public/series/_posts/2022-09-02-organize-your-life.adoc +117 -0
  224. data/lib/starter_web/dot.bundle/config +2 -0
  225. data/lib/starter_web/index.html +129 -114
  226. data/lib/starter_web/package.json +9 -9
  227. data/lib/starter_web/pages/public/about/site.adoc +2 -2
  228. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/documentation.adoc +1 -1
  229. data/lib/starter_web/pages/public/blog/navigator/archive/allview.html +1 -1
  230. data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +1 -1
  231. data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +1 -1
  232. data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +1 -1
  233. data/lib/starter_web/pages/public/bookshelf/article_previewer/viewer_biography.adoc +89 -0
  234. data/lib/starter_web/pages/public/bookshelf/article_previewer/viewer_fantasy.adoc +81 -0
  235. data/lib/starter_web/pages/public/bookshelf/article_previewer/viewer_romance.adoc +81 -0
  236. data/lib/starter_web/pages/public/bookshelf/{whats_up.adoc → jekyll_collections.adoc} +31 -23
  237. data/lib/starter_web/pages/public/features/template.adoc +1 -1
  238. data/lib/starter_web/pages/public/learn/roundtrip/asciidoc_extensions.adoc +8 -4
  239. data/lib/starter_web/pages/public/learn/roundtrip/bootstrap_themes.adoc +21 -13
  240. data/lib/starter_web/pages/public/learn/roundtrip/icon_fonts.adoc +10 -1
  241. data/lib/starter_web/pages/public/learn/roundtrip/lunr_search.adoc +22 -5
  242. data/lib/starter_web/pages/public/learn/roundtrip/modal_extentions.adoc +14 -8
  243. data/lib/starter_web/pages/public/learn/roundtrip/present_images.adoc +8 -1
  244. data/lib/starter_web/pages/public/learn/roundtrip/present_videos.adoc +15 -3
  245. data/lib/starter_web/pages/public/learn/roundtrip/responsive_tables.adoc +13 -1
  246. data/lib/starter_web/pages/public/learn/roundtrip/typography.adoc +10 -3
  247. data/lib/starter_web/pages/public/panels/intro_panel/panel.adoc +4 -4
  248. data/lib/starter_web/pages/public/previewer/preview_bootstrap_theme.adoc +117 -116
  249. data/lib/starter_web/pages/public/previewer/preview_masonry.adoc +361 -0
  250. data/lib/starter_web/pages/public/previewer/preview_slick_slider.adoc +375 -0
  251. data/lib/starter_web/utilsrv/_defaults/package.json +2 -2
  252. data/lib/starter_web/utilsrv/package.json +2 -2
  253. metadata +132 -30
  254. data/_layouts/paginator/readme +0 -2
  255. data/assets/themes/j1/modules/slick/css/slick.min.css +0 -15
  256. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-01-post-wiki-series.adoc +0 -144
  257. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-02-post-wiki-series.adoc +0 -103
  258. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-03-post-wiki-series.adoc +0 -117
  259. data/lib/starter_web/collections/posts/public/series/_posts/_includes/attributes.asciidoc +0 -44
  260. data/lib/starter_web/collections/posts/public/series/_posts/_includes/documents/readme +0 -0
  261. data/lib/starter_web/collections/posts/public/series/_posts/_includes/tables/readme +0 -0
  262. data/lib/starter_web/pages/public/bookshelf/viewer_biography.adoc +0 -58
  263. /data/_layouts/{paginator/autopage_tags.html → autopage_tags.html} +0 -0
  264. /data/assets/themes/j1/modules/slick/{LICENSE → slider/LICENSE} +0 -0
  265. /data/assets/themes/j1/modules/slick/{fonts → slider/fonts}/slick.eot +0 -0
  266. /data/assets/themes/j1/modules/slick/{fonts → slider/fonts}/slick.ttf +0 -0
  267. /data/assets/themes/j1/modules/slick/{fonts → slider/fonts}/slick.woff +0 -0
  268. /data/assets/themes/j1/modules/slick/{ajax-loader.gif → slider/images/ajax-loader.gif} +0 -0
  269. /data/assets/themes/j1/modules/slick/{js → slider/js}/slick.min.js +0 -0
@@ -50,20 +50,7 @@ are bothered all the time to accept cookies. For good reasons.
50
50
 
51
51
  excerpt__end
52
52
 
53
- // Load Liquid procedures
54
- // -----------------------------------------------------------------------------
55
- {% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
56
-
57
- // Load page attributes
58
- // -----------------------------------------------------------------------------
59
- {% include {{load_attributes}} scope="global" %}
60
53
 
61
-
62
- // Page content
63
- // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
64
-
65
- // Include sub-documents (if any)
66
- // -----------------------------------------------------------------------------
67
54
  == What are cookies technically
68
55
 
69
56
  In short: a cookie is a small piece of data that a website asks your
@@ -0,0 +1,118 @@
1
+ ---
2
+ title: Life With Simple Rules
3
+ tagline: Lifestyle
4
+ description: >
5
+ Modern life refers to the way of life and the
6
+ living conditions that have evolved with technological
7
+ advancements, urbanization, and globalization.
8
+
9
+ categories: [ Life ]
10
+ tags: [ Lifestyle ]
11
+
12
+ image:
13
+ path: /assets/images/parsa/posts/featured/post-1.jpg
14
+ width: 1920
15
+ height: 1280
16
+ alt: Post Image
17
+
18
+ group: Life
19
+ series: Life
20
+ regenerate: false
21
+
22
+ resources: [ animate ]
23
+ resource_options:
24
+ - attic:
25
+ padding_top: 600
26
+ slides:
27
+ - url: /assets/images/parsa/posts/featured/post-1.jpg
28
+ alt: Post Image
29
+ ---
30
+
31
+ // Page Initializer
32
+ // =============================================================================
33
+ // Enable the Liquid Preprocessor
34
+ :page-liquid:
35
+
36
+ // Set (local) page attributes here
37
+ // -----------------------------------------------------------------------------
38
+ // :page--attr: <attr-value>
39
+
40
+ // Place an excerpt at the most top position
41
+ // -----------------------------------------------------------------------------
42
+ [role="dropcap mb-4"]
43
+ Modern life refers to the way of life and the living conditions that have
44
+ evolved with technological advancements, urbanization, and globalization. It
45
+ includes the various social, economic, and cultural changes due to these
46
+ developments.
47
+
48
+ excerpt__end
49
+
50
+ // Load Liquid procedures
51
+ // -----------------------------------------------------------------------------
52
+ {% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
53
+
54
+ // Load page attributes
55
+ // -----------------------------------------------------------------------------
56
+ {% include {{load_attributes}} scope="global" %}
57
+
58
+
59
+ // Page content
60
+ // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
61
+
62
+ // Include sub-documents (if any)
63
+ // -----------------------------------------------------------------------------
64
+ == Modern Life
65
+
66
+ Modern life is characterized by the widespread use of technology and the
67
+ internet, which have made communication, information sharing, and access to
68
+ services more convenient and efficient. People can now work remotely, shop
69
+ online, access entertainment, and connect with others from anywhere in the
70
+ world.
71
+
72
+ [role="mb-4"]
73
+ Urbanization has also been a significant factor in shaping Modern life.
74
+ Cities have become commerce, industry, and innovation centers, attracting
75
+ people from rural areas for better opportunities. Urbanization has led to
76
+ the growth of modern infrastructure, such as high-rise buildings, highways,
77
+ public transportation systems, and modern amenities.
78
+
79
+
80
+ == Organize Modern Life
81
+
82
+ Moreover, Modern life has brought about significant changes in lifestyle
83
+ and cultural practices. People today have access to various food, fashion,
84
+ and entertainment options worldwide, leading to greater diversity and
85
+ cultural exchange. However, Modern life also presents challenges, such
86
+ as increased stress, pollution, and the risk of social isolation. Therefore,
87
+ it is essential to strike a balance between embracing the benefits of modern
88
+ living while also addressing its negative consequences.
89
+
90
+ [role="mt-3 mb-5"]
91
+ image::parsa/posts/post-img.jpg[{{page.tagline}}, width=1280]
92
+
93
+ Five golden rules for Modern life:
94
+
95
+ . Prioritize your health and wellness: In the fast-paced world of modern
96
+ living, it's important to prioritize your physical and mental health. A
97
+ healthy life includes regular exercise, eating a balanced and nutritious
98
+ diet, getting enough sleep, and managing stress.
99
+
100
+ . Embrace technology but use it mindfully: Technology can be a powerful
101
+ tool for Modern life, but it's essential to use it mindfully.
102
+
103
+ . Cultivate meaningful relationships: While technology has made it easier
104
+ to connect with others, it's important to cultivate meaningful relationships
105
+ online and offline.
106
+
107
+ . Practice gratitude and mindfulness: Gratitude and mindfulness are essential
108
+ for Modern life. Taking time to appreciate the good things in life can
109
+ help cultivate a positive mindset, reduce stress, and improve overall
110
+ well-being.
111
+
112
+ . Pursue personal growth and lifelong learning: In today's fast-changing
113
+ world, pursuing personal growth and lifelong learning is essential.
114
+ Personal growth includes setting goals, developing new skills, and
115
+ seeking new experiences and challenges.
116
+
117
+ Following these golden rules can lead to a fulfilling and meaningful life
118
+ in the current world.
@@ -0,0 +1,118 @@
1
+ ---
2
+ title: Life With Simple Rules
3
+ tagline: Growth
4
+ description: >
5
+ Modern life refers to the way of life and the
6
+ living conditions that have evolved with technological
7
+ advancements, urbanization, and globalization.
8
+
9
+ categories: [ Life ]
10
+ tags: [ Growth ]
11
+
12
+ image:
13
+ path: /assets/images/parsa/posts/featured/post-2.jpg
14
+ width: 1920
15
+ height: 1280
16
+ alt: Post Image
17
+
18
+ group: Life
19
+ series: Life
20
+ regenerate: false
21
+
22
+ resources: [ animate ]
23
+ resource_options:
24
+ - attic:
25
+ padding_top: 600
26
+ slides:
27
+ - url: /assets/images/parsa/posts/featured/post-2.jpg
28
+ alt: Post Image
29
+ ---
30
+
31
+ // Page Initializer
32
+ // =============================================================================
33
+ // Enable the Liquid Preprocessor
34
+ :page-liquid:
35
+
36
+ // Set (local) page attributes here
37
+ // -----------------------------------------------------------------------------
38
+ // :page--attr: <attr-value>
39
+
40
+ // Place an excerpt at the most top position
41
+ // -----------------------------------------------------------------------------
42
+ [role="dropcap mb-4"]
43
+ Modern life refers to the way of life and the living conditions that have
44
+ evolved with technological advancements, urbanization, and globalization. It
45
+ includes the various social, economic, and cultural changes due to these
46
+ developments.
47
+
48
+ excerpt__end
49
+
50
+ // Load Liquid procedures
51
+ // -----------------------------------------------------------------------------
52
+ {% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
53
+
54
+ // Load page attributes
55
+ // -----------------------------------------------------------------------------
56
+ {% include {{load_attributes}} scope="global" %}
57
+
58
+
59
+ // Page content
60
+ // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
61
+
62
+ // Include sub-documents (if any)
63
+ // -----------------------------------------------------------------------------
64
+ == Modern Life
65
+
66
+ Modern life is characterized by the widespread use of technology and the
67
+ internet, which have made communication, information sharing, and access to
68
+ services more convenient and efficient. People can now work remotely, shop
69
+ online, access entertainment, and connect with others from anywhere in the
70
+ world.
71
+
72
+ [role="mb-4"]
73
+ Urbanization has also been a significant factor in shaping Modern life.
74
+ Cities have become commerce, industry, and innovation centers, attracting
75
+ people from rural areas for better opportunities. Urbanization has led to
76
+ the growth of modern infrastructure, such as high-rise buildings, highways,
77
+ public transportation systems, and modern amenities.
78
+
79
+
80
+ == Organize Modern Life
81
+
82
+ Moreover, Modern life has brought about significant changes in lifestyle
83
+ and cultural practices. People today have access to various food, fashion,
84
+ and entertainment options worldwide, leading to greater diversity and
85
+ cultural exchange. However, Modern life also presents challenges, such
86
+ as increased stress, pollution, and the risk of social isolation. Therefore,
87
+ it is essential to strike a balance between embracing the benefits of modern
88
+ living while also addressing its negative consequences.
89
+
90
+ [role="mt-3 mb-5"]
91
+ image::parsa/posts/post-img.jpg[{{page.tagline}}, width=1280]
92
+
93
+ Five golden rules for Modern life:
94
+
95
+ . Prioritize your health and wellness: In the fast-paced world of modern
96
+ living, it's important to prioritize your physical and mental health. A
97
+ healthy life includes regular exercise, eating a balanced and nutritious
98
+ diet, getting enough sleep, and managing stress.
99
+
100
+ . Embrace technology but use it mindfully: Technology can be a powerful
101
+ tool for Modern life, but it's essential to use it mindfully.
102
+
103
+ . Cultivate meaningful relationships: While technology has made it easier
104
+ to connect with others, it's important to cultivate meaningful relationships
105
+ online and offline.
106
+
107
+ . Practice gratitude and mindfulness: Gratitude and mindfulness are essential
108
+ for Modern life. Taking time to appreciate the good things in life can
109
+ help cultivate a positive mindset, reduce stress, and improve overall
110
+ well-being.
111
+
112
+ . Pursue personal growth and lifelong learning: In today's fast-changing
113
+ world, pursuing personal growth and lifelong learning is essential.
114
+ Personal growth includes setting goals, developing new skills, and
115
+ seeking new experiences and challenges.
116
+
117
+ Following these golden rules can lead to a fulfilling and meaningful life
118
+ in the current world.
@@ -0,0 +1,118 @@
1
+ ---
2
+ title: Life With Simple Rules
3
+ tagline: Technology
4
+ description: >
5
+ Modern life refers to the way of life and the
6
+ living conditions that have evolved with technological
7
+ advancements, urbanization, and globalization.
8
+
9
+ categories: [ Life ]
10
+ tags: [ Technology ]
11
+
12
+ image:
13
+ path: /assets/images/parsa/posts/featured/post-3.jpg
14
+ width: 1920
15
+ height: 1280
16
+ alt: Post Image
17
+
18
+ group: Life
19
+ series: Life
20
+ regenerate: false
21
+
22
+ resources: [ animate ]
23
+ resource_options:
24
+ - attic:
25
+ padding_top: 600
26
+ slides:
27
+ - url: /assets/images/parsa/posts/featured/post-3.jpg
28
+ alt: Post Image
29
+ ---
30
+
31
+ // Page Initializer
32
+ // =============================================================================
33
+ // Enable the Liquid Preprocessor
34
+ :page-liquid:
35
+
36
+ // Set (local) page attributes here
37
+ // -----------------------------------------------------------------------------
38
+ // :page--attr: <attr-value>
39
+
40
+ // Place an excerpt at the most top position
41
+ // -----------------------------------------------------------------------------
42
+ [role="dropcap mb-4"]
43
+ Modern life refers to the way of life and the living conditions that have
44
+ evolved with technological advancements, urbanization, and globalization. It
45
+ includes the various social, economic, and cultural changes due to these
46
+ developments.
47
+
48
+ excerpt__end
49
+
50
+ // Load Liquid procedures
51
+ // -----------------------------------------------------------------------------
52
+ {% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
53
+
54
+ // Load page attributes
55
+ // -----------------------------------------------------------------------------
56
+ {% include {{load_attributes}} scope="global" %}
57
+
58
+
59
+ // Page content
60
+ // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
61
+
62
+ // Include sub-documents (if any)
63
+ // -----------------------------------------------------------------------------
64
+ == Modern Life
65
+
66
+ Modern life is characterized by the widespread use of technology and the
67
+ internet, which have made communication, information sharing, and access to
68
+ services more convenient and efficient. People can now work remotely, shop
69
+ online, access entertainment, and connect with others from anywhere in the
70
+ world.
71
+
72
+ [role="mb-4"]
73
+ Urbanization has also been a significant factor in shaping Modern life.
74
+ Cities have become commerce, industry, and innovation centers, attracting
75
+ people from rural areas for better opportunities. Urbanization has led to
76
+ the growth of modern infrastructure, such as high-rise buildings, highways,
77
+ public transportation systems, and modern amenities.
78
+
79
+
80
+ == Organize Modern Life
81
+
82
+ Moreover, Modern life has brought about significant changes in lifestyle
83
+ and cultural practices. People today have access to various food, fashion,
84
+ and entertainment options worldwide, leading to greater diversity and
85
+ cultural exchange. However, Modern life also presents challenges, such
86
+ as increased stress, pollution, and the risk of social isolation. Therefore,
87
+ it is essential to strike a balance between embracing the benefits of modern
88
+ living while also addressing its negative consequences.
89
+
90
+ [role="mt-3 mb-5"]
91
+ image::parsa/posts/post-img.jpg[{{page.tagline}}, width=1280]
92
+
93
+ Five golden rules for Modern life:
94
+
95
+ . Prioritize your health and wellness: In the fast-paced world of modern
96
+ living, it's important to prioritize your physical and mental health. A
97
+ healthy life includes regular exercise, eating a balanced and nutritious
98
+ diet, getting enough sleep, and managing stress.
99
+
100
+ . Embrace technology but use it mindfully: Technology can be a powerful
101
+ tool for Modern life, but it's essential to use it mindfully.
102
+
103
+ . Cultivate meaningful relationships: While technology has made it easier
104
+ to connect with others, it's important to cultivate meaningful relationships
105
+ online and offline.
106
+
107
+ . Practice gratitude and mindfulness: Gratitude and mindfulness are essential
108
+ for Modern life. Taking time to appreciate the good things in life can
109
+ help cultivate a positive mindset, reduce stress, and improve overall
110
+ well-being.
111
+
112
+ . Pursue personal growth and lifelong learning: In today's fast-changing
113
+ world, pursuing personal growth and lifelong learning is essential.
114
+ Personal growth includes setting goals, developing new skills, and
115
+ seeking new experiences and challenges.
116
+
117
+ Following these golden rules can lead to a fulfilling and meaningful life
118
+ in the current world.
@@ -0,0 +1,117 @@
1
+ ---
2
+ title: Life With Simple Rules
3
+ tagline: Mindset
4
+ description: >
5
+ Modern life refers to the way of life and the
6
+ living conditions that have evolved with technological
7
+ advancements, urbanization, and globalization.
8
+
9
+ categories: [ Life ]
10
+ tags: [ Mindset ]
11
+ image:
12
+ path: /assets/images/parsa/posts/featured/post-4.jpg
13
+ width: 1920
14
+ height: 1280
15
+ alt: Post Image
16
+
17
+ group: Life
18
+ series: Life
19
+ regenerate: false
20
+
21
+ resources: [ animate ]
22
+ resource_options:
23
+ - attic:
24
+ padding_top: 600
25
+ slides:
26
+ - url: /assets/images/parsa/posts/featured/post-4.jpg
27
+ alt: Post Image
28
+ ---
29
+
30
+ // Page Initializer
31
+ // =============================================================================
32
+ // Enable the Liquid Preprocessor
33
+ :page-liquid:
34
+
35
+ // Set (local) page attributes here
36
+ // -----------------------------------------------------------------------------
37
+ // :page--attr: <attr-value>
38
+
39
+ // Place an excerpt at the most top position
40
+ // -----------------------------------------------------------------------------
41
+ [role="dropcap mb-4"]
42
+ Modern life refers to the way of life and the living conditions that have
43
+ evolved with technological advancements, urbanization, and globalization. It
44
+ includes the various social, economic, and cultural changes due to these
45
+ developments.
46
+
47
+ excerpt__end
48
+
49
+ // Load Liquid procedures
50
+ // -----------------------------------------------------------------------------
51
+ {% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
52
+
53
+ // Load page attributes
54
+ // -----------------------------------------------------------------------------
55
+ {% include {{load_attributes}} scope="global" %}
56
+
57
+
58
+ // Page content
59
+ // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
60
+
61
+ // Include sub-documents (if any)
62
+ // -----------------------------------------------------------------------------
63
+ == Modern Life
64
+
65
+ Modern life is characterized by the widespread use of technology and the
66
+ internet, which have made communication, information sharing, and access to
67
+ services more convenient and efficient. People can now work remotely, shop
68
+ online, access entertainment, and connect with others from anywhere in the
69
+ world.
70
+
71
+ [role="mb-4"]
72
+ Urbanization has also been a significant factor in shaping Modern life.
73
+ Cities have become commerce, industry, and innovation centers, attracting
74
+ people from rural areas for better opportunities. Urbanization has led to
75
+ the growth of modern infrastructure, such as high-rise buildings, highways,
76
+ public transportation systems, and modern amenities.
77
+
78
+
79
+ == Organize Modern Life
80
+
81
+ Moreover, Modern life has brought about significant changes in lifestyle
82
+ and cultural practices. People today have access to various food, fashion,
83
+ and entertainment options worldwide, leading to greater diversity and
84
+ cultural exchange. However, Modern life also presents challenges, such
85
+ as increased stress, pollution, and the risk of social isolation. Therefore,
86
+ it is essential to strike a balance between embracing the benefits of modern
87
+ living while also addressing its negative consequences.
88
+
89
+ [role="mt-3 mb-5"]
90
+ image::parsa/posts/post-img.jpg[{{page.tagline}}, width=1280]
91
+
92
+ Five golden rules for Modern life:
93
+
94
+ . Prioritize your health and wellness: In the fast-paced world of modern
95
+ living, it's important to prioritize your physical and mental health. A
96
+ healthy life includes regular exercise, eating a balanced and nutritious
97
+ diet, getting enough sleep, and managing stress.
98
+
99
+ . Embrace technology but use it mindfully: Technology can be a powerful
100
+ tool for Modern life, but it's essential to use it mindfully.
101
+
102
+ . Cultivate meaningful relationships: While technology has made it easier
103
+ to connect with others, it's important to cultivate meaningful relationships
104
+ online and offline.
105
+
106
+ . Practice gratitude and mindfulness: Gratitude and mindfulness are essential
107
+ for Modern life. Taking time to appreciate the good things in life can
108
+ help cultivate a positive mindset, reduce stress, and improve overall
109
+ well-being.
110
+
111
+ . Pursue personal growth and lifelong learning: In today's fast-changing
112
+ world, pursuing personal growth and lifelong learning is essential.
113
+ Personal growth includes setting goals, developing new skills, and
114
+ seeking new experiences and challenges.
115
+
116
+ Following these golden rules can lead to a fulfilling and meaningful life
117
+ in the current world.
@@ -0,0 +1,117 @@
1
+ ---
2
+ title: Life With Simple Rules
3
+ tagline: Health
4
+ description: >
5
+ Modern life refers to the way of life and the
6
+ living conditions that have evolved with technological
7
+ advancements, urbanization, and globalization.
8
+
9
+ categories: [ Life ]
10
+ tags: [ Health ]
11
+ image:
12
+ path: /assets/images/parsa/posts/featured/post-5.jpg
13
+ width: 1920
14
+ height: 1280
15
+ alt: Post Image
16
+
17
+ group: Life
18
+ series: Life
19
+ regenerate: false
20
+
21
+ resources: [ animate ]
22
+ resource_options:
23
+ - attic:
24
+ padding_top: 600
25
+ slides:
26
+ - url: /assets/images/parsa/posts/featured/post-5.jpg
27
+ alt: Post Image
28
+ ---
29
+
30
+ // Page Initializer
31
+ // =============================================================================
32
+ // Enable the Liquid Preprocessor
33
+ :page-liquid:
34
+
35
+ // Set (local) page attributes here
36
+ // -----------------------------------------------------------------------------
37
+ // :page--attr: <attr-value>
38
+
39
+ // Place an excerpt at the most top position
40
+ // -----------------------------------------------------------------------------
41
+ [role="dropcap mb-4"]
42
+ Modern life refers to the way of life and the living conditions that have
43
+ evolved with technological advancements, urbanization, and globalization. It
44
+ includes the various social, economic, and cultural changes due to these
45
+ developments.
46
+
47
+ excerpt__end
48
+
49
+ // Load Liquid procedures
50
+ // -----------------------------------------------------------------------------
51
+ {% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
52
+
53
+ // Load page attributes
54
+ // -----------------------------------------------------------------------------
55
+ {% include {{load_attributes}} scope="global" %}
56
+
57
+
58
+ // Page content
59
+ // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
60
+
61
+ // Include sub-documents (if any)
62
+ // -----------------------------------------------------------------------------
63
+ == Modern Life
64
+
65
+ Modern life is characterized by the widespread use of technology and the
66
+ internet, which have made communication, information sharing, and access to
67
+ services more convenient and efficient. People can now work remotely, shop
68
+ online, access entertainment, and connect with others from anywhere in the
69
+ world.
70
+
71
+ [role="mb-4"]
72
+ Urbanization has also been a significant factor in shaping Modern life.
73
+ Cities have become commerce, industry, and innovation centers, attracting
74
+ people from rural areas for better opportunities. Urbanization has led to
75
+ the growth of modern infrastructure, such as high-rise buildings, highways,
76
+ public transportation systems, and modern amenities.
77
+
78
+
79
+ == Organize Modern Life
80
+
81
+ Moreover, Modern life has brought about significant changes in lifestyle
82
+ and cultural practices. People today have access to various food, fashion,
83
+ and entertainment options worldwide, leading to greater diversity and
84
+ cultural exchange. However, Modern life also presents challenges, such
85
+ as increased stress, pollution, and the risk of social isolation. Therefore,
86
+ it is essential to strike a balance between embracing the benefits of modern
87
+ living while also addressing its negative consequences.
88
+
89
+ [role="mt-3 mb-5"]
90
+ image::parsa/posts/post-img.jpg[{{page.tagline}}, width=1280]
91
+
92
+ Five golden rules for Modern life:
93
+
94
+ . Prioritize your health and wellness: In the fast-paced world of modern
95
+ living, it's important to prioritize your physical and mental health. A
96
+ healthy life includes regular exercise, eating a balanced and nutritious
97
+ diet, getting enough sleep, and managing stress.
98
+
99
+ . Embrace technology but use it mindfully: Technology can be a powerful
100
+ tool for Modern life, but it's essential to use it mindfully.
101
+
102
+ . Cultivate meaningful relationships: While technology has made it easier
103
+ to connect with others, it's important to cultivate meaningful relationships
104
+ online and offline.
105
+
106
+ . Practice gratitude and mindfulness: Gratitude and mindfulness are essential
107
+ for Modern life. Taking time to appreciate the good things in life can
108
+ help cultivate a positive mindset, reduce stress, and improve overall
109
+ well-being.
110
+
111
+ . Pursue personal growth and lifelong learning: In today's fast-changing
112
+ world, pursuing personal growth and lifelong learning is essential.
113
+ Personal growth includes setting goals, developing new skills, and
114
+ seeking new experiences and challenges.
115
+
116
+ Following these golden rules can lead to a fulfilling and meaningful life
117
+ in the current world.
@@ -0,0 +1,2 @@
1
+ ---
2
+ BUNDLE_PATH: "~/.gem"