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
data/lib/starter_web/collections/posts/public/series/_posts/2022-08-03-organize-your-life.adoc
ADDED
@@ -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, Series ]
|
10
|
+
tags: [ Technology ]
|
11
|
+
|
12
|
+
image:
|
13
|
+
path: /assets/images/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/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::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-09-01-organize-your-life.adoc
ADDED
@@ -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, Series ]
|
10
|
+
tags: [ Mindset ]
|
11
|
+
image:
|
12
|
+
path: /assets/images/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/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::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.
|
data/lib/starter_web/collections/posts/public/series/_posts/2022-09-02-organize-your-life.adoc
ADDED
@@ -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, Series ]
|
10
|
+
tags: [ Health ]
|
11
|
+
image:
|
12
|
+
path: /assets/images/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/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::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.
|
data/lib/starter_web/index.html
CHANGED
@@ -21,22 +21,37 @@ robots:
|
|
21
21
|
index: true
|
22
22
|
follow: true
|
23
23
|
|
24
|
+
# image:
|
25
|
+
# path: /assets/images/custom/header/avatar.svg
|
26
|
+
# width: 1920
|
27
|
+
# height: 1200
|
28
|
+
# alt: Family Cartoon
|
29
|
+
|
30
|
+
|
31
|
+
# image:
|
32
|
+
# path: /assets/images/custom/header/family.svg
|
33
|
+
# width: 1920
|
34
|
+
# height: 1200
|
35
|
+
# alt: Family Cartoon
|
36
|
+
|
24
37
|
image:
|
25
38
|
path: /assets/images/modules/attics/1920x1280/kristopher-roller.jpg
|
26
39
|
width: 1920
|
27
40
|
height: 1200
|
28
41
|
alt: Photo by Kristopher Roller on Unsplash
|
29
42
|
|
30
|
-
|
31
|
-
comments: false
|
32
|
-
exclude_from_search: false
|
43
|
+
toc: false
|
33
44
|
fab_menu_id: default
|
34
45
|
scrollbar: false
|
35
|
-
|
46
|
+
comments: false
|
47
|
+
personalization: false
|
48
|
+
exclude_from_search: false
|
36
49
|
regenerate: false
|
37
50
|
|
38
51
|
accordion:
|
52
|
+
enabled: false
|
39
53
|
debug: false
|
54
|
+
|
40
55
|
name: custom_panel
|
41
56
|
id: bs5_accordion
|
42
57
|
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"private": true,
|
3
3
|
"name": "j1",
|
4
|
-
"version": "2023.0
|
4
|
+
"version": "2023.2.0",
|
5
5
|
"description": "J1 Theme Starter Web",
|
6
6
|
"homepage": "https://your.site",
|
7
7
|
"author": {
|
@@ -41,14 +41,14 @@
|
|
41
41
|
"opt_skip_initial_build": "--skip-initial-build",
|
42
42
|
"opt_webserver": "puma",
|
43
43
|
"opt_interface": "0.0.0.0",
|
44
|
-
"opt_web_port": "
|
45
|
-
"opt_web_url": "http://localhost:
|
46
|
-
"opt_app_port": "
|
47
|
-
"opt_app_url": "http://localhost:
|
44
|
+
"opt_web_port": "30000",
|
45
|
+
"opt_web_url": "http://localhost:30000/",
|
46
|
+
"opt_app_port": "30010",
|
47
|
+
"opt_app_url": "http://localhost:30010/",
|
48
48
|
"opt_profile": "",
|
49
49
|
"opt_watch": "--watch",
|
50
50
|
"opt_livereload": "--livereload",
|
51
|
-
"opt_livereload_port": "
|
51
|
+
"opt_livereload_port": "30001"
|
52
52
|
},
|
53
53
|
"nbi": {
|
54
54
|
"opt_output_type": "plain",
|
@@ -64,7 +64,7 @@
|
|
64
64
|
"j1-app": "run-p -s app:*",
|
65
65
|
"app:rackup": "cross-var cross-env INTERFACE=$npm_package_jekyll_opt_interface PORT=$npm_package_jekyll_opt_app_port bundle exec puma -C _data/puma/config.rb",
|
66
66
|
"_app:jekyll": "cross-var cross-env JEKYLL_ENV=$npm_package_config_mode BUNDLE_GEMFILE=$npm_package_ruby_gemfile bundle exec jekyll b -c $npm_package_jekyll_configfile $npm_package_jekyll_opt_incremental --watch",
|
67
|
-
"
|
67
|
+
"app:open": "npm run delay-3s && cross-var open-cli $npm_package_jekyll_opt_app_url",
|
68
68
|
"delay-1s": "node ./node_modules/npm-delay 1000",
|
69
69
|
"delay-2s": "node ./node_modules/npm-delay 2000",
|
70
70
|
"delay-3s": "node ./node_modules/npm-delay 3000",
|
@@ -124,10 +124,10 @@
|
|
124
124
|
"setup:detect-os": "echo Detect OS .. && cross-env if-env OS=Windows_NT && cross-var echo \"OS detected: $OS\" || OS=$(echo $(getos)) && echo \"OS detected: $OS\" && echo done.",
|
125
125
|
"setup:site": "run-s -s build",
|
126
126
|
"site": "run-p -s site:*",
|
127
|
-
"site:jekyll": "echo Startup the site .. && cross-
|
127
|
+
"site:jekyll": "echo Startup the site .. && cross-env SINATRA_ACTIVESUPPORT_WARNING=false bundle exec jekyll s --incremental --livereload --skip-initial-build --livereload-port $npm_package_jekyll_opt_livereload_port --watch --open 2>jekyll.err.log",
|
128
128
|
"site:utilsrv": "npm --prefix ./utilsrv --silent run utilsrv",
|
129
129
|
"j1-site": "run-p -s j1-site:*",
|
130
|
-
"j1-site:jekyll": "bundle exec jekyll s --incremental --livereload --open",
|
130
|
+
"j1-site:jekyll": "echo Startup the site .. && cross-env bundle exec jekyll s --incremental --livereload --skip-initial-build --livereload-port $npm_package_jekyll_opt_livereload_port --watch --open 2>jekyll.err.log",
|
131
131
|
"j1-site:utilsrv": "npm --prefix ./utilsrv --silent run utilsrv",
|
132
132
|
"bump": "run-s -s ver && run-s -s bump:* && run-s -s ver",
|
133
133
|
"ver": "cross-var cross-env echo \"Project version: $npm_package_version\"",
|
@@ -12,7 +12,7 @@ categories: [ About ]
|
|
12
12
|
tags: [ Site, Review ]
|
13
13
|
|
14
14
|
image:
|
15
|
-
path: /assets/images/modules/attics/1920x1280/j1-
|
15
|
+
path: /assets/images/modules/attics/1920x1280/j1-starter-mockup-1.jpg
|
16
16
|
width: 1920
|
17
17
|
height: 1280
|
18
18
|
alt: J1 Theme Mockup
|
@@ -29,7 +29,7 @@ resource_options:
|
|
29
29
|
- attic:
|
30
30
|
padding_top: 600
|
31
31
|
slides:
|
32
|
-
- url: /assets/images/modules/attics/1920x1280/j1-
|
32
|
+
- url: /assets/images/modules/attics/1920x1280/j1-starter-mockup-1.jpg
|
33
33
|
alt: J1 Themes Mockup
|
34
34
|
---
|
35
35
|
|
@@ -245,7 +245,7 @@ site_category_word_list: {{site_category_word_list | debug}}
|
|
245
245
|
</p>
|
246
246
|
|
247
247
|
</div>
|
248
|
-
<a class="card-link
|
248
|
+
<a class="card-link text-lowercase"
|
249
249
|
href="{{post.url}}#readmore">
|
250
250
|
{{readmore_text}} · {{post.tagline}}
|
251
251
|
</a>
|
@@ -287,7 +287,7 @@ site_category_word_list: {{site_category_word_list | debug}}
|
|
287
287
|
</p>
|
288
288
|
|
289
289
|
</div>
|
290
|
-
<a class="card-link
|
290
|
+
<a class="card-link text-lowercase"
|
291
291
|
href="{{post.url}}#readmore">
|
292
292
|
{{readmore_text}} · {{post.tagline}}
|
293
293
|
</a>
|
@@ -267,7 +267,7 @@ site_category_word_list: {{site_category_word_list | debug}}
|
|
267
267
|
</p>
|
268
268
|
|
269
269
|
</div>
|
270
|
-
<a class="card-link
|
270
|
+
<a class="card-link text-lowercase"
|
271
271
|
href="{{post.url}}#readmore">
|
272
272
|
{{readmore_text}} · {{post.tagline}}
|
273
273
|
</a>
|
@@ -289,7 +289,7 @@ site_category_word_list: {{site_category_word_list | debug}}
|
|
289
289
|
</p>
|
290
290
|
|
291
291
|
</div>
|
292
|
-
<a class="card-link
|
292
|
+
<a class="card-link text-lowercase"
|
293
293
|
href="{{post.url}}#readmore">
|
294
294
|
{{readmore_text}} · {{post.tagline}}
|
295
295
|
</a>
|
@@ -0,0 +1,107 @@
|
|
1
|
+
---
|
2
|
+
title: Bookshelf
|
3
|
+
tagline: All Books
|
4
|
+
date: 2023-01-29 00:00:00
|
5
|
+
description: >
|
6
|
+
All available articles in the Bookshelf. The content is
|
7
|
+
automatically generated and taken from the articles of the
|
8
|
+
collections in the Bookshelf contains.
|
9
|
+
|
10
|
+
categories: [ Books ]
|
11
|
+
tags: [ Bookshelf ]
|
12
|
+
|
13
|
+
image:
|
14
|
+
path: /assets/images/modules/attics/giammarco-boscaro-1920x1280.jpg
|
15
|
+
width: 1920
|
16
|
+
height: 1280
|
17
|
+
alt: Photo by Giammarco on Unsplash
|
18
|
+
|
19
|
+
toc: true
|
20
|
+
fab_menu_id: open_toc
|
21
|
+
regenerate: false
|
22
|
+
permalink: /pages/public/bookshelf/bookshelf/
|
23
|
+
|
24
|
+
resources: [ animate, masonry ]
|
25
|
+
resource_options:
|
26
|
+
- attic:
|
27
|
+
padding_top: 600
|
28
|
+
slides:
|
29
|
+
- url: /assets/images/modules/attics/giammarco-boscaro-1920x1280.jpg
|
30
|
+
alt: Photo by Giammarco on Unsplash
|
31
|
+
badge:
|
32
|
+
type: unsplash
|
33
|
+
author: Giammarco
|
34
|
+
href: https://unsplash.com/@giamboscaro
|
35
|
+
---
|
36
|
+
|
37
|
+
// Page Initializer
|
38
|
+
// =============================================================================
|
39
|
+
// Enable the Liquid Preprocessor
|
40
|
+
:page-liquid:
|
41
|
+
|
42
|
+
// Set page (local) attributes here
|
43
|
+
// -----------------------------------------------------------------------------
|
44
|
+
// :page--attr: <attr-value>
|
45
|
+
|
46
|
+
{% comment %} Liquid procedures
|
47
|
+
-------------------------------------------------------------------------------- {% endcomment %}
|
48
|
+
{% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
|
49
|
+
{% capture create_collection_article_preview %}themes/{{site.template.name}}/procedures/collections/create_collection_article_preview.proc{% endcapture %}
|
50
|
+
|
51
|
+
// Load page attributes
|
52
|
+
// -----------------------------------------------------------------------------
|
53
|
+
{% include {{load_attributes}} scope="none" %}
|
54
|
+
|
55
|
+
{% comment %} Debugging
|
56
|
+
site.biography: {{ site.biography | debug }}
|
57
|
+
-------------------------------------------------------------------------------- {% endcomment %}
|
58
|
+
|
59
|
+
|
60
|
+
// Page content
|
61
|
+
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
62
|
+
[role="dropcap"]
|
63
|
+
Find below all available articles in the Bookshelf. The content is
|
64
|
+
automatically generated and taken from the articles of the `collections`
|
65
|
+
the *Bookshelf* contains:
|
66
|
+
|
67
|
+
* Biography
|
68
|
+
* Fantasy
|
69
|
+
* Romance
|
70
|
+
|
71
|
+
// Include sub-documents (if any)
|
72
|
+
// -----------------------------------------------------------------------------
|
73
|
+
== Biography
|
74
|
+
|
75
|
+
A biography is a written account of a person's life, typically focusing on
|
76
|
+
major achievements, events, and experiences. It can be a detailed record of
|
77
|
+
a person's life, covering everything from their birth and childhood to their
|
78
|
+
personal and professional accomplishments and even their death.
|
79
|
+
|
80
|
+
[role="mb-4"]
|
81
|
+
Biographies can be written by someone or someone else and found in various
|
82
|
+
formats, including books, articles, and online sources. A biography aims to
|
83
|
+
provide insight into a person's life, personality, and achievements and to
|
84
|
+
inspire and inform readers about their accomplishments and contributions
|
85
|
+
to society.
|
86
|
+
|
87
|
+
masonry::collection_biography[role="mb-5"]
|
88
|
+
|
89
|
+
== Fantasy
|
90
|
+
|
91
|
+
The fantasy genre has become popular the past few years. Once a genre
|
92
|
+
restricted to a few Tolkien fanatics and literature freaks, Fantasy has
|
93
|
+
now gone mainstream in a big way, from the mega-popular Harry Potter series
|
94
|
+
capturing the world's attention for a decade; brought Fantasy to readers of
|
95
|
+
all ages.
|
96
|
+
|
97
|
+
masonry::collection_fantasy[role="mb-5"]
|
98
|
+
|
99
|
+
== Romance
|
100
|
+
|
101
|
+
The romance genre is a popular category of books that consistently churns out
|
102
|
+
bestsellers. The aim of the genre is simple, showcasing a love story where
|
103
|
+
two people overcome adversity to obtain their happily ever after. According to
|
104
|
+
the Romance Writers of America, women count for 82% percent of the genre’s
|
105
|
+
readership.
|
106
|
+
|
107
|
+
masonry::collection_romance[role="mb-5"]
|