j1-template 2023.2.7 → 2023.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/_includes/themes/j1/layouts/content_generator_news_panel_posts.html +2 -1
- data/_includes/themes/j1/layouts/content_generator_post.html +2 -2
- data/_includes/themes/j1/layouts/layout_metadata_generator.html +38 -38
- data/_includes/themes/j1/procedures/blocks/footer/boxes/about_box.proc +1 -1
- data/_includes/themes/j1/procedures/blocks/footer/boxes/contacts_box.proc +1 -1
- data/_includes/themes/j1/procedures/blocks/footer/boxes/issue.proc +1 -1
- data/_includes/themes/j1/procedures/blocks/footer/boxes/links_box.proc +1 -1
- data/_includes/themes/j1/procedures/blocks/footer/boxes/news_box.proc +1 -1
- data/_includes/themes/j1/procedures/layouts/default_writer.proc +1 -3
- data/_includes/themes/j1/procedures/layouts/module_writer.proc +7 -23
- data/_includes/themes/j1/procedures/layouts/resource_writer.proc +8 -8
- data/_includes/themes/j1/procedures/posts/create_series_header.proc +1 -1
- data/_layouts/compress.html +26 -21
- data/_layouts/default.html +36 -30
- data/assets/data/banner.html +5 -2
- data/assets/data/footer.html +15 -3
- data/assets/data/masonry.html +1 -1
- data/assets/data/masterslider.html +1 -0
- data/assets/data/menu.html +4 -4
- data/assets/data/panel.html +6 -3
- data/assets/data/quicklinks.html +138 -149
- data/assets/error_pages/HTTP204.html +3 -3
- data/assets/error_pages/HTTP400.html +3 -3
- data/assets/error_pages/HTTP401.html +3 -3
- data/assets/error_pages/HTTP403.html +3 -3
- data/assets/error_pages/HTTP404.html +3 -3
- data/assets/error_pages/HTTP444.html +3 -3
- data/assets/error_pages/HTTP445.html +3 -3
- data/assets/error_pages/HTTP446.html +5 -5
- data/assets/error_pages/HTTP447.html +7 -7
- data/assets/error_pages/HTTP448.html +7 -7
- data/assets/error_pages/HTTP500.html +3 -3
- data/assets/error_pages/HTTP501.html +3 -3
- data/assets/error_pages/HTTP502.html +3 -3
- data/assets/error_pages/HTTP503.html +3 -3
- data/assets/themes/j1/adapter/js/advertising.js +355 -156
- data/assets/themes/j1/adapter/js/analytics.js +1 -1
- data/assets/themes/j1/adapter/js/asciidoctor.js +1 -1
- data/assets/themes/j1/adapter/js/attic.js +22 -14
- data/assets/themes/j1/adapter/js/bmd.js +1 -1
- data/assets/themes/j1/adapter/js/carousel.js +5 -4
- data/assets/themes/j1/adapter/js/clipboard.js +1 -1
- data/assets/themes/j1/adapter/js/comments.js +5 -5
- data/assets/themes/j1/adapter/js/cookieConsent.js +1 -1
- data/assets/themes/j1/adapter/js/customFunctions.js +1 -1
- data/assets/themes/j1/adapter/js/customModule.js +1 -1
- data/assets/themes/j1/adapter/js/dropdowns.js +4 -2
- data/assets/themes/j1/adapter/js/fab.js +9 -6
- data/assets/themes/j1/adapter/js/framer.js +1 -1
- data/assets/themes/j1/adapter/js/iconPicker.js +227 -0
- data/assets/themes/j1/adapter/js/j1.js +402 -76
- data/assets/themes/j1/adapter/js/justifiedGallery.js +9 -3
- data/assets/themes/j1/adapter/js/justifiedGalleryCustomizer.js +2 -2
- data/assets/themes/j1/adapter/js/lightbox.js +4 -3
- data/assets/themes/j1/adapter/js/logger.js +1 -1
- data/assets/themes/j1/adapter/js/lunr.js +1 -1
- data/assets/themes/j1/adapter/js/masonry.js +4 -3
- data/assets/themes/j1/adapter/js/masterslider.js +30 -57
- data/assets/themes/j1/adapter/js/mmenu.js +2 -2
- data/assets/themes/j1/adapter/js/navigator.js +7 -5
- data/assets/themes/j1/adapter/js/nbinteract.js +9 -9
- data/assets/themes/j1/adapter/js/particles.js +2 -2
- data/assets/themes/j1/adapter/js/rangeSlider.js +2 -2
- data/assets/themes/j1/adapter/js/rouge.js +2 -2
- data/assets/themes/j1/adapter/js/rtable.js +1 -1
- data/assets/themes/j1/adapter/js/rtextResizer.js +1 -1
- data/assets/themes/j1/adapter/js/scroller.js +97 -109
- data/assets/themes/j1/adapter/js/slick.js +28 -18
- data/assets/themes/j1/adapter/js/themeToggler.js +259 -0
- data/assets/themes/j1/adapter/js/themer.js +63 -23
- data/assets/themes/j1/adapter/js/toccer.js +9 -6
- data/assets/themes/j1/adapter/js/translator.js +4 -2
- data/assets/themes/j1/adapter/js/waves.js +6 -4
- data/assets/themes/j1/core/css/themes/bootstrap/bootstrap.css +1322 -417
- data/assets/themes/j1/core/css/themes/bootstrap/bootstrap.min.css +3 -3
- data/assets/themes/j1/core/css/themes/unodark/bootstrap.css +2064 -1273
- data/assets/themes/j1/core/css/themes/unodark/bootstrap.min.css +3 -3
- data/assets/themes/j1/core/css/themes/unolight/bootstrap.css +10280 -9399
- data/assets/themes/j1/core/css/themes/unolight/bootstrap.min.css +10 -10
- data/assets/themes/j1/core/css/vendor.css +0 -14
- data/assets/themes/j1/core/css/vendor.min.css +1 -1
- data/assets/themes/j1/modules/backstretch/js/backstretch.js +6 -4
- data/assets/themes/j1/modules/backstretch/js/backstretch.min.js +1 -1
- data/assets/themes/j1/modules/deeplAPI/js/deeplAPI.js +1 -1
- data/assets/themes/j1/modules/deeplAPI/js/deeplAPI.min.js +1 -1
- data/assets/themes/j1/modules/iconPicker/README.md +266 -0
- data/assets/themes/j1/modules/iconPicker/css/universal-icon-picker.css +419 -0
- data/assets/themes/j1/modules/iconPicker/css/universal-icon-picker.min.css +17 -0
- data/assets/themes/j1/modules/iconPicker/icons-libraries/font-awesome-brands.json +467 -0
- data/assets/themes/j1/modules/iconPicker/icons-libraries/font-awesome-brands.min.json +1 -0
- data/assets/themes/j1/modules/iconPicker/icons-libraries/font-awesome-regular.json +169 -0
- data/assets/themes/j1/modules/iconPicker/icons-libraries/font-awesome-regular.min.json +1 -0
- data/assets/themes/j1/modules/iconPicker/icons-libraries/font-awesome-solid.json +1136 -0
- data/assets/themes/j1/modules/iconPicker/icons-libraries/font-awesome-solid.min.json +1 -0
- data/assets/themes/j1/modules/iconPicker/icons-libraries/font-awesome.json +1772 -0
- data/assets/themes/j1/modules/iconPicker/icons-libraries/font-awesome.min.json +1 -0
- data/assets/themes/j1/modules/iconPicker/icons-libraries/mdi-icons-light.json +292 -0
- data/assets/themes/j1/modules/iconPicker/icons-libraries/mdi-icons-light.min.json +1 -0
- data/assets/themes/j1/modules/iconPicker/icons-libraries/mdi-icons-regular.json +7312 -0
- data/assets/themes/j1/modules/iconPicker/icons-libraries/mdi-icons-regular.min.json +1 -0
- data/assets/themes/j1/modules/iconPicker/images/magnifying-glass-solid.svg +1 -0
- data/assets/themes/j1/modules/iconPicker/images/star-of-life-solid.svg +3 -0
- data/assets/themes/j1/modules/iconPicker/images/xmark-solid.svg +3 -0
- data/assets/themes/j1/modules/iconPicker/js/universal-icon-picker.js +493 -0
- data/assets/themes/j1/modules/iconPicker/js/universal-icon-picker.min.js +17 -0
- data/assets/themes/j1/modules/jquery/AUTHORS.txt +372 -0
- data/assets/themes/j1/modules/jquery/LICENSE.txt +43 -0
- data/assets/themes/j1/modules/jquery/css/images/ui-icons_444444_256x240.png +0 -0
- data/assets/themes/j1/modules/jquery/css/images/ui-icons_555555_256x240.png +0 -0
- data/assets/themes/j1/modules/jquery/css/images/ui-icons_777620_256x240.png +0 -0
- data/assets/themes/j1/modules/jquery/css/images/ui-icons_777777_256x240.png +0 -0
- data/assets/themes/j1/modules/jquery/css/images/ui-icons_cc0000_256x240.png +0 -0
- data/assets/themes/j1/modules/jquery/css/images/ui-icons_ffffff_256x240.png +0 -0
- data/assets/themes/j1/modules/jquery/css/jquery-ui/jquery-ui.css +92 -92
- data/assets/themes/j1/modules/jquery/css/jquery-ui/jquery-ui.min.css +4 -4
- data/assets/themes/j1/modules/jquery/css/jquery-ui/jquery-ui.structure.css +88 -88
- data/assets/themes/j1/modules/jquery/css/jquery-ui/jquery-ui.structure.min.css +2 -2
- data/assets/themes/j1/modules/jquery/css/jquery-ui/jquery-ui.theme.css +4 -4
- data/assets/themes/j1/modules/jquery/css/jquery-ui/jquery-ui.theme.min.css +2 -2
- data/assets/themes/j1/modules/jquery/js/jquery-ui.js +13683 -13678
- data/assets/themes/j1/modules/jquery/js/jquery-ui.min.js +3 -3
- data/assets/themes/j1/modules/jquery/js/jquery.js +1029 -1203
- data/assets/themes/j1/modules/jquery/js/jquery.min.js +2 -2
- data/assets/themes/j1/modules/jquery/js/jquery.min.map +1 -1
- data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.css +1315 -0
- data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.min.css +7 -0
- data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.structure.css +886 -0
- data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.structure.min.css +5 -0
- data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.theme.css +446 -0
- data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.theme.min.css +5 -0
- data/assets/themes/j1/modules/jquery-3.5.1/js/extensions/hasClass.js +37 -0
- data/assets/themes/j1/modules/jquery-3.5.1/js/extensions/hasClass.min.js +17 -0
- data/assets/themes/j1/modules/jquery-3.5.1/js/extensions/removeClass.js +42 -0
- data/assets/themes/j1/modules/jquery-3.5.1/js/extensions/removeClass.min.js +17 -0
- data/assets/themes/j1/modules/jquery-3.5.1/js/jquery-ui.js +19057 -0
- data/assets/themes/j1/modules/jquery-3.5.1/js/jquery-ui.min.js +6 -0
- data/assets/themes/j1/modules/jquery-3.5.1/js/jquery.js +10872 -0
- data/assets/themes/j1/modules/jquery-3.5.1/js/jquery.min.js +2 -0
- data/assets/themes/j1/modules/jquery-3.5.1/js/jquery.min.map +1 -0
- data/assets/themes/j1/modules/jquery-3.5.1/js/require.js +2145 -0
- data/assets/themes/j1/modules/jquery-3.5.1/js/require.min.js +5 -0
- data/assets/themes/j1/modules/lightGallery/js/modules/j1/j1-video.js +2 -2
- data/assets/themes/j1/modules/lightGallery/js/modules/j1/j1-video.min.js +1 -1
- data/assets/themes/j1/modules/masterslider/css/theme/uno.css +9 -9
- data/assets/themes/j1/modules/masterslider/css/theme/uno.min.css +1 -1
- data/assets/themes/j1/modules/mmenuLight/css/theme/uno/mmenu.css +2 -2
- data/assets/themes/j1/modules/mmenuLight/css/theme/uno/mmenu.min.css +1 -1
- data/assets/themes/j1/modules/rouge/css/uno.dark/theme.css +136 -47
- data/assets/themes/j1/modules/rouge/css/uno.light/theme.css +9 -9
- data/assets/themes/j1/modules/scroller/js/scroller.js +76 -69
- data/assets/themes/j1/modules/scroller/js/scroller.min.js +1 -1
- data/assets/themes/j1/modules/translator/js/translator.js +1 -1
- data/assets/themes/j1/modules/translator/js/translator.min.js +1 -1
- data/lib/j1/version.rb +1 -1
- data/lib/starter_web/Gemfile +2 -2
- data/lib/starter_web/README.md +5 -5
- data/lib/starter_web/_config.yml +5 -2
- data/lib/starter_web/_data/blocks/banner.yml +8 -5
- data/lib/starter_web/_data/blocks/defaults/footer.yml +4 -4
- data/lib/starter_web/_data/blocks/footer.yml +12 -5
- data/lib/starter_web/_data/blocks/panel.yml +41 -38
- data/lib/starter_web/_data/j1_config.yml +68 -58
- data/lib/starter_web/_data/layouts/collection.yml +1 -0
- data/lib/starter_web/_data/layouts/default.yml +1 -1
- data/lib/starter_web/_data/layouts/home.yml +38 -9
- data/lib/starter_web/_data/layouts/news_panel_posts.yml +1 -0
- data/lib/starter_web/_data/layouts/page.yml +2 -1
- data/lib/starter_web/_data/layouts/post.yml +1 -0
- data/lib/starter_web/_data/layouts/raw.yml +1 -0
- data/lib/starter_web/_data/modules/advertising.yml +209 -58
- data/lib/starter_web/_data/modules/analytics.yml +2 -2
- data/lib/starter_web/_data/modules/attics.yml +4 -7
- data/lib/starter_web/_data/modules/defaults/advertising.yml +3 -2
- data/lib/starter_web/_data/modules/defaults/attics.yml +3 -3
- data/lib/starter_web/_data/modules/defaults/iconPicker.yml +42 -0
- data/lib/starter_web/_data/modules/defaults/navigator.yml +15 -13
- data/lib/starter_web/_data/modules/defaults/theme_toggler.yml +42 -0
- data/lib/starter_web/_data/modules/iconPicker.yml +64 -0
- data/lib/starter_web/_data/modules/masonry.yml +3 -3
- data/lib/starter_web/_data/modules/masterslider.yml +5 -5
- data/lib/starter_web/_data/modules/navigator_menu.yml +311 -160
- data/lib/starter_web/_data/modules/scroller.yml +8 -8
- data/lib/starter_web/_data/modules/slick.yml +47 -86
- data/lib/starter_web/_data/modules/theme_toggler.yml +29 -0
- data/lib/starter_web/_data/modules/themer.yml +0 -6
- data/lib/starter_web/_data/resources.yml +54 -53
- data/lib/starter_web/_data/templates/feed.xml +1 -1
- data/lib/starter_web/_includes/attributes.0.asciidoc +626 -0
- data/lib/starter_web/_includes/attributes.asciidoc +81 -72
- data/lib/starter_web/_includes/google/static/google_ad_5128488466.html +19 -0
- data/lib/starter_web/_includes/google/static/google_ad_7284712660.html +19 -0
- data/lib/starter_web/_includes/google/templates/google_ads.html +55 -0
- data/lib/starter_web/_plugins/asciidoctor/google-ad-block.rb +47 -0
- data/lib/starter_web/_plugins/index/lunr.rb +1 -1
- data/lib/starter_web/assets/images/badges/configBinder.jpg +0 -0
- data/lib/starter_web/assets/images/badges/docsBinder.jpg +0 -0
- data/lib/starter_web/assets/images/badges/notebookBinder.jpg +0 -0
- data/lib/starter_web/assets/images/badges/scaleable/configBinder.svg +1 -1
- data/lib/starter_web/assets/images/badges/scaleable/docsBinder.svg +1 -1
- data/lib/starter_web/assets/images/badges/scaleable/myBinder.svg +1 -1
- data/lib/starter_web/assets/images/badges/scaleable/notebookBinder.svg +1 -1
- data/lib/starter_web/assets/images/icons/hyvor-talk/jpg/hyvor-logo.512x512.jpg +0 -0
- data/lib/starter_web/assets/images/icons/hyvor-talk/png/hyvor-logo.24x24.jpg +0 -0
- data/lib/starter_web/assets/images/icons/hyvor-talk/scalable/hyvor-logo.svg +1 -1
- data/lib/starter_web/assets/images/icons/j1/jpg/j1-256x256.jpg +0 -0
- data/lib/starter_web/assets/images/icons/j1/jpg/j1-512x512.jpg +0 -0
- data/lib/starter_web/assets/images/icons/j1/jpg/j1-64x64.jpg +0 -0
- data/lib/starter_web/assets/images/icons/j1/png/j1-256x256.png +0 -0
- data/lib/starter_web/assets/images/icons/j1/png/j1-512x512.jpg +0 -0
- data/lib/starter_web/assets/images/icons/j1/png/j1-512x512.jpg.png +0 -0
- data/lib/starter_web/assets/images/icons/j1/png/j1-512x512.png +0 -0
- data/lib/starter_web/assets/images/icons/j1/png/j1-64x64.png +0 -0
- data/lib/starter_web/assets/images/icons/j1/scalable/j1.svg +1 -1
- data/lib/starter_web/assets/images/icons/mdi/mdi.svg +1 -0
- data/lib/starter_web/assets/images/icons/mdi/mdil.svg +1 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/alexander-redl.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/alina-grubnyak.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/andrea-badino.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/brad-neathery.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/brigitta-schneiter.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/bruno-figueiredo.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/clem-onojeghuo.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/core_web_vitals_best.png +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/crawford-jolly.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/eleni-afiontzi.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/fly-d.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/guillaume-bolduc.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/harpal-singh.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/hayden-mills-2.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/j1-content-mockup-1.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/j1-content-mockup-2.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/j1-content-mockup-3.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/j1-starter-mockup-1.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/john-schnobrich-2.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/josep-martins.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/josh-liu.jpg +0 -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/attics/1920x1280/kristopher-roller.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/kristopher-roller.webp +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/matthaeus.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/melanie-deziel.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/milad-fakurian.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/mohammad-rahmani.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/nasa.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/quino-al-2.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/recha-oktaviani.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/building-blocks-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/christina-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/cookies-1920x1200.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/katie-moum-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/icons/j1/scalable/j1.svg +1 -1
- data/lib/starter_web/assets/images/pages/asciidoc_skeletons/example-pdf-screenshot.jpg +0 -0
- data/lib/starter_web/assets/images/pages/core_web_vitals/200-create-a-link-1.jpg +0 -0
- data/lib/starter_web/assets/images/pages/core_web_vitals/core_web_vitals_best.jpg +0 -0
- data/lib/starter_web/assets/images/pages/core_web_vitals/core_web_vitals_best_full.jpg +0 -0
- data/lib/starter_web/assets/images/pages/features/bootswatch-themes-1280x800.jpg +0 -0
- data/lib/starter_web/assets/images/pages/features/global-mobile-traffic-1920x1080.jpg +0 -0
- data/lib/starter_web/assets/images/pages/features/google-lighthouse-1080x300.jpg +0 -0
- data/lib/starter_web/assets/images/pages/features/mobile-navigation-600x800.jpg +0 -0
- data/lib/starter_web/assets/images/pages/features/native-speakers-by-language.jpg +0 -0
- data/lib/starter_web/assets/images/pages/html_validator/appdevtools-html-validator.jpg +0 -0
- data/lib/starter_web/assets/images/pages/html_validator/freeformatter-html-validator.jpg +0 -0
- data/lib/starter_web/assets/images/pages/html_validator/w3c-nu-checker.jpg +0 -0
- data/lib/starter_web/assets/images/pages/html_validator/w3c-validator.jpg +0 -0
- data/lib/starter_web/assets/images/posts/featured/dynamic-web-access.jpg +0 -0
- data/lib/starter_web/assets/images/posts/featured/jamstack-generators.jpg +0 -0
- data/lib/starter_web/assets/images/posts/featured/jekyll.1200x400.jpg +0 -0
- data/lib/starter_web/assets/images/posts/featured/jekyll.jpg +0 -0
- data/lib/starter_web/assets/images/posts/featured/static-web-access.jpg +0 -0
- data/lib/starter_web/assets/images/promo/home/screenshot.jpg +0 -0
- data/lib/starter_web/assets/images/quotes/promo/home/screenshot.jpg +0 -0
- data/lib/starter_web/assets/images/quotes/promo/jekyll/jekyll-faq.jpg +0 -0
- data/lib/starter_web/assets/images/quotes/promo/jekyll/jekyll-generator.jpg +0 -0
- data/lib/starter_web/assets/images/quotes/promo/jekyll/jekyll-generator.png +0 -0
- data/lib/starter_web/assets/images/quotes/promo/jekyll/jekyll-og.png +0 -0
- data/lib/starter_web/assets/images/quotes/promo/jekyll/scalable/jekyll-faq.psd +0 -0
- data/lib/starter_web/collections/_biography/a-life-in-questions.adoc +8 -9
- data/lib/starter_web/collections/_biography/becoming.adoc +23 -10
- data/lib/starter_web/collections/_biography/born-to-run.adoc +28 -10
- data/lib/starter_web/collections/_biography/forty-autumns.adoc +20 -13
- data/lib/starter_web/collections/_biography/not-dead-yet.adoc +25 -15
- data/lib/starter_web/collections/_biography/princess-diarist-the.adoc +24 -15
- data/lib/starter_web/collections/_biography/when-breath-becomes-air.adoc +25 -12
- data/lib/starter_web/collections/_fantasy/harry-potter-deathly-hallows.adoc +14 -10
- data/lib/starter_web/collections/_fantasy/harry-potter-philosophers-stone.adoc +11 -8
- data/lib/starter_web/collections/_fantasy/mistborn-trilogy.adoc +32 -8
- data/lib/starter_web/collections/_fantasy/ready-player-one.adoc +17 -14
- data/lib/starter_web/collections/_fantasy/sword-of-destiny.adoc +27 -13
- data/lib/starter_web/collections/_fantasy/terry-pratchet-diary.adoc +38 -15
- data/lib/starter_web/collections/_people/diana-petersen.adoc +2 -0
- data/lib/starter_web/collections/_people/larry-parker.adoc +2 -0
- data/lib/starter_web/collections/_people/parveen-anand.adoc +2 -0
- data/lib/starter_web/collections/_portfolio/branding.adoc +5 -0
- data/lib/starter_web/collections/_portfolio/graphic_design.adoc +5 -0
- data/lib/starter_web/collections/_portfolio/identity.adoc +5 -0
- data/lib/starter_web/collections/_portfolio/illustration.adoc +5 -0
- data/lib/starter_web/collections/_portfolio/photography.adoc +5 -0
- data/lib/starter_web/collections/_portfolio/web_design.adoc +5 -0
- data/lib/starter_web/collections/_romance/{breath-of-snow-and-ashes-a.adoc → breath-of-snow-and-ashes.adoc} +20 -5
- data/lib/starter_web/collections/_romance/dressmaker-the.adoc +26 -14
- data/lib/starter_web/collections/_romance/fiery-cross-the.adoc +12 -9
- data/lib/starter_web/collections/_romance/it-ends-with-us.adoc +14 -11
- data/lib/starter_web/collections/_romance/outlander-novel.adoc +48 -25
- data/lib/starter_web/collections/_romance/virgins-outlander-short-story.adoc +30 -15
- data/lib/starter_web/collections/posts/public/featured/_posts/0000-00-00-welcome-to-j1.adoc.erb +4 -2
- data/lib/starter_web/collections/posts/public/featured/_posts/2021-01-01-about-cookies.adoc +4 -1
- data/lib/starter_web/collections/posts/public/featured/_posts/2021-02-01-static-site-generators.adoc +5 -3
- data/lib/starter_web/collections/posts/public/featured/_posts/2022-02-01-about-j1.adoc +4 -1
- data/lib/starter_web/collections/posts/public/featured/_posts/_includes/attributes.asciidoc +2 -2
- data/lib/starter_web/index.html +1 -18
- data/lib/starter_web/package.json +3 -3
- data/lib/starter_web/pages/public/about/features.adoc +1 -1
- data/lib/starter_web/pages/public/about/reporting_issues.adoc +1 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/attributes.asciidoc +1 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/100_converter/112_getting_started.asciidoc +1 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/200_themes/212_values.asciidoc +4 -4
- data/lib/starter_web/pages/public/blog/navigator/index.html +2 -2
- data/lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_all_books.adoc +1 -1
- data/lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_biography.adoc +1 -1
- data/lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_fantasy.adoc +1 -1
- data/lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_romance.adoc +1 -1
- data/lib/starter_web/pages/public/learn/bookshelf/jekyll_collections.adoc +75 -65
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/attributes.asciidoc +58 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/accordion.asciidoc +34 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/alerts.asciidoc +15 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/badges.asciidoc +9 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/body.asciidoc +14 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/breadcrumbs.asciidoc +14 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/buttons.asciidoc +75 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/cards.asciidoc +22 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/carousel.asciidoc +37 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/close.asciidoc +15 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/code.asciidoc +14 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/color_system.asciidoc +353 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/components.asciidoc +69 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/dropdowns.asciidoc +53 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/figures.asciidoc +5 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/forms.asciidoc +270 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/grid.asciidoc +49 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/links.asciidoc +21 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/list_groups.asciidoc +28 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/modals.asciidoc +43 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/navbar.asciidoc +45 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/navs.asciidoc +28 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/offcanvas.asciidoc +16 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/options.asciidoc +30 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/pagination.asciidoc +40 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/paragraph.asciidoc +5 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/placeholders.asciidoc +5 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/popovers.asciidoc +28 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/position.asciidoc +8 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/progress_bars.asciidoc +12 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/spacing.asciidoc +14 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/spinners.asciidoc +12 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/tables.asciidoc +55 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/thumbnails.asciidoc +9 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/toasts.asciidoc +18 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/tooltips.asciidoc +28 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/typography.asciidoc +115 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/z_index.asciidoc +26 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/tables/_table.asciidoc +9 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/tables/accordion.asciidoc +87 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/bs_sass_variables.adoc +262 -0
- data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/attributes.asciidoc +59 -0
- data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/documents/100_chapter.asciidoc +541 -0
- data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/documents/200_chapter.asciidoc +33 -0
- data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/tables/build_command_options.asciidoc +72 -0
- data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/tables/files_and_folders.asciidoc +66 -0
- data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/tables/global_configuration_options.asciidoc +63 -0
- data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/tables/global_variables.asciidoc +26 -0
- data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/tables/page_variables.asciidoc +54 -0
- data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/tables/serve_command_options.asciidoc +45 -0
- data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/tables/site_variables.asciidoc +59 -0
- data/lib/starter_web/pages/public/learn/core_web_vitals/core_web_vitals.adoc +442 -0
- data/lib/starter_web/pages/public/learn/roundtrip/_includes/attributes.0.asciidoc +112 -0
- data/lib/starter_web/pages/public/learn/roundtrip/_includes/attributes.asciidoc +2 -2
- data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/100_gistblock.asciidoc +3 -4
- data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/themes_rouge.asciidoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/asciidoc_extensions.adoc +2 -2
- data/lib/starter_web/pages/public/learn/roundtrip/icon_fonts.adoc +10 -10
- data/lib/starter_web/pages/public/learn/roundtrip/present_images.adoc +35 -4
- data/lib/starter_web/pages/public/learn/roundtrip/responsive_tables.adoc +3 -3
- data/lib/starter_web/pages/public/learn/where_to_go.adoc +41 -49
- data/lib/starter_web/pages/public/legal/en/100_copyright.adoc +2 -2
- data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +2 -2
- data/lib/starter_web/pages/public/legal/en/400_comment_policy.adoc +2 -2
- data/lib/starter_web/pages/public/tools/cheatsheet/gem.adoc +255 -0
- data/lib/starter_web/pages/public/tools/cheatsheet/git.adoc +1458 -0
- data/lib/starter_web/pages/public/tools/cheatsheet/j1.adoc +63 -0
- data/lib/starter_web/pages/public/tools/cheatsheet/yaml.adoc +514 -0
- data/lib/starter_web/pages/public/{previewer → tools/previewer}/preview_bootstrap_theme.adoc +94 -5
- data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
- data/lib/starter_web/utilsrv/package.json +1 -1
- metadata +169 -60
- data/_includes/themes/j1/modules/ads/google_ad_content_home.html +0 -11
- data/_includes/themes/j1/modules/ads/google_ad_top_home.html +0 -11
- data/assets/themes/j1/core/css/nbinteract-tutorial/styles.css +0 -1711
- data/assets/themes/j1/core/css/nbinteract-tutorial/styles.min.css +0 -1
- data/assets/themes/j1/modules/advertising/js/google/adInitializer.js +0 -127
- data/assets/themes/j1/modules/deeplAPI/js/deeplAPI.2.js +0 -460
- data/assets/themes/j1/modules/mdiPreviewer/css/previewer.css +0 -97
- data/assets/themes/j1/modules/mdiPreviewer/css/previewer.min.css +0 -15
- data/assets/themes/j1/modules/mdiPreviewer/js/previewer.js +0 -115
- data/assets/themes/j1/modules/mdiPreviewer/js/previewer.min.js +0 -15
- data/assets/themes/j1/modules/mdilPreviewer/css/previewer.css +0 -97
- data/assets/themes/j1/modules/mdilPreviewer/css/previewer.min.css +0 -15
- data/assets/themes/j1/modules/mdilPreviewer/js/previewer.js +0 -125
- data/assets/themes/j1/modules/mdilPreviewer/js/previewer.min.js +0 -15
- data/lib/starter_web/_includes/themes/j1/modules/ads/google_ad_content_home.html +0 -11
- data/lib/starter_web/_includes/themes/j1/modules/ads/google_ad_top_home.html +0 -11
- data/lib/starter_web/assets/images/icons/j1/j1-256x256.gif +0 -0
- data/lib/starter_web/assets/images/pages/asciidoc_skeletons/example-pdf-screenshot.png +0 -0
- data/lib/starter_web/assets/images/pages/features/bootswatch-themes-1280x800.png +0 -0
- data/lib/starter_web/assets/images/pages/features/global-mobile-traffic-1920x1080.png +0 -0
- data/lib/starter_web/assets/images/pages/features/google-lighthouse-1080x300.png +0 -0
- data/lib/starter_web/assets/images/pages/features/mobile-navigation-600x800.png +0 -0
- data/lib/starter_web/assets/images/pages/features/native-speakers-by-language.png +0 -0
- data/lib/starter_web/assets/images/pages/nbinteract/binderhub-architecture.jpg +0 -0
- data/lib/starter_web/assets/images/pages/nbinteract/jupyterlab-architecture.jpg +0 -0
- data/lib/starter_web/assets/images/pages/nbinteract/mandelbrot-menge-1920x1200.jpg +0 -0
- data/lib/starter_web/assets/images/pages/nbinteract/mandelbrot-menge.png +0 -0
- data/lib/starter_web/assets/images/pages/nbinteract/manual/nbi-textbook-example.jpg +0 -0
- data/lib/starter_web/assets/images/pages/nbinteract/manual/nbi_bar.jpg +0 -0
- data/lib/starter_web/assets/images/pages/nbinteract/manual/nbi_hist.jpg +0 -0
- data/lib/starter_web/assets/images/pages/nbinteract/manual/nbi_line.jpg +0 -0
- data/lib/starter_web/assets/images/pages/nbinteract/manual/nbi_multiple_choice.jpg +0 -0
- data/lib/starter_web/assets/images/pages/nbinteract/manual/nbi_scatter.jpg +0 -0
- data/lib/starter_web/assets/images/pages/nbinteract/manual/nbi_scatter_drag.jpg +0 -0
- data/lib/starter_web/assets/images/pages/nbinteract/manual/nbi_short_answer.jpg +0 -0
- data/lib/starter_web/assets/images/pages/nbinteract/nbi-textbook-example.jpg +0 -0
- data/lib/starter_web/assets/images/posts/featured/dynamic-web-access.png +0 -0
- data/lib/starter_web/assets/images/posts/featured/jamstack-generators.png +0 -0
- data/lib/starter_web/assets/images/posts/featured/jekyll.1200x400.png +0 -0
- data/lib/starter_web/assets/images/posts/featured/jekyll.png +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/featured/static-web-access.png +0 -0
- data/lib/starter_web/collections/posts/public/series/_posts/2022-08-01-organize-your-life.adoc +0 -118
- data/lib/starter_web/collections/posts/public/series/_posts/2022-08-02-organize-your-life.adoc +0 -118
- data/lib/starter_web/collections/posts/public/series/_posts/2022-08-03-organize-your-life.adoc +0 -118
- data/lib/starter_web/collections/posts/public/series/_posts/2022-09-01-organize-your-life.adoc +0 -117
- data/lib/starter_web/collections/posts/public/series/_posts/2022-09-02-organize-your-life.adoc +0 -117
- /data/lib/starter_web/assets/images/badges/{configBinder.png → png/configBinder.png} +0 -0
- /data/lib/starter_web/assets/images/badges/{docsBinder.png → png/docsBinder.png} +0 -0
- /data/lib/starter_web/assets/images/badges/{notebookBinder.png → png/notebookBinder.png} +0 -0
- /data/lib/starter_web/assets/images/icons/hyvor-talk/{hyvor-logo.24x24.png → png/hyvor-logo.24x24.png} +0 -0
- /data/lib/starter_web/assets/images/icons/hyvor-talk/{hyvor-logo.512x512.png → png/hyvor-logo.512x512.png} +0 -0
data/lib/starter_web/collections/posts/public/series/_posts/2022-08-01-organize-your-life.adoc
DELETED
|
@@ -1,118 +0,0 @@
|
|
|
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
DELETED
|
@@ -1,118 +0,0 @@
|
|
|
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.
|
data/lib/starter_web/collections/posts/public/series/_posts/2022-08-03-organize-your-life.adoc
DELETED
|
@@ -1,118 +0,0 @@
|
|
|
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
DELETED
|
@@ -1,117 +0,0 @@
|
|
|
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
DELETED
|
@@ -1,117 +0,0 @@
|
|
|
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.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|