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
data/assets/data/footer.html
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
---
|
2
|
-
regenerate:
|
2
|
+
regenerate: true
|
3
3
|
---
|
4
4
|
{% capture cache %}
|
5
5
|
|
@@ -36,7 +36,6 @@ regenerate: true
|
|
36
36
|
{% capture issue %}themes/{{site.template.name}}/blocks/footer/boxes/issue.proc{% endcapture %}
|
37
37
|
{% capture social_media_icons %}themes/{{site.template.name}}/blocks/footer/boxes/social_media_icons.proc{% endcapture %}
|
38
38
|
|
39
|
-
|
40
39
|
{% comment %} Process YML config data
|
41
40
|
================================================================================ {% endcomment %}
|
42
41
|
|
@@ -47,14 +46,19 @@ regenerate: true
|
|
47
46
|
|
48
47
|
{% comment %} Set config data
|
49
48
|
-------------------------------------------------------------------------------- {% endcomment %}
|
49
|
+
{% assign environment = site.environment %}
|
50
|
+
|
50
51
|
{% assign footer_config_defaults = footer_config_defaults.defaults %}
|
51
52
|
{% assign footer_config_settings = footer_config_settings.settings %}
|
52
53
|
|
53
|
-
|
54
|
-
|
55
54
|
{% comment %} Variables
|
56
55
|
-------------------------------------------------------------------------------- {% endcomment %}
|
57
56
|
|
57
|
+
{% assign production = false %}
|
58
|
+
{% if environment == 'prod' or environment == 'production' %}
|
59
|
+
{% assign production = true %}
|
60
|
+
{% endif %}
|
61
|
+
|
58
62
|
{% comment %} Set HELPER variables
|
59
63
|
-------------------------------------------------------------------------------- {% endcomment %}
|
60
64
|
{% capture footer_config_file_name %}~/_data/modules/footer.yml{% endcapture %}
|
@@ -233,6 +237,9 @@ regenerate: true
|
|
233
237
|
{% endfor %}
|
234
238
|
|
235
239
|
{% endcapture %}
|
236
|
-
|
237
|
-
{{ cache |
|
238
|
-
{%
|
240
|
+
{% if production %}
|
241
|
+
{% capture _LINE_FEED %}{% endcapture %}{% if site.compress_html.ignore.envs contains jekyll.environment %}{{ cache | strip_html_comments }}{% else %}{% capture _content %}{{ cache | strip_html_comments }}{% endcapture %}{% assign _profile = site.compress_html.profile %}{% if site.compress_html.endings == "all" %}{% assign _endings = "html head body li dt dd p rt rp optgroup option colgroup caption thead tbody tfoot tr td th" | split: " " %}{% else %}{% assign _endings = site.compress_html.endings %}{% endif %}{% for _element in _endings %}{% capture _end %}</{{ _element }}>{% endcapture %}{% assign _content = _content | remove: _end %}{% endfor %}{% if _profile and _endings %}{% assign _profile_endings = _content | size | plus: 1 %}{% endif %}{% for _element in site.compress_html.startings %}{% capture _start %}<{{ _element }}>{% endcapture %}{% assign _content = _content | remove: _start %}{% endfor %}{% if _profile and site.compress_html.startings %}{% assign _profile_startings = _content | size | plus: 1 %}{% endif %}{% if site.compress_html.comments == "all" %}{% assign _comments = "<!-- -->" | split: " " %}{% else %}{% assign _comments = site.compress_html.comments %}{% endif %}{% if _comments.size == 2 %}{% capture _comment_befores %}.{{ _content }}{% endcapture %}{% assign _comment_befores = _comment_befores | split: _comments.first %}{% for _comment_before in _comment_befores %}{% if forloop.first %}{% continue %}{% endif %}{% capture _comment_outside %}{% if _carry %}{{ _comments.first }}{% endif %}{{ _comment_before }}{% endcapture %}{% capture _comment %}{% unless _carry %}{{ _comments.first }}{% endunless %}{{ _comment_outside | split: _comments.last | first }}{% if _comment_outside contains _comments.last %}{{ _comments.last }}{% assign _carry = false %}{% else %}{% assign _carry = true %}{% endif %}{% endcapture %}{% assign _content = _content | remove_first: _comment %}{% endfor %}{% if _profile %}{% assign _profile_comments = _content | size | plus: 1 %}{% endif %}{% endif %}{% assign _pre_befores = _content | split: "<pre" %}{% assign _content = "" %}{% for _pre_before in _pre_befores %}{% assign _pres = _pre_before | split: "</pre>" %}{% assign _pres_after = "" %}{% if _pres.size != 0 %}{% if site.compress_html.blanklines %}{% assign _lines = _pres.last | split: _LINE_FEED %}{% capture _pres_after %}{% for _line in _lines %}{% assign _trimmed = _line | split: " " | join: " " %}{% if _trimmed != empty or forloop.last %}{% unless forloop.first %}{{ _LINE_FEED }}{% endunless %}{{ _line }}{% endif %}{% endfor %}{% endcapture %}{% else %}{% assign _pres_after = _pres.last | split: " " | join: " " %}{% endif %}{% endif %}{% capture _content %}{{ _content }}{% if _pre_before contains "</pre>" %}<pre{{ _pres.first }}</pre>{% endif %}{% unless _pre_before contains "</pre>" and _pres.size == 1 %}{{ _pres_after }}{% endunless %}{% endcapture %}{% endfor %}{% if _profile %}{% assign _profile_collapse = _content | size | plus: 1 %}{% endif %}{% if site.compress_html.clippings == "all" %}{% assign _clippings = "html head title base link meta style body article section nav aside h1 h2 h3 h4 h5 h6 hgroup header footer address p hr blockquote ol ul li dl dt dd figure figcaption main div table caption colgroup col tbody thead tfoot tr td th" | split: " " %}{% else %}{% assign _clippings = site.compress_html.clippings %}{% endif %}{% for _element in _clippings %}{% assign _edges = " <e;<e; </e>;</e>;</e> ;</e>" | replace: "e", _element | split: ";" %}{% assign _content = _content | replace: _edges[0], _edges[1] | replace: _edges[2], _edges[3] | replace: _edges[4], _edges[5] %}{% endfor %}{% if _profile and _clippings %}{% assign _profile_clippings = _content | size | plus: 1 %}{% endif %}{{ _content }}{% if _profile %} <table id="compress_html_profile_{{ site.time | date: "%Y%m%d" }}" class="compress_html_profile"> <thead> <tr> <td>Step <td>Bytes <tbody> <tr> <td>raw <td>{{ cache | strip_html_comments | size }}{% if _profile_endings %} <tr> <td>endings <td>{{ _profile_endings }}{% endif %}{% if _profile_startings %} <tr> <td>startings <td>{{ _profile_startings }}{% endif %}{% if _profile_comments %} <tr> <td>comments <td>{{ _profile_comments }}{% endif %}{% if _profile_collapse %} <tr> <td>collapse <td>{{ _profile_collapse }}{% endif %}{% if _profile_clippings %} <tr> <td>clippings <td>{{ _profile_clippings }}{% endif %} </table>{% endif %}{% endif %}
|
242
|
+
{% else %}
|
243
|
+
{{ cache | pretty_print | remove:'<html><body>' | remove:'</body></html>' | strip_empty_lines }}
|
244
|
+
{% endif %}
|
245
|
+
{% assign cache = nil %}
|
data/assets/data/galleries.json
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
---
|
2
|
-
regenerate:
|
2
|
+
regenerate: true
|
3
3
|
---
|
4
4
|
|
5
|
-
{% capture cache %}
|
5
|
+
{% capture cache %}
|
6
6
|
|
7
|
-
{% comment %}
|
7
|
+
{% comment %}
|
8
8
|
# -----------------------------------------------------------------------------
|
9
9
|
# ~/assets/data/galleries.json
|
10
10
|
# Liquid JSON template for ALL Galleries configured
|
@@ -17,24 +17,22 @@ regenerate: true
|
|
17
17
|
# J1 Template is licensed under the MIT License.
|
18
18
|
# See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
|
19
19
|
# -----------------------------------------------------------------------------
|
20
|
+
# The Liquid template galleries.json is used by J1 Justified Gallery.
|
21
|
+
# This template is a helper that creates the gallery (JSON) data
|
22
|
+
# for all galleries configured (if enabled or NOT). It's used by
|
23
|
+
# the J1 Template Adapter to LOAD the gallery HTML markup portion
|
24
|
+
# via AJAX get.
|
20
25
|
#
|
21
|
-
#
|
22
|
-
#
|
23
|
-
#
|
24
|
-
#
|
25
|
-
#
|
26
|
-
#
|
27
|
-
#
|
28
|
-
#
|
29
|
-
#
|
30
|
-
#
|
31
|
-
#
|
32
|
-
# NOTE:
|
33
|
-
# Be careful changing the Liquid code. If the code is changed, check
|
34
|
-
# the integrity of the JSON data created. Corrupted JSON data makes
|
35
|
-
# the Javascript of an Adapter to fail and no functionality will
|
36
|
-
# be available for most UNCLEAR reasons.
|
37
|
-
#
|
26
|
+
# The Liquid template engine generates a JSON file as an object of
|
27
|
+
# arrays that contains all image data used by several sliders. See
|
28
|
+
# below the fields taken from the YAML data file:
|
29
|
+
# ~/_data/modules/j1_justified_gallery.yml.
|
30
|
+
# -----------------------------------------------------------------------------
|
31
|
+
# NOTE:
|
32
|
+
# Be careful changing the Liquid code. If the code is changed, check
|
33
|
+
# the integrity of the JSON data created. Corrupted JSON data makes
|
34
|
+
# the Javascript of an Adapter to fail and no functionality will
|
35
|
+
# be available for most UNCLEAR reasons.
|
38
36
|
# -----------------------------------------------------------------------------
|
39
37
|
# Test data:
|
40
38
|
# {{ liquid_var | debug }}
|
@@ -50,6 +48,8 @@ regenerate: true
|
|
50
48
|
|
51
49
|
{% comment %} Set config data
|
52
50
|
-------------------------------------------------------------------------------- {% endcomment %}
|
51
|
+
{% assign environment = site.environment %}
|
52
|
+
|
53
53
|
{% assign jg_config_defaults = apps.defaults.justified_gallery.defaults %}
|
54
54
|
{% assign jg_config_settings = apps.justified_gallery.settings %}
|
55
55
|
|
@@ -57,71 +57,80 @@ regenerate: true
|
|
57
57
|
-------------------------------------------------------------------------------- {% endcomment %}
|
58
58
|
{% assign jg_config = jg_config_defaults | merge: jg_config_settings %}
|
59
59
|
|
60
|
-
|
61
|
-
|
62
|
-
|
60
|
+
{% assign production = false %}
|
61
|
+
{% if environment == 'prod' or environment == 'production' %}
|
62
|
+
{% assign production = true %}
|
63
|
+
{% endif %}
|
63
64
|
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
65
|
+
{
|
66
|
+
{% for item in jg_config.galleries %}
|
67
|
+
"{{ item.gallery.id }}" : [
|
68
|
+
|
69
|
+
{% if item.gallery.type == "image" %}
|
70
|
+
{% for image in item.gallery.images %}
|
71
|
+
{% assign image_no = forloop.index %}
|
72
|
+
{% capture image_full_path %}{{ item.gallery.images_path }}/{{ image }}{% endcapture %}
|
73
|
+
{
|
74
|
+
{% if item.gallery.captions_lightbox %}
|
75
|
+
{% for caption in item.gallery.captions_lightbox %}
|
76
|
+
{% if forloop.index == image_no %}
|
77
|
+
"captions_lightbox": "{{ caption }}",
|
78
|
+
{% endif %}
|
79
|
+
{% endfor %}
|
80
|
+
{% endif %}
|
81
|
+
{% if item.gallery.captions_gallery %}
|
82
|
+
{% for caption in item.gallery.captions_gallery %}
|
83
|
+
{% if forloop.index == image_no %}
|
84
|
+
"captions_gallery": "{{ caption }}",
|
85
|
+
{% endif %}
|
85
86
|
{% endfor %}
|
86
|
-
|
87
|
+
{% endif %}
|
88
|
+
"img": "{{ image_full_path }}"
|
89
|
+
}{% if forloop.last %}{% else %},{% endif %}
|
90
|
+
{% endfor %}
|
91
|
+
{% endif %}
|
87
92
|
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
{% endfor %}
|
116
|
-
{% endif %}
|
117
|
-
}{% if forloop.last %}{% else %},{% endif %}
|
93
|
+
{% if item.gallery.type == "video-html5" or item.gallery.type == "video-online"%}
|
94
|
+
{% for video in item.gallery.videos %}
|
95
|
+
{% assign image_no = forloop.index %}
|
96
|
+
{
|
97
|
+
{% if item.gallery.type == "video-html5" %}
|
98
|
+
"video_path": "{{ item.gallery.video_path }}",
|
99
|
+
"video_id": "{{ video | slugify }}",
|
100
|
+
{% endif %}
|
101
|
+
"image_path": "{{ item.gallery.image_path }}",
|
102
|
+
{% for poster in item.gallery.poster %}
|
103
|
+
{% if forloop.index == image_no %}
|
104
|
+
"poster": "{{ poster }}",
|
105
|
+
{% endif %}
|
106
|
+
{% endfor %}
|
107
|
+
"video": "{{ video }}",
|
108
|
+
{% if item.gallery.captions_lightbox %}
|
109
|
+
{% for caption in item.gallery.captions_lightbox %}
|
110
|
+
{% if forloop.index == image_no %}
|
111
|
+
"captions_lightbox": "{{ caption }}",
|
112
|
+
{% endif %}
|
113
|
+
{% endfor %}
|
114
|
+
{% endif %}
|
115
|
+
{% if item.gallery.captions_gallery %}
|
116
|
+
{% for caption in item.gallery.captions_gallery %}
|
117
|
+
{% if forloop.index == image_no %}
|
118
|
+
"captions_gallery": "{{ caption }}"
|
119
|
+
{% endif %}
|
118
120
|
{% endfor %}
|
119
|
-
|
121
|
+
{% endif %}
|
122
|
+
}{% if forloop.last %}{% else %},{% endif %}
|
123
|
+
{% endfor %}
|
124
|
+
{% endif %}
|
120
125
|
|
121
|
-
|
122
|
-
|
123
|
-
|
126
|
+
]{% if forloop.last %}{% else %},{% endif %}
|
127
|
+
{% endfor %}
|
128
|
+
}
|
124
129
|
|
125
130
|
{% endcapture %}
|
126
|
-
{
|
127
|
-
{
|
131
|
+
{% if production %}
|
132
|
+
{{ cache | minifyJSON }}
|
133
|
+
{% else %}
|
134
|
+
{{ cache | strip_empty_lines }}
|
135
|
+
{% endif %}
|
136
|
+
{% assign cache = nil %}
|
@@ -1,12 +1,12 @@
|
|
1
1
|
---
|
2
|
-
regenerate:
|
2
|
+
regenerate: true
|
3
3
|
---
|
4
4
|
{% capture cache %}
|
5
5
|
|
6
6
|
{% comment %}
|
7
7
|
# -----------------------------------------------------------------------------
|
8
8
|
# ~/assets/data/gallery_customizer.html
|
9
|
-
# Liquid PROCEDURE to generate the HTML (data) portion used
|
9
|
+
# Liquid PROCEDURE to generate the HTML (data) portion used
|
10
10
|
# by J1 Gallery customizer
|
11
11
|
#
|
12
12
|
# Product/Info:
|
@@ -33,6 +33,8 @@ regenerate: true
|
|
33
33
|
|
34
34
|
{% comment %} Set config data
|
35
35
|
-------------------------------------------------------------------------------- {% endcomment %}
|
36
|
+
{% assign environment = site.environment %}
|
37
|
+
|
36
38
|
{% assign customizer_defaults = apps.defaults.gallery_customizer.defaults %}
|
37
39
|
{% assign customizer_settings = apps.gallery_customizer.settings %}
|
38
40
|
|
@@ -40,22 +42,25 @@ regenerate: true
|
|
40
42
|
-------------------------------------------------------------------------------- {% endcomment %}
|
41
43
|
{% assign customizer_options = customizer_defaults | merge: customizer_settings %}
|
42
44
|
|
45
|
+
{% assign production = false %}
|
46
|
+
{% if environment == 'prod' or environment == 'production' %}
|
47
|
+
{% assign production = true %}
|
48
|
+
{% endif %}
|
43
49
|
|
44
50
|
{% comment %} Main
|
45
51
|
-------------------------------------------------------------------------------- {% endcomment %}
|
46
52
|
<!-- [INFO ] [j1.gallery_customizer ] [Placement of the Drawer] -->
|
47
53
|
|
48
|
-
<div class="bmd-layout-container bmd-drawer-f-l">
|
54
|
+
<div class="nav bmd-layout-container bmd-drawer-f-l partial">
|
49
55
|
|
50
56
|
<header class="bmd-layout-header">
|
51
|
-
<div class="navbar navbar-dark bg-primary raised-z2 mb-2">
|
57
|
+
<div class="navbar navbar-dark uno-bg-primary raised-z2 mb-2">
|
52
58
|
<button class="bmd-drawer drawer-toggler animated fadeIn" type="button" data-toggle="drawer" data-target="#drw_customizer">
|
53
|
-
<span class="
|
54
|
-
<span class="mdi mdi-menu mdi-48px"></span>
|
59
|
+
<span class="mdi mdi-menu mdi-2x"></span>
|
55
60
|
</button>
|
56
61
|
<ul class="nav navbar-nav">
|
57
62
|
<li class="nav-item">
|
58
|
-
<span class="navbar-
|
63
|
+
<span class="navbar-text">Gallery: {{customizer_options.title}}</span>
|
59
64
|
</li>
|
60
65
|
</ul>
|
61
66
|
</div>
|
@@ -128,8 +133,8 @@ regenerate: true
|
|
128
133
|
|
129
134
|
</div>
|
130
135
|
|
131
|
-
<div class="col-md-10 col-md-offset-1 col-sm-10 col-sm-offset-1 col-xs-12">
|
132
|
-
<button type="button" name="reset-defaults" class="btn btn-
|
136
|
+
<div class="col-md-10 col-md-offset-1 col-sm-10 col-sm-offset-1 col-xs-12">
|
137
|
+
<button type="button" name="reset-defaults" class="btn btn-raised btn-flex btn-danger">Reset</button>
|
133
138
|
</div>
|
134
139
|
|
135
140
|
</form>
|
@@ -137,7 +142,7 @@ regenerate: true
|
|
137
142
|
|
138
143
|
<!-- main content -->
|
139
144
|
<div class="bmd-layout-content">
|
140
|
-
<div class="container" style="padding-right: 0px; padding-left: 0px;">
|
145
|
+
<div class="container" style="padding-right: 0px; padding-left: 0px;">
|
141
146
|
<div id="jg_customizer" ></div>
|
142
147
|
</div>
|
143
148
|
</div>
|
@@ -146,5 +151,9 @@ regenerate: true
|
|
146
151
|
<!-- [INFO ] [j1.gallery_customizer.html ] [END: Drawer|Form] -->
|
147
152
|
|
148
153
|
{% endcapture %}
|
149
|
-
{
|
150
|
-
{%
|
154
|
+
{% if production %}
|
155
|
+
{% capture _LINE_FEED %}{% endcapture %}{% if site.compress_html.ignore.envs contains jekyll.environment %}{{ cache | strip_html_comments }}{% else %}{% capture _content %}{{ cache | strip_html_comments }}{% endcapture %}{% assign _profile = site.compress_html.profile %}{% if site.compress_html.endings == "all" %}{% assign _endings = "html head body li dt dd p rt rp optgroup option colgroup caption thead tbody tfoot tr td th" | split: " " %}{% else %}{% assign _endings = site.compress_html.endings %}{% endif %}{% for _element in _endings %}{% capture _end %}</{{ _element }}>{% endcapture %}{% assign _content = _content | remove: _end %}{% endfor %}{% if _profile and _endings %}{% assign _profile_endings = _content | size | plus: 1 %}{% endif %}{% for _element in site.compress_html.startings %}{% capture _start %}<{{ _element }}>{% endcapture %}{% assign _content = _content | remove: _start %}{% endfor %}{% if _profile and site.compress_html.startings %}{% assign _profile_startings = _content | size | plus: 1 %}{% endif %}{% if site.compress_html.comments == "all" %}{% assign _comments = "<!-- -->" | split: " " %}{% else %}{% assign _comments = site.compress_html.comments %}{% endif %}{% if _comments.size == 2 %}{% capture _comment_befores %}.{{ _content }}{% endcapture %}{% assign _comment_befores = _comment_befores | split: _comments.first %}{% for _comment_before in _comment_befores %}{% if forloop.first %}{% continue %}{% endif %}{% capture _comment_outside %}{% if _carry %}{{ _comments.first }}{% endif %}{{ _comment_before }}{% endcapture %}{% capture _comment %}{% unless _carry %}{{ _comments.first }}{% endunless %}{{ _comment_outside | split: _comments.last | first }}{% if _comment_outside contains _comments.last %}{{ _comments.last }}{% assign _carry = false %}{% else %}{% assign _carry = true %}{% endif %}{% endcapture %}{% assign _content = _content | remove_first: _comment %}{% endfor %}{% if _profile %}{% assign _profile_comments = _content | size | plus: 1 %}{% endif %}{% endif %}{% assign _pre_befores = _content | split: "<pre" %}{% assign _content = "" %}{% for _pre_before in _pre_befores %}{% assign _pres = _pre_before | split: "</pre>" %}{% assign _pres_after = "" %}{% if _pres.size != 0 %}{% if site.compress_html.blanklines %}{% assign _lines = _pres.last | split: _LINE_FEED %}{% capture _pres_after %}{% for _line in _lines %}{% assign _trimmed = _line | split: " " | join: " " %}{% if _trimmed != empty or forloop.last %}{% unless forloop.first %}{{ _LINE_FEED }}{% endunless %}{{ _line }}{% endif %}{% endfor %}{% endcapture %}{% else %}{% assign _pres_after = _pres.last | split: " " | join: " " %}{% endif %}{% endif %}{% capture _content %}{{ _content }}{% if _pre_before contains "</pre>" %}<pre{{ _pres.first }}</pre>{% endif %}{% unless _pre_before contains "</pre>" and _pres.size == 1 %}{{ _pres_after }}{% endunless %}{% endcapture %}{% endfor %}{% if _profile %}{% assign _profile_collapse = _content | size | plus: 1 %}{% endif %}{% if site.compress_html.clippings == "all" %}{% assign _clippings = "html head title base link meta style body article section nav aside h1 h2 h3 h4 h5 h6 hgroup header footer address p hr blockquote ol ul li dl dt dd figure figcaption main div table caption colgroup col tbody thead tfoot tr td th" | split: " " %}{% else %}{% assign _clippings = site.compress_html.clippings %}{% endif %}{% for _element in _clippings %}{% assign _edges = " <e;<e; </e>;</e>;</e> ;</e>" | replace: "e", _element | split: ";" %}{% assign _content = _content | replace: _edges[0], _edges[1] | replace: _edges[2], _edges[3] | replace: _edges[4], _edges[5] %}{% endfor %}{% if _profile and _clippings %}{% assign _profile_clippings = _content | size | plus: 1 %}{% endif %}{{ _content }}{% if _profile %} <table id="compress_html_profile_{{ site.time | date: "%Y%m%d" }}" class="compress_html_profile"> <thead> <tr> <td>Step <td>Bytes <tbody> <tr> <td>raw <td>{{ cache | strip_html_comments | size }}{% if _profile_endings %} <tr> <td>endings <td>{{ _profile_endings }}{% endif %}{% if _profile_startings %} <tr> <td>startings <td>{{ _profile_startings }}{% endif %}{% if _profile_comments %} <tr> <td>comments <td>{{ _profile_comments }}{% endif %}{% if _profile_collapse %} <tr> <td>collapse <td>{{ _profile_collapse }}{% endif %}{% if _profile_clippings %} <tr> <td>clippings <td>{{ _profile_clippings }}{% endif %} </table>{% endif %}{% endif %}
|
156
|
+
{% else %}
|
157
|
+
{{ cache | pretty_print | remove:'<html><body>' | remove:'</body></html>' | strip_empty_lines }}
|
158
|
+
{% endif %}
|
159
|
+
{% assign cache = nil %}
|
@@ -8,27 +8,27 @@
|
|
8
8
|
<!-- FontAwesome v4.7.0 -->
|
9
9
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha256-eZrrJcwDc/3uDhsdt61sL2oOBY362qM3lon1gyExkL0=" crossorigin="anonymous" />
|
10
10
|
<!-- IPython auth -->
|
11
|
-
<link rel="stylesheet" type="text/css" href="/assets/themes/j1/
|
11
|
+
<link rel="stylesheet" type="text/css" href="/assets/themes/j1/modules/ipython/css/auth.css">
|
12
12
|
<!-- IPython base -->
|
13
|
-
<link rel="stylesheet" type="text/css" href="/assets/themes/j1/
|
13
|
+
<link rel="stylesheet" type="text/css" href="/assets/themes/j1/modules/ipython/css/base.css">
|
14
14
|
<!-- IPython highlight -->
|
15
|
-
<link rel="stylesheet" type="text/css" href="/assets/themes/j1/
|
15
|
+
<link rel="stylesheet" type="text/css" href="/assets/themes/j1/modules/ipython/css/highlight.css">
|
16
16
|
<!-- IPython html_export_overrides -->
|
17
|
-
<link rel="stylesheet" type="text/css" href="/assets/themes/j1/
|
17
|
+
<link rel="stylesheet" type="text/css" href="/assets/themes/j1/modules/ipython/css/html_export_overrides.css">
|
18
18
|
<!-- IPython nbinteract -->
|
19
|
-
<link rel="stylesheet" type="text/css" href="/assets/themes/j1/
|
19
|
+
<link rel="stylesheet" type="text/css" href="/assets/themes/j1/modules/ipython/css/nbinteract.css">
|
20
20
|
<!-- IPython notebook webapp -->
|
21
|
-
<link rel="stylesheet" type="text/css" href="/assets/themes/j1/
|
21
|
+
<link rel="stylesheet" type="text/css" href="/assets/themes/j1/modules/ipython/css/notebook_webapp.css">
|
22
22
|
<!-- IPython notebook -->
|
23
|
-
<link rel="stylesheet" type="text/css" href="/assets/themes/j1/
|
23
|
+
<link rel="stylesheet" type="text/css" href="/assets/themes/j1/modules/ipython/css/notebook.css">
|
24
24
|
<!-- IPython text_editor_webapp -->
|
25
|
-
<link rel="stylesheet" type="text/css" href="/assets/themes/j1/
|
25
|
+
<link rel="stylesheet" type="text/css" href="/assets/themes/j1/modules/ipython/css/text_editor_webapp.css">
|
26
26
|
<!-- IPython tree view -->
|
27
|
-
<link rel="stylesheet" type="text/css" href="/assets/themes/j1/
|
27
|
+
<link rel="stylesheet" type="text/css" href="/assets/themes/j1/modules/ipython/css/tree_view.css">
|
28
28
|
|
29
29
|
<!-- JS sources -->
|
30
30
|
<!-- iFrame Resizer Client -->
|
31
|
-
<script src="/assets/themes/j1/
|
31
|
+
<script src="/assets/themes/j1/modules/iframe_resizer/js/client/iframeResizer.contentWindow.js"></script>
|
32
32
|
<!-- Require v2.3.6 -->
|
33
33
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.6/require.min.js"></script>
|
34
34
|
|
@@ -4,22 +4,22 @@
|
|
4
4
|
<meta charset="utf-8" />
|
5
5
|
<!-- CSS sources -->
|
6
6
|
<!-- IPython styles -->
|
7
|
-
<link rel="stylesheet" type="text/css" href="/assets/themes/j1/
|
7
|
+
<link rel="stylesheet" type="text/css" href="/assets/themes/j1/modules/ipython/css/style.min.css">
|
8
8
|
<!-- Highlighter styles -->
|
9
|
-
<link rel="stylesheet" type="text/css" href="/assets/themes/j1/
|
9
|
+
<link rel="stylesheet" type="text/css" href="/assets/themes/j1/modules/ipython/css/highlight.css">
|
10
10
|
<!-- Overrides of notebook CSS for static HTML export -->
|
11
|
-
<link rel="stylesheet" type="text/css" href="/assets/themes/j1/
|
11
|
+
<link rel="stylesheet" type="text/css" href="/assets/themes/j1/modules/ipython/css/html_export_overrides.css">
|
12
12
|
<!-- nbInteract styles -->
|
13
|
-
<link rel="stylesheet" type="text/css" href="/assets/themes/j1/
|
13
|
+
<link rel="stylesheet" type="text/css" href="/assets/themes/j1/modules/ipython/css/nbinteract.css">
|
14
14
|
<!-- JS sources -->
|
15
15
|
<!-- Loads nbinteract package -->
|
16
16
|
<script src="https://unpkg.com/nbinteract-core" async></script>
|
17
17
|
<!-- Require v2.3.6 -->
|
18
18
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.6/require.min.js"></script>
|
19
19
|
<!-- iFrame Resizer Client -->
|
20
|
-
<script src="/assets/themes/j1/
|
20
|
+
<script src="/assets/themes/j1/modules/iframe_resizer/js/client/iframeResizer.contentWindow.js" async></script>
|
21
21
|
<!-- Plot.ly v1.54.0 -->
|
22
|
-
<script src="/assets/themes/j1/
|
22
|
+
<script src="/assets/themes/j1/modules/ipython/js/plotly.js" async></script>
|
23
23
|
<!-- Initialize nbinteract package -->
|
24
24
|
<!-- script>
|
25
25
|
(function setupNbinteract() {
|
@@ -304,7 +304,7 @@
|
|
304
304
|
<div>
|
305
305
|
<div id="607f7603-9fe8-4998-9278-5999b06ff6b6" class="plotly-graph-div" style="height:525px; width:100%;"></div>
|
306
306
|
<script type="text/javascript">
|
307
|
-
require(["/assets/themes/j1/
|
307
|
+
require(["/assets/themes/j1/modules/ipython/js/plotly.js"], function(Plotly) {
|
308
308
|
window.PLOTLYENV=window.PLOTLYENV || {};
|
309
309
|
|
310
310
|
if (document.getElementById("607f7603-9fe8-4998-9278-5999b06ff6b6")) {
|
@@ -366,7 +366,7 @@
|
|
366
366
|
<div>
|
367
367
|
<div id="8c133f48-80d4-44b3-a829-09c24808129f" class="plotly-graph-div" style="height:525px; width:100%;"></div>
|
368
368
|
<script type="text/javascript">
|
369
|
-
require(["/assets/themes/j1/
|
369
|
+
require(["/assets/themes/j1/modules/ipython/js/plotly.js"], function(Plotly) {
|
370
370
|
window.PLOTLYENV=window.PLOTLYENV || {};
|
371
371
|
|
372
372
|
if (document.getElementById("8c133f48-80d4-44b3-a829-09c24808129f")) {
|
@@ -428,7 +428,7 @@
|
|
428
428
|
<div>
|
429
429
|
<div id="80669b81-844f-4b36-969e-abe2f649c484" class="plotly-graph-div" style="height:525px; width:100%;"></div>
|
430
430
|
<script type="text/javascript">
|
431
|
-
require(["/assets/themes/j1/
|
431
|
+
require(["/assets/themes/j1/modules/ipython/js/plotly.js"], function(Plotly) {
|
432
432
|
window.PLOTLYENV=window.PLOTLYENV || {};
|
433
433
|
|
434
434
|
if (document.getElementById("80669b81-844f-4b36-969e-abe2f649c484")) {
|
@@ -490,7 +490,7 @@
|
|
490
490
|
<div>
|
491
491
|
<div id="22bccc60-179b-41df-9fad-88f944861563" class="plotly-graph-div" style="height:525px; width:100%;"></div>
|
492
492
|
<script type="text/javascript">
|
493
|
-
require(["/assets/themes/j1/
|
493
|
+
require(["/assets/themes/j1/modules/ipython/js/plotly.js"], function(Plotly) {
|
494
494
|
window.PLOTLYENV=window.PLOTLYENV || {};
|
495
495
|
|
496
496
|
if (document.getElementById("22bccc60-179b-41df-9fad-88f944861563")) {
|
@@ -552,7 +552,7 @@
|
|
552
552
|
<div>
|
553
553
|
<div id="10956865-9e79-428c-a952-0c781c3214db" class="plotly-graph-div" style="height:525px; width:100%;"></div>
|
554
554
|
<script type="text/javascript">
|
555
|
-
require(["/assets/themes/j1/
|
555
|
+
require(["/assets/themes/j1/modules/ipython/js/plotly.js"], function(Plotly) {
|
556
556
|
window.PLOTLYENV=window.PLOTLYENV || {};
|
557
557
|
|
558
558
|
if (document.getElementById("10956865-9e79-428c-a952-0c781c3214db")) {
|
@@ -5,24 +5,24 @@
|
|
5
5
|
<meta charset="utf-8" />
|
6
6
|
<!-- CSS sources -->
|
7
7
|
<!-- IPython styles -->
|
8
|
-
<link rel="stylesheet" type="text/css" href="/assets/themes/j1/
|
8
|
+
<link rel="stylesheet" type="text/css" href="/assets/themes/j1/modules/ipython/css/style.min.css">
|
9
9
|
<!-- Highlighter styles -->
|
10
|
-
<link rel="stylesheet" type="text/css" href="/assets/themes/j1/
|
10
|
+
<link rel="stylesheet" type="text/css" href="/assets/themes/j1/modules/ipython/css/highlight.css">
|
11
11
|
<!-- Overrides of notebook CSS for static HTML export -->
|
12
|
-
<link rel="stylesheet" type="text/css" href="/assets/themes/j1/
|
12
|
+
<link rel="stylesheet" type="text/css" href="/assets/themes/j1/modules/ipython/css/html_export_overrides.css">
|
13
13
|
<!-- nbInteract styles -->
|
14
|
-
<link rel="stylesheet" type="text/css" href="/assets/themes/j1/
|
14
|
+
<link rel="stylesheet" type="text/css" href="/assets/themes/j1/modules/ipython/css/nbinteract.css">
|
15
15
|
|
16
16
|
<!-- JS sources -->
|
17
17
|
<!-- Loads nbinteract package -->
|
18
18
|
<!-- script src="https://unpkg.com/nbinteract-core" async></script -->
|
19
|
-
<script src="/assets/themes/j1/
|
19
|
+
<script src="/assets/themes/j1/modules/ipython/js/nbinteract-core.min.js"></script>
|
20
20
|
<!-- Require v2.3.6 -->
|
21
21
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.6/require.min.js"></script>
|
22
22
|
<!-- iFrame Resizer Client -->
|
23
|
-
<script src="/assets/themes/j1/
|
23
|
+
<script src="/assets/themes/j1/modules/iframe_resizer/js/client/iframeResizer.contentWindow.js" async></script>
|
24
24
|
<!-- Plot.ly v1.54.0 -->
|
25
|
-
<script src="/assets/themes/j1/
|
25
|
+
<script src="/assets/themes/j1/modules/ipython/js/plotly.js" async></script>
|
26
26
|
|
27
27
|
<!-- Initialize nbinteract package -->
|
28
28
|
<script>
|