j1-template 2020.0.11 → 2020.0.16
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/blocks/ads/ad.html +64 -0
- data/_includes/themes/j1/blocks/footer/boxes/about_box.proc +2 -2
- data/_includes/themes/j1/blocks/footer/boxes/links_box.proc +3 -3
- data/_includes/themes/j1/blocks/footer/boxes/news_box.proc +3 -3
- data/_includes/themes/j1/layouts/content_generator_blog_archive.html +3 -2
- data/_includes/themes/j1/layouts/content_generator_collection.html +3 -2
- data/_includes/themes/j1/layouts/content_generator_page.html +26 -25
- data/_includes/themes/j1/layouts/content_generator_post.html +13 -13
- data/_includes/themes/j1/layouts/layout_metadata_generator.html +134 -4
- data/_includes/themes/j1/modules/connectors/ad/custom-provider.html +6 -9
- data/_includes/themes/j1/modules/connectors/ad/google-adsense.html +9 -6
- data/_includes/themes/j1/modules/connectors/ads +3 -6
- data/_includes/themes/j1/modules/navigator/generator.html +0 -1
- data/_includes/themes/j1/modules/navigator/procedures/topsearch.proc +5 -5
- data/_includes/themes/j1/procedures/global/create_word_cloud.proc +5 -2
- data/_includes/themes/j1/procedures/layouts/content_writer.proc +8 -9
- data/_includes/themes/j1/procedures/layouts/module_writer.proc +3 -13
- data/_includes/themes/j1/procedures/posts/collate_timeline.proc +14 -14
- data/_layouts/default.html +60 -59
- data/apps/public/cc/index.adoc +1 -5
- data/assets/data/authclient.html +48 -27
- data/assets/data/banner.html +23 -23
- data/assets/data/carousel.json +30 -21
- data/assets/data/cookiebar.html +277 -0
- data/assets/data/footer.html +14 -7
- data/assets/data/galleries.json +90 -81
- data/assets/data/gallery_customizer.html +21 -12
- data/assets/data/jupyter/notebooks/_html/template.full.head.html +10 -10
- data/assets/data/jupyter/notebooks/_html/visualisation.html +11 -11
- data/assets/data/jupyter/notebooks/html/template.html +7 -7
- data/assets/data/jupyter/notebooks/html/visualisation.ok.html +12 -12
- data/assets/data/jupyter/notebooks/visualisation.ipynb +1 -1
- data/assets/data/mdi_icons.json +55 -1
- data/assets/data/menu.html +16 -9
- data/assets/data/mmenu.html +48 -95
- data/assets/data/mmenu_sidebar.html +40 -44
- data/assets/data/mmenu_toc.html +20 -4
- data/assets/data/panel.html +44 -38
- data/assets/data/quicklinks.html +36 -20
- data/assets/data/search.json +165 -0
- data/assets/data/ssm.html +15 -4
- data/assets/data/themes.json +17 -6
- data/assets/data/twa_v1.json +54 -0
- data/assets/themes/j1/adapter/js/algolia.js +28 -17
- data/assets/themes/j1/adapter/js/attic.js +51 -40
- data/assets/themes/j1/adapter/js/carousel.js +27 -13
- data/assets/themes/j1/adapter/js/clipboard.js +232 -0
- data/assets/themes/j1/adapter/js/cookiebar.js +204 -0
- data/assets/themes/j1/adapter/js/framer.js +37 -21
- data/assets/themes/j1/adapter/js/gallery_customizer.js +230 -250
- data/assets/themes/j1/adapter/js/j1.js +563 -803
- data/assets/themes/j1/adapter/js/{justified_gallery.js → jf_gallery.js} +32 -22
- data/assets/themes/j1/adapter/js/lightbox.js +20 -10
- data/assets/themes/j1/adapter/js/logger.js +13 -6
- data/assets/themes/j1/adapter/js/mdb.js +164 -0
- data/assets/themes/j1/adapter/js/mmenu.js +60 -69
- data/assets/themes/j1/adapter/js/navigator.js +200 -169
- data/assets/themes/j1/adapter/js/searcher.js +30 -14
- data/assets/themes/j1/adapter/js/ssm.js +111 -88
- data/assets/themes/j1/adapter/js/themer.js +71 -103
- data/assets/themes/j1/adapter/js/toccer.js +30 -22
- data/assets/themes/j1/core/css/animate.css +2382 -0
- data/assets/themes/j1/core/css/animate.min.css +7 -0
- data/assets/themes/j1/core/css/fontawesome.css +4415 -0
- data/assets/themes/j1/core/css/fontawesome.min.css +1 -0
- data/assets/themes/j1/core/css/iconify-icons.css +4106 -0
- data/assets/themes/j1/core/css/iconify-icons.min.css +1 -0
- data/assets/themes/j1/core/css/material-design-icons.css +14532 -0
- data/assets/themes/j1/core/css/material-design-icons.min.css +1 -0
- data/assets/themes/j1/core/css/theme_extensions.css +326 -3004
- data/assets/themes/j1/core/css/theme_extensions.min.css +1 -1
- data/assets/themes/j1/core/css/twemoji.css +9485 -0
- data/assets/themes/j1/core/css/twemoji.min.css +1 -0
- data/assets/themes/j1/core/css/uno.css +453 -3039
- data/assets/themes/j1/core/css/uno.min.css +1 -1
- data/assets/themes/j1/core/css/vendor.css +884 -33335
- data/assets/themes/j1/core/css/vendor.min.css +2 -9
- data/assets/themes/j1/core/js/template.js +25 -416
- data/assets/themes/j1/core/js/template.js.map +1 -1
- data/assets/themes/j1/core/js/template.min.js +1 -1
- data/assets/themes/j1/modules/backstretch/js/backstretch.js +1695 -0
- data/assets/themes/j1/modules/backstretch/js/backstretch.min.js +21 -0
- data/assets/themes/j1/modules/backstretch/js/backstretch.min.js.org +1 -0
- data/assets/themes/j1/modules/bmd/css/bootstrap-material-design.css +12177 -0
- data/assets/themes/j1/modules/bmd/css/bootstrap-material-design.min.css +8 -0
- data/assets/themes/j1/modules/bmd/js/bootstrap-material-design.js +6930 -0
- data/assets/themes/j1/modules/bmd/js/bootstrap-material-design.js.map +1 -0
- data/assets/themes/j1/modules/bmd/js/bootstrap-material-design.min.js +1 -0
- data/assets/themes/j1/modules/bootstrap/css/bootstrap.css +10278 -0
- data/assets/themes/j1/modules/bootstrap/css/bootstrap.css.map +1 -0
- data/assets/themes/j1/modules/bootstrap/css/bootstrap.min.css +7 -0
- data/assets/themes/j1/modules/bootstrap/css/bootstrap.min.css.map +1 -0
- data/assets/themes/j1/modules/bootstrap/js/bootstrap.js +4420 -0
- data/assets/themes/j1/modules/bootstrap/js/bootstrap.js.map +1 -0
- data/assets/themes/j1/modules/bootstrap/js/bootstrap.min.js +7 -0
- data/assets/themes/j1/modules/bootstrap/js/bootstrap.min.js.map +1 -0
- data/assets/themes/j1/modules/bsDatepicker/css/datepicker.css +203 -0
- data/assets/themes/j1/modules/bsDatepicker/css/theme/uno.css +235 -0
- data/assets/themes/j1/modules/bsDatepicker/js/datepicker.js +509 -0
- data/assets/themes/j1/modules/bsDatepicker/less/datepicker.less +122 -0
- data/assets/themes/j1/modules/bsThemeSwitcher/js/switcher.js +435 -0
- data/assets/themes/j1/modules/bsThemeSwitcher/js/switcher.min.js +20 -0
- data/assets/themes/j1/{extensions → modules}/carousel/css/carousel.css +1 -1
- data/assets/themes/j1/{extensions → modules}/carousel/css/carousel.min.css +1 -1
- data/assets/themes/j1/{extensions → modules}/carousel/css/carousel_transitions.css +1 -1
- data/assets/themes/j1/{extensions → modules}/carousel/css/carousel_transitions.min.css +1 -1
- data/assets/themes/j1/{extensions → modules}/carousel/css/theme/uno.css +1 -1
- data/assets/themes/j1/{extensions → modules}/carousel/css/theme/uno.min.css +1 -1
- data/assets/themes/j1/{extensions → modules}/carousel/images/ajax-loader.gif +0 -0
- data/assets/themes/j1/{extensions → modules}/carousel/images/grabbing.png +0 -0
- data/assets/themes/j1/{extensions → modules}/carousel/images/owl-logo.png +0 -0
- data/assets/themes/j1/{extensions → modules}/carousel/images/owl.video.play.png +0 -0
- data/assets/themes/j1/{extensions → modules}/carousel/js/carousel.js +0 -0
- data/assets/themes/j1/{extensions → modules}/carousel/js/carousel.min.js +0 -0
- data/assets/themes/j1/modules/clipboard/LICENSE +20 -0
- data/assets/themes/j1/modules/clipboard/css/theme/uno.css +52 -0
- data/assets/themes/j1/modules/clipboard/css/theme/uno.min.css +52 -0
- data/assets/themes/j1/modules/clipboard/js/clipboard.js +975 -0
- data/assets/themes/j1/modules/clipboard/js/clipboard.min.js +7 -0
- data/assets/themes/j1/{extensions/iconify → modules/iconifyAPI}/js/iconify.min.js +0 -0
- data/assets/themes/j1/modules/iframeResizer/LICENSE +21 -0
- data/assets/themes/j1/modules/iframeResizer/examples/frame.absolute.html +127 -0
- data/assets/themes/j1/modules/iframeResizer/examples/frame.content.html +157 -0
- data/assets/themes/j1/modules/iframeResizer/examples/frame.hover.html +68 -0
- data/assets/themes/j1/modules/iframeResizer/examples/frame.nested.html +100 -0
- data/assets/themes/j1/modules/iframeResizer/examples/frame.textarea.html +45 -0
- data/assets/themes/j1/modules/iframeResizer/examples/frame.tolerance.html +113 -0
- data/assets/themes/j1/modules/iframeResizer/examples/index.html +83 -0
- data/assets/themes/j1/modules/iframeResizer/examples/two.html +88 -0
- data/assets/themes/j1/modules/iframeResizer/js/client/iframeResizer.contentWindow.js +1288 -0
- data/assets/themes/j1/modules/iframeResizer/js/client/iframeResizer.contentWindow.map +1 -0
- data/assets/themes/j1/modules/iframeResizer/js/client/iframeResizer.contentWindow.min.js +10 -0
- data/assets/themes/j1/modules/iframeResizer/js/iframeResizer.js +1390 -0
- data/assets/themes/j1/modules/iframeResizer/js/iframeResizer.map +1 -0
- data/assets/themes/j1/modules/iframeResizer/js/iframeResizer.min.js +9 -0
- data/assets/themes/j1/modules/jekyllSearch/js/simple-jekyll-search.js +468 -0
- data/assets/themes/j1/modules/jekyllSearch/js/simple-jekyll-search.min.js +6 -0
- data/assets/themes/j1/modules/jqMouseWheel/README.md +76 -0
- data/assets/themes/j1/modules/jqMouseWheel/js/jquery.mousewheel.js +221 -0
- data/assets/themes/j1/modules/jqMouseWheel/js/jquery.mousewheel.min.js +9 -0
- data/assets/themes/j1/modules/jquery/js/jquery.js +10869 -0
- data/assets/themes/j1/modules/jquery/js/jquery.min.js +2 -0
- data/assets/themes/j1/{extensions/justified_gallery → modules/justifiedGallery}/LICENSE +0 -0
- data/assets/themes/j1/{extensions/justified_gallery → modules/justifiedGallery}/README.md +0 -0
- data/assets/themes/j1/{extensions/justified_gallery → modules/justifiedGallery}/_versions/v3.7.0/css/justifiedGallery.css +0 -0
- data/assets/themes/j1/{extensions/justified_gallery → modules/justifiedGallery}/_versions/v3.7.0/css/justifiedGallery.min.css +0 -0
- data/assets/themes/j1/{extensions/justified_gallery → modules/justifiedGallery}/_versions/v3.7.0/css/theme/uno.css +1 -1
- data/assets/themes/j1/{extensions/justified_gallery → modules/justifiedGallery}/_versions/v3.7.0/js/justifiedGallery.3.7.0.js +0 -0
- data/assets/themes/j1/{extensions/justified_gallery → modules/justifiedGallery}/_versions/v3.7.0/js/justifiedGallery.js +0 -0
- data/assets/themes/j1/{extensions/justified_gallery → modules/justifiedGallery}/_versions/v3.7.0/js/justifiedGallery.min.js +0 -0
- data/assets/themes/j1/{extensions/justified_gallery → modules/justifiedGallery}/_versions/v3.7.0/less/.csslintrc +0 -0
- data/assets/themes/j1/{extensions/justified_gallery → modules/justifiedGallery}/_versions/v3.7.0/less/justifiedGallery.less +0 -0
- data/assets/themes/j1/{extensions/justified_gallery → modules/justifiedGallery}/_versions/v4.0.0/css/justifiedGallery.css +0 -0
- data/assets/themes/j1/{extensions/justified_gallery → modules/justifiedGallery}/_versions/v4.0.0/css/justifiedGallery.min.css +0 -0
- data/assets/themes/j1/{extensions/justified_gallery → modules/justifiedGallery}/_versions/v4.0.0/css/theme/uno.css +1 -1
- data/assets/themes/j1/{extensions/justified_gallery → modules/justifiedGallery}/_versions/v4.0.0/js/jquery.justifiedGallery.js +0 -0
- data/assets/themes/j1/{extensions/justified_gallery → modules/justifiedGallery}/_versions/v4.0.0/js/jquery.justifiedGallery.min.js +0 -0
- data/assets/themes/j1/{extensions/justified_gallery → modules/justifiedGallery}/css/justifiedGallery.css +0 -0
- data/assets/themes/j1/{extensions/justified_gallery → modules/justifiedGallery}/css/justifiedGallery.min.css +0 -0
- data/assets/themes/j1/{extensions/justified_gallery → modules/justifiedGallery}/css/theme/uno.css +1 -1
- data/assets/themes/j1/{extensions/justified_gallery → modules/justifiedGallery}/css/theme/uno.min.css +1 -1
- data/assets/themes/j1/{extensions/justified_gallery → modules/justifiedGallery}/js/justifiedGallery.js +0 -0
- data/assets/themes/j1/{extensions/justified_gallery → modules/justifiedGallery}/js/justifiedGallery.min.js +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/core/lg-fb-comment-box.css +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/core/lg-fb-comment-box.min.css +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/core/lg-transitions.css +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/core/lg-transitions.min.css +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/core/lightgallery.css +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/core/lightgallery.min.css +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/fonts/lg.eot +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/fonts/lg.svg +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/fonts/lg.ttf +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/fonts/lg.woff +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/img/loading.gif +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/img/video-play.png +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/img/vimeo-play.png +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/img/youtube-play.png +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/themes/icons/animation-w.png +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/themes/icons/customize-w.png +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/themes/icons/dynamic-w.png +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/themes/icons/facebook-icon.svg +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/themes/icons/googleplus-icon.svg +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/themes/icons/html5-w.png +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/themes/icons/linked-in.png +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/themes/icons/module-w.png +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/themes/icons/play-button.png +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/themes/icons/responsive-w.png +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/themes/icons/thumb-w.png +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/themes/icons/touch-w.png +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/themes/icons/twitter-icon.svg +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/themes/icons/twitter.png +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/themes/icons/video1-w.png +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/themes/icons/zoom-w.png +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/themes/icons/zoom.png +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/themes/uno.css +1 -1
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/themes/uno.min.css +1 -1
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/js/core/lightgallery.js +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/js/core/lightgallery.min.js +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/js/modules/j1/j1-video.js +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/js/modules/j1/j1-video.min.js +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/js/modules/lg-autoplay.js +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/js/modules/lg-autoplay.min.js +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/js/modules/lg-fullscreen.js +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/js/modules/lg-fullscreen.min.js +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/js/modules/lg-hash.js +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/js/modules/lg-hash.min.js +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/js/modules/lg-pager.js +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/js/modules/lg-pager.min.js +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/js/modules/lg-share.js +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/js/modules/lg-share.min.js +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/js/modules/lg-thumbnail.js +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/js/modules/lg-thumbnail.min.js +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/js/modules/lg-video.js +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/js/modules/lg-video.min.js +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/js/modules/lg-zoom.js +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/js/modules/lg-zoom.min.js +0 -0
- data/assets/themes/j1/modules/lightbox/LICENSE +22 -0
- data/assets/themes/j1/modules/lightbox/css/lightbox.css +224 -0
- data/assets/themes/j1/modules/lightbox/css/lightbox.min.css +21 -0
- data/assets/themes/j1/modules/lightbox/css/theme/uno.css +25 -0
- data/assets/themes/j1/modules/lightbox/css/theme/uno.min.css +26 -0
- data/assets/themes/j1/modules/lightbox/images/close.png +0 -0
- data/assets/themes/j1/modules/lightbox/images/loading.gif +0 -0
- data/assets/themes/j1/modules/lightbox/images/next.png +0 -0
- data/assets/themes/j1/modules/lightbox/images/prev.png +0 -0
- data/assets/themes/j1/modules/lightbox/js/lightbox.js +583 -0
- data/assets/themes/j1/modules/lightbox/js/lightbox.min.js +35 -0
- data/assets/themes/j1/modules/mmenuLight/css/mmenu.css +392 -0
- data/assets/themes/j1/modules/mmenuLight/css/mmenu.min.css +393 -0
- data/assets/themes/j1/modules/mmenuLight/css/theme/uno.css +178 -0
- data/assets/themes/j1/modules/mmenuLight/css/theme/uno.min.css +170 -0
- data/assets/themes/j1/modules/mmenuLight/js/mmenu.js +563 -0
- data/assets/themes/j1/modules/mmenuLight/js/mmenu.min.js +30 -0
- data/assets/themes/j1/modules/noUISlider/LICENSE +13 -0
- data/assets/themes/j1/modules/noUISlider/css/nouislider.css +260 -0
- data/assets/themes/j1/modules/noUISlider/css/nouislider.min.css +1 -0
- data/assets/themes/j1/modules/noUISlider/js/nouislider.js +2312 -0
- data/assets/themes/j1/modules/noUISlider/js/nouislider.min.js +3 -0
- data/assets/themes/j1/modules/polyfills/js/msie.js +140 -0
- data/assets/themes/j1/modules/popper/js/popper.js +2623 -0
- data/assets/themes/j1/modules/popper/js/popper.js.map +1 -0
- data/assets/themes/j1/modules/popper/js/popper.min.js +4 -0
- data/assets/themes/j1/modules/popper/js/popper.min.js.map +1 -0
- data/assets/themes/j1/{extensions → modules}/rouge/css/base16.dark/theme.css +0 -0
- data/assets/themes/j1/{extensions → modules}/rouge/css/base16.light/theme.css +0 -0
- data/assets/themes/j1/{extensions → modules}/rouge/css/base16.monokai.dark/theme.css +0 -0
- data/assets/themes/j1/{extensions → modules}/rouge/css/base16.monokai.light/theme.css +0 -0
- data/assets/themes/j1/{extensions → modules}/rouge/css/base16.monokai/theme.css +0 -0
- data/assets/themes/j1/{extensions → modules}/rouge/css/base16.solarized.dark/theme.css +0 -0
- data/assets/themes/j1/{extensions → modules}/rouge/css/base16.solarized.light/theme.css +0 -0
- data/assets/themes/j1/{extensions → modules}/rouge/css/base16.solarized/theme.css +0 -0
- data/assets/themes/j1/{extensions → modules}/rouge/css/base16/theme.css +0 -0
- data/assets/themes/j1/{extensions → modules}/rouge/css/colorful/theme.css +0 -0
- data/assets/themes/j1/{extensions → modules}/rouge/css/github/theme.css +0 -0
- data/assets/themes/j1/{extensions → modules}/rouge/css/gruvbox.dark/theme.css +0 -0
- data/assets/themes/j1/{extensions → modules}/rouge/css/gruvbox.light/theme.css +0 -0
- data/assets/themes/j1/{extensions → modules}/rouge/css/gruvbox/theme.css +0 -0
- data/assets/themes/j1/{extensions → modules}/rouge/css/igorpro/theme.css +0 -0
- data/assets/themes/j1/{extensions → modules}/rouge/css/molokai/theme.css +0 -0
- data/assets/themes/j1/{extensions → modules}/rouge/css/monokai.sublime/theme.css +0 -0
- data/assets/themes/j1/{extensions → modules}/rouge/css/monokai/theme.css +0 -0
- data/assets/themes/j1/{extensions → modules}/rouge/css/pastie/theme.css +0 -0
- data/assets/themes/j1/{extensions → modules}/rouge/css/thankful_eyes/theme.css +0 -0
- data/assets/themes/j1/{extensions → modules}/rouge/css/tulip/theme.css +0 -0
- data/assets/themes/j1/modules/tocbot/css/theme/uno.css +89 -0
- data/assets/themes/j1/modules/tocbot/css/theme/uno.min.css +89 -0
- data/assets/themes/j1/modules/tocbot/css/tocbot.css +75 -0
- data/assets/themes/j1/modules/tocbot/css/tocbot.min.css +19 -0
- data/assets/themes/j1/modules/tocbot/js/tocbot.js +19 -0
- data/assets/themes/j1/modules/tocbot/js/tocbot.min.js +19 -0
- data/assets/themes/j1/modules/twemoji/js/LICENSE +21 -0
- data/assets/themes/j1/modules/twemoji/js/picker/LICENSE +21 -0
- data/assets/themes/j1/modules/twemoji/js/picker/twemoji-picker.js +275 -0
- data/assets/themes/j1/modules/twemoji/js/picker/twemoji-picker.min.js +275 -0
- data/assets/themes/j1/modules/twemoji/js/twemoji.js +589 -0
- data/assets/themes/j1/modules/twemoji/js/twemoji.min.js +25 -0
- data/assets/themes/j1/modules/util/js/js.cookie.js +163 -0
- data/assets/themes/j1/modules/util/js/lite-url.js +203 -0
- data/assets/themes/j1/modules/util/js/lite-url.min.js +7 -0
- data/assets/themes/j1/{extensions/log4javascript/log4javascript.min.js → modules/util/js/log4javascript.js} +0 -2
- data/assets/themes/j1/modules/util/js/platform.js +1260 -0
- data/assets/themes/j1/{extensions → modules}/videojs/css/themes/city.css +0 -0
- data/assets/themes/j1/{extensions → modules}/videojs/css/themes/city.min.css +0 -0
- data/assets/themes/j1/{extensions → modules}/videojs/css/themes/fantasy.css +0 -0
- data/assets/themes/j1/{extensions → modules}/videojs/css/themes/fantasy.min.css +0 -0
- data/assets/themes/j1/{extensions → modules}/videojs/css/themes/forest.css +0 -0
- data/assets/themes/j1/{extensions → modules}/videojs/css/themes/forest.min.css +0 -0
- data/assets/themes/j1/{extensions → modules}/videojs/css/themes/sea.css +0 -0
- data/assets/themes/j1/{extensions → modules}/videojs/css/themes/sea.min.css +0 -0
- data/assets/themes/j1/{extensions → modules}/videojs/css/video-js.css +0 -0
- data/assets/themes/j1/{extensions → modules}/videojs/css/video-js.min.css +0 -0
- data/assets/themes/j1/{extensions → modules}/videojs/js/video.js +0 -0
- data/assets/themes/j1/{extensions → modules}/videojs/js/video.min.js +0 -0
- data/assets/themes/j1/{extensions → modules}/vimeo/froogaloop/js/froogaloop2.min.js +0 -0
- data/assets/themes/j1/{extensions → modules}/vimeo/player/js/player.js +0 -0
- data/assets/themes/j1/{extensions → modules}/vimeo/player/js/player.js.map +0 -0
- data/assets/themes/j1/{extensions → modules}/vimeo/player/js/player.min.js +0 -0
- data/assets/themes/j1/{extensions → modules}/vimeo/player/js/player.min.js.map +0 -0
- data/lib/j1/version.rb +1 -1
- data/lib/j1_app/j1_auth_manager/views/auth_manager_ui.erb +391 -389
- data/lib/starter_web/Gemfile +22 -13
- data/lib/starter_web/_config.yml +9 -8
- data/lib/starter_web/_data/_defaults/resources.yml +13 -13
- data/lib/starter_web/_data/blocks/banner.yml +23 -31
- data/lib/starter_web/_data/blocks/footer.yml +10 -3
- data/lib/starter_web/_data/blocks/panel.yml +21 -21
- data/lib/starter_web/_data/layouts/default.yml +10 -0
- data/lib/starter_web/_data/layouts/home.yml +7 -7
- data/lib/starter_web/_data/layouts/page.yml +15 -16
- data/lib/starter_web/_data/modules/advertising.yml +48 -0
- data/lib/starter_web/_data/modules/attics.yml +2 -38
- data/lib/starter_web/_data/modules/cookiebar.yml +2 -2
- data/lib/starter_web/_data/modules/defaults/attics.yml +16 -15
- data/lib/starter_web/_data/modules/defaults/authentication.yml +8 -9
- data/lib/starter_web/_data/modules/defaults/cookie_consent.yml +75 -12
- data/lib/starter_web/_data/modules/defaults/cookiebar.yml +101 -50
- data/lib/starter_web/_data/modules/defaults/jekyll_search.yml +12 -9
- data/lib/starter_web/_data/modules/defaults/navigator.yml +57 -21
- data/lib/starter_web/_data/modules/jekyll_search.yml +1 -20
- data/lib/starter_web/_data/modules/navigator.yml +1 -1
- data/lib/starter_web/_data/modules/navigator_menu.yml +6 -7
- data/lib/starter_web/_data/modules/themer.yml +10 -11
- data/lib/starter_web/_data/resources.yml +379 -174
- data/lib/starter_web/_data/template_settings.yml +96 -4
- data/lib/starter_web/_data/utilities/util_srv.yml +1 -1
- data/lib/starter_web/_plugins/asciidoctor-extensions/banner.rb +43 -0
- data/lib/starter_web/_plugins/asciidoctor-extensions/fab-icon-inline.rb +1 -1
- data/lib/starter_web/_plugins/asciidoctor-extensions/fas-icon-inline.rb +2 -2
- data/lib/starter_web/_plugins/asciidoctor-extensions/iconify-icon-inline.rb +2 -2
- data/lib/starter_web/_plugins/asciidoctor-extensions/mdi-icon-inline.rb +2 -2
- data/lib/starter_web/_plugins/asciidoctor-extensions/panel.rb +43 -0
- data/lib/starter_web/_plugins/asciidoctor-extensions/twitter-emoji-inline.rb +2 -2
- data/lib/starter_web/_plugins/{asciidoctor-extensions/lorem-inline.rb → lorem-inline.rb} +0 -0
- data/lib/starter_web/_plugins/minifyJS.rb +54 -0
- data/lib/starter_web/_plugins/minifyJSON.rb +47 -0
- data/lib/starter_web/assets/images/pages/material/apple-touch-icon.png +0 -0
- data/lib/starter_web/assets/videos/headers/still/underground-broadway.webp +0 -0
- data/lib/starter_web/assets/videos/headers/still/victoria-oskolovich-on-vimeo.webp +0 -0
- data/lib/starter_web/collections/posts/public/featured/_posts/0000-00-00-welcome-to-j1-template.adoc.erb +3 -4
- data/lib/starter_web/collections/posts/public/featured/_posts/2018-05-01-confusion-about-base-url.adoc +1 -1
- data/lib/starter_web/collections/posts/public/featured/_posts/2019-05-01-top-open-source-static-site-generators.adoc +17 -17
- data/lib/starter_web/collections/posts/public/featured/_posts/2019-06-01-about-cookies.adoc +36 -40
- data/lib/starter_web/collections/posts/public/series/_posts/2018-11-01-docker-using-shared-folders.adoc +4 -6
- data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-20-minneapolis.adoc +1 -3
- data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-24-narcisse-snake-dens.adoc +3 -3
- data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-26-columbia-river.adoc +4 -4
- data/lib/starter_web/index.html +12 -13
- data/lib/starter_web/package.json +10 -10
- data/lib/starter_web/pages/{public → protected}/site_search.adoc +2 -2
- data/lib/starter_web/pages/public/blog/navigator/archive.html +24 -18
- data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +39 -34
- data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +43 -30
- data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +29 -29
- data/lib/starter_web/pages/public/blog/navigator/index.html +2 -2
- data/lib/starter_web/pages/public/learn/examples/floating_ad.adoc +221 -0
- data/lib/starter_web/pages/public/learn/examples/floating_div.adoc +33 -1
- data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/100_meet_and_greet_jekyll.adoc +1 -0
- data/lib/starter_web/pages/public/learn/roundtrip/000_bs_tour.1.asciidoc +1 -2
- data/lib/starter_web/pages/public/learn/roundtrip/000_bs_tour.adoc +1 -2
- data/lib/starter_web/pages/public/learn/roundtrip/000_bs_tour_api.adoc +16 -18
- data/lib/starter_web/pages/public/learn/roundtrip/000_includes/attributes.asciidoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/000_includes/documents/419_advanced_modals_html.asciidoc +5 -5
- data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.adoc +2 -2
- data/lib/starter_web/pages/public/learn/roundtrip/100_present_videos.adoc +2 -2
- data/lib/starter_web/pages/public/learn/roundtrip/200_typography.adoc +7 -3
- data/lib/starter_web/pages/public/learn/roundtrip/300_icon_fonts.adoc +36 -45
- data/lib/starter_web/pages/public/learn/roundtrip/400_asciidoc_extensions.adoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/410_bs_modals_extentions.adoc +9 -10
- data/lib/starter_web/pages/public/learn/roundtrip/420_responsive_tables_extensions.adoc +39 -39
- data/lib/starter_web/pages/public/learn/roundtrip/500_themes.adoc +20 -22
- data/lib/starter_web/pages/public/{previewer/mdb_preview → learn/roundtrip/510_mdb_preview}/000_includes/attributes.asciidoc +0 -0
- data/lib/starter_web/pages/public/{previewer/mdb_preview → learn/roundtrip/510_mdb_preview}/000_includes/documents/100_buttons.asciidoc +0 -0
- data/lib/starter_web/pages/public/{previewer/mdb_preview → learn/roundtrip/510_mdb_preview}/mdb_previewer.adoc +2 -2
- data/lib/starter_web/pages/public/learn/vtutorials/000_includes/attributes.asciidoc +1 -1
- data/lib/starter_web/pages/public/learn/vtutorials/000_includes/documents/419_advanced_modals_html.asciidoc +5 -5
- data/lib/starter_web/pages/public/learn/whats_up.adoc +2 -2
- data/lib/starter_web/pages/public/previewer/bootstrap_theme.adoc +11 -13
- data/lib/starter_web/pages/public/previewer/iframer.adoc +17 -15
- data/lib/starter_web/pages/public/previewer/justified_gallery.html +2 -2
- data/lib/starter_web/pages/public/previewer/mdi_icons_preview.adoc +2 -2
- data/lib/starter_web/pages/public/previewer/twitter_emoji_preview.adoc +3 -3
- data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
- data/lib/starter_web/utilsrv/package.json +1 -1
- metadata +255 -165
- data/assets/data/colors.json +0 -42
- data/assets/data/cookie_consent.html +0 -223
- data/assets/data/font_sizes.json +0 -42
- data/assets/data/messages.yml +0 -131
- data/assets/data/search.yml +0 -153
- data/assets/themes/j1/adapter/js/cookie_consent.js +0 -277
- data/assets/themes/j1/core/css/custom.scss +0 -28
- data/assets/themes/j1/core/css/globals.css +0 -14523
- data/assets/themes/j1/core/css/globals.min.css +0 -1
- data/assets/themes/j1/core/css/uno.scss +0 -28
- data/assets/themes/j1/core/css/vendor.scss +0 -28
- data/assets/themes/j1/extensions/iframe_resizer/examples/frame.absolute.html +0 -86
- data/assets/themes/j1/extensions/iframe_resizer/examples/frame.content.html +0 -58
- data/assets/themes/j1/extensions/iframe_resizer/examples/frame.hover.html +0 -51
- data/assets/themes/j1/extensions/iframe_resizer/examples/frame.nested.html +0 -68
- data/assets/themes/j1/extensions/iframe_resizer/examples/frame.textarea.html +0 -46
- data/assets/themes/j1/extensions/iframe_resizer/examples/frame.tolerance.html +0 -79
- data/assets/themes/j1/extensions/iframe_resizer/examples/index.html +0 -70
- data/assets/themes/j1/extensions/iframe_resizer/examples/two.html +0 -71
- data/assets/themes/j1/extensions/iframe_resizer/js/client/iframeResizer.contentWindow.js +0 -1104
- data/assets/themes/j1/extensions/iframe_resizer/js/client/iframeResizer.contentWindow.map +0 -1
- data/assets/themes/j1/extensions/iframe_resizer/js/client/iframeResizer.contentWindow.min.js +0 -10
- data/assets/themes/j1/extensions/log4javascript/log4javascript.js +0 -5826
- data/lib/starter_web/_data/modules/cookie_consent.yml +0 -128
- data/lib/starter_web/assets/videos/headers/still/underground-broadway.png +0 -0
- data/lib/starter_web/assets/videos/headers/still/victoria-oskolovich-on-vimeo.png +0 -0
- data/lib/starter_web/pages/public/clear_button.adoc +0 -121
@@ -341,24 +341,21 @@ resources:
|
|
341
341
|
# ----------------------------------------------------------------------------
|
342
342
|
# J1 Template Core, integrated JS Resources
|
343
343
|
#
|
344
|
-
# no ressource id
|
344
|
+
# no ressource id module_name@version
|
345
345
|
# --------------------------------------------------------------------------
|
346
346
|
# 1 n/a jquery@3.2.1
|
347
347
|
# 2 n/a popper@1.12.9
|
348
|
-
# 3 n/a
|
349
|
-
# 4 n/a
|
350
|
-
# 5
|
351
|
-
# 6
|
352
|
-
#
|
353
|
-
#
|
354
|
-
#
|
355
|
-
#
|
356
|
-
#
|
357
|
-
#
|
358
|
-
#
|
359
|
-
# 16 backstretch backstretch@2.1.16
|
360
|
-
# 17 cookie consent cookieConsent@2019-07-24
|
361
|
-
# 18 bootstrap_datepicker datepicker@1.7.1
|
348
|
+
# 3 n/a js-cookie@2.2.0
|
349
|
+
# 4 n/a moment@2.19.2
|
350
|
+
# 5 log4javascript log4javascript@1.4.15
|
351
|
+
# 6 Bootstrap bootstrap@4.4.1
|
352
|
+
# 6 bs_material_design bootstrap-material-design@4.0.0-beta.4
|
353
|
+
# 7 j1_template j1_template_4@2020.0.16
|
354
|
+
# 8 tocbot tocbot@4.11.2
|
355
|
+
# 9 jekyll_search simple_jekyll_search@1.1.5
|
356
|
+
# 10 bs_theme_switcher bs_theme_switcher@1.1.5
|
357
|
+
# 11 backstretch backstretch@2.1.16
|
358
|
+
# 12 cookiebar cookiebar@2020.0.0
|
362
359
|
#
|
363
360
|
# ----------------------------------------------------------------------------
|
364
361
|
# J1 Template Core, integrated CSS Resources
|
@@ -377,18 +374,34 @@ resources:
|
|
377
374
|
layout: [ all ]
|
378
375
|
required: always
|
379
376
|
script_load: sync
|
380
|
-
dependencies:
|
377
|
+
dependencies: false
|
381
378
|
pass_init_data: true
|
382
379
|
data:
|
383
|
-
css: [
|
384
|
-
|
385
|
-
|
380
|
+
css: [
|
381
|
+
core/css/uno,
|
382
|
+
core/css/vendor,
|
383
|
+
core/css/material-design-icons,
|
384
|
+
core/css/fontawesome
|
385
|
+
]
|
386
|
+
files: [
|
387
|
+
modules/util/js/js.cookie.js,
|
388
|
+
modules/util/js/lite-url.js,
|
389
|
+
modules/util/js/platform.js,
|
390
|
+
modules/polyfills/js/msie.js,
|
391
|
+
adapter/js/j1.js
|
392
|
+
]
|
393
|
+
js: [
|
394
|
+
modules/jquery/js/jquery,
|
395
|
+
modules/popper/js/popper,
|
396
|
+
modules/bootstrap/js/bootstrap,
|
397
|
+
core/js/template
|
398
|
+
]
|
386
399
|
init_function: [ j1.init ]
|
387
400
|
|
388
401
|
# ----------------------------------------------------------------------------
|
389
402
|
# J1 Logger
|
390
403
|
#
|
391
|
-
- name:
|
404
|
+
- name: Logger
|
392
405
|
resource:
|
393
406
|
id: logger
|
394
407
|
enabled: true
|
@@ -401,10 +414,33 @@ resources:
|
|
401
414
|
pass_init_data: false
|
402
415
|
data:
|
403
416
|
css: []
|
404
|
-
files: [
|
417
|
+
files: [
|
418
|
+
modules/util/js/log4javascript.js,
|
419
|
+
adapter/js/logger.js
|
420
|
+
]
|
405
421
|
js: []
|
406
422
|
init_function: [ j1.adapter.logger.init ]
|
407
423
|
|
424
|
+
# ----------------------------------------------------------------------------
|
425
|
+
# Backstretch
|
426
|
+
#
|
427
|
+
- name: Backstretch
|
428
|
+
resource:
|
429
|
+
id: backstretch
|
430
|
+
enabled: true
|
431
|
+
comment: Backstretch
|
432
|
+
region: head
|
433
|
+
layout: [ all ]
|
434
|
+
required: always
|
435
|
+
script_load: sync
|
436
|
+
dependencies: false
|
437
|
+
pass_init_data: false
|
438
|
+
data:
|
439
|
+
css: []
|
440
|
+
files: []
|
441
|
+
js: [ modules/backstretch/js/backstretch ]
|
442
|
+
init_function: []
|
443
|
+
|
408
444
|
# ----------------------------------------------------------------------------
|
409
445
|
# Top Header
|
410
446
|
#
|
@@ -426,44 +462,69 @@ resources:
|
|
426
462
|
init_function: [ j1.adapter.attic.init ]
|
427
463
|
|
428
464
|
# ----------------------------------------------------------------------------
|
429
|
-
#
|
465
|
+
# Navigator
|
430
466
|
#
|
431
|
-
- name: J1
|
467
|
+
- name: J1 Navigator
|
432
468
|
resource:
|
433
|
-
id:
|
469
|
+
id: navigator
|
434
470
|
enabled: true
|
435
|
-
comment: module
|
471
|
+
comment: module navigator
|
436
472
|
region: head
|
437
473
|
layout: [ all ]
|
438
474
|
required: always
|
439
|
-
script_load:
|
440
|
-
dependencies:
|
475
|
+
script_load: sync
|
476
|
+
dependencies: false
|
441
477
|
pass_init_data: false
|
442
478
|
data:
|
443
479
|
css: []
|
444
|
-
files: [ adapter/js/
|
480
|
+
files: [ adapter/js/navigator.js ]
|
445
481
|
js: []
|
446
|
-
init_function: [ j1.adapter.
|
482
|
+
init_function: [ j1.adapter.navigator.init ]
|
447
483
|
|
448
484
|
# ----------------------------------------------------------------------------
|
449
|
-
#
|
485
|
+
# MMenu Light
|
450
486
|
#
|
451
|
-
- name:
|
487
|
+
- name: Mobile Menu
|
452
488
|
resource:
|
453
|
-
id:
|
489
|
+
id: mmenu
|
454
490
|
enabled: true
|
455
|
-
comment: module
|
491
|
+
comment: module mmenu
|
456
492
|
region: head
|
457
493
|
layout: [ all ]
|
458
494
|
required: always
|
459
495
|
script_load: sync
|
460
|
-
dependencies:
|
496
|
+
dependencies: false
|
497
|
+
pass_init_data: false
|
498
|
+
data:
|
499
|
+
css: [
|
500
|
+
modules/mmenuLight/css/mmenu,
|
501
|
+
modules/mmenuLight/css/theme/uno
|
502
|
+
]
|
503
|
+
files: [
|
504
|
+
modules/mmenuLight/js/mmenu.js,
|
505
|
+
adapter/js/mmenu.js ]
|
506
|
+
js: []
|
507
|
+
init_function: [ j1.adapter.mmenu.init ]
|
508
|
+
|
509
|
+
# ----------------------------------------------------------------------------
|
510
|
+
# Themer
|
511
|
+
#
|
512
|
+
- name: J1 Themer
|
513
|
+
resource:
|
514
|
+
id: themer
|
515
|
+
enabled: true
|
516
|
+
comment: module themer
|
517
|
+
region: head
|
518
|
+
layout: [ all ]
|
519
|
+
required: always
|
520
|
+
script_load: sync
|
521
|
+
dependencies: false
|
461
522
|
pass_init_data: false
|
462
523
|
data:
|
463
524
|
css: []
|
464
|
-
files: [ adapter/js/
|
525
|
+
files: [ adapter/js/themer.js ]
|
465
526
|
js: []
|
466
|
-
init_function: [ j1.adapter.
|
527
|
+
init_function: [ j1.adapter.themer.init ]
|
467
528
|
|
468
529
|
# ----------------------------------------------------------------------------
|
469
530
|
# Toccer
|
@@ -476,13 +537,16 @@ resources:
|
|
476
537
|
layout: [ page, post, collection, blog_archive ]
|
477
538
|
region: head
|
478
539
|
required: always
|
479
|
-
script_load:
|
480
|
-
dependencies:
|
540
|
+
script_load: sync
|
541
|
+
dependencies: false
|
481
542
|
pass_init_data: true
|
482
543
|
data:
|
483
|
-
css: [
|
544
|
+
css: [
|
545
|
+
modules/tocbot/css/tocbot,
|
546
|
+
modules/tocbot/css/theme/uno
|
547
|
+
]
|
484
548
|
files: [ adapter/js/toccer.js ]
|
485
|
-
js: []
|
549
|
+
js: [ modules/tocbot/js/tocbot ]
|
486
550
|
init_function: [ j1.adapter.toccer.init ]
|
487
551
|
|
488
552
|
# ----------------------------------------------------------------------------
|
@@ -496,34 +560,34 @@ resources:
|
|
496
560
|
region: head
|
497
561
|
layout: [ all ]
|
498
562
|
required: always
|
499
|
-
script_load:
|
563
|
+
script_load: sync
|
500
564
|
dependencies: false
|
501
565
|
pass_init_data: false
|
502
566
|
data:
|
503
567
|
css: []
|
504
568
|
files: [ adapter/js/searcher.js ]
|
505
|
-
js: []
|
569
|
+
js: [ modules/jekyllSearch/js/simple-jekyll-search ]
|
506
570
|
init_function: [ j1.adapter.searcher.init ]
|
507
571
|
|
508
572
|
# ----------------------------------------------------------------------------
|
509
|
-
#
|
573
|
+
# CookieBar
|
510
574
|
#
|
511
|
-
- name:
|
575
|
+
- name: CookieBar
|
512
576
|
resource:
|
513
|
-
id:
|
577
|
+
id: cookiebar
|
514
578
|
enabled: true
|
515
|
-
comment: module
|
579
|
+
comment: module cookiebar
|
516
580
|
region: head
|
517
581
|
layout: [ all ]
|
518
582
|
required: always
|
519
|
-
script_load:
|
520
|
-
dependencies:
|
583
|
+
script_load: sync
|
584
|
+
dependencies: false
|
521
585
|
pass_init_data: false
|
522
586
|
data:
|
523
587
|
css: []
|
524
|
-
files: [ adapter/js/
|
588
|
+
files: [ adapter/js/cookiebar.js ]
|
525
589
|
js: []
|
526
|
-
init_function: [ j1.adapter.
|
590
|
+
init_function: [ j1.adapter.cookiebar.init ]
|
527
591
|
|
528
592
|
# ----------------------------------------------------------------------------
|
529
593
|
# Sticky Side Menu
|
@@ -534,9 +598,9 @@ resources:
|
|
534
598
|
enabled: true
|
535
599
|
comment: module ssm
|
536
600
|
region: head
|
537
|
-
layout: [ page, post,
|
601
|
+
layout: [ page, post, collection, blog_archive ]
|
538
602
|
required: always
|
539
|
-
script_load:
|
603
|
+
script_load: sync
|
540
604
|
dependencies: false
|
541
605
|
pass_init_data: true
|
542
606
|
data:
|
@@ -545,11 +609,138 @@ resources:
|
|
545
609
|
js: []
|
546
610
|
init_function: [ j1.adapter.ssm.init ]
|
547
611
|
|
612
|
+
# ----------------------------------------------------------------------------
|
613
|
+
# jqMouseWheel
|
614
|
+
#
|
615
|
+
- name: jqMouseWheel
|
616
|
+
resource:
|
617
|
+
id: jq_mouse_wheel
|
618
|
+
enabled: false
|
619
|
+
comment: module jqMouseWheel
|
620
|
+
region: head
|
621
|
+
layout: [ all ]
|
622
|
+
required: always
|
623
|
+
script_load: sync
|
624
|
+
dependencies: false
|
625
|
+
pass_init_data: false
|
626
|
+
data:
|
627
|
+
css: []
|
628
|
+
files: []
|
629
|
+
js: [ modules/jqMouseWheel/js/jquery.mousewheel ]
|
630
|
+
init_function: []
|
631
|
+
|
632
|
+
# ----------------------------------------------------------------------------
|
633
|
+
# bsThemeSwitcher
|
634
|
+
#
|
635
|
+
- name: bsThemeSwitcher
|
636
|
+
resource:
|
637
|
+
id: theme_switcher
|
638
|
+
enabled: true
|
639
|
+
comment: module theme_switcher
|
640
|
+
region: head
|
641
|
+
layout: [ all ]
|
642
|
+
required: always
|
643
|
+
script_load: sync
|
644
|
+
dependencies: false
|
645
|
+
pass_init_data: false
|
646
|
+
data:
|
647
|
+
css: []
|
648
|
+
files: []
|
649
|
+
js: [ modules/bsThemeSwitcher/js/switcher ]
|
650
|
+
init_function: []
|
651
|
+
|
652
|
+
# ----------------------------------------------------------------------------
|
653
|
+
# Bootstrap Material Design (BMD)
|
654
|
+
#
|
655
|
+
- name: Bootstrap Material Design
|
656
|
+
resource:
|
657
|
+
id: bmd
|
658
|
+
enabled: true
|
659
|
+
comment: Material Design for Bootstrap
|
660
|
+
region: head
|
661
|
+
layout: [ all ]
|
662
|
+
required: always
|
663
|
+
script_load: sync
|
664
|
+
dependencies: false
|
665
|
+
pass_init_data: false
|
666
|
+
data:
|
667
|
+
css: []
|
668
|
+
files: [ adapter/js/mdb.js ]
|
669
|
+
js: [ modules/bmd/js/bootstrap-material-design ]
|
670
|
+
init_function: [ j1.adapter.mdb.init ]
|
671
|
+
|
672
|
+
# ==============================================================================
|
673
|
+
# MODULES initialized 'ondemand' for a layout
|
674
|
+
# ------------------------------------------------------------------------------
|
548
675
|
|
549
676
|
# ==============================================================================
|
550
|
-
#
|
677
|
+
# Apps and Modules loaded SYCHRONOUSLY (sync)
|
551
678
|
# ------------------------------------------------------------------------------
|
552
679
|
|
680
|
+
# ==============================================================================
|
681
|
+
# Apps and Modules loaded ASYCHRONOUSLY (defer)
|
682
|
+
# ------------------------------------------------------------------------------
|
683
|
+
|
684
|
+
# ----------------------------------------------------------------------------
|
685
|
+
# Rouge
|
686
|
+
#
|
687
|
+
- name: Rouge Highlighter
|
688
|
+
resource:
|
689
|
+
id: rouge
|
690
|
+
enabled: true
|
691
|
+
comment: theme rouge
|
692
|
+
region: head
|
693
|
+
layout: [ page, post, collection ]
|
694
|
+
required: ondemand
|
695
|
+
script_load: defer
|
696
|
+
dependencies: false
|
697
|
+
pass_init_data: false
|
698
|
+
data:
|
699
|
+
css: []
|
700
|
+
files: [ modules/rouge/css/base16/theme.css ]
|
701
|
+
js: []
|
702
|
+
init_function: []
|
703
|
+
|
704
|
+
# ----------------------------------------------------------------------------
|
705
|
+
# Twitter Emoji
|
706
|
+
#
|
707
|
+
- name: Twemoji
|
708
|
+
resource:
|
709
|
+
id: twemoji
|
710
|
+
enabled: true
|
711
|
+
comment: Twemoji
|
712
|
+
region: head
|
713
|
+
layout: [ page, post, collection ]
|
714
|
+
required: ondemand
|
715
|
+
script_load: defer
|
716
|
+
dependencies: false
|
717
|
+
pass_init_data: false
|
718
|
+
data:
|
719
|
+
css: [ core/css/twemoji ]
|
720
|
+
files: []
|
721
|
+
js: []
|
722
|
+
init_function: []
|
723
|
+
|
724
|
+
# ----------------------------------------------------------------------------
|
725
|
+
# Animate CSS
|
726
|
+
#
|
727
|
+
- name: Animate CSS
|
728
|
+
resource:
|
729
|
+
id: animate
|
730
|
+
enabled: true
|
731
|
+
comment: Animate
|
732
|
+
region: head
|
733
|
+
layout: [ all ]
|
734
|
+
required: ondemand
|
735
|
+
script_load: defer
|
736
|
+
dependencies: false
|
737
|
+
pass_init_data: false
|
738
|
+
data:
|
739
|
+
css: [ core/css/animate ]
|
740
|
+
files: []
|
741
|
+
js: []
|
742
|
+
init_function: []
|
743
|
+
|
553
744
|
# ----------------------------------------------------------------------------
|
554
745
|
# Gallery Customizer
|
555
746
|
#
|
@@ -578,11 +769,11 @@ resources:
|
|
578
769
|
id: framer
|
579
770
|
enabled: true
|
580
771
|
comment: module framer
|
581
|
-
layout: [ page, post, app ]
|
772
|
+
layout: [ page, post, collection, app ]
|
582
773
|
region: head
|
583
774
|
required: ondemand
|
584
775
|
script_load: defer
|
585
|
-
dependencies:
|
776
|
+
dependencies: false
|
586
777
|
pass_init_data: true
|
587
778
|
data:
|
588
779
|
css: []
|
@@ -598,60 +789,61 @@ resources:
|
|
598
789
|
id: lightbox
|
599
790
|
enabled: true
|
600
791
|
comment: module lightbox
|
601
|
-
layout: [ home, page, post,
|
792
|
+
layout: [ home, page, post, collection ]
|
602
793
|
region: head
|
603
794
|
required: ondemand
|
604
795
|
script_load: defer
|
605
796
|
dependencies: false
|
606
797
|
pass_init_data: true
|
607
798
|
data:
|
608
|
-
css: [
|
799
|
+
css: [
|
800
|
+
modules/lightbox/css/lightbox,
|
801
|
+
modules/lightbox/css/theme/uno
|
802
|
+
]
|
609
803
|
files: [ adapter/js/lightbox.js ]
|
610
|
-
js: []
|
804
|
+
js: [ modules/lightbox/js/lightbox ]
|
611
805
|
init_function: [ j1.adapter.lightbox.init ]
|
612
806
|
|
613
|
-
|
614
|
-
# ==============================================================================
|
615
|
-
# Additional Apps and Modules - loaded SYCHRONOUSLY (sync)
|
616
|
-
# ------------------------------------------------------------------------------
|
617
|
-
|
618
807
|
# ----------------------------------------------------------------------------
|
619
|
-
#
|
808
|
+
# Twitter Emoji
|
620
809
|
#
|
621
|
-
- name:
|
810
|
+
- name: Twitter Emoji Picker
|
622
811
|
resource:
|
623
|
-
id:
|
812
|
+
id: twemoji
|
624
813
|
enabled: true
|
625
|
-
comment:
|
814
|
+
comment: module twemoji_picker
|
815
|
+
layout: [ home, page, post, collection ]
|
626
816
|
region: head
|
627
|
-
|
628
|
-
|
629
|
-
script_load: sync
|
817
|
+
required: ondemand
|
818
|
+
script_load: deferred
|
630
819
|
dependencies: false
|
631
820
|
pass_init_data: false
|
632
821
|
data:
|
633
822
|
css: []
|
634
|
-
files: [
|
635
|
-
js: [
|
823
|
+
files: []
|
824
|
+
js: [
|
825
|
+
# modules/twemoji/js/twemoji,
|
826
|
+
modules/twemoji/js/picker/twemoji-picker
|
827
|
+
]
|
636
828
|
init_function: []
|
637
829
|
|
638
830
|
# ----------------------------------------------------------------------------
|
639
|
-
#
|
831
|
+
# Iconify Framework
|
640
832
|
#
|
641
|
-
- name:
|
833
|
+
- name: Iconify Framework
|
642
834
|
resource:
|
643
835
|
id: iconify
|
644
836
|
enabled: true
|
645
|
-
comment:
|
837
|
+
comment: Iconify framework
|
646
838
|
region: head
|
647
|
-
layout: [
|
648
|
-
required:
|
839
|
+
layout: [ home, page, post, collection ]
|
840
|
+
required: ondemand
|
649
841
|
script_load: defer
|
650
842
|
dependencies: false
|
651
843
|
pass_init_data: false
|
652
844
|
data:
|
653
|
-
css: []
|
654
|
-
files: [
|
845
|
+
css: [ core/css/iconify-icons ]
|
846
|
+
files: [ modules/iconifyAPI/js/iconify.min.js ]
|
655
847
|
js: []
|
656
848
|
init_function: []
|
657
849
|
|
@@ -663,9 +855,9 @@ resources:
|
|
663
855
|
id: algolia
|
664
856
|
comment: Resources used by Algolia Instantsearch
|
665
857
|
region: head
|
666
|
-
layout: [ page, post,
|
858
|
+
layout: [ home, page, post, collection ]
|
667
859
|
required: ondemand
|
668
|
-
script_load:
|
860
|
+
script_load: defer
|
669
861
|
data:
|
670
862
|
files: [
|
671
863
|
adapter/js/algolia.js,
|
@@ -676,28 +868,73 @@ resources:
|
|
676
868
|
init_function: [ j1.adapter.algolia.init ]
|
677
869
|
|
678
870
|
# ----------------------------------------------------------------------------
|
679
|
-
#
|
871
|
+
# Clipboard
|
680
872
|
#
|
681
|
-
- name:
|
873
|
+
- name: Clipboard
|
682
874
|
resource:
|
683
|
-
id:
|
875
|
+
id: clipboard
|
684
876
|
enabled: true
|
685
|
-
comment: module
|
877
|
+
comment: module clipboard
|
686
878
|
region: head
|
687
|
-
layout: [
|
688
|
-
required:
|
689
|
-
script_load:
|
879
|
+
layout: [ page, post, collection ]
|
880
|
+
required: ondemand
|
881
|
+
script_load: defer
|
690
882
|
dependencies: false
|
691
883
|
pass_init_data: false
|
884
|
+
data:
|
885
|
+
css: [ modules/clipboard/css/theme/uno ]
|
886
|
+
files: [ adapter/js/clipboard.js ]
|
887
|
+
js: [ modules/clipboard/js/clipboard ]
|
888
|
+
init_function: [ j1.adapter.clipboard.init ]
|
889
|
+
|
890
|
+
# ----------------------------------------------------------------------------
|
891
|
+
# Carousel
|
892
|
+
#
|
893
|
+
- name: Carousel
|
894
|
+
resource:
|
895
|
+
id: carousel
|
896
|
+
enabled: true
|
897
|
+
comment: module carousel
|
898
|
+
region: head
|
899
|
+
layout: [ home, page, post, collection ]
|
900
|
+
required: ondemand
|
901
|
+
script_load: defer
|
902
|
+
dependencies: false
|
903
|
+
pass_init_data: true
|
692
904
|
data:
|
693
905
|
css: []
|
694
|
-
files: [
|
906
|
+
files: [
|
907
|
+
modules/carousel/css/carousel.css,
|
908
|
+
modules/carousel/css/carousel_transitions.css,
|
909
|
+
modules/carousel/css/theme/uno.css,
|
910
|
+
modules/carousel/js/carousel.js,
|
911
|
+
adapter/js/carousel.js
|
912
|
+
]
|
695
913
|
js: []
|
696
|
-
init_function: [ j1.adapter.
|
914
|
+
init_function: [ j1.adapter.carousel.init ]
|
697
915
|
|
698
|
-
#
|
699
|
-
#
|
700
|
-
#
|
916
|
+
# ----------------------------------------------------------------------------
|
917
|
+
# Justified Gallery
|
918
|
+
#
|
919
|
+
- name: Justified Gallery
|
920
|
+
resource:
|
921
|
+
id: justified_gallery
|
922
|
+
enabled: true
|
923
|
+
comment: module justified gallery
|
924
|
+
region: head
|
925
|
+
layout: [ home, page, post, collection, raw, app ]
|
926
|
+
required: ondemand
|
927
|
+
script_load: defer
|
928
|
+
dependencies: false
|
929
|
+
pass_init_data: true
|
930
|
+
data:
|
931
|
+
css: [
|
932
|
+
modules/justifiedGallery/css/justifiedGallery,
|
933
|
+
modules/justifiedGallery/css/theme/uno
|
934
|
+
]
|
935
|
+
files: [ adapter/js/jf_gallery.js ]
|
936
|
+
js: [ modules/justifiedGallery/js/justifiedGallery ]
|
937
|
+
init_function: [ j1.adapter.jf_gallery.init ]
|
701
938
|
|
702
939
|
# ----------------------------------------------------------------------------
|
703
940
|
# LightGallery
|
@@ -708,29 +945,29 @@ resources:
|
|
708
945
|
enabled: true
|
709
946
|
comment: module lightgallery
|
710
947
|
region: head
|
711
|
-
layout: [ home, page, post,
|
948
|
+
layout: [ home, page, post, collection, raw, app ]
|
712
949
|
required: ondemand
|
713
950
|
script_load: defer
|
714
951
|
dependencies: false
|
715
952
|
pass_init_data: false
|
716
953
|
data:
|
717
954
|
css: [
|
718
|
-
|
719
|
-
|
720
|
-
|
721
|
-
|
955
|
+
modules/lightGallery/css/core/lightgallery,
|
956
|
+
modules/lightGallery/css/core/lg-transitions,
|
957
|
+
modules/lightGallery/css/core/lg-fb-comment-box,
|
958
|
+
modules/lightGallery/css/themes/uno
|
722
959
|
]
|
723
960
|
files: []
|
724
961
|
js: [
|
725
|
-
|
726
|
-
|
727
|
-
|
728
|
-
|
729
|
-
|
730
|
-
|
731
|
-
|
732
|
-
|
733
|
-
|
962
|
+
modules/lightGallery/js/core/lightgallery,
|
963
|
+
modules/lightGallery/js/modules/j1/j1-video,
|
964
|
+
modules/lightGallery/js/modules/lg-autoplay,
|
965
|
+
modules/lightGallery/js/modules/lg-fullscreen,
|
966
|
+
modules/lightGallery/js/modules/lg-hash,
|
967
|
+
modules/lightGallery/js/modules/lg-pager,
|
968
|
+
modules/lightGallery/js/modules/lg-share,
|
969
|
+
modules/lightGallery/js/modules/lg-thumbnail,
|
970
|
+
modules/lightGallery/js/modules/lg-zoom
|
734
971
|
]
|
735
972
|
init_function: []
|
736
973
|
|
@@ -743,22 +980,22 @@ resources:
|
|
743
980
|
enabled: true
|
744
981
|
comment: module videojs
|
745
982
|
region: head
|
746
|
-
layout: [ home, page, post,
|
983
|
+
layout: [ home, page, post, collection ]
|
747
984
|
required: ondemand
|
748
|
-
script_load:
|
985
|
+
script_load: defer
|
749
986
|
dependencies: false
|
750
987
|
pass_init_data: false
|
751
988
|
data:
|
752
989
|
css: [
|
753
|
-
|
754
|
-
|
755
|
-
|
756
|
-
|
757
|
-
|
990
|
+
modules/videojs/css/video-js,
|
991
|
+
modules/videojs/css/themes/city,
|
992
|
+
modules/videojs/css/themes/fantasy,
|
993
|
+
modules/videojs/css/themes/forest,
|
994
|
+
modules/videojs/css/themes/sea
|
758
995
|
]
|
759
996
|
files: []
|
760
997
|
js: [
|
761
|
-
|
998
|
+
modules/videojs/js/video
|
762
999
|
]
|
763
1000
|
init_function: []
|
764
1001
|
|
@@ -771,27 +1008,27 @@ resources:
|
|
771
1008
|
enabled: true
|
772
1009
|
comment: module vimeo_froogaloop
|
773
1010
|
region: head
|
774
|
-
layout: [ home, page, post,
|
1011
|
+
layout: [ home, page, post, collection ]
|
775
1012
|
required: ondemand
|
776
1013
|
script_load: defer
|
777
1014
|
dependencies: false
|
778
1015
|
pass_init_data: false
|
779
1016
|
data:
|
780
1017
|
css: []
|
781
|
-
files: [
|
1018
|
+
files: [ modules/vimeo/froogaloop/js/froogaloop2.min.js ]
|
782
1019
|
js: []
|
783
1020
|
init_function: []
|
784
1021
|
|
785
1022
|
# ----------------------------------------------------------------------------
|
786
1023
|
# Vimeo Player
|
787
1024
|
#
|
788
|
-
- name:
|
1025
|
+
- name: Vimeo Player
|
789
1026
|
resource:
|
790
1027
|
id: vimeo_player
|
791
1028
|
enabled: true
|
792
1029
|
comment: module vimeo_player
|
793
1030
|
region: head
|
794
|
-
layout: [ home, page, post,
|
1031
|
+
layout: [ home, page, post, collection ]
|
795
1032
|
required: ondemand
|
796
1033
|
script_load: defer
|
797
1034
|
dependencies: false
|
@@ -799,80 +1036,48 @@ resources:
|
|
799
1036
|
data:
|
800
1037
|
css: []
|
801
1038
|
files: []
|
802
|
-
js: [
|
1039
|
+
js: [ modules/vimeo/player/js/player ]
|
803
1040
|
init_function: []
|
804
1041
|
|
805
1042
|
# ----------------------------------------------------------------------------
|
806
|
-
#
|
1043
|
+
# noUiSlider
|
807
1044
|
#
|
808
|
-
- name:
|
1045
|
+
- name: noUiSlider
|
809
1046
|
resource:
|
810
|
-
id:
|
811
|
-
enabled:
|
812
|
-
comment: module
|
1047
|
+
id: nouislider
|
1048
|
+
enabled: false
|
1049
|
+
comment: module nouislider
|
813
1050
|
region: head
|
814
|
-
layout: [
|
1051
|
+
layout: [ page, post, collection ]
|
815
1052
|
required: ondemand
|
816
1053
|
script_load: defer
|
817
1054
|
dependencies: false
|
818
|
-
pass_init_data:
|
1055
|
+
pass_init_data: false
|
819
1056
|
data:
|
820
|
-
css: []
|
821
|
-
files: [
|
822
|
-
|
823
|
-
|
824
|
-
extensions/carousel/css/theme/uno.css,
|
825
|
-
extensions/carousel/js/carousel.js,
|
826
|
-
adapter/js/carousel.js
|
827
|
-
]
|
828
|
-
js: []
|
829
|
-
init_function: [ j1.adapter.carousel.init ]
|
1057
|
+
css: [ modules/noUISlider/css/noUISlider ]
|
1058
|
+
files: []
|
1059
|
+
js: [ modules/noUISlider/js/noUISlider ]
|
1060
|
+
init_function: []
|
830
1061
|
|
831
1062
|
# ----------------------------------------------------------------------------
|
832
|
-
#
|
1063
|
+
# iFrameResizer
|
833
1064
|
#
|
834
|
-
- name:
|
1065
|
+
- name: iFrameResizer
|
835
1066
|
resource:
|
836
|
-
id:
|
1067
|
+
id: iframe_resizer
|
837
1068
|
enabled: true
|
838
|
-
comment: module
|
1069
|
+
comment: module iframeResizer
|
839
1070
|
region: head
|
840
|
-
layout: [
|
1071
|
+
layout: [ page, post, collection, app, raw ]
|
841
1072
|
required: ondemand
|
842
|
-
script_load:
|
1073
|
+
script_load: sync
|
843
1074
|
dependencies: false
|
844
|
-
pass_init_data:
|
1075
|
+
pass_init_data: false
|
845
1076
|
data:
|
846
|
-
css: [
|
847
|
-
|
848
|
-
|
849
|
-
|
850
|
-
files: [
|
851
|
-
adapter/js/justified_gallery.js
|
852
|
-
]
|
853
|
-
js: [ extensions/justified_gallery/js/justifiedGallery ]
|
854
|
-
init_function: [ j1.adapter.jf_gallery.init ]
|
855
|
-
|
856
|
-
# ----------------------------------------------------------------------------
|
857
|
-
# Bootstrap Tour - https://github.com/sorich87/bootstrap-tour/
|
858
|
-
#
|
859
|
-
# - name: J1 Bootstrap Tour
|
860
|
-
# resource:
|
861
|
-
# id: bs_tour
|
862
|
-
# enabled: false
|
863
|
-
# comment: module bs tour
|
864
|
-
# region: head
|
865
|
-
# layout: [ home, page, post, app, raw, collection ]
|
866
|
-
# required: ondemand
|
867
|
-
# script_load: defer
|
868
|
-
# dependencies: false
|
869
|
-
# pass_init_data: true
|
870
|
-
# data:
|
871
|
-
# css: [ extensions/bs_tour/css/bootstrap-tour ]
|
872
|
-
# files: []
|
873
|
-
# js: [ extensions/bs_tour/js/bootstrap-tour ]
|
874
|
-
# init_function: []
|
875
|
-
|
1077
|
+
css: []
|
1078
|
+
files: []
|
1079
|
+
js: [ modules/iframeResizer/js/iframeResizer ]
|
1080
|
+
init_function: []
|
876
1081
|
|
877
1082
|
# ------------------------------------------------------------------------------
|
878
1083
|
# END config
|