j1-template 2022.5.2 → 2022.6.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_news_panel_posts.html +61 -40
- data/_includes/themes/j1/layouts/content_generator_page.html +22 -22
- data/_includes/themes/j1/layouts/content_generator_post.html +1 -1
- data/_includes/themes/j1/layouts/layout_metadata_generator.html +13 -79
- data/_includes/themes/j1/{blocks → procedures/blocks}/footer/boxes/about_box.proc +0 -0
- data/_includes/themes/j1/{blocks → procedures/blocks}/footer/boxes/contacts_box.proc +0 -0
- data/_includes/themes/j1/{blocks → procedures/blocks}/footer/boxes/issue.proc +0 -0
- data/_includes/themes/j1/{blocks → procedures/blocks}/footer/boxes/legal_statements.proc +0 -0
- data/_includes/themes/j1/{blocks → procedures/blocks}/footer/boxes/links_box.proc +0 -0
- data/_includes/themes/j1/{blocks → procedures/blocks}/footer/boxes/news_box.proc +0 -0
- data/_includes/themes/j1/{blocks → procedures/blocks}/footer/boxes/social_media_icons.proc +0 -0
- data/_includes/themes/j1/procedures/blocks/get_wave.proc +211 -0
- data/_includes/themes/j1/procedures/collections/create_collection_article_preview.proc +1 -1
- data/_includes/themes/j1/procedures/global/create_word_cloud.proc +1 -1
- data/_includes/themes/j1/procedures/posts/collate_timeline.proc +2 -2
- data/_includes/themes/j1/procedures/posts/pager.proc +9 -10
- data/_layouts/default.html +5 -1
- data/apps/private/README.txt +1 -0
- data/apps/protected/README.txt +1 -0
- data/apps/public/README.txt +1 -0
- data/assets/data/banner.html +38 -8
- data/assets/data/footer.html +31 -11
- data/assets/data/panel.html +118 -27
- data/assets/themes/j1/adapter/js/attic.js +4 -4
- data/assets/themes/j1/adapter/js/comments.js +18 -7
- data/assets/themes/j1/adapter/js/waves.js +227 -0
- data/assets/themes/j1/core/css/icon-fonts/fontawesome.min.css +1 -1
- data/assets/themes/j1/core/css/icon-fonts/mdi.min.css +1 -1
- data/assets/themes/j1/core/css/icon-fonts/mdil.min.css +1 -1
- data/assets/themes/j1/core/css/themes/bootstrap/bootstrap.css +92 -74
- data/assets/themes/j1/core/css/themes/bootstrap/bootstrap.min.css +5 -3
- data/assets/themes/j1/core/css/themes/theme_vapor/bootstrap.css +92 -74
- data/assets/themes/j1/core/css/themes/theme_vapor/bootstrap.min.css +5 -3
- data/assets/themes/j1/core/css/themes/unodark/bootstrap.css +105 -138
- data/assets/themes/j1/core/css/themes/unodark/bootstrap.min.css +5 -3
- data/assets/themes/j1/core/css/themes/unolight/bootstrap.css +457 -262
- data/assets/themes/j1/core/css/themes/unolight/bootstrap.min.css +26 -15
- data/assets/themes/j1/core/css/vendor.css +11 -8
- data/assets/themes/j1/core/css/vendor.min.css +1 -1
- data/assets/themes/j1/core/fonts/fontawesome_5/LICENSE.txt +34 -0
- data/assets/themes/j1/core/fonts/material_design_icons/LICENSE.txt +97 -0
- data/assets/themes/j1/core/fonts/material_design_icons_light/LICENSE.txt +92 -0
- data/assets/themes/j1/core/fonts/roboto/LICENSE.txt +11 -0
- data/assets/themes/j1/core/js/template.js +419 -746
- data/assets/themes/j1/core/js/template.min.js.map +1 -1
- data/assets/themes/j1/modules/backstretch/js/backstretch.js +1 -1
- data/assets/themes/j1/modules/backstretch/js/backstretch.min.js +1 -1
- data/assets/themes/j1/modules/bokeh/LICENSE.txt +28 -0
- data/assets/themes/j1/modules/jquery/js/extensions/hasClass.js +17 -0
- data/assets/themes/j1/modules/jquery/js/extensions/hasClass.min.js +17 -0
- data/assets/themes/j1/modules/jquery/js/extensions/removeClass.js +18 -0
- data/assets/themes/j1/modules/jquery/js/extensions/removeClass.min.js +17 -0
- data/assets/themes/j1/modules/later/LICENSE.txt +21 -0
- data/assets/themes/j1/modules/log4javascript/license.txt +201 -0
- data/assets/themes/j1/modules/lunr/stopwords/de.txt +229 -0
- data/assets/themes/j1/modules/lunr/stopwords/en.txt +119 -0
- data/assets/themes/j1/modules/masterslider/LICENSE.txt +621 -0
- data/assets/themes/j1/modules/masterslider/README.txt +531 -0
- data/assets/themes/j1/modules/msDropdown/LICENSE.txt +20 -0
- data/assets/themes/j1/modules/nbinteract-core/LICENSE.txt +60 -0
- data/assets/themes/j1/modules/rouge/css/themes.txt +46 -0
- data/assets/themes/j1/modules/vega/LICENSE.txt +27 -0
- data/lib/j1/version.rb +1 -1
- data/lib/starter_web/Gemfile +11 -7
- data/lib/starter_web/README.md +5 -5
- data/lib/starter_web/_config.yml +199 -135
- data/lib/starter_web/_data/blocks/banner.yml +18 -2
- data/lib/starter_web/_data/blocks/defaults/footer.yml +3 -1
- data/lib/starter_web/_data/blocks/defaults/panel.yml +4 -0
- data/lib/starter_web/_data/blocks/footer.yml +12 -1
- data/lib/starter_web/_data/blocks/panel.yml +88 -19
- data/lib/starter_web/_data/j1_config.yml +2 -2
- data/lib/starter_web/_data/layouts/collection.yml +0 -9
- data/lib/starter_web/_data/layouts/home.yml +21 -30
- data/lib/starter_web/_data/layouts/news_panel_posts.yml +0 -9
- data/lib/starter_web/_data/layouts/page.yml +0 -9
- data/lib/starter_web/_data/layouts/post.yml +0 -9
- data/lib/starter_web/_data/modules/blog_navigator.yml +6 -0
- data/lib/starter_web/_data/modules/defaults/blog_navigator.yml +15 -8
- data/lib/starter_web/_data/modules/defaults/cookieconsent.yml +5 -4
- data/lib/starter_web/_data/modules/defaults/navigator.yml +1 -1
- data/lib/starter_web/_data/modules/defaults/waves.yml +32 -0
- data/lib/starter_web/_data/modules/navigator_menu.yml +48 -120
- data/lib/starter_web/_data/modules/waves.yml +32 -0
- data/lib/starter_web/_data/plugins/defaults/feed.yml +82 -0
- data/lib/starter_web/_data/plugins/defaults/seo-tags.yml +65 -0
- data/lib/starter_web/_data/plugins/defaults/sitemap.yml +66 -0
- data/lib/starter_web/_data/plugins/feed.yml +35 -0
- data/lib/starter_web/_data/plugins/seo-tags.yml +30 -0
- data/lib/starter_web/_data/plugins/sitemap.yml +30 -0
- data/lib/starter_web/_data/resources.yml +22 -0
- data/lib/starter_web/_data/templates/feed.xml +191 -0
- data/lib/starter_web/_data/templates/robots.txt +1 -0
- data/lib/starter_web/_data/templates/seo-tags.html +140 -0
- data/lib/starter_web/_data/templates/sitemap.xml +36 -0
- data/lib/starter_web/_includes/attributes.asciidoc +49 -47
- data/lib/starter_web/_includes/custom/static/bs5_accordion.html +84 -0
- data/lib/starter_web/_includes/custom/templates/bs5_accordion.html +103 -0
- data/lib/starter_web/_plugins/{asciidoctor-extensions → asciidoctor}/admonition-block-answer.rb +0 -0
- data/lib/starter_web/_plugins/{asciidoctor-extensions → asciidoctor}/admonition-block-question.rb +0 -0
- data/lib/starter_web/_plugins/{asciidoctor-extensions → asciidoctor}/banner.rb +0 -0
- data/lib/starter_web/_plugins/{asciidoctor-extensions → asciidoctor}/callout.rb +0 -0
- data/lib/starter_web/_plugins/{asciidoctor-extensions → asciidoctor}/carousel-block.rb +0 -0
- data/lib/starter_web/_plugins/{asciidoctor-extensions → asciidoctor}/conum.rb +0 -0
- data/lib/starter_web/_plugins/{asciidoctor-extensions → asciidoctor}/fab-icon-inline.rb +0 -0
- data/lib/starter_web/_plugins/{asciidoctor-extensions → asciidoctor}/fas-icon-inline.rb +0 -0
- data/lib/starter_web/_plugins/{asciidoctor-extensions → asciidoctor}/flag-icon-inline.rb +0 -0
- data/lib/starter_web/_plugins/{asciidoctor-extensions → asciidoctor}/gallery-block.rb +0 -0
- data/lib/starter_web/_plugins/{asciidoctor-extensions → asciidoctor}/gist-block.rb +0 -0
- data/lib/starter_web/_plugins/{asciidoctor-extensions → asciidoctor}/iconify-icon-inline.rb +0 -0
- data/lib/starter_web/_plugins/{asciidoctor-extensions → asciidoctor}/lightbox-block.rb +0 -0
- data/lib/starter_web/_plugins/{asciidoctor-extensions → asciidoctor}/lorem_inline.rb +0 -0
- data/lib/starter_web/_plugins/{asciidoctor-extensions → asciidoctor}/masterslider-block.rb +0 -0
- data/lib/starter_web/_plugins/{asciidoctor-extensions → asciidoctor}/mdi-icon-inline.rb +0 -0
- data/lib/starter_web/_plugins/{asciidoctor-extensions → asciidoctor}/panel.rb +0 -0
- data/lib/starter_web/_plugins/{asciidoctor-extensions → asciidoctor}/range-slider-block.rb +0 -0
- data/lib/starter_web/_plugins/{asciidoctor-extensions → asciidoctor}/shout-block.rb +0 -0
- data/lib/starter_web/_plugins/{asciidoctor-extensions → asciidoctor}/textbook-block.rb +0 -0
- data/lib/starter_web/_plugins/{asciidoctor-extensions → asciidoctor}/twitter-emoji-inline.rb +0 -0
- data/lib/starter_web/_plugins/{debug.rb → filter/debug.rb} +0 -0
- data/lib/starter_web/_plugins/{encodeBase64.rb → filter/encodeBase64.rb} +0 -0
- data/lib/starter_web/_plugins/{encryptAES.rb → filter/encryptAES.rb} +0 -0
- data/lib/starter_web/_plugins/{filters.rb → filter/filters.rb} +11 -0
- data/lib/starter_web/_plugins/{minifyJS.rb → filter/minifyJS.rb} +0 -0
- data/lib/starter_web/_plugins/{minifyJSON.rb → filter/minifyJSON.rb} +0 -0
- data/lib/starter_web/_plugins/{prettify.rb → filter/prettify.rb} +0 -0
- data/lib/starter_web/_plugins/filter/xml_prettify.rb +36 -0
- data/lib/starter_web/_plugins/{symlink_watcher.rb → helper/symlink_watcher.rb} +0 -0
- data/lib/starter_web/_plugins/{date-i18n.rb → i18n/date.rb} +1 -1
- data/lib/starter_web/_plugins/{lunr_index.rb → index/lunr.rb} +38 -35
- data/lib/starter_web/_plugins/seo/j1-feed.rb +268 -0
- data/lib/starter_web/_plugins/seo/j1-seo-tags.rb +717 -0
- data/lib/starter_web/_plugins/seo/j1-sitemap.rb +140 -0
- data/lib/starter_web/assets/images/banner/scalable/wave.svg +13 -0
- data/lib/starter_web/assets/images/blocks/waves/scalable/1280x100/wave-1.svg +63 -0
- data/lib/starter_web/assets/images/blocks/waves/scalable/1280x100/wave-2.svg +60 -0
- data/lib/starter_web/assets/images/blocks/waves/scalable/1280x100/wave-3.svg +64 -0
- data/lib/starter_web/assets/images/blocks/waves/scalable/1280x100/wave-4.svg +62 -0
- data/lib/starter_web/assets/images/blocks/waves/scalable/1920x100/wave-1.svg +64 -0
- data/lib/starter_web/assets/images/blocks/waves/scalable/1920x100/wave-2.svg +60 -0
- data/lib/starter_web/assets/images/blocks/waves/scalable/1920x100/wave-3.svg +65 -0
- data/lib/starter_web/assets/images/blocks/waves/scalable/1920x100/wave-4.svg +62 -0
- data/lib/starter_web/assets/images/collections/blog/featured/dynamic-web-access.png +0 -0
- data/lib/starter_web/assets/images/collections/blog/featured/jamstack-generators.png +0 -0
- data/lib/starter_web/assets/images/collections/blog/featured/static-web-access.png +0 -0
- data/lib/starter_web/assets/images/icons/jekyll/logo-2x.png +0 -0
- data/lib/starter_web/assets/images/icons/jekyll/octojekyll.png +0 -0
- data/lib/starter_web/assets/images/modules/attics/1280x800/j1-template.png +0 -0
- data/lib/starter_web/assets/images/modules/attics/1280x800/jekyll-generator.png +0 -0
- data/lib/starter_web/assets/images/modules/attics/1280x800jekyll-generator.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/_ben-kolde.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/_moritz-kindler.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/bruno-figueiredo.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/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/quino-al-2.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/lunr-1280x800.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/no-time-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/gallery/mega_cities/author.txt +75 -0
- data/lib/starter_web/assets/images/pages/egrid/bg.png +0 -0
- data/lib/starter_web/assets/images/pages/egrid/black_denim.png +0 -0
- data/lib/starter_web/assets/images/pages/egrid/explanation.png +0 -0
- data/lib/starter_web/assets/images/pages/egrid/html_markup.png +0 -0
- data/lib/starter_web/assets/images/pages/egrid/large/1.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/large/10.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/large/11.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/large/12.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/large/13.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/large/14.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/large/15.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/large/16.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/large/17.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/large/18.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/large/19.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/large/2.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/large/20.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/large/3.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/large/4.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/large/5.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/large/6.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/large/7.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/large/8.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/large/9.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/loading.gif +0 -0
- data/lib/starter_web/assets/images/pages/egrid/loading_dark.gif +0 -0
- data/lib/starter_web/assets/images/pages/egrid/nav-icon.png +0 -0
- data/lib/starter_web/assets/images/pages/egrid/nav.png +0 -0
- data/lib/starter_web/assets/images/pages/egrid/small/1.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/small/10.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/small/11.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/small/12.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/small/13.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/small/14.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/small/15.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/small/16.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/small/17.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/small/18.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/small/19.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/small/1a.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/small/2.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/small/20.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/small/3.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/small/4.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/small/5.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/small/6.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/small/7.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/small/8.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/small/9.jpg +0 -0
- data/lib/starter_web/assets/images/pages/roundtrip/500_themes/themes-menu-1280x800.jpg +0 -0
- data/lib/starter_web/assets/images/promo/home/screenshot.jpg +0 -0
- data/lib/starter_web/assets/images/promo/jekyll/jekyll-generator.png +0 -0
- data/lib/starter_web/assets/images/promo/jekyll/jekyll-og.png +0 -0
- data/lib/starter_web/collections/asciidoc_skeletons/simple-post/_posts/yyyy-mm-dd-your-post-name.asciidoc +13 -10
- data/lib/starter_web/collections/posts/public/featured/_posts/0000-00-00-welcome-to-j1.adoc.erb +8 -3
- data/lib/starter_web/collections/posts/public/featured/_posts/2021-01-01-about-cookies.adoc +11 -6
- data/lib/starter_web/collections/posts/public/featured/_posts/2021-02-01-site-generators.adoc +13 -10
- data/lib/starter_web/collections/posts/public/featured/_posts/2022-02-01-about-j1.adoc +12 -9
- data/lib/starter_web/collections/posts/public/featured/_posts/_includes/attributes.asciidoc +2 -2
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-01-post-wiki-series.adoc +13 -5
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-02-post-wiki-series.adoc +13 -6
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-03-post-wiki-series.adoc +13 -6
- data/lib/starter_web/index.html +85 -60
- data/lib/starter_web/package.json +1 -1
- data/lib/starter_web/pages/public/about/features.adoc +15 -7
- data/lib/starter_web/pages/public/about/reporting_issues.adoc +13 -5
- data/lib/starter_web/pages/public/about/site.adoc +2 -6
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/000_intro.adoc +14 -7
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/100_converter.adoc +15 -7
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/200_themes.adoc +14 -6
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/100_converter/111_about_the_converter.asciidoc +15 -10
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/documentation.adoc +9 -8
- data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/multi.adoc +9 -8
- data/lib/starter_web/pages/public/asciidoc_skeletons/simple-document/simple.adoc +9 -8
- data/lib/starter_web/pages/public/blog/navigator/{archive.html → archive/allview.html} +53 -26
- data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +45 -20
- data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +49 -19
- data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +57 -53
- data/lib/starter_web/pages/public/blog/navigator/index.html +212 -35
- data/lib/starter_web/pages/public/features/general.adoc +12 -30
- data/lib/starter_web/pages/public/features/template.adoc +9 -33
- data/lib/starter_web/pages/public/learn/quickstart.adoc +10 -8
- data/lib/starter_web/pages/public/learn/roundtrip/_includes/attributes.asciidoc +0 -7
- data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_table_bs_modal_examples.asciidoc +2 -2
- data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/themes_bootstrap.asciidoc +51 -0
- data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/themes_rouge.asciidoc +110 -0
- data/lib/starter_web/pages/public/learn/roundtrip/asciidoc_extensions.adoc +11 -9
- data/lib/starter_web/pages/public/learn/roundtrip/bootstrap_themes.adoc +80 -0
- data/lib/starter_web/pages/public/learn/roundtrip/icon_fonts.adoc +9 -7
- data/lib/starter_web/pages/public/learn/roundtrip/{quicksearch.adoc → lunr_search.adoc} +23 -18
- data/lib/starter_web/pages/public/learn/roundtrip/{bs_modals_extentions.adoc → modal_extentions.adoc} +23 -24
- data/lib/starter_web/pages/public/learn/roundtrip/present_images.adoc +12 -11
- data/lib/starter_web/pages/public/learn/roundtrip/present_videos.adoc +14 -10
- data/lib/starter_web/pages/public/learn/roundtrip/{responsive_tables_extensions.adoc → responsive_tables.adoc} +16 -13
- data/lib/starter_web/pages/public/learn/roundtrip/{typography.adoc → template_typography.adoc} +8 -7
- data/lib/starter_web/pages/public/learn/where_to_go.adoc +12 -29
- data/lib/starter_web/pages/public/legal/de/100_copyright.adoc +1 -1
- data/lib/starter_web/pages/public/legal/de/100_impress.adoc +1 -1
- data/lib/starter_web/pages/public/legal/de/300_privacy.adoc +1 -1
- data/lib/starter_web/pages/public/legal/de/400_comment_policy.adoc +3 -1
- data/lib/starter_web/pages/public/legal/en/100_copyright.adoc +7 -5
- data/lib/starter_web/pages/public/legal/en/200_impress.adoc +7 -5
- data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +7 -5
- data/lib/starter_web/pages/public/legal/en/400_comment_policy.adoc +9 -5
- data/lib/starter_web/pages/public/panels/intro_panel/panel.adoc +11 -10
- data/lib/starter_web/pages/public/plans/plans.adoc +8 -5
- data/lib/starter_web/pages/public/previewer/preview_bootstrap_theme.adoc +15 -38
- data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
- data/lib/starter_web/utilsrv/package.json +1 -1
- metadata +170 -128
- data/_includes/themes/j1/blocks/footer/generator.html +0 -151
- data/_includes/themes/j1/layouts/content_generator_app.html +0 -32
- data/_includes/themes/j1/layouts/content_generator_article_navigator.html +0 -176
- data/_includes/themes/j1/layouts/content_generator_blog_archive.html +0 -251
- data/_layouts/app.html +0 -65
- data/_layouts/article_navigator.html +0 -66
- data/_layouts/blog_archive.html +0 -64
- data/assets/data/article_navigator/index.html +0 -51
- data/lib/starter_web/_data/layouts/app.yml +0 -172
- data/lib/starter_web/_data/layouts/article_navigator.yml +0 -173
- data/lib/starter_web/_data/layouts/blog_archive.yml +0 -191
- data/lib/starter_web/_includes/custom/static/custom_teaser.html +0 -64
- data/lib/starter_web/assets/images/banner/scalable/readme +0 -0
- data/lib/starter_web/assets/images/collections/blog/featured/dynamic-web-access.jpg +0 -0
- data/lib/starter_web/assets/images/collections/blog/featured/jamstack-generators-2.jpg +0 -0
- data/lib/starter_web/assets/images/collections/blog/featured/markus-spiske-2.jpg +0 -0
- data/lib/starter_web/assets/images/collections/blog/featured/static-web-access.jpg +0 -0
- data/lib/starter_web/assets/images/collections/blog/featured/welcome-to-j1-template.jpg +0 -0
- data/lib/starter_web/assets/images/collections/blog/featured/what-is-a-baseurl.jpg +0 -0
- data/lib/starter_web/assets/images/collections/blog/series/j1_using_docker/j1_docker_banner.1280x500.png +0 -0
- data/lib/starter_web/assets/images/collections/blog/series/j1_using_docker/kinematic_alpha.1280x600.png +0 -0
- data/lib/starter_web/assets/images/collections/blog/series/j1_using_docker/kinematic_j1.1280x300.png +0 -0
- data/lib/starter_web/assets/images/collections/blog/series/j1_using_docker/windows_docker_banner.1280x500.png +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/moritz-kindler.jpg +0 -0
- data/lib/starter_web/assets/videos/gallery/dailymotion/meditation.jpg +0 -0
- data/lib/starter_web/assets/videos/gallery/dailymotion/pilates.jpg +0 -0
- data/lib/starter_web/assets/videos/gallery/html5/video1.mp4 +0 -0
- data/lib/starter_web/assets/videos/gallery/html5/video2.mp4 +0 -0
- data/lib/starter_web/assets/videos/gallery/kick-it-old-school-poster.jpg +0 -0
- data/lib/starter_web/assets/videos/gallery/nye-party-shop-poster.jpg +0 -0
- data/lib/starter_web/assets/videos/gallery/stay-colorful-poster.jpg +0 -0
- data/lib/starter_web/assets/videos/gallery/video1-poster.jpg +0 -0
- data/lib/starter_web/assets/videos/gallery/video1-thumb.jpg +0 -0
- data/lib/starter_web/assets/videos/gallery/video2-poster.jpg +0 -0
- data/lib/starter_web/assets/videos/gallery/video2-thumb.jpg +0 -0
- data/lib/starter_web/assets/videos/gallery/video_adele-poster.jpg +0 -0
- data/lib/starter_web/assets/videos/gallery/video_gaga-poster.jpg +0 -0
- data/lib/starter_web/assets/videos/gallery/video_gwen-poster.jpg +0 -0
- data/lib/starter_web/assets/videos/gallery/video_michelle-poster.jpg +0 -0
- data/lib/starter_web/assets/videos/gallery/vk/hai.jpg +0 -0
- data/lib/starter_web/assets/videos/gallery/vk/otter.jpg +0 -0
- data/lib/starter_web/assets/videos/gallery/voice_kids_de_2021/battle.jpg +0 -0
- data/lib/starter_web/assets/videos/gallery/voice_kids_de_2021/ben.jpg +0 -0
- data/lib/starter_web/assets/videos/gallery/voice_kids_de_2021/constance.jpg +0 -0
- data/lib/starter_web/assets/videos/gallery/voice_kids_de_2021/elisa.jpg +0 -0
- data/lib/starter_web/assets/videos/headers/present_videos/still/underground-broadway.jpg +0 -0
- data/lib/starter_web/assets/videos/headers/present_videos/underground-broadway.mp4 +0 -0
- data/lib/starter_web/assets/videos/tiktok/einhorn.jpg +0 -0
- data/lib/starter_web/assets/videos/tiktok/waluschka.jpg +0 -0
- data/lib/starter_web/pages/public/jupyter/examples/distributed/j1-circular-times-table.adoc +0 -142
- data/lib/starter_web/pages/public/jupyter/examples/distributed/j1-common-used-widgets.adoc +0 -232
- data/lib/starter_web/pages/public/jupyter/examples/distributed/j1-odes-in-python.adoc +0 -115
- data/lib/starter_web/pages/public/jupyter/examples/localized/j1_climate-change-forecast.adoc +0 -109
- data/lib/starter_web/pages/public/jupyter/notebooks/j1/j1_circular_times_table.ipynb +0 -12382
- data/lib/starter_web/pages/public/jupyter/notebooks/j1/j1_climate_change_forecast.ipynb +0 -1058
- data/lib/starter_web/pages/public/jupyter/notebooks/j1/j1_docs_example_dynamic.ipynb +0 -14478
- data/lib/starter_web/pages/public/jupyter/notebooks/j1/j1_interactive_widgets.ipynb +0 -442
- data/lib/starter_web/pages/public/jupyter/notebooks/j1/j1_nbi_widgets.ipynb +0 -523
- data/lib/starter_web/pages/public/jupyter/notebooks/j1/j1_nbi_widgets_bar_chart.ipynb +0 -89
- data/lib/starter_web/pages/public/jupyter/notebooks/j1/j1_nbi_widgets_hist_chart.ipynb +0 -87
- data/lib/starter_web/pages/public/jupyter/notebooks/j1/j1_nbi_widgets_line_chart.ipynb +0 -90
- data/lib/starter_web/pages/public/jupyter/notebooks/j1/j1_nbi_widgets_question_multiple_choice.ipynb +0 -64
- data/lib/starter_web/pages/public/jupyter/notebooks/j1/j1_nbi_widgets_question_short_answer.ipynb +0 -122
- data/lib/starter_web/pages/public/jupyter/notebooks/j1/j1_nbi_widgets_scatter_chart.ipynb +0 -89
- data/lib/starter_web/pages/public/jupyter/notebooks/j1/j1_nbi_widgets_scatter_drag_chart.ipynb +0 -87
- data/lib/starter_web/pages/public/jupyter/notebooks/j1/j1_odes_in_python.ipynb +0 -15227
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_circular_times_table.html +0 -747
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_climate_change_forecast.html +0 -1250
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_docs_example_dynamic.html +0 -186
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_interactive_widgets.html +0 -512
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_nbi_widgets.html +0 -629
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_nbi_widgets_bar_chart.html +0 -95
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_nbi_widgets_hist_chart.html +0 -93
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_nbi_widgets_line_chart.html +0 -96
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_nbi_widgets_question_multiple_choice.html +0 -70
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_nbi_widgets_question_short_answer.html +0 -156
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_nbi_widgets_scatter_chart.html +0 -95
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_nbi_widgets_scatter_drag_chart.html +0 -93
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_odes_in_python.html +0 -955
- data/lib/starter_web/pages/public/jupyter/where_to_go.adoc +0 -232
- data/lib/starter_web/pages/public/learn/roundtrip/_includes/google-ad.js +0 -130
- data/lib/starter_web/pages/public/learn/roundtrip/themes.adoc +0 -253
- data/lib/starter_web/pages/public/se/se-fake.adoc +0 -48
data/lib/starter_web/index.html
CHANGED
@@ -2,36 +2,14 @@
|
|
2
2
|
layout: home
|
3
3
|
compress: true
|
4
4
|
|
5
|
-
title: Jekyll One
|
6
|
-
tagline:
|
5
|
+
title: Jekyll One Template
|
6
|
+
tagline: Explore What J1 Can Do
|
7
7
|
description: >
|
8
8
|
Jekyll One Template. Gem-based template made for Jekyll.
|
9
9
|
J1 meets Jekyll and Bootstrap. And makes a lot of friends.
|
10
10
|
The template system combines the best of free software for
|
11
|
-
the web.
|
12
|
-
|
13
|
-
are free to use as well.
|
14
|
-
|
15
|
-
keywords: >
|
16
|
-
j1, jekyllone, gem, gem-based, template, system,
|
17
|
-
opensource, free, load, download, start, starter, example,
|
18
|
-
high, easy, use, secure, encrypt, standard, popular,
|
19
|
-
generate, develop, create, learn, distribute, publish, deploy,
|
20
|
-
beginner, advanced, expert, student, learner, writer, reader, visitor
|
21
|
-
framework, toolkit, integration, extension, module, api,
|
22
|
-
dynamic, static, generator, client, server, internet, local, localhost
|
23
|
-
page, web, website, webdesign, material, design, responsive,
|
24
|
-
javascript, nodejs, ruby, windows, linux, osx, mac, os,
|
25
|
-
http, https, html, html5, css, scss, style,
|
26
|
-
browser, firefox, chrome, edge, opera, safari,
|
27
|
-
configuration, generator, navigation, menu, dropdown, fab, action, button
|
28
|
-
application, interface, provider, api, repository,
|
29
|
-
cookie, language, translation, gdpr, dsgvo, privacy,
|
30
|
-
asciidoc, aciidoctor, bootstrap, jekyll, liquid,
|
31
|
-
hyvor, disqus, git, github, netlify, heroku, apple, microsoft,
|
32
|
-
provider, service, internet, support,
|
33
|
-
google, analytics, advertising, search, console, silverlight, score,
|
34
|
-
j1, template, jekyllone, comment
|
11
|
+
the web. Jekyll One Template is OpenSource and the modules
|
12
|
+
included are free to use as well.
|
35
13
|
|
36
14
|
categories: [ Site ]
|
37
15
|
tags: [ Home ]
|
@@ -40,6 +18,12 @@ robots:
|
|
40
18
|
index: true
|
41
19
|
follow: true
|
42
20
|
|
21
|
+
image:
|
22
|
+
path: /assets/images/modules/attics/1920x1280/kristopher-roller.jpg
|
23
|
+
width: 1920
|
24
|
+
height: 1200
|
25
|
+
alt: Photo by Kristopher Roller on Unsplash
|
26
|
+
|
43
27
|
personalization: false
|
44
28
|
comments: false
|
45
29
|
exclude_from_search: false
|
@@ -47,59 +31,100 @@ exclude_from_search: false
|
|
47
31
|
fab_menu_id: default
|
48
32
|
scrollbar: false
|
49
33
|
toc: false
|
50
|
-
|
51
34
|
regenerate: false
|
52
35
|
|
53
|
-
|
36
|
+
accordion:
|
37
|
+
debug: false
|
38
|
+
name: custom_panel
|
39
|
+
id: bs5_accordion
|
40
|
+
|
41
|
+
header:
|
42
|
+
title: Custom Panel
|
43
|
+
tagline: creating dynamic content
|
44
|
+
description: >
|
45
|
+
<p class="dropcap">
|
46
|
+
This is an example for a Custom Panel based on Bootstrap V5. The example
|
47
|
+
code for the <b>dynamic content</b> is taken from the Bootstrap V5 Doc
|
48
|
+
pages at:
|
49
|
+
</p>
|
50
|
+
<a class="ml-3 mb-5"
|
51
|
+
href="https://getbootstrap.com/docs/5.2/components/accordion/"
|
52
|
+
target="_blank" rel="noopener noreferrer">
|
53
|
+
Accordion · Bootstrap v5.2
|
54
|
+
</a>
|
55
|
+
elements:
|
56
|
+
- element:
|
57
|
+
expanded: true
|
58
|
+
title: "Accordion Item #1"
|
59
|
+
content: >
|
60
|
+
<strong>This is the first item's accordion body.</strong> It is shown by default,
|
61
|
+
until the collapse plugin adds the appropriate classes that we use to style each element.
|
62
|
+
These classes control the overall appearance, as well as the showing and hiding via CSS
|
63
|
+
transitions. You can modify any of this with custom CSS or overriding our default variables.
|
64
|
+
It's also worth noting that just about any HTML can go within the <code>.accordion-body</code>,
|
65
|
+
though the transition does limit overflow.
|
66
|
+
- element:
|
67
|
+
title: "Accordion Item #2"
|
68
|
+
content: >
|
69
|
+
<strong>This is the second item's accordion body.</strong> It is hidden by default, until
|
70
|
+
the collapse plugin adds the appropriate classes that we use to style each element. These
|
71
|
+
classes control the overall appearance, as well as the showing and hiding via CSS transitions.
|
72
|
+
You can modify any of this with custom CSS or overriding our default variables. It's also worth
|
73
|
+
noting that just about any HTML can go within the <code>.accordion-body</code>, though the
|
74
|
+
transition does limit overflow.
|
75
|
+
- element:
|
76
|
+
title: "Accordion Item #3"
|
77
|
+
content: >
|
78
|
+
<strong>This is the third item's accordion body.</strong> It is hidden by default, until
|
79
|
+
the collapse plugin adds the appropriate classes that we use to style each element. These
|
80
|
+
classes control the overall appearance, as well as the showing and hiding via CSS transitions.
|
81
|
+
You can modify any of this with custom CSS or overriding our default variables. It's also worth
|
82
|
+
noting that just about any HTML can go within the <code>.accordion-body</code>, though the
|
83
|
+
transition does limit overflow.
|
84
|
+
|
85
|
+
resources: [ animate, iconify, scroller, waves ]
|
54
86
|
resource_options:
|
55
|
-
|
56
87
|
- attic:
|
57
|
-
|
58
88
|
circuit: true
|
59
89
|
pauseOnHover: true
|
60
90
|
padding_top: 550
|
61
|
-
|
62
91
|
duration: 6000
|
63
92
|
transition: push_left|cover_up|cover_down|fade|fadeInOut
|
64
93
|
transitionDuration: 1200
|
65
|
-
|
66
94
|
slides:
|
67
|
-
|
68
95
|
- url: /assets/images/modules/attics/1920x1280/kristopher-roller.jpg
|
69
96
|
alt: Photo by Kristopher Roller on Unsplash
|
70
97
|
title: Jekyll One Template
|
71
|
-
tagline:
|
98
|
+
tagline: Explore What J1 Can Do
|
72
99
|
badge:
|
73
100
|
type: unsplash
|
74
101
|
author: Kristopher Roller
|
75
102
|
href: https://unsplash.com/@krisroller
|
103
|
+
# - url: /assets/images/modules/attics/1920x1280/brad-neathery.jpg
|
104
|
+
# alt: Photo by Brad Neathery on Unsplash
|
105
|
+
# title: Setup A Site In No Time
|
106
|
+
# tagline: Ready-to-use Build-in Web Available
|
107
|
+
# badge:
|
108
|
+
# type: unsplash
|
109
|
+
# author: Brad Neathery
|
110
|
+
# href: https://unsplash.com/@bradneathery
|
111
|
+
# - url: /assets/images/modules/attics/1920x1280/fly-d.jpg
|
112
|
+
# alt: Photo by FLY:D on Unsplash
|
113
|
+
# title: Create Your Web
|
114
|
+
# tagline: Modern, Fast and Secure Websites
|
115
|
+
# badge:
|
116
|
+
# type: unsplash
|
117
|
+
# author: FLY:D
|
118
|
+
# href: https://unsplash.com/@flyd2069
|
119
|
+
# - url: /assets/images/modules/attics/1920x1280/nasa.jpg
|
120
|
+
# alt: Photo by NASA on Unsplash
|
121
|
+
# title: Using J1 Template Now
|
122
|
+
# tagline: Go For Rocketstart And Create A Site In Minutes
|
123
|
+
# badge:
|
124
|
+
# type: unsplash
|
125
|
+
# author: NASA
|
126
|
+
# href: https://unsplash.com/@nasa
|
76
127
|
|
77
|
-
- url: /assets/images/modules/attics/1920x1280/moritz-kindler.jpg
|
78
|
-
alt: Photo by Moritz Kindler on Unsplash
|
79
|
-
title: Setup a site in no time
|
80
|
-
tagline: ready to use build-in web available
|
81
|
-
badge:
|
82
|
-
type: unsplash
|
83
|
-
author: Moritz Kindler
|
84
|
-
href: https://unsplash.com/@moritz_photography
|
85
|
-
|
86
|
-
- url: /assets/images/modules/attics/1920x1280/crawford-jolly.jpg
|
87
|
-
alt: Photo by Crawford Jolly on Unsplash
|
88
|
-
title: Create Your Web
|
89
|
-
tagline: build modern, fast and secure websites
|
90
|
-
badge:
|
91
|
-
type: unsplash
|
92
|
-
author: Crawford Jolly
|
93
|
-
href: https://unsplash.com/@crawford
|
94
|
-
|
95
|
-
- url: /assets/images/modules/attics/1920x1280/nasa.jpg
|
96
|
-
alt: photo by NASA on Unsplash
|
97
|
-
title: Start using J1 Template
|
98
|
-
tagline: go for rocketstart and ready to go in minutes
|
99
|
-
badge:
|
100
|
-
type: unsplash
|
101
|
-
author: NASA
|
102
|
-
href: https://unsplash.com/@nasa
|
103
128
|
---
|
104
129
|
|
105
130
|
<pre>
|
@@ -1,6 +1,6 @@
|
|
1
1
|
---
|
2
2
|
title: J1 Template
|
3
|
-
tagline:
|
3
|
+
tagline: Learn J1 Features
|
4
4
|
date: 2021-04-13 00:00:00
|
5
5
|
description: >
|
6
6
|
Things you should know about this site,
|
@@ -9,21 +9,28 @@ description: >
|
|
9
9
|
to make a project like J1 Template real.
|
10
10
|
|
11
11
|
categories: [ About ]
|
12
|
-
tags: [ J1,
|
12
|
+
tags: [ J1, Features ]
|
13
13
|
|
14
|
+
comments: false
|
15
|
+
fab_menu_id: page_ctrl
|
14
16
|
scrollbar: false
|
15
17
|
comments: true
|
16
|
-
fab_menu_id: page_ctrl
|
17
18
|
|
18
19
|
permalink: /pages/public/about/features/
|
19
20
|
regenerate: false
|
20
21
|
|
22
|
+
image:
|
23
|
+
path: /assets/images/modules/attics/1920x1280/alexander-redl.jpg
|
24
|
+
width: 1920
|
25
|
+
height: 1280
|
26
|
+
alt: Photo by Alexander Redl on Unsplash
|
27
|
+
|
21
28
|
resources: [ animate, lightbox ]
|
22
29
|
resource_options:
|
23
|
-
|
24
30
|
- attic:
|
25
|
-
padding_top:
|
26
|
-
|
31
|
+
padding_top: 400
|
32
|
+
padding_bottom: 50
|
33
|
+
opacity: 0.5
|
27
34
|
slides:
|
28
35
|
- url: /assets/images/modules/attics/1920x1280/alexander-redl.jpg
|
29
36
|
alt: Photo by Alexander Redl on Unsplash
|
@@ -73,7 +80,7 @@ user of _Jekyll_, the latest version is available at
|
|
73
80
|
=== General
|
74
81
|
|
75
82
|
* _Windows_, _Linux_ and _MacOS_ supported
|
76
|
-
* _Jekyll_ v4.
|
83
|
+
* _Jekyll_ v4.3 Support
|
77
84
|
* _Ruby_ v3 Support
|
78
85
|
* Asciidoc and Markdown Support
|
79
86
|
* _Asciidoctor_ plugins included
|
@@ -86,6 +93,7 @@ user of _Jekyll_, the latest version is available at
|
|
86
93
|
* Bootstrap Themes from _Bootswatch_ supported
|
87
94
|
* Icon Font Support for _MDI_, _FA_, _Iconify_ and _Twitter Emojis_
|
88
95
|
* Themeable source code highlighting (_Rouge_)
|
96
|
+
* SEO Support
|
89
97
|
* Desktop and Mobile Web Navigation ready
|
90
98
|
* Fully configurable, no programming needed
|
91
99
|
* Near 100/100/100 _Google Lighthouse_ Scores
|
@@ -1,6 +1,6 @@
|
|
1
1
|
---
|
2
|
-
title:
|
3
|
-
tagline:
|
2
|
+
title: Reporting
|
3
|
+
tagline: Report J1 Issues
|
4
4
|
date: 2022-01-01 00:00:00
|
5
5
|
description: >
|
6
6
|
Although I endeavor to keep this site as up-to-date as possible, even the
|
@@ -11,17 +11,25 @@ description: >
|
|
11
11
|
categories: [ About ]
|
12
12
|
tags: [ Issues ]
|
13
13
|
|
14
|
+
comments: false
|
15
|
+
#fab_menu_id: page_ctrl
|
14
16
|
scrollbar: false
|
15
17
|
regenerate: false
|
16
18
|
|
19
|
+
image:
|
20
|
+
path: /assets/images/modules/attics/1920x1280/alexander-redl.jpg
|
21
|
+
width: 1920
|
22
|
+
height: 1280
|
23
|
+
alt: Photo by Alexander Redl on Unsplash
|
24
|
+
|
17
25
|
permalink: /pages/public/about/reporting_issues/
|
18
26
|
|
19
27
|
resources: [ animate ]
|
20
28
|
resource_options:
|
21
|
-
|
22
29
|
- attic:
|
23
|
-
padding_top:
|
24
|
-
|
30
|
+
padding_top: 400
|
31
|
+
padding_bottom: 50
|
32
|
+
opacity: 0.5
|
25
33
|
slides:
|
26
34
|
- url: /assets/images/modules/attics/1920x1280/alexander-redl.jpg
|
27
35
|
alt: Photo by Alexander Redl on Unsplash
|
@@ -1,6 +1,6 @@
|
|
1
1
|
---
|
2
2
|
title: J1 Template
|
3
|
-
tagline:
|
3
|
+
tagline: About This Site
|
4
4
|
date: 2022-01-01 00:00:00
|
5
5
|
description: >
|
6
6
|
Things you should know about this site,
|
@@ -8,7 +8,7 @@ description: >
|
|
8
8
|
services provided.
|
9
9
|
|
10
10
|
categories: [ About ]
|
11
|
-
tags: [
|
11
|
+
tags: [ Site, Review ]
|
12
12
|
|
13
13
|
scrollbar: false
|
14
14
|
regenerate: false
|
@@ -18,14 +18,10 @@ permalink: /pages/public/about/site/
|
|
18
18
|
resources: [ animate ]
|
19
19
|
resource_options:
|
20
20
|
- attic:
|
21
|
-
|
22
21
|
padding_top: 550
|
23
|
-
|
24
22
|
slides:
|
25
23
|
- url: /assets/images/modules/attics/1920x1280/alexander-redl.jpg
|
26
24
|
alt: Photo by Alexander Redl on Unsplash
|
27
|
-
title: J1 Template
|
28
|
-
tagline: about
|
29
25
|
badge:
|
30
26
|
type: unsplash
|
31
27
|
author: Alexander Redl
|
@@ -5,14 +5,24 @@ title: Skeleton Book
|
|
5
5
|
tagline: introduction
|
6
6
|
date: 2022-01-01 00:00:00
|
7
7
|
description: >
|
8
|
-
|
9
|
-
|
10
|
-
|
8
|
+
Asciidoctor PDF is a native PDF converter for AsciiDoc that plugs
|
9
|
+
into the pdf backend. It bypasses the requirement to generate an
|
10
|
+
intermediary format such as DocBook, Apache FO, or LaTeX. Instead,
|
11
|
+
you can use Asciidoctor PDF to convert your documents directly
|
12
|
+
from AsciiDoc to PDF. The aim of this library is to take the pain
|
13
|
+
out of creating PDF documents from AsciiDoc.
|
11
14
|
|
12
15
|
categories: [ Knowledge ]
|
13
16
|
tags: [ Asciidoctor, PDF, Converter ]
|
14
17
|
|
18
|
+
image:
|
19
|
+
path: /assets/images/modules/attics/sigmund-1920x1280.jpg
|
20
|
+
width: 1920
|
21
|
+
height: 1280
|
22
|
+
alt: Photo by Sigmund on Unsplash
|
23
|
+
|
15
24
|
sitemap: false
|
25
|
+
|
16
26
|
robots:
|
17
27
|
index: false
|
18
28
|
follow: false
|
@@ -22,14 +32,11 @@ regenerate: false
|
|
22
32
|
|
23
33
|
resources: [ animate, clipboard, lightbox, rouge ]
|
24
34
|
resource_options:
|
25
|
-
|
26
35
|
- attic:
|
27
|
-
|
36
|
+
alignY: 0.3
|
28
37
|
slides:
|
29
|
-
|
30
38
|
- url: /assets/images/modules/attics/sigmund-1920x1280.jpg
|
31
39
|
alt: Photo by Sigmund on Unsplash
|
32
|
-
alignY: 0.3
|
33
40
|
badge:
|
34
41
|
type: unsplash
|
35
42
|
author: Sigmund
|
@@ -1,27 +1,35 @@
|
|
1
1
|
---
|
2
|
-
title: Asciidoctor PDF
|
3
|
-
tagline: A
|
2
|
+
title: Asciidoctor PDF
|
3
|
+
tagline: A Native PDF Converter For AsciiDoc
|
4
4
|
date: 2022-01-01 00:00:00
|
5
|
+
|
5
6
|
description: >
|
6
|
-
|
7
|
+
Asciidoctor PDF is a native PDF converter for AsciiDoc that plugs
|
8
|
+
into the pdf backend. It bypasses the requirement to generate an
|
9
|
+
intermediary format such as DocBook, Apache FO, or LaTeX. Instead,
|
10
|
+
you can use Asciidoctor PDF to convert your documents directly
|
11
|
+
from AsciiDoc to PDF. The aim of this library is to take the pain
|
12
|
+
out of creating PDF documents from AsciiDoc.
|
7
13
|
|
8
14
|
categories: [ Knowledge ]
|
9
15
|
tags: [ Asciidoctor, PDF, Converter ]
|
10
16
|
|
17
|
+
image:
|
18
|
+
path: /assets/images/modules/attics/sigmund-1920x1280.jpg
|
19
|
+
width: 1920
|
20
|
+
height: 1280
|
21
|
+
alt: Photo by Sigmund on Unsplash
|
11
22
|
|
12
23
|
permalink: /pages/public/skeleton/documentation/100_converter/
|
13
24
|
regenerate: false
|
14
25
|
|
15
26
|
resources: [ animate, clipboard, lightbox, rouge ]
|
16
27
|
resource_options:
|
17
|
-
|
18
28
|
- attic:
|
19
|
-
|
29
|
+
alignY: 0.3
|
20
30
|
slides:
|
21
|
-
|
22
31
|
- url: /assets/images/modules/attics/sigmund-1920x1280.jpg
|
23
32
|
alt: Photo by Sigmund on Unsplash
|
24
|
-
alignY: 0.3
|
25
33
|
badge:
|
26
34
|
type: unsplash
|
27
35
|
author: Sigmund
|
@@ -1,26 +1,34 @@
|
|
1
1
|
---
|
2
2
|
title: Asciidoctor PDF Themes
|
3
|
-
tagline: Theming Guide
|
3
|
+
tagline: Theming Guide
|
4
4
|
date: 2022-01-01 00:00:00
|
5
5
|
description: >
|
6
|
-
Asciidoctor PDF
|
6
|
+
Asciidoctor PDF is a native PDF converter for AsciiDoc that plugs
|
7
|
+
into the pdf backend. It bypasses the requirement to generate an
|
8
|
+
intermediary format such as DocBook, Apache FO, or LaTeX. Instead,
|
9
|
+
you can use Asciidoctor PDF to convert your documents directly
|
10
|
+
from AsciiDoc to PDF. The aim of this library is to take the pain
|
11
|
+
out of creating PDF documents from AsciiDoc.
|
7
12
|
|
8
13
|
categories: [ Knowledge ]
|
9
14
|
tags: [ Asciidoctor, PDF, Converter ]
|
10
15
|
|
16
|
+
image:
|
17
|
+
path: /assets/images/modules/attics/sigmund-1920x1280.jpg
|
18
|
+
width: 1920
|
19
|
+
height: 1280
|
20
|
+
alt: Photo by Sigmund on Unsplash
|
21
|
+
|
11
22
|
permalink: /pages/public/skeleton/documentation/200_themes/
|
12
23
|
regenerate: false
|
13
24
|
|
14
25
|
resources: [ animate, clipboard, lightbox, rouge ]
|
15
26
|
resource_options:
|
16
|
-
|
17
27
|
- attic:
|
18
|
-
|
28
|
+
alignY: 0.3
|
19
29
|
slides:
|
20
|
-
|
21
30
|
- url: /assets/images/modules/attics/sigmund-1920x1280.jpg
|
22
31
|
alt: Photo by Sigmund on Unsplash
|
23
|
-
alignY: 0.3
|
24
32
|
badge:
|
25
33
|
type: unsplash
|
26
34
|
author: Sigmund
|
@@ -1,10 +1,15 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
1
|
+
Asciidoctor PDF is a native PDF converter for AsciiDoc that plugs into
|
2
|
+
the PDF backend. It bypasses the requirement to generate an intermediary
|
3
|
+
format such as DocBook, Apache FO, or LaTeX. Instead, you can use Asciidoctor
|
4
|
+
PDF to convert your documents directly from AsciiDoc to PDF. The aim of
|
5
|
+
this library is to take the pain out of creating PDF documents from AsciiDoc.
|
6
|
+
|
7
|
+
{uri-asciidoctor-pdf}[Asciidoctor PDF, {browser-window--new}] is made possible
|
8
|
+
by an amazing Ruby gem named _Prawn_. And what a gem it is!
|
9
|
+
{uri-prawn-home}[Prawn, {browser-window--new}] is a nimble PDF writer for
|
10
|
+
_Ruby_. More important, it's a hackable platform that offers both high level
|
11
|
+
APIs for the most common needs and low level APIs for bending the document
|
12
|
+
model to accommodate special circumstances.
|
8
13
|
|
9
14
|
[caption=Status]
|
10
15
|
CAUTION: _Asciidoctor PDF_ is currently _alpha_ software. While the converter
|
@@ -38,7 +43,7 @@ critical gap in _Asciidoctor_. It absolutely takes the pain out of creating
|
|
38
43
|
printable documents. Picking up from there, _Asciidoctor PDF_ takes the pain out
|
39
44
|
of creating PDF documents _from AsciiDoc_.
|
40
45
|
|
41
|
-
|
46
|
+
== Highlights
|
42
47
|
|
43
48
|
* Direct AsciiDoc to PDF conversion
|
44
49
|
* SVG support
|
@@ -57,7 +62,7 @@ printable documents. Picking up from there, _Asciidoctor PDF_ takes the pain out
|
|
57
62
|
* Custom (TTF) fonts
|
58
63
|
* Double-sided printing mode (margins alternate on recto and verso pages)
|
59
64
|
|
60
|
-
|
65
|
+
== Prerequisites
|
61
66
|
|
62
67
|
All that's needed is _Ruby_ (1.9.3 or above; 2.3.x recommended) and a few _Ruby_
|
63
68
|
gems, which we explain how to install in the next section.
|
@@ -105,7 +110,7 @@ For all other versions of _Ruby_, you can simply install the _Asciidoctor PDF_
|
|
105
110
|
gem. It will transitively install the required dependencies.
|
106
111
|
====
|
107
112
|
|
108
|
-
|
113
|
+
=== System Encoding
|
109
114
|
|
110
115
|
_Asciidoctor_ assumes you're using UTF-8 encoding. To minimize encoding problems,
|
111
116
|
make sure the default encoding of your system is set to UTF-8.
|
@@ -1,8 +1,8 @@
|
|
1
1
|
---
|
2
2
|
# Master Document HTML conversion: book.adoc
|
3
3
|
#
|
4
|
-
title: Skeleton
|
5
|
-
tagline:
|
4
|
+
title: Documentation Skeleton
|
5
|
+
tagline: Manage Huge Number Of Chapters
|
6
6
|
date: 2022-01-01 00:00:00
|
7
7
|
description: >
|
8
8
|
A document of type documentation (book) typically consists in a large
|
@@ -22,6 +22,12 @@ personalization: false
|
|
22
22
|
comments: false
|
23
23
|
exclude_from_search: false
|
24
24
|
|
25
|
+
image:
|
26
|
+
path: /assets/images/modules/attics/sigmund-1920x1280.jpg
|
27
|
+
width: 1920
|
28
|
+
height: 1280
|
29
|
+
alt: Photo by Sigmund on Unsplash
|
30
|
+
|
25
31
|
fab_menu_id: page_ctrl
|
26
32
|
scrollbar: false
|
27
33
|
toc: true
|
@@ -31,21 +37,16 @@ regenerate: true
|
|
31
37
|
|
32
38
|
resources: [ animate, clipboard, lightbox, rouge ]
|
33
39
|
resource_options:
|
34
|
-
|
35
40
|
- toccer:
|
36
41
|
collapseDepth: 3
|
37
|
-
|
38
42
|
- attic:
|
39
|
-
|
40
43
|
padding_top: 400
|
41
44
|
padding_bottom: 50
|
42
45
|
opacity: 0.5
|
43
|
-
|
46
|
+
alignY: 0.3
|
44
47
|
slides:
|
45
|
-
|
46
48
|
- url: /assets/images/modules/attics/sigmund-1920x1280.jpg
|
47
49
|
alt: Photo by Sigmund on Unsplash
|
48
|
-
alignY: 0.3
|
49
50
|
badge:
|
50
51
|
type: unsplash
|
51
52
|
author: Sigmund
|
@@ -1,6 +1,6 @@
|
|
1
1
|
---
|
2
|
-
title: Skeleton
|
3
|
-
tagline:
|
2
|
+
title: Multi Document Skeleton
|
3
|
+
tagline: Manage High Number Of Chapters
|
4
4
|
date: 2022-01-01 00:00:00
|
5
5
|
description: >
|
6
6
|
Multi-chapter documents are used for more complex articles of a website. If
|
@@ -17,7 +17,13 @@ robots:
|
|
17
17
|
follow: false
|
18
18
|
|
19
19
|
permalink: /pages/public/skeleton/multi/
|
20
|
-
regenerate:
|
20
|
+
regenerate: false
|
21
|
+
|
22
|
+
image:
|
23
|
+
path: /assets/images/modules/attics/sigmund-1920x1280.jpg
|
24
|
+
width: 1920
|
25
|
+
height: 1280
|
26
|
+
alt: Photo by Sigmund on Unsplash
|
21
27
|
|
22
28
|
personalization: false
|
23
29
|
comments: false
|
@@ -29,20 +35,15 @@ toc: true
|
|
29
35
|
|
30
36
|
resources: [ animate, clipboard, lightbox, rouge ]
|
31
37
|
resource_options:
|
32
|
-
|
33
38
|
- toccer:
|
34
39
|
collapseDepth: 3
|
35
|
-
|
36
40
|
- attic:
|
37
41
|
padding_top: 400
|
38
42
|
padding_bottom: 50
|
39
43
|
opacity: 0.5
|
40
|
-
|
41
44
|
slides:
|
42
|
-
|
43
45
|
- url: /assets/images/modules/attics/sigmund-1920x1280.jpg
|
44
46
|
alt: Photo by Sigmund on Unsplash
|
45
|
-
alignY: 0.3
|
46
47
|
badge:
|
47
48
|
type: unsplash
|
48
49
|
author: Sigmund
|
@@ -1,6 +1,6 @@
|
|
1
1
|
---
|
2
|
-
title: Skeleton
|
3
|
-
tagline:
|
2
|
+
title: Simple Document Skeleton
|
3
|
+
tagline: Create Typical Articles
|
4
4
|
date: 2022-01-01 00:00:00
|
5
5
|
description: >
|
6
6
|
Simple documents are used quite often. If the number
|
@@ -19,7 +19,13 @@ personalization: false
|
|
19
19
|
comments: false
|
20
20
|
exclude_from_search: false
|
21
21
|
|
22
|
-
|
22
|
+
image:
|
23
|
+
path: /assets/images/modules/attics/sigmund-1920x1280.jpg
|
24
|
+
width: 1920
|
25
|
+
height: 1280
|
26
|
+
alt: Photo by Sigmund on Unsplash
|
27
|
+
|
28
|
+
fab_menu_id: page_ctrl
|
23
29
|
scrollbar: false
|
24
30
|
toc: true
|
25
31
|
|
@@ -28,20 +34,15 @@ regenerate: false
|
|
28
34
|
|
29
35
|
resources: [ animate, clipboard, lightbox, rouge ]
|
30
36
|
resource_options:
|
31
|
-
|
32
37
|
- toccer:
|
33
38
|
collapseDepth: 3
|
34
|
-
|
35
39
|
- attic:
|
36
40
|
padding_top: 400
|
37
41
|
padding_bottom: 50
|
38
42
|
opacity: 0.5
|
39
|
-
|
40
43
|
slides:
|
41
|
-
|
42
44
|
- url: /assets/images/modules/attics/sigmund-1920x1280.jpg
|
43
45
|
alt: Photo by Sigmund on Unsplash
|
44
|
-
alignY: 0.3
|
45
46
|
badge:
|
46
47
|
type: unsplash
|
47
48
|
author: Sigmund
|