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
Binary file
|
Binary file
|
data/lib/starter_web/assets/images/collections/blog/wikipedia/narcise-snake-pits.1200x400.jpg
DELETED
Binary file
|
data/lib/starter_web/collections/posts/public/series/_posts/2020-01-01-post-wiki-series.adoc
DELETED
@@ -1,144 +0,0 @@
|
|
1
|
-
---
|
2
|
-
title: Minneapolis
|
3
|
-
tagline: Largest City Of Minnesota
|
4
|
-
|
5
|
-
categories: [ Wikipedia ]
|
6
|
-
tags: [ USA, Cities ]
|
7
|
-
|
8
|
-
series: wiki-series
|
9
|
-
|
10
|
-
image: /assets/images/collections/blog/wikipedia/minneapolis.1200x400.jpg
|
11
|
-
|
12
|
-
# image:
|
13
|
-
# path: /assets/images/collections/blog/wikipedia/minneapolis.1200x400.jpg
|
14
|
-
# width: 1280
|
15
|
-
# height: 400
|
16
|
-
# alt: Minneapolis
|
17
|
-
|
18
|
-
fab_menu_id: open_toc_reload
|
19
|
-
regenerate: false
|
20
|
-
|
21
|
-
resources: [ animate ]
|
22
|
-
resource_options:
|
23
|
-
- toccer:
|
24
|
-
collapseDepth: 3
|
25
|
-
- attic:
|
26
|
-
padding_top: 600
|
27
|
-
slides:
|
28
|
-
- url: /assets/images/collections/blog/wikipedia/minneapolis.1200x400.jpg
|
29
|
-
alt: Minnesota
|
30
|
-
---
|
31
|
-
|
32
|
-
// Page Initializer
|
33
|
-
// =============================================================================
|
34
|
-
// Enable the Liquid Preprocessor
|
35
|
-
:page-liquid:
|
36
|
-
|
37
|
-
// Additional Asciidoc page attributes goes here
|
38
|
-
// -----------------------------------------------------------------------------
|
39
|
-
:page-imagesdir: {{page.images.dir}}
|
40
|
-
:wikipedia-article: https://en.wikipedia.org/wiki/Geography_of_Minneapolis
|
41
|
-
|
42
|
-
// Place an excerpt at the most top position
|
43
|
-
// -----------------------------------------------------------------------------
|
44
|
-
[role="dropcap"]
|
45
|
-
Minneapolis is the largest city in the state of Minnesota in the United States,
|
46
|
-
and the county seat of Hennepin County. According to the United States Census
|
47
|
-
Bureau, the city has a total area of 151.3 km² (58.4 mi²). 142.2 km² (54.9 mi²)
|
48
|
-
of it is land and 9.1 km² (3.5 mi²) of it (6.01%) is water.
|
49
|
-
|
50
|
-
excerpt__end
|
51
|
-
|
52
|
-
// Load Liquid procedures
|
53
|
-
// -----------------------------------------------------------------------------
|
54
|
-
{% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
|
55
|
-
|
56
|
-
// Load page attributes
|
57
|
-
// -----------------------------------------------------------------------------
|
58
|
-
{% include {{load_attributes}} scope="none" %}
|
59
|
-
|
60
|
-
|
61
|
-
// Page content
|
62
|
-
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
63
|
-
// Read: link:{wikipedia-article}[From Wikipedia, the free encyclopedia, window="_blank"].
|
64
|
-
|
65
|
-
// Include sub-documents (if any)
|
66
|
-
// -----------------------------------------------------------------------------
|
67
|
-
[[readmore]]
|
68
|
-
== Physical
|
69
|
-
|
70
|
-
[role="mt-3 mb-5"]
|
71
|
-
image::collections/blog/wikipedia/minneapolis.1200x400.jpg[{{page.title}}]
|
72
|
-
|
73
|
-
[role="dropcap mt-4"]
|
74
|
-
The Mississippi, which runs to the southeast, directed the early growth of the
|
75
|
-
city. Most early streets ran parallel to the river to maximize the amount of
|
76
|
-
land that could be used. Eventually, growth of Minneapolis turned to north-south
|
77
|
-
and east-west streets.
|
78
|
-
|
79
|
-
Many unique intersections like Seven Corners on the eastern periphery of
|
80
|
-
downtown were formed to translate between the two layouts. Some streets,
|
81
|
-
especially older and more traditionally important ones like Hennepin Avenue
|
82
|
-
and Nicollet Avenue, have both orientations at different points.
|
83
|
-
|
84
|
-
== Parks and lakes
|
85
|
-
|
86
|
-
[role="dropcap mt-4"]
|
87
|
-
Minneapolis has a large park system consisting of ten square miles (26 km²)
|
88
|
-
of land and water that is interlinked in many places. Theodore Wirth is often
|
89
|
-
credited with the development of this system that brought a playground within
|
90
|
-
the reach of most children and the canopy of trees and boulevards in much of
|
91
|
-
the city. The Mississippi National River and Recreation Area connects regional
|
92
|
-
parks and visitors centers.
|
93
|
-
|
94
|
-
Theodore Wirth Park is the largest in the city, shared with Golden Valley,
|
95
|
-
and is about 60% the size of Central Park in New York City. Minnehaha Park
|
96
|
-
is one of the most famous, the site of Minnehaha Falls and cultural heritage
|
97
|
-
events every year. Tower Hill Park in Prospect Park is the home of a 1913
|
98
|
-
water tower, one of the highest points in Minneapolis.
|
99
|
-
|
100
|
-
The Grand Rounds Scenic Byway circles through the city and many of the larger
|
101
|
-
park areas including land along the Mississippi, lakes and scenic areas.
|
102
|
-
A parkway for cars, a bikeway for riders, and a walkway for pedestrians run
|
103
|
-
parallel paths along the 50-mile route. A growing number of bikeways and
|
104
|
-
walkways crisscross the city and interconnect with neighboring cities.
|
105
|
-
|
106
|
-
Twenty four small lakes are within the city limits. Among the largest
|
107
|
-
freshwater lakes to the west are Lake Harriet, Lake Calhoun, Lake of the
|
108
|
-
Isles, and Cedar Lake, known together as the "Chain of Lakes". Lake Nokomis
|
109
|
-
and Lake Hiawatha are to the east. Connected by bike, running and walking
|
110
|
-
paths, Minneapolis lakes are used for swimming, fishing, picnics and boating.
|
111
|
-
|
112
|
-
== Flora and fauna
|
113
|
-
|
114
|
-
[role="dropcap mt-4"]
|
115
|
-
The area now occupied by the Twin Cities generally consisted of a 155 foot
|
116
|
-
(47 m) thick layer of St. Peter Sandstone, under a 16 foot (5 m) thick layer
|
117
|
-
of shale, under a 35 foot (11 m) thick layer of Platteville limestone.[4]
|
118
|
-
These layers were the result of an Ordovician Period sea which covered
|
119
|
-
east-central Minnesota 500 million years ago. The hard limestone cap
|
120
|
-
was formed from fossilized shell fish. About 20,000 years ago, the area
|
121
|
-
was covered by the Superior Lobe of the Laurentide ice sheet, which left
|
122
|
-
the St. Croix moraine on the Twin Cities as it receded.
|
123
|
-
|
124
|
-
Later the Grantsburg Sublobe of the Des Moines Lobe also covered the area.
|
125
|
-
Under these vast layers of ice, tunnel valleys were formed, cutting through the
|
126
|
-
limestone layer with tremendous force, to release ice meltwater and glacier
|
127
|
-
effluence. The result was a series of troughs in the limestone, which
|
128
|
-
were filled by glacial till and outwash deposit as the glaciers receded.
|
129
|
-
Sometimes the sediment would be mixed with huge chunks of ice, which would
|
130
|
-
leave voids in the soil. These voids created basins for the Twin Cities Lakes,
|
131
|
-
such as Harriet and Lake Calhoun. Connecting the city lakes in several
|
132
|
-
north-south arteries are gorges cut through the bedrock, but filled with
|
133
|
-
sand and sediment.
|
134
|
-
|
135
|
-
When River Warren Falls receded past the confluence of the much smaller
|
136
|
-
Upper Mississippi River, a new waterfall was created where that river entered
|
137
|
-
the much-lower glacial River Warren. The new falls also receded upstream on
|
138
|
-
the Mississippi, migrating eight miles (12875 m) over 9600 years to where
|
139
|
-
Louis Hennepin first saw it and named St. Anthony Falls in 1680. Due to its
|
140
|
-
value as a power source, this waterfall determined the location of Minneapolis.
|
141
|
-
One branch of the river coming from the west, Minnehaha Creek receded only a
|
142
|
-
few hundred yards from one of the channels of the Mississippi. Minnehaha Falls
|
143
|
-
remains as a picturesque and informative relic of River Warren Falls, and the
|
144
|
-
limestone-over-sandstone construction is readily apparent in its small gorge.
|
data/lib/starter_web/collections/posts/public/series/_posts/2020-01-02-post-wiki-series.adoc
DELETED
@@ -1,103 +0,0 @@
|
|
1
|
-
---
|
2
|
-
title: Narcisse Snake Dens
|
3
|
-
tagline: Largest Snake Population
|
4
|
-
|
5
|
-
categories: [ Wikipedia ]
|
6
|
-
tags: [ Canada, Cities ]
|
7
|
-
|
8
|
-
series: wiki-series
|
9
|
-
|
10
|
-
image: /assets/images/collections/blog/wikipedia/narcise-snake-pits.1200x400.jpg
|
11
|
-
|
12
|
-
# image:
|
13
|
-
# path: /assets/images/collections/blog/wikipedia/narcise-snake-pits.1200x400.jpg
|
14
|
-
# width: 1280
|
15
|
-
# height: 400
|
16
|
-
# alt: Narcisse Snake Dens
|
17
|
-
|
18
|
-
fab_menu_id: open_toc_reload
|
19
|
-
regenerate: false
|
20
|
-
|
21
|
-
resources: [ animate ]
|
22
|
-
resource_options:
|
23
|
-
- toccer:
|
24
|
-
collapseDepth: 3
|
25
|
-
- attic:
|
26
|
-
padding_top: 600
|
27
|
-
slides:
|
28
|
-
- url: /assets/images/collections/blog/wikipedia/narcise-snake-pits.1200x400.jpg
|
29
|
-
alt: Narcisse Snake Pits
|
30
|
-
---
|
31
|
-
|
32
|
-
// Page Initializer
|
33
|
-
// =============================================================================
|
34
|
-
// Enable the Liquid Preprocessor
|
35
|
-
:page-liquid:
|
36
|
-
|
37
|
-
// Set (local) page attributes here
|
38
|
-
// -----------------------------------------------------------------------------
|
39
|
-
// :page--attr: <attr-value>
|
40
|
-
|
41
|
-
// Place an excerpt at the most top position
|
42
|
-
// -----------------------------------------------------------------------------
|
43
|
-
[role="dropcap"]
|
44
|
-
Narcisse Snake Pits are located in the Rural Municipality of Armstrong
|
45
|
-
about 6 kilometres (3.7 mi) north of Narcisse, Manitoba, Canada. The dens
|
46
|
-
are the winter home of tens of thousands of red-sided garter snakes
|
47
|
-
(Thamnophis sirtalis parietalis).
|
48
|
-
|
49
|
-
excerpt__end
|
50
|
-
|
51
|
-
// Load Liquid procedures
|
52
|
-
// -----------------------------------------------------------------------------
|
53
|
-
{% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
|
54
|
-
|
55
|
-
// Load page attributes
|
56
|
-
// -----------------------------------------------------------------------------
|
57
|
-
{% include {{load_attributes}} scope="none" %}
|
58
|
-
|
59
|
-
|
60
|
-
// Page content
|
61
|
-
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
62
|
-
// Read: link:{wikipedia-article}[From Wikipedia, the free encyclopedia, window="_blank"].
|
63
|
-
|
64
|
-
// Include sub-documents (if any)
|
65
|
-
// -----------------------------------------------------------------------------
|
66
|
-
[[readmore]]
|
67
|
-
== Conservation
|
68
|
-
|
69
|
-
[role="mt-3 mb-5"]
|
70
|
-
image::/assets/images/collections/blog/wikipedia/narcise-snake-pits.1200x400.jpg[{{page.title}}]
|
71
|
-
|
72
|
-
[role="dropcap mt-4"]
|
73
|
-
These pits are the largest concentration in the world of this particular type
|
74
|
-
of snake. Their winter dens are subterranean caverns formed by the area's
|
75
|
-
water-worn limestone bedrock. In the spring, they come up from their dens to
|
76
|
-
the snake pits, where they engage in mating rituals. Then they disperse into
|
77
|
-
the nearby marshes for the summer.
|
78
|
-
|
79
|
-
The population of red-sided garter snakes around Narcisse was roughly 70,000
|
80
|
-
until terrible weather in 1999 killed tens of thousands of them before they
|
81
|
-
could reach their winter dens. This tragedy triggered concern about the
|
82
|
-
snakes' biannual migratory path, which cuts right across Highway 17.
|
83
|
-
|
84
|
-
Every year, ten thousand snakes trying to get to or from their winter dens had
|
85
|
-
been crushed under the wheels of vehicles. This had not been a problem before,
|
86
|
-
because the vast population compensated for the losses. After the winter of
|
87
|
-
1999, however, the population of garter snakes was dangerously low, causing
|
88
|
-
Manitoba Hydro and volunteers to intervene.
|
89
|
-
|
90
|
-
Foot-high snow fences were built to force snakes into six-inch (15-cm)
|
91
|
-
tunnels that went under Highway 17. Since some snakes still managed to
|
92
|
-
squeeze under the fence and onto the road, signs were put up during the
|
93
|
-
migratory season urging motorists to slow down to avoid accidentally driving
|
94
|
-
over snakes. These measures worked, and now less than a thousand snakes per
|
95
|
-
season are killed on the highway.
|
96
|
-
|
97
|
-
== Visiting
|
98
|
-
|
99
|
-
[role="dropcap mt-4"]
|
100
|
-
The conservation area is open to the public. The snakes are most active
|
101
|
-
during the spring and fall - in late April to early May, which is the mating
|
102
|
-
season, and also in early September, when the snakes slither back down to
|
103
|
-
their winter dens.
|
data/lib/starter_web/collections/posts/public/series/_posts/2020-01-03-post-wiki-series.adoc
DELETED
@@ -1,117 +0,0 @@
|
|
1
|
-
---
|
2
|
-
title: Columbia River
|
3
|
-
tagline: Largest River In The Pacific Northwest
|
4
|
-
|
5
|
-
categories: [ Wikipedia ]
|
6
|
-
tags: [ USA, Rivers ]
|
7
|
-
|
8
|
-
series: wiki-series
|
9
|
-
|
10
|
-
image: /assets/images/collections/blog/wikipedia/columbia-river.1200x400.jpg
|
11
|
-
|
12
|
-
# image:
|
13
|
-
# path: /assets/images/collections/blog/wikipedia/columbia-river.1200x400.jpg
|
14
|
-
# width: 1280
|
15
|
-
# height: 400
|
16
|
-
# alt: Columbia River
|
17
|
-
|
18
|
-
fab_menu_id: open_toc_reload
|
19
|
-
regenerate: false
|
20
|
-
|
21
|
-
resources: [ animate ]
|
22
|
-
resource_options:
|
23
|
-
- toccer:
|
24
|
-
collapseDepth: 3
|
25
|
-
- attic:
|
26
|
-
padding_top: 600
|
27
|
-
slides:
|
28
|
-
- url: /assets/images/collections/blog/wikipedia/columbia-river.1200x400.jpg
|
29
|
-
alt: Columbia River
|
30
|
-
---
|
31
|
-
|
32
|
-
// Page Initializer
|
33
|
-
// =============================================================================
|
34
|
-
// Enable the Liquid Preprocessor
|
35
|
-
:page-liquid:
|
36
|
-
|
37
|
-
// Additional Asciidoc page attributes goes here
|
38
|
-
// -----------------------------------------------------------------------------
|
39
|
-
:page-imagesdir: {{page.images.dir}}
|
40
|
-
:wikipedia-article: https://en.wikipedia.org/wiki/Columbia_River
|
41
|
-
|
42
|
-
// Place an excerpt at the most top position
|
43
|
-
// -----------------------------------------------------------------------------
|
44
|
-
[role="dropcap"]
|
45
|
-
Columbia River is the largest river in the Pacific Northwest region of
|
46
|
-
North America. It flows northwest and then south into the US state of Washington,
|
47
|
-
then turns west to form most of the border between Washington and the state of
|
48
|
-
Oregon before emptying into the Pacific Ocean.
|
49
|
-
|
50
|
-
excerpt__end
|
51
|
-
|
52
|
-
// Load Liquid procedures
|
53
|
-
// -----------------------------------------------------------------------------
|
54
|
-
{% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
|
55
|
-
|
56
|
-
// Load page attributes
|
57
|
-
// -----------------------------------------------------------------------------
|
58
|
-
{% include {{load_attributes}} scope="none" %}
|
59
|
-
|
60
|
-
|
61
|
-
// Page content
|
62
|
-
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
63
|
-
|
64
|
-
// Include sub-documents (if any)
|
65
|
-
// -----------------------------------------------------------------------------
|
66
|
-
|
67
|
-
// Load Liquid procedures
|
68
|
-
// -----------------------------------------------------------------------------
|
69
|
-
{% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
|
70
|
-
|
71
|
-
// Load page attributes
|
72
|
-
// -----------------------------------------------------------------------------
|
73
|
-
{% include {{load_attributes}} scope="all" %}
|
74
|
-
|
75
|
-
|
76
|
-
// Page content
|
77
|
-
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
78
|
-
// Read: link:{wikipedia-article}[From Wikipedia, the free encyclopedia, window="_blank"].
|
79
|
-
|
80
|
-
// Include sub-documents (if any)
|
81
|
-
// -----------------------------------------------------------------------------
|
82
|
-
[[readmore]]
|
83
|
-
== Columbia River
|
84
|
-
|
85
|
-
[role="mt-3 mb-5"]
|
86
|
-
image::/assets/images/collections/blog/wikipedia/columbia-river.1200x400.jpg[{{page.title}}]
|
87
|
-
|
88
|
-
[role="dropcap mt-4"]
|
89
|
-
The river is 1,243 miles (2,000 km) long, and its largest tributary is the
|
90
|
-
Snake River. Its drainage basin is roughly the size of France and extends
|
91
|
-
into seven US states and a Canadian province.
|
92
|
-
|
93
|
-
By volume, the Columbia is the fourth-largest river in the United States; it
|
94
|
-
has the greatest flow of any North American river draining into the Pacific.
|
95
|
-
The river’s heavy flow and relatively steep gives it tremendous
|
96
|
-
potential for the generation of electricity. The 14 hydroelectric dams on
|
97
|
-
the Columbia’s main stem and many more on its tributaries produce more than
|
98
|
-
44% of total U.S. hydroelectric generation – much more hydroelectric power
|
99
|
-
than those of any other North American river.
|
100
|
-
|
101
|
-
The Columbia and its tributaries have been central to the region’s culture and
|
102
|
-
economy for thousands of years. They have been used for transportation since
|
103
|
-
ancient times, linking the many cultural groups of the region. The river system
|
104
|
-
hosts many species of fish, which migrate between habitats and the saline
|
105
|
-
waters of the Pacific Ocean. These fish—especially the salmon species—provided
|
106
|
-
the core subsistence for native peoples; in past centuries, Indigenous peoples
|
107
|
-
traveled across western North America to the Columbia to trade for fish.
|
108
|
-
|
109
|
-
In the late 18th century, a protected American ship became the first non-indigenous
|
110
|
-
vessel to enter the river; it was followed by a British explorer, who navigated
|
111
|
-
past the Oregon Coast Range into the Willamette Valley. In the following
|
112
|
-
decades, fur trading companies used the Columbia as a key transportation route.
|
113
|
-
Overland explorers entered the Willamette Valley through the scenic but
|
114
|
-
treacherous Columbia River Gorge, and pioneers began to settle the valley in
|
115
|
-
increasing numbers, following both routes to enter it. Steamships along the
|
116
|
-
river linked communities and facilitated trade; the arrival of railroads in
|
117
|
-
the late 19th century, many running along the river, supplemented these links.
|
@@ -1,44 +0,0 @@
|
|
1
|
-
// ~/document_base_folder/000_includes
|
2
|
-
// Asciidoc attribute includes: attributes.asciidoc
|
3
|
-
// -----------------------------------------------------------------------------
|
4
|
-
|
5
|
-
// URLS, local references to internal|external web links (macro link:)
|
6
|
-
// -----------------------------------------------------------------------------
|
7
|
-
tag::urls[]
|
8
|
-
end::urls[]
|
9
|
-
|
10
|
-
|
11
|
-
// FOOTNOTES, global asciidoc attributes (variables)
|
12
|
-
// -----------------------------------------------------------------------------
|
13
|
-
tag::footnotes[]
|
14
|
-
end::footnotes[]
|
15
|
-
|
16
|
-
|
17
|
-
// TAGS, local asciidoc attributes (general variables)
|
18
|
-
// -----------------------------------------------------------------------------
|
19
|
-
tag::tags[]
|
20
|
-
end::tags[]
|
21
|
-
|
22
|
-
|
23
|
-
// DATA, local references to data elements (asciidoc extensions)
|
24
|
-
// -----------------------------------------------------------------------------
|
25
|
-
tag::data[]
|
26
|
-
end::data[]
|
27
|
-
|
28
|
-
|
29
|
-
// DOCUMENTS, local document resources (macro include::)
|
30
|
-
// -----------------------------------------------------------------------------
|
31
|
-
tag::documents[]
|
32
|
-
end::documents[]
|
33
|
-
|
34
|
-
|
35
|
-
// TABLES, local table resources (macro include::)
|
36
|
-
// -----------------------------------------------------------------------------
|
37
|
-
tag::tables[]
|
38
|
-
end::tables[]
|
39
|
-
|
40
|
-
|
41
|
-
// AUTHORS, local author information (special variables)
|
42
|
-
// -----------------------------------------------------------------------------
|
43
|
-
tag::authors[]
|
44
|
-
end::authors[]
|
File without changes
|
File without changes
|
@@ -1,58 +0,0 @@
|
|
1
|
-
---
|
2
|
-
title: Biography
|
3
|
-
tagline: Today's People
|
4
|
-
date: 2023-01-29 00:00:00
|
5
|
-
description: >
|
6
|
-
Today's people is a collection contains the biography's
|
7
|
-
of celebrities well known by most of us. Find the books issued
|
8
|
-
by musicans, actors and more.
|
9
|
-
|
10
|
-
categories: [ Jekyll, Collection ]
|
11
|
-
tags: [ Preview, Bookshelf ]
|
12
|
-
|
13
|
-
fab_menu_id: open_toc
|
14
|
-
regenerate: false
|
15
|
-
permalink: /pages/public/bookshelf/biography/
|
16
|
-
|
17
|
-
resources: []
|
18
|
-
resource_options:
|
19
|
-
- attic:
|
20
|
-
padding_top: 600
|
21
|
-
slides:
|
22
|
-
- url: /assets/images/modules/attics/giammarco-boscaro-1920x1280.jpg
|
23
|
-
alt: giammarco-boscaro-1920x1280
|
24
|
-
---
|
25
|
-
|
26
|
-
// Page Initializer
|
27
|
-
// =============================================================================
|
28
|
-
// Enable the Liquid Preprocessor
|
29
|
-
:page-liquid:
|
30
|
-
|
31
|
-
// Set page (local) attributes here
|
32
|
-
// -----------------------------------------------------------------------------
|
33
|
-
// :page--attr: <attr-value>
|
34
|
-
|
35
|
-
{% comment %} Liquid procedures
|
36
|
-
-------------------------------------------------------------------------------- {% endcomment %}
|
37
|
-
{% capture create_collection_article_preview %}themes/{{site.template.name}}/procedures/collections/create_collection_article_preview.proc{% endcapture %}
|
38
|
-
|
39
|
-
{% comment %} Debugging
|
40
|
-
-------------------------------------------------------------------------------- {% endcomment %}
|
41
|
-
{% comment %} site.biography: {{ site.biography | debug }} {% endcomment %}
|
42
|
-
|
43
|
-
|
44
|
-
// Content
|
45
|
-
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
46
|
-
[[navigator]]
|
47
|
-
lorem:sentences[8]
|
48
|
-
|
49
|
-
[role="mb-6"]
|
50
|
-
lorem:sentences[3]
|
51
|
-
|
52
|
-
++++
|
53
|
-
<div class="row mb-4">
|
54
|
-
<div class="col-md-12 col-xs-12">
|
55
|
-
{% include {{create_collection_article_preview}} collection=site.biography %}
|
56
|
-
</div>
|
57
|
-
</div>
|
58
|
-
++++
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
/data/lib/starter_web/assets/images/{collections/blog → posts}/featured/dynamic-web-access.png
RENAMED
File without changes
|
/data/lib/starter_web/assets/images/{collections/blog → posts}/featured/jamstack-generators.png
RENAMED
File without changes
|
File without changes
|
File without changes
|
/data/lib/starter_web/assets/images/{collections/blog → posts}/featured/static-web-access.png
RENAMED
File without changes
|