j1-template 2023.0.17 → 2023.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/themes/j1/layouts/content_generator_collection.html +2 -3
- data/_includes/themes/j1/layouts/content_generator_news_panel_posts.html +2 -2
- data/_includes/themes/j1/modules/attics/generator.html +3 -1
- data/_includes/themes/j1/modules/navigator/generator.html +2 -2
- data/_includes/themes/j1/procedures/collections/create_collection_article_preview.proc +1 -1
- data/_layouts/{paginator/autopage_category.html → autopage_category.html} +1 -1
- data/_layouts/{paginator/autopage_collection.html → autopage_collection.html} +1 -6
- data/_layouts/{paginator/autopage_collections_tags.html → autopage_collections_tags.html} +1 -1
- data/_layouts/category.html +67 -0
- data/_layouts/readme +2 -0
- data/assets/data/banner.html +8 -6
- data/assets/data/masonry.html +397 -0
- data/assets/data/panel.html +1 -1
- data/assets/data/quicklinks.html +12 -12
- data/assets/data/slick.html +288 -0
- data/assets/error_pages/HTTP204.html +1 -1
- data/assets/error_pages/HTTP400.html +1 -1
- data/assets/error_pages/HTTP401.html +1 -1
- data/assets/error_pages/HTTP403.html +1 -1
- data/assets/error_pages/HTTP404.html +1 -1
- data/assets/error_pages/HTTP444.html +1 -1
- data/assets/error_pages/HTTP445.html +1 -1
- data/assets/error_pages/HTTP446.html +1 -1
- data/assets/error_pages/HTTP447.html +1 -1
- data/assets/error_pages/HTTP448.html +1 -1
- data/assets/error_pages/HTTP500.html +1 -1
- data/assets/error_pages/HTTP501.html +1 -1
- data/assets/error_pages/HTTP502.html +1 -1
- data/assets/error_pages/HTTP503.html +1 -1
- data/assets/themes/j1/adapter/js/attic.js +31 -16
- data/assets/themes/j1/adapter/js/j1.js +55 -21
- data/assets/themes/j1/adapter/js/masonry.js +119 -49
- data/assets/themes/j1/adapter/js/mmenu.js +4 -3
- data/assets/themes/j1/adapter/js/navigator.js +69 -19
- data/assets/themes/j1/adapter/js/slick.js +293 -44
- data/assets/themes/j1/adapter/js/toccer.js +27 -14
- data/assets/themes/j1/adapter/js/waves.js +3 -1
- data/assets/themes/j1/core/css/themes/unolight/bootstrap.css +294 -364
- data/assets/themes/j1/core/css/themes/unolight/bootstrap.min.css +2 -2
- data/assets/themes/j1/core/js/template.js +56 -60
- data/assets/themes/j1/core/js/template.min.js +6 -6
- data/assets/themes/j1/core/js/template.min.js.map +1 -1
- data/assets/themes/j1/modules/masonry/css/theme/uno.css +35 -0
- data/assets/themes/j1/modules/masonry/css/theme/uno.min.css +15 -0
- data/assets/themes/j1/modules/mmenuLight/css/theme/uno/mmenu.css +3 -3
- data/assets/themes/j1/modules/mmenuLight/css/theme/uno/mmenu.min.css +1 -1
- data/assets/themes/j1/modules/slick/lightbox/LICENSE +20 -0
- data/assets/themes/j1/modules/slick/lightbox/README.md +138 -0
- data/assets/themes/j1/modules/slick/lightbox/css/slick-lightbox.css +128 -0
- data/assets/themes/j1/modules/slick/lightbox/css/slick-lightbox.min.css +1 -0
- data/assets/themes/j1/modules/slick/lightbox/css/theme/uno.css +36 -0
- data/assets/themes/j1/modules/slick/lightbox/css/theme/uno.min.css +15 -0
- data/assets/themes/j1/modules/slick/lightbox/js/slick-lightbox.js +353 -0
- data/assets/themes/j1/modules/slick/lightbox/js/slick-lightbox.min.js +2 -0
- data/assets/themes/j1/modules/slick/lightbox/js/slick-lightbox.min.js.map +1 -0
- data/assets/themes/j1/modules/slick/{README.md → slider/README.md} +13 -14
- data/assets/themes/j1/modules/slick/{css → slider/css}/slick.css +16 -10
- data/assets/themes/j1/modules/slick/slider/css/slick.min.css +15 -0
- data/assets/themes/j1/modules/slick/slider/css/theme/uno.css +292 -0
- data/assets/themes/j1/modules/slick/slider/css/theme/uno.min.css +15 -0
- data/assets/themes/j1/modules/slick/{fonts → slider/fonts}/slick.svg +14 -14
- data/assets/themes/j1/modules/slick/slider/js/slick.js +3037 -0
- data/assets/themes/j1/modules/translator/css/translator.css +3 -19
- data/assets/themes/j1/modules/translator/css/translator.min.css +1 -1
- data/lib/j1/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/3.2/fastfilereaderext.so +0 -0
- data/lib/j1/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/3.2/rubyeventmachine.so +0 -0
- data/lib/j1/version.rb +1 -1
- data/lib/j1_app/log4r/yamlconfigurator.rb +41 -41
- data/lib/starter_web/Gemfile +4 -4
- data/lib/starter_web/README.md +142 -143
- data/lib/starter_web/_config.yml +55 -25
- data/lib/starter_web/_data/blocks/banner.yml +45 -46
- data/lib/starter_web/_data/blocks/defaults/banner.yml +4 -4
- data/lib/starter_web/_data/blocks/defaults/panel.yml +11 -11
- data/lib/starter_web/_data/blocks/footer.yml +2 -2
- data/lib/starter_web/_data/blocks/panel.yml +9 -9
- data/lib/starter_web/_data/layouts/collection.yml +9 -0
- data/lib/starter_web/_data/layouts/home.yml +51 -21
- data/lib/starter_web/_data/layouts/page.yml +36 -3
- data/lib/starter_web/_data/layouts/post.yml +36 -3
- data/lib/starter_web/_data/layouts/raw.yml +35 -3
- data/lib/starter_web/_data/modules/advertising.yml +1 -2
- data/lib/starter_web/_data/modules/analytics.yml +1 -2
- data/lib/starter_web/_data/modules/attics.yml +2 -2
- data/lib/starter_web/_data/modules/blog_navigator.yml +1 -2
- data/lib/starter_web/_data/modules/carousel.yml +1 -2
- data/lib/starter_web/_data/modules/comments.yml +1 -2
- data/lib/starter_web/_data/modules/cookieconsent.yml +1 -2
- data/lib/starter_web/_data/modules/cookies.yml +1 -2
- data/lib/starter_web/_data/modules/defaults/advertising.yml +1 -2
- data/lib/starter_web/_data/modules/defaults/analytics.yml +1 -2
- data/lib/starter_web/_data/modules/defaults/attics.yml +2 -2
- data/lib/starter_web/_data/modules/defaults/authentication.yml +1 -2
- data/lib/starter_web/_data/modules/defaults/blog_navigator.yml +1 -1
- data/lib/starter_web/_data/modules/defaults/carousel.yml +1 -2
- data/lib/starter_web/_data/modules/defaults/comments.yml +1 -1
- data/lib/starter_web/_data/modules/defaults/cookieconsent.yml +1 -2
- data/lib/starter_web/_data/modules/defaults/cookies.yml +1 -2
- data/lib/starter_web/_data/modules/defaults/dropdowns.yml +1 -2
- data/lib/starter_web/_data/modules/defaults/fab.yml +1 -2
- data/lib/starter_web/_data/modules/defaults/framer.yml +1 -2
- data/lib/starter_web/_data/modules/defaults/justifiedGallery.yml +1 -2
- data/lib/starter_web/_data/modules/defaults/lightGallery.yml +1 -2
- data/lib/starter_web/_data/modules/defaults/lightbox.yml +1 -2
- data/lib/starter_web/_data/modules/defaults/log4javascript.yml +1 -2
- data/lib/starter_web/_data/modules/defaults/log4r.yml +7 -9
- data/lib/starter_web/_data/modules/defaults/lunr.yml +1 -2
- data/lib/starter_web/_data/modules/defaults/masonry.yml +52 -23
- data/lib/starter_web/_data/modules/defaults/navigator.yml +13 -12
- data/lib/starter_web/_data/modules/defaults/nbinteract.yml +1 -2
- data/lib/starter_web/_data/modules/defaults/particles.yml +1 -2
- data/lib/starter_web/_data/modules/defaults/rangeSlider.yml +1 -2
- data/lib/starter_web/_data/modules/defaults/rtable.yml +1 -2
- data/lib/starter_web/_data/modules/defaults/{scoller.yml → scroller.yml} +8 -2
- data/lib/starter_web/_data/modules/defaults/slick.yml +493 -0
- data/lib/starter_web/_data/modules/defaults/themer.yml +1 -2
- data/lib/starter_web/_data/modules/defaults/toccer.yml +2 -3
- data/lib/starter_web/_data/modules/defaults/translator.yml +2 -3
- data/lib/starter_web/_data/modules/defaults/waves.yml +1 -2
- data/lib/starter_web/_data/modules/dropdowns.yml +1 -2
- data/lib/starter_web/_data/modules/fab.yml +1 -2
- data/lib/starter_web/_data/modules/framer.yml +1 -2
- data/lib/starter_web/_data/modules/justifiedGallery.yml +1 -2
- data/lib/starter_web/_data/modules/lightGallery.yml +1 -2
- data/lib/starter_web/_data/modules/lightbox.yml +1 -2
- data/lib/starter_web/_data/modules/log4r.yml +140 -7
- data/lib/starter_web/_data/modules/lunr.yml +1 -2
- data/lib/starter_web/_data/modules/masonry.yml +293 -24
- data/lib/starter_web/_data/modules/masterslider.yml +2 -1
- data/lib/starter_web/_data/modules/navigator.yml +13 -25
- data/lib/starter_web/_data/modules/navigator_menu.yml +632 -560
- data/lib/starter_web/_data/modules/particles.yml +1 -2
- data/lib/starter_web/_data/modules/rangeSlider.yml +1 -2
- data/lib/starter_web/_data/modules/rtable.yml +1 -2
- data/lib/starter_web/_data/modules/scroller.yml +9 -3
- data/lib/starter_web/_data/modules/slick.yml +501 -0
- data/lib/starter_web/_data/modules/themer.yml +1 -2
- data/lib/starter_web/_data/modules/toccer.yml +1 -2
- data/lib/starter_web/_data/modules/translator.yml +1 -2
- data/lib/starter_web/_data/modules/waves.yml +1 -2
- data/lib/starter_web/_data/plugins/defaults/paginator.yml +23 -4
- data/lib/starter_web/_data/plugins/paginator.yml +10 -13
- data/lib/starter_web/_data/puma/config.rb +10 -0
- data/lib/starter_web/_data/resources.yml +36 -29
- data/lib/starter_web/_data/templates/feed.xml +1 -1
- data/lib/starter_web/_data/utilities/defaults/util_srv.yml +2 -2
- data/lib/starter_web/_data/utilities/util_srv.yml +2 -3
- data/lib/starter_web/_includes/attributes.asciidoc +24 -0
- data/lib/starter_web/_includes/custom/static/readme +1 -1
- data/lib/starter_web/_includes/custom/templates/collection_panel.html +131 -0
- data/lib/starter_web/_includes/custom/templates/custom_header.html +98 -0
- data/lib/starter_web/_includes/custom/templates/people_panel.html +144 -0
- data/lib/starter_web/_includes/custom/templates/readme +1 -1
- data/lib/starter_web/_plugins/asciidoctor/carousel-block.rb +1 -1
- data/lib/starter_web/_plugins/asciidoctor/gallery-block.rb +1 -1
- data/lib/starter_web/_plugins/asciidoctor/gist-block.rb +1 -1
- data/lib/starter_web/_plugins/asciidoctor/lightbox-block.rb +1 -1
- data/lib/starter_web/_plugins/asciidoctor/masonry-block.rb +50 -0
- data/lib/starter_web/_plugins/asciidoctor/masterslider-block.rb +7 -6
- data/lib/starter_web/_plugins/asciidoctor/mdil-icon-inline.rb +10 -0
- data/lib/starter_web/_plugins/asciidoctor/placeholder-inline.rb +44 -0
- data/lib/starter_web/_plugins/asciidoctor/slick-block.rb +49 -0
- data/lib/starter_web/_plugins/index/lunr.rb +1 -1
- data/lib/starter_web/assets/images/collections/people/diana-petersen.jpg +0 -0
- data/lib/starter_web/assets/images/collections/people/larry-parker.jpg +0 -0
- data/lib/starter_web/assets/images/collections/people/parveen-anand.jpg +0 -0
- data/lib/starter_web/assets/images/collections/portfolio/1.jpg +0 -0
- data/lib/starter_web/assets/images/collections/portfolio/2.jpg +0 -0
- data/lib/starter_web/assets/images/collections/portfolio/3.jpg +0 -0
- data/lib/starter_web/assets/images/collections/portfolio/4.jpg +0 -0
- data/lib/starter_web/assets/images/collections/portfolio/5.jpg +0 -0
- data/lib/starter_web/assets/images/collections/portfolio/6.jpg +0 -0
- data/lib/starter_web/assets/images/custom/header/avatar.svg +248 -0
- data/lib/starter_web/assets/images/custom/header/family.svg +2209 -0
- data/lib/starter_web/assets/images/icons/controls/close-icon.svg +1 -0
- data/lib/starter_web/assets/images/icons/controls/up.svg +1 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/kelly-sikkemal.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/kira-auf-der-heide.jpg +0 -0
- data/lib/starter_web/assets/images/modules/gallery/old_times/image_02.jpg +0 -0
- data/lib/starter_web/assets/images/posts/featured/post-1.jpg +0 -0
- data/lib/starter_web/assets/images/posts/featured/post-2.jpg +0 -0
- data/lib/starter_web/assets/images/posts/featured/post-3.jpg +0 -0
- data/lib/starter_web/assets/images/posts/featured/post-4.jpg +0 -0
- data/lib/starter_web/assets/images/posts/featured/post-5.jpg +0 -0
- data/lib/starter_web/assets/images/posts/natural_food/post-1.jpg +0 -0
- data/lib/starter_web/assets/images/posts/natural_food/post-10.jpg +0 -0
- data/lib/starter_web/assets/images/posts/natural_food/post-11.jpg +0 -0
- data/lib/starter_web/assets/images/posts/natural_food/post-12.jpg +0 -0
- data/lib/starter_web/assets/images/posts/natural_food/post-13.jpg +0 -0
- data/lib/starter_web/assets/images/posts/natural_food/post-2.jpg +0 -0
- data/lib/starter_web/assets/images/posts/natural_food/post-3.jpg +0 -0
- data/lib/starter_web/assets/images/posts/natural_food/post-4.jpg +0 -0
- data/lib/starter_web/assets/images/posts/natural_food/post-5.jpg +0 -0
- data/lib/starter_web/assets/images/posts/natural_food/post-6.jpg +0 -0
- data/lib/starter_web/assets/images/posts/natural_food/post-7.jpg +0 -0
- data/lib/starter_web/assets/images/posts/natural_food/post-8.jpg +0 -0
- data/lib/starter_web/assets/images/posts/natural_food/post-9.jpg +0 -0
- data/lib/starter_web/assets/images/posts/post-img.jpg +0 -0
- data/lib/starter_web/assets/images/posts/post-single.jpg +0 -0
- data/lib/starter_web/collections/_biography/a-life-in-questions.adoc +12 -8
- data/lib/starter_web/collections/_biography/becoming.adoc +11 -8
- data/lib/starter_web/collections/_biography/born-to-run.adoc +11 -8
- data/lib/starter_web/collections/_biography/forty-autumns.adoc +11 -7
- data/lib/starter_web/collections/_biography/not-dead-yet.adoc +11 -9
- data/lib/starter_web/collections/_biography/princess-diarist-the.adoc +11 -7
- data/lib/starter_web/collections/_biography/when-breath-becomes-air.adoc +12 -10
- data/lib/starter_web/collections/_fantasy/harry-potter-deathly-hallows.adoc +92 -0
- data/lib/starter_web/collections/_fantasy/harry-potter-philosophers-stone.adoc +92 -0
- data/lib/starter_web/collections/_fantasy/mistborn-trilogy.adoc +88 -0
- data/lib/starter_web/collections/_fantasy/ready-player-one.adoc +94 -0
- data/lib/starter_web/collections/_fantasy/sword-of-destiny.adoc +88 -0
- data/lib/starter_web/collections/_fantasy/terry-pratchet-diary-2017.adoc +86 -0
- data/lib/starter_web/collections/_people/diana-petersen.adoc +167 -0
- data/lib/starter_web/collections/_people/larry-parker.adoc +167 -0
- data/lib/starter_web/collections/_people/parveen-anand.adoc +167 -0
- data/lib/starter_web/collections/_portfolio/branding.adoc +97 -0
- data/lib/starter_web/collections/_portfolio/graphic_design.adoc +97 -0
- data/lib/starter_web/collections/_portfolio/identity.adoc +99 -0
- data/lib/starter_web/collections/_portfolio/illustration.adoc +101 -0
- data/lib/starter_web/collections/_portfolio/photography.adoc +100 -0
- data/lib/starter_web/collections/_portfolio/web_design.adoc +109 -0
- data/lib/starter_web/collections/_romance/breath-of-snow-and-ashes-a.adoc +95 -0
- data/lib/starter_web/collections/_romance/dressmaker-the.adoc +86 -0
- data/lib/starter_web/collections/_romance/fiery-cross-the.adoc +97 -0
- data/lib/starter_web/collections/_romance/it-ends-with-us.adoc +92 -0
- data/lib/starter_web/collections/_romance/outlander-novel.adoc +105 -0
- data/lib/starter_web/collections/_romance/virgins-outlander-short-story.adoc +92 -0
- data/lib/starter_web/collections/posts/public/featured/_posts/0000-00-00-welcome-to-j1.adoc.erb +49 -6
- data/lib/starter_web/collections/posts/public/featured/_posts/2021-01-01-about-cookies.adoc +0 -13
- data/lib/starter_web/collections/posts/public/featured/_posts/2021-02-01-static-site-generators.adoc +2 -2
- data/lib/starter_web/collections/posts/public/featured/_posts/_includes/attributes.asciidoc +2 -2
- data/lib/starter_web/collections/posts/public/series/_posts/2022-08-01-organize-your-life.adoc +118 -0
- data/lib/starter_web/collections/posts/public/series/_posts/2022-08-02-organize-your-life.adoc +118 -0
- data/lib/starter_web/collections/posts/public/series/_posts/2022-08-03-organize-your-life.adoc +118 -0
- data/lib/starter_web/collections/posts/public/series/_posts/2022-09-01-organize-your-life.adoc +117 -0
- data/lib/starter_web/collections/posts/public/series/_posts/2022-09-02-organize-your-life.adoc +117 -0
- data/lib/starter_web/dot.bundle/config +2 -0
- data/lib/starter_web/index.html +19 -4
- data/lib/starter_web/package.json +9 -9
- data/lib/starter_web/pages/public/about/site.adoc +2 -2
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/documentation.adoc +1 -1
- data/lib/starter_web/pages/public/blog/navigator/archive/allview.html +1 -1
- data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +1 -1
- data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +1 -1
- data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +1 -1
- data/lib/starter_web/pages/public/features/template.adoc +1 -1
- data/lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_all_books.adoc +107 -0
- data/lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_biography.adoc +98 -0
- data/lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_fantasy.adoc +86 -0
- data/lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_romance.adoc +87 -0
- data/lib/starter_web/pages/public/{bookshelf/whats_up.adoc → learn/bookshelf/jekyll_collections.adoc} +31 -23
- data/lib/starter_web/pages/public/learn/roundtrip/_includes/attributes.asciidoc +2 -2
- data/lib/starter_web/pages/public/learn/roundtrip/asciidoc_extensions.adoc +8 -4
- data/lib/starter_web/pages/public/learn/roundtrip/bootstrap_themes.adoc +21 -13
- data/lib/starter_web/pages/public/learn/roundtrip/icon_fonts.adoc +10 -1
- data/lib/starter_web/pages/public/learn/roundtrip/lunr_search.adoc +22 -5
- data/lib/starter_web/pages/public/learn/roundtrip/modal_extentions.adoc +14 -8
- data/lib/starter_web/pages/public/learn/roundtrip/present_images.adoc +61 -5
- data/lib/starter_web/pages/public/learn/roundtrip/present_videos.adoc +15 -3
- data/lib/starter_web/pages/public/learn/roundtrip/responsive_tables.adoc +13 -1
- data/lib/starter_web/pages/public/learn/roundtrip/typography.adoc +10 -3
- data/lib/starter_web/pages/public/panels/intro_panel/panel.adoc +4 -4
- data/lib/starter_web/pages/public/plans/plans.adoc +25 -12
- data/lib/starter_web/pages/public/previewer/preview_bootstrap_theme.adoc +117 -116
- data/lib/starter_web/utilsrv/_defaults/package.json +2 -2
- data/lib/starter_web/utilsrv/package.json +2 -2
- metadata +120 -38
- data/_layouts/paginator/readme +0 -2
- data/assets/themes/j1/modules/slick/css/slick.min.css +0 -15
- data/assets/themes/j1/modules/slick/js/slick.js +0 -2295
- data/lib/starter_web/assets/images/collections/blog/wikipedia/columbia-river.1200x400.jpg +0 -0
- data/lib/starter_web/assets/images/collections/blog/wikipedia/minneapolis.1200x400.jpg +0 -0
- data/lib/starter_web/assets/images/collections/blog/wikipedia/narcise-snake-pits.1200x400.jpg +0 -0
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-01-post-wiki-series.adoc +0 -144
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-02-post-wiki-series.adoc +0 -103
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-03-post-wiki-series.adoc +0 -117
- data/lib/starter_web/collections/posts/public/series/_posts/_includes/attributes.asciidoc +0 -44
- data/lib/starter_web/collections/posts/public/series/_posts/_includes/documents/readme +0 -0
- data/lib/starter_web/collections/posts/public/series/_posts/_includes/tables/readme +0 -0
- data/lib/starter_web/pages/public/bookshelf/viewer_biography.adoc +0 -58
- /data/_layouts/{paginator/autopage_tags.html → autopage_tags.html} +0 -0
- /data/assets/themes/j1/modules/slick/{LICENSE → slider/LICENSE} +0 -0
- /data/assets/themes/j1/modules/slick/{fonts → slider/fonts}/slick.eot +0 -0
- /data/assets/themes/j1/modules/slick/{fonts → slider/fonts}/slick.ttf +0 -0
- /data/assets/themes/j1/modules/slick/{fonts → slider/fonts}/slick.woff +0 -0
- /data/assets/themes/j1/modules/slick/{ajax-loader.gif → slider/images/ajax-loader.gif} +0 -0
- /data/assets/themes/j1/modules/slick/{js → slider/js}/slick.min.js +0 -0
- /data/lib/starter_web/assets/images/{collections/blog → posts}/featured/dynamic-web-access.png +0 -0
- /data/lib/starter_web/assets/images/{collections/blog → posts}/featured/jamstack-generators.png +0 -0
- /data/lib/starter_web/assets/images/{collections/blog → posts}/featured/jekyll.1200x400.png +0 -0
- /data/lib/starter_web/assets/images/{collections/blog → posts}/featured/jekyll.png +0 -0
- /data/lib/starter_web/assets/images/{collections/blog → posts}/featured/static-web-access.png +0 -0
@@ -0,0 +1,92 @@
|
|
1
|
+
---
|
2
|
+
title: It Ends with Us
|
3
|
+
tagline: Sometimes the one loves you is the one who hurts you the most
|
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
|
16
|
+
|
17
|
+
book:
|
18
|
+
cover: https://d1w7fb2mkkr3kw.cloudfront.net/assets/images/book/large/9781/4711/9781471156267.jpg
|
19
|
+
format: paperback
|
20
|
+
pages: 384
|
21
|
+
publisher: Simon and Schuster Ltd
|
22
|
+
author: Colleen Hoover
|
23
|
+
ISBN10: 1471156265
|
24
|
+
ISBN13: 9781471156267
|
25
|
+
rank: 355
|
26
|
+
|
27
|
+
regenerate: false
|
28
|
+
|
29
|
+
resources: [ animate ]
|
30
|
+
resource_options:
|
31
|
+
- attic:
|
32
|
+
padding_top: 600
|
33
|
+
slides:
|
34
|
+
- url: /assets/images/modules/attics/giammarco-boscaro-1920x1280.jpg
|
35
|
+
alt: Photo by Giammarco on Unsplash
|
36
|
+
badge:
|
37
|
+
type: unsplash
|
38
|
+
author: Giammarco
|
39
|
+
href: https://unsplash.com/@giamboscaro
|
40
|
+
---
|
41
|
+
|
42
|
+
// Page Initializer
|
43
|
+
// =============================================================================
|
44
|
+
// Enable the Liquid Preprocessor
|
45
|
+
:page-liquid:
|
46
|
+
|
47
|
+
// Set (local) page attributes here
|
48
|
+
// -----------------------------------------------------------------------------
|
49
|
+
// :page--attr: <attr-value>
|
50
|
+
|
51
|
+
// Place an excerpt at the most top position
|
52
|
+
// -----------------------------------------------------------------------------
|
53
|
+
// image:{{page.book.cover}}[width=200, role="mr-4 float-left"]
|
54
|
+
|
55
|
+
Lily hasn't always had it easy, but that's never stopped her from working
|
56
|
+
hard for the life she wants. She's come a long way from the small town in
|
57
|
+
Maine where she grew up - she graduated from college, moved to Boston, and
|
58
|
+
started her own business.
|
59
|
+
|
60
|
+
So when she feels a spark with a gorgeous neurosurgeon named Ryle Kincaid,
|
61
|
+
everything in Lily's life suddenly seems almost too good to be true. Ryle is
|
62
|
+
assertive, stubborn, maybe even a little arrogant. He's also sensitive,
|
63
|
+
brilliant, and has a total soft spot for Lily, but Ryle's complete aversion
|
64
|
+
to relationships is disturbing.
|
65
|
+
|
66
|
+
excerpt__end
|
67
|
+
|
68
|
+
// Load Liquid procedures
|
69
|
+
// -----------------------------------------------------------------------------
|
70
|
+
{% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
|
71
|
+
|
72
|
+
// Load page attributes
|
73
|
+
// -----------------------------------------------------------------------------
|
74
|
+
{% include {{load_attributes}} scope="none" %}
|
75
|
+
|
76
|
+
|
77
|
+
// Page content
|
78
|
+
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
79
|
+
|
80
|
+
// Include sub-documents (if any)
|
81
|
+
// -----------------------------------------------------------------------------
|
82
|
+
|
83
|
+
[[readmore]]
|
84
|
+
As questions about her new relationship overwhelm her, so do thoughts of
|
85
|
+
Atlas Corrigan - her first love and a link to the past she left behind. He
|
86
|
+
was her kindred spirit, her protector. When Atlas suddenly reappears,
|
87
|
+
everything Lily has built with Ryle is threatened.
|
88
|
+
|
89
|
+
With this bold and deeply personal novel, Colleen Hoover delivers a
|
90
|
+
heart-wrenching story that breaks exciting new ground for her as a writer.
|
91
|
+
It Ends With Us is an unforgettable tale of love that comes at the ultimate
|
92
|
+
price.
|
@@ -0,0 +1,105 @@
|
|
1
|
+
---
|
2
|
+
title: Outlander
|
3
|
+
tagline: The Land and Lore of Scotland
|
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
|
17
|
+
|
18
|
+
book:
|
19
|
+
cover: https://d4rri9bdfuube.cloudfront.net/assets/images/book/large/9780/4402/9780440212560.jpg
|
20
|
+
format: paperback
|
21
|
+
pages: 850
|
22
|
+
publisher: Bantam Doubleday Dell Publishing Group Inc
|
23
|
+
author: Diana Gabaldon
|
24
|
+
ISBN10: 0440212561
|
25
|
+
ISBN13: 9780440212560
|
26
|
+
rank: 297
|
27
|
+
|
28
|
+
regenerate: false
|
29
|
+
|
30
|
+
resources: [ animate ]
|
31
|
+
resource_options:
|
32
|
+
- attic:
|
33
|
+
padding_top: 600
|
34
|
+
slides:
|
35
|
+
- url: /assets/images/modules/attics/giammarco-boscaro-1920x1280.jpg
|
36
|
+
alt: Photo by Giammarco on Unsplash
|
37
|
+
badge:
|
38
|
+
type: unsplash
|
39
|
+
author: Giammarco
|
40
|
+
href: https://unsplash.com/@giamboscaro
|
41
|
+
---
|
42
|
+
|
43
|
+
// Page Initializer
|
44
|
+
// =============================================================================
|
45
|
+
// Enable the Liquid Preprocessor
|
46
|
+
:page-liquid:
|
47
|
+
|
48
|
+
// Set (local) page attributes here
|
49
|
+
// -----------------------------------------------------------------------------
|
50
|
+
// :page--attr: <attr-value>
|
51
|
+
|
52
|
+
// Place an excerpt at the most top position
|
53
|
+
// -----------------------------------------------------------------------------
|
54
|
+
// image:{{page.book.cover}}[width=200, role="mr-4 float-left"]
|
55
|
+
|
56
|
+
Claire Randall is leading a double life. She has a husband in one century,
|
57
|
+
and a lover in another...
|
58
|
+
|
59
|
+
In 1945, Claire Randall, a former combat nurse, is back from the war and
|
60
|
+
reunited with her husband on a second honeymoon--when she innocently touches
|
61
|
+
aboulder in one of the ancient stone circles that dot the British Isles.
|
62
|
+
Suddenly she is a Sassenach--an "outlander"--in a Scotland torn by war and
|
63
|
+
raiding border clans in the year of our Lord...1743.
|
64
|
+
|
65
|
+
Hurled back in time by forces she cannot understand, Claire's destiny in soon
|
66
|
+
inextricably intertwined with Clan MacKenzie and the forbidden Castle Leoch.
|
67
|
+
She is catapulted without warning into the intrigues of lairds and spies that
|
68
|
+
may threaten her life ...and shatter her heart.
|
69
|
+
|
70
|
+
excerpt__end
|
71
|
+
|
72
|
+
// Load Liquid procedures
|
73
|
+
// -----------------------------------------------------------------------------
|
74
|
+
{% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
|
75
|
+
|
76
|
+
// Load page attributes
|
77
|
+
// -----------------------------------------------------------------------------
|
78
|
+
{% include {{load_attributes}} scope="none" %}
|
79
|
+
|
80
|
+
|
81
|
+
// Page content
|
82
|
+
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
83
|
+
|
84
|
+
// Include sub-documents (if any)
|
85
|
+
// -----------------------------------------------------------------------------
|
86
|
+
|
87
|
+
[[readmore]]
|
88
|
+
For here, James Fraser, a gallant young Scots warrior, shows her a passion so
|
89
|
+
fierce and a love so absolute that Claire becomes a woman torn between fidelity
|
90
|
+
and desire...and between two vastly different men in two irreconcilable lives.
|
91
|
+
|
92
|
+
_Absorbing and heartwarming .. lavishly evokes the land and lore of Scotland_
|
93
|
+
|
94
|
+
*Publishers Weekly*
|
95
|
+
|
96
|
+
_Stunning!_
|
97
|
+
|
98
|
+
*Los Angeles Daily News*
|
99
|
+
|
100
|
+
_It is a large canvas that Gabaldon paints, filled with strong passions and
|
101
|
+
derring-do. Strong willed and sensual, Claire is an engaging modern heroine
|
102
|
+
plopped down in a simpler, more primitive time .. Great fun .. marvelous
|
103
|
+
and fantastic adventures, romance, sex .. perfect escape reading!_
|
104
|
+
|
105
|
+
*San Francisco Chronicle*
|
@@ -0,0 +1,92 @@
|
|
1
|
+
---
|
2
|
+
title: Outlander
|
3
|
+
tagline: The Land and Lore of Scotland
|
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
|
20
|
+
|
21
|
+
book:
|
22
|
+
cover: https://d4rri9bdfuube.cloudfront.net/assets/images/book/large/9781/7808/9781780896618.jpg
|
23
|
+
format: hardback
|
24
|
+
pages: 256
|
25
|
+
publisher: Cornerstone
|
26
|
+
author: Diana Gabaldon
|
27
|
+
ISBN10: 1780896611
|
28
|
+
ISBN13: 9781780896618
|
29
|
+
rank: 701
|
30
|
+
|
31
|
+
regenerate: false
|
32
|
+
|
33
|
+
resources: [ animate ]
|
34
|
+
resource_options:
|
35
|
+
- attic:
|
36
|
+
padding_top: 600
|
37
|
+
slides:
|
38
|
+
- url: /assets/images/modules/attics/giammarco-boscaro-1920x1280.jpg
|
39
|
+
alt: Photo by Giammarco on Unsplash
|
40
|
+
badge:
|
41
|
+
type: unsplash
|
42
|
+
author: Giammarco
|
43
|
+
href: https://unsplash.com/@giamboscaro
|
44
|
+
---
|
45
|
+
|
46
|
+
// Page Initializer
|
47
|
+
// =============================================================================
|
48
|
+
// Enable the Liquid Preprocessor
|
49
|
+
:page-liquid:
|
50
|
+
|
51
|
+
// Set (local) page attributes here
|
52
|
+
// -----------------------------------------------------------------------------
|
53
|
+
// :page--attr: <attr-value>
|
54
|
+
|
55
|
+
// Place an excerpt at the most top position
|
56
|
+
// -----------------------------------------------------------------------------
|
57
|
+
// image:{{page.book.cover}}[width=200, role="mr-4 float-left"]
|
58
|
+
|
59
|
+
1740: Young Jamie Fraser has left Scotland and, with his best friend Ian Murray,
|
60
|
+
is running with a band of mercenaries in France.
|
61
|
+
|
62
|
+
Both men have good reason not to go back to their homeland: both are nursing
|
63
|
+
wounds, and despite their best efforts to remedy the situation, both are still
|
64
|
+
virgins. So when a Jewish doctor hires them to escort his granddaughter to
|
65
|
+
Paris, they readily agree. Both men are instantly drawn to the beautiful young
|
66
|
+
lady.
|
67
|
+
|
68
|
+
Find out what happened before Jamie met Claire in this brilliant new Outlander
|
69
|
+
short story. What neither know is that their lives and their friendships are
|
70
|
+
about to become infinitely more complicated - and a lot more dangerous...
|
71
|
+
|
72
|
+
excerpt__end
|
73
|
+
|
74
|
+
// Load Liquid procedures
|
75
|
+
// -----------------------------------------------------------------------------
|
76
|
+
{% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
|
77
|
+
|
78
|
+
// Load page attributes
|
79
|
+
// -----------------------------------------------------------------------------
|
80
|
+
{% include {{load_attributes}} scope="none" %}
|
81
|
+
|
82
|
+
|
83
|
+
// Page content
|
84
|
+
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
85
|
+
|
86
|
+
// Include sub-documents (if any)
|
87
|
+
// -----------------------------------------------------------------------------
|
88
|
+
|
89
|
+
[[readmore]]
|
90
|
+
Find out what happened before Jamie met Claire in this brilliant new Outlander
|
91
|
+
short story. What neither know is that their lives and their friendships are
|
92
|
+
about to become infinitely more complicated - and a lot more dangerous...
|
data/lib/starter_web/collections/posts/public/featured/_posts/0000-00-00-welcome-to-j1.adoc.erb
CHANGED
@@ -1,7 +1,12 @@
|
|
1
1
|
---
|
2
|
-
title: Welcome
|
3
|
-
tagline:
|
2
|
+
title: Welcome to Jekyll
|
3
|
+
tagline: Websites For Everyone
|
4
4
|
#date: <%= Time.now.strftime('%Y-%m-%d') %> 00:00:00 +0100
|
5
|
+
description: >
|
6
|
+
Jekyll is a static site generator that allows you to build websites using
|
7
|
+
Markdown, HTML, and CSS. It uses templates and layouts to generate the static
|
8
|
+
files that make up your website, which can be hosted on any web server.
|
9
|
+
Jekyll is built with Ruby and requires basic command line knowledge.
|
5
10
|
|
6
11
|
categories: [ Featured ]
|
7
12
|
tags: [ J1, Jekyll ]
|
@@ -40,9 +45,10 @@ resource_options:
|
|
40
45
|
// Place an excerpt at the most top position
|
41
46
|
// -----------------------------------------------------------------------------
|
42
47
|
[role="dropcap"]
|
43
|
-
|
44
|
-
|
45
|
-
|
48
|
+
Jekyll is a static site generator that allows you to build websites using
|
49
|
+
Markdown, HTML, and CSS. It uses templates and layouts to generate the static
|
50
|
+
files that make up your website, which can be hosted on any web server.
|
51
|
+
Jekyll is built with Ruby and requires basic command line knowledge.
|
46
52
|
|
47
53
|
excerpt__end
|
48
54
|
|
@@ -57,10 +63,13 @@ excerpt__end
|
|
57
63
|
|
58
64
|
// Page content
|
59
65
|
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
66
|
+
[role="mb-5"]
|
67
|
+
All you’re doing at the end of the day is writing your content, and the J1
|
68
|
+
Template does all the tricky things: putting out HTML, Javascript, and CSS.
|
69
|
+
As a result, the site creation process gets out of your way.
|
60
70
|
|
61
71
|
// Include sub-documents (if any)
|
62
72
|
// -----------------------------------------------------------------------------
|
63
|
-
|
64
73
|
[[readmore]]
|
65
74
|
== What is a static site?
|
66
75
|
|
@@ -163,3 +172,37 @@ When I decided to go for a blog based on a static web, I personally
|
|
163
172
|
choose Jekyll as for me. It's a well-known static site generator, good support
|
164
173
|
in case of trouble, and the software gets regularly updated. This website is
|
165
174
|
powered by Jekyll. For good reasons.
|
175
|
+
|
176
|
+
|
177
|
+
== Automatically generated posts
|
178
|
+
|
179
|
+
You’ll find this post in your `_posts` directory. Go ahead and edit it and
|
180
|
+
re-build the site to see your changes. You can rebuild the site in many
|
181
|
+
different ways, but the most common way is to run `jekyll serve`, which
|
182
|
+
launches a web server and auto-regenerates your site when a file is updated.
|
183
|
+
|
184
|
+
Jekyll requires blog post files to be named according to the following format:
|
185
|
+
|
186
|
+
`YEAR-MONTH-DAY-title.MARKUP`
|
187
|
+
|
188
|
+
Where `YEAR` is a four-digit number, `MONTH` and `DAY` are both two-digit
|
189
|
+
numbers, and `MARKUP` is the file extension representing the format used in
|
190
|
+
the file. After that, include the necessary front matter. Take a look at the
|
191
|
+
source for this post to get an idea about how it works.
|
192
|
+
|
193
|
+
Jekyll also offers powerful support for code snippets:
|
194
|
+
|
195
|
+
[source, ruby]
|
196
|
+
----
|
197
|
+
def print_hi(name)
|
198
|
+
puts "Hi, #{name}"
|
199
|
+
end
|
200
|
+
print_hi('Tom')
|
201
|
+
#=> prints 'Hi, Tom' to STDOUT.
|
202
|
+
----
|
203
|
+
|
204
|
+
Check out the https://jekyllrb.com/docs/home[Jekyll Docs, {{browser-window--new}}]
|
205
|
+
for more info on how to get the most out of Jekyll. File all bugs amd feature
|
206
|
+
requests at https://github.com/jekyll/jekyll/issues[Jekyll Github Project, {{browser-window--new}}].
|
207
|
+
If you have questions, you can ask them on
|
208
|
+
https://talk.jekyllrb.com/[Jekyll Talk, {{browser-window--new}}].
|
@@ -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
|
data/lib/starter_web/collections/posts/public/featured/_posts/2021-02-01-static-site-generators.adoc
CHANGED
@@ -65,7 +65,7 @@ excerpt__end
|
|
65
65
|
== Dynamic page access
|
66
66
|
|
67
67
|
// [role="mb-3"]
|
68
|
-
// image::/assets/images/
|
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/
|
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/
|
28
|
-
:data-kickstart-wiad--dynamic-web-access: "assets/images/
|
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
|
|
data/lib/starter_web/collections/posts/public/series/_posts/2022-08-01-organize-your-life.adoc
ADDED
@@ -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, Series ]
|
10
|
+
tags: [ Lifestyle ]
|
11
|
+
|
12
|
+
image:
|
13
|
+
path: /assets/images/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/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::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.
|
data/lib/starter_web/collections/posts/public/series/_posts/2022-08-02-organize-your-life.adoc
ADDED
@@ -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, Series ]
|
10
|
+
tags: [ Growth ]
|
11
|
+
|
12
|
+
image:
|
13
|
+
path: /assets/images/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/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::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.
|