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
@@ -72,26 +72,26 @@ versions of Bootstrap's CSS styles for a website.
|
|
72
72
|
== Themes
|
73
73
|
|
74
74
|
It is expected that many people will change the template for their needs. To
|
75
|
-
really create *unique* websites. Fundamental to do this is are CSS styles
|
75
|
+
really create *unique* websites. Fundamental to do this is are CSS styles
|
76
76
|
defined by Bootstrap.
|
77
77
|
|
78
78
|
Modifying the CSS styles of link:{bootstrap-home}[Bootstrap, {window}] is not
|
79
|
-
rocket science. But, to be honest, some knowledge is needed of
|
79
|
+
rocket science. But, to be honest, some knowledge is needed of
|
80
80
|
link:{w3org-css-spec}[the CSS technology] to do so. We encourage you to spend
|
81
|
-
some time first on learning CSS. To learn what is the
|
82
|
-
link:{w3schools-css-tutorial}[design base, {window}] of each and every website.
|
81
|
+
some time first on learning CSS. To learn what is the
|
82
|
+
link:{w3schools-css-tutorial}[design base, {window}] of each and every website.
|
83
83
|
Independendly from using Bootstrap or any other CSS framwork.
|
84
84
|
|
85
|
-
Thanks to the people at link:{bootswatch-home}[Bootswatch, {window}], a great
|
86
|
-
set of already prepared Bootstrap stylesheets in various designs are available
|
87
|
-
at their website. No need to start from the scratch, to re-define all the
|
88
|
-
Bootstrap variables and
|
89
|
-
different styles are available. What is already available is at least a good
|
85
|
+
Thanks to the people at link:{bootswatch-home}[Bootswatch, {window}], a great
|
86
|
+
set of already prepared Bootstrap stylesheets in various designs are available
|
87
|
+
at their website. No need to start from the scratch, to re-define all the
|
88
|
+
Bootstrap variables and rebuild the framework files to create a new theme. Many
|
89
|
+
different styles are available. What is already available is at least a good
|
90
90
|
base for your modifications: your unique design.
|
91
91
|
|
92
|
-
Beside the bunch of different stylesheets at Bootswatch, an
|
92
|
+
Beside the bunch of different stylesheets at Bootswatch, an
|
93
93
|
link:{bootswatch-api}[integration API, {window}] is available that helps a lot
|
94
|
-
to integrate available designs into a existing site. This API is the base to
|
94
|
+
to integrate available designs into a existing site. This API is the base to
|
95
95
|
integrate Bootswatch stylesheets into J1 Template for easy use.
|
96
96
|
|
97
97
|
Thanks again the people at Bootswatch for this great work.
|
@@ -99,22 +99,22 @@ Thanks again the people at Bootswatch for this great work.
|
|
99
99
|
|
100
100
|
== Apply a theme
|
101
101
|
|
102
|
-
The base for designing pages using J1 Template is the theme *Uno*, a modern
|
102
|
+
The base for designing pages using J1 Template is the theme *Uno*, a modern
|
103
103
|
light theme that can be used for many types of websites. And what we mentioned
|
104
104
|
already, web design is not: one size fits all. The theme *Uno* can be seen as
|
105
105
|
good base, a starting point. Combining Uno and a different theme may a fast
|
106
106
|
solution for your site!?
|
107
107
|
|
108
|
-
You can find all available themes, all stylesheets to be applied to your pages
|
109
|
-
from the menu *Themes*. You're invited to check how a page is changing for
|
110
|
-
their design if other stylesheets, other ideas of web design is used.
|
108
|
+
You can find all available themes, all stylesheets to be applied to your pages
|
109
|
+
from the menu *Themes*. You're invited to check how a page is changing for
|
110
|
+
their design if other stylesheets, other ideas of web design is used.
|
111
111
|
|
112
|
-
NOTE: Changing BS-based styles is one thing, changing from one theme to the
|
113
|
-
next at runtime a bit more challanging. For the alpha version of J1 Template,
|
112
|
+
NOTE: Changing BS-based styles is one thing, changing from one theme to the
|
113
|
+
next at runtime a bit more challanging. For the alpha version of J1 Template,
|
114
114
|
many styles are automatically changed for J1 specific components as well, but
|
115
|
-
*not* all of them for now.
|
115
|
+
*not* all of them for now.
|
116
116
|
|
117
|
-
Simply select a theme from this menu and a new BS-based stylesheet is
|
117
|
+
Simply select a theme from this menu and a new BS-based stylesheet is
|
118
118
|
automatically applied to your pages.
|
119
119
|
|
120
120
|
Have fun!
|
@@ -130,9 +130,7 @@ a look at the link:{previewer-theme}[Theme previewer].
|
|
130
130
|
|
131
131
|
To make things real for your new site, go for *Web in a day*. This tutorial
|
132
132
|
guides you through all the steps how to build a website - your site using
|
133
|
-
Jekyll nd the template system J1. It's really a nice journey to *explore*
|
133
|
+
Jekyll nd the template system J1. It's really a nice journey to *explore*
|
134
134
|
and *learn* creating a static web.
|
135
135
|
|
136
136
|
Start your journey from here: link:{kickstarter-web-in-a-day}[Web in a day].
|
137
|
-
|
138
|
-
|
File without changes
|
File without changes
|
@@ -128,7 +128,7 @@
|
|
128
128
|
<div class="modal-content">
|
129
129
|
<!-- Body -->
|
130
130
|
<div class="modal-body">
|
131
|
-
<p class="mt-1 ml-3 mr-2">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Impedit nisi quo provident fugiat reprehenderit nostrum quos..</p><div class="row ml-3">
|
131
|
+
<p class="mt-1 ml-3 mr-2">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Impedit nisi quo provident fugiat reprehenderit nostrum quos..</p><div class="row ml-3">
|
132
132
|
<a type="button" class="btn btn-primary-modal mr-2">Yes, please</a>
|
133
133
|
<a type="button" class="btn btn-outline-secondary-modal" data-dismiss="modal">No, thanks<div class="ripple-container"><div class="ripple-decorator ripple-on ripple-out" style="left: 51.4063px; top: 20px; background-color: rgb(1, 211, 107); transform: scale(14.5548);"></div></div></a>
|
134
134
|
</div>
|
@@ -184,7 +184,7 @@
|
|
184
184
|
</div>
|
185
185
|
<!-- Body -->
|
186
186
|
<div class="modal-body">
|
187
|
-
<img src="/assets/images/modules/attics/admin-dashboard-bootstrap-1280x600.
|
187
|
+
<img src="/assets/images/modules/attics/admin-dashboard-bootstrap-1280x600.jpg" alt="admin-dashboard-bootstrap-1280x600.jpg" class="img-fluid">
|
188
188
|
<div class="text-center">
|
189
189
|
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Nesciunt vero illo error eveniet cum.</p>
|
190
190
|
</div>
|
@@ -409,7 +409,7 @@
|
|
409
409
|
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Impedit iusto nulla aperiam blanditiis ad consequatur in dolores culpa, dignissimos, eius non possimus fugiat. Esse ratione fuga, enim, ab officiis totam.
|
410
410
|
</p>
|
411
411
|
</div>
|
412
|
-
<img src="/assets/images/modules/attics/admin-dashboard-bootstrap-1280x600.
|
412
|
+
<img src="/assets/images/modules/attics/admin-dashboard-bootstrap-1280x600.jpg" alt="admin-dashboard-bootstrap-1280x600.jpg" class="img-fluid">
|
413
413
|
</div>
|
414
414
|
<!-- Footer -->
|
415
415
|
<div class="modal-footer">
|
@@ -724,7 +724,7 @@
|
|
724
724
|
</div>
|
725
725
|
<!-- Body -->
|
726
726
|
<div class="modal-body">
|
727
|
-
<img src="/assets/images/modules/attics/admin-dashboard-bootstrap-1280x600.
|
727
|
+
<img src="/assets/images/modules/attics/admin-dashboard-bootstrap-1280x600.jpg" alt="bootstrap-1280x600.jpg" class="img-fluid">
|
728
728
|
<div class="text-center">
|
729
729
|
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Nesciunt vero illo error eveniet cum.</p>
|
730
730
|
</div>
|
@@ -925,4 +925,4 @@
|
|
925
925
|
</div>
|
926
926
|
</div>
|
927
927
|
<!--END Modal Subscription -->
|
928
|
-
++++
|
928
|
+
++++
|
@@ -9,8 +9,9 @@ categories: [ pages ]
|
|
9
9
|
|
10
10
|
permalink: /pages/public/learn/whats_up/
|
11
11
|
regenerate: false
|
12
|
+
toc: true
|
12
13
|
|
13
|
-
resources: [
|
14
|
+
resources: []
|
14
15
|
resource_options:
|
15
16
|
- ssm:
|
16
17
|
mode: menu
|
@@ -83,7 +84,6 @@ implemented.
|
|
83
84
|
|
84
85
|
For that reason, it was a good decision to start from here.
|
85
86
|
|
86
|
-
|
87
87
|
== Whats up
|
88
88
|
|
89
89
|
First of all, you've started already! The important first step in to find
|
@@ -4,7 +4,7 @@ tagline: common components
|
|
4
4
|
description: Themes Previewer for common components of a selected theme.
|
5
5
|
|
6
6
|
tags: [ App, Previewer ]
|
7
|
-
index:
|
7
|
+
index: [
|
8
8
|
Bootstrap, Theme, Preview, Common,
|
9
9
|
Component, Navbars, Buttons, Typography,
|
10
10
|
Tables, Forms, Navs, Pills, Breadcrumbs,
|
@@ -20,7 +20,7 @@ flowtext: false
|
|
20
20
|
permalink: /pages/public/previewer/theme/
|
21
21
|
regenerate: false
|
22
22
|
|
23
|
-
resources: []
|
23
|
+
resources: [ rouge ]
|
24
24
|
resource_options:
|
25
25
|
- attic:
|
26
26
|
padding_top: 400
|
@@ -60,7 +60,6 @@ include::{includedir}/attributes.asciidoc[tag=urls]
|
|
60
60
|
// Additional ASCIIDOC attributes goes here
|
61
61
|
//
|
62
62
|
|
63
|
-
|
64
63
|
++++
|
65
64
|
<!-- Prepend H1 tag here -->
|
66
65
|
<div id="h1_theme_name" class="row mb-3">
|
@@ -230,6 +229,7 @@ pass:[<i class="mdi mdi-book-open mdi-24px mdi-md-bg-primary"></i>]
|
|
230
229
|
Refer to: link:{bs_doc_components_buttons}[Bootstrap Docs, window="_blank"].
|
231
230
|
|
232
231
|
=== Active buttons
|
232
|
+
|
233
233
|
Buttons will appear pressed (with a darker background, darker border, and
|
234
234
|
inset shadow) when active.
|
235
235
|
++++
|
@@ -245,6 +245,7 @@ inset shadow) when active.
|
|
245
245
|
++++
|
246
246
|
|
247
247
|
=== Disabled buttons
|
248
|
+
|
248
249
|
Buttons look inactive by adding the disabled boolean attribute to any
|
249
250
|
<button> element.
|
250
251
|
++++
|
@@ -260,6 +261,7 @@ Buttons look inactive by adding the disabled boolean attribute to any
|
|
260
261
|
++++
|
261
262
|
|
262
263
|
=== Outline buttons
|
264
|
+
|
263
265
|
In need of a button, but not the hefty background colors they bring? Replace
|
264
266
|
the default modifier classes with the `.btn-outline-*` ones to remove all
|
265
267
|
background images and colors on any button.
|
@@ -318,13 +320,13 @@ state for these buttons is only updated via click event on the button.
|
|
318
320
|
++++
|
319
321
|
<div class="doc-example mb-3">
|
320
322
|
<div class="btn-group" data-toggle="buttons">
|
321
|
-
<label class="btn btn-primary btn-raised active">
|
323
|
+
<label class="btn btn-primary btn-raised btn-flex active">
|
322
324
|
<input type="checkbox" checked> Checkbox 1
|
323
325
|
</label>
|
324
|
-
<label class="btn btn-primary btn-raised">
|
326
|
+
<label class="btn btn-primary btn-raised btn-flex">
|
325
327
|
<input type="checkbox"> Checkbox 2
|
326
328
|
</label>
|
327
|
-
<label class="btn btn-primary btn-raised">
|
329
|
+
<label class="btn btn-primary btn-flex btn-raised">
|
328
330
|
<input type="checkbox"> Checkbox 3
|
329
331
|
</label>
|
330
332
|
</div>
|
@@ -334,13 +336,13 @@ state for these buttons is only updated via click event on the button.
|
|
334
336
|
++++
|
335
337
|
<div class="doc-example mb-5">
|
336
338
|
<div class="btn-group btn-group-toggle" data-toggle="buttons">
|
337
|
-
<label class="btn btn-secondary btn-raised active">
|
339
|
+
<label class="btn btn-secondary btn-raised btn-flex active">
|
338
340
|
<input type="radio" name="options" id="option1" autocomplete="off" checked> Active
|
339
341
|
</label>
|
340
|
-
<label class="btn btn-secondary btn-raised">
|
342
|
+
<label class="btn btn-secondary btn-raised btn-flex">
|
341
343
|
<input type="radio" name="options" id="option2" autocomplete="off"> Radio
|
342
344
|
</label>
|
343
|
-
<label class="btn btn-secondary btn-raised">
|
345
|
+
<label class="btn btn-secondary btn-raised btn-flex">
|
344
346
|
<input type="radio" name="options" id="option3" autocomplete="off"> Radio
|
345
347
|
</label>
|
346
348
|
</div>
|
@@ -1149,9 +1151,6 @@ pass:[<i class="mdi mdi-book-open mdi-24px mdi-md-bg-primary"></i>]
|
|
1149
1151
|
Refer to: link:{bs_doc_components_cards}[Bootstrap Docs, window="_blank"].
|
1150
1152
|
|
1151
1153
|
++++
|
1152
|
-
<!-- Containers - Cards
|
1153
|
-
============================================================================ -->
|
1154
|
-
|
1155
1154
|
<div class="doc-example mb-3">
|
1156
1155
|
<div class="row">
|
1157
1156
|
|
@@ -1633,7 +1632,6 @@ bootstrap.bundle.js which contains Popper.js in order for popovers to work.
|
|
1633
1632
|
|
1634
1633
|
Note: Popovers require the tooltip plugin as a dependency.
|
1635
1634
|
|
1636
|
-
|
1637
1635
|
pass:[<i class="mdi mdi-book-open mdi-24px mdi-md-bg-primary"></i>]
|
1638
1636
|
Refer to: link:{bs_doc_components_popovers}[Bootstrap Docs, window="_blank"].
|
1639
1637
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
---
|
2
2
|
title: Framer
|
3
|
-
tagline:
|
3
|
+
tagline: automagic iframes
|
4
4
|
description: Test page for J1 module framer
|
5
5
|
|
6
6
|
tags: [ App, Previewer ]
|
@@ -9,17 +9,18 @@ categories: [ pages ]
|
|
9
9
|
|
10
10
|
permalink: /pages/public/iframer/
|
11
11
|
regenerate: false
|
12
|
+
toc: false
|
12
13
|
|
13
|
-
resources: []
|
14
|
+
resources: [ iframe_resizer ]
|
14
15
|
resource_options:
|
15
16
|
- attic:
|
16
17
|
padding_top: 400
|
17
18
|
padding_bottom: 50
|
18
|
-
opacity: 0.5
|
19
|
+
opacity: 0.5
|
19
20
|
slides:
|
20
21
|
- url: /assets/images/modules/attics/jessica-ruscello-1920x1280.jpg
|
21
22
|
alt: Photo by Jessica Ruscello Unsplash
|
22
|
-
# caption:
|
23
|
+
# caption:
|
23
24
|
# text: Photo by Jessica Ruscello on Unsplash
|
24
25
|
# href: https://unsplash.com/@jasonrosewell
|
25
26
|
badge:
|
@@ -33,7 +34,8 @@ resource_options:
|
|
33
34
|
:page-liquid:
|
34
35
|
|
35
36
|
// Set other global page attributes here
|
36
|
-
//
|
37
|
+
// -----------------------------------------------------------------------------
|
38
|
+
|
37
39
|
|
38
40
|
== Automagic iFrame
|
39
41
|
|
@@ -42,8 +44,8 @@ Resize window or click one of the links in the iFrame to watch it resize.
|
|
42
44
|
++++
|
43
45
|
<p id="callback" class="ml-2"></p>
|
44
46
|
|
45
|
-
<iframe
|
46
|
-
src="/assets/themes/j1/
|
47
|
+
<iframe
|
48
|
+
src="/assets/themes/j1/modules/iframeResizer/examples/frame.content.html"
|
47
49
|
width="100%"
|
48
50
|
style="border-width:0;"
|
49
51
|
scrolling="no">
|
@@ -53,8 +55,8 @@ Resize window or click one of the links in the iFrame to watch it resize.
|
|
53
55
|
iFrameResize({
|
54
56
|
log: true,
|
55
57
|
minHeight: 250,
|
56
|
-
|
57
|
-
|
58
|
+
onResized: function(messageData){
|
59
|
+
|
58
60
|
$('p#callback').html(
|
59
61
|
'<b>Frame ID:</b> ' + messageData.iframe.id +
|
60
62
|
' <b>Height:</b> ' + messageData.height +
|
@@ -62,17 +64,17 @@ Resize window or click one of the links in the iFrame to watch it resize.
|
|
62
64
|
' <b>Event type:</b> ' + messageData.type
|
63
65
|
);
|
64
66
|
},
|
65
|
-
|
66
|
-
|
67
|
+
onMessage: function(messageData){
|
68
|
+
|
67
69
|
$('p#callback').html(
|
68
70
|
'<b>Frame ID:</b> ' + messageData.iframe.id +
|
69
71
|
' <b>Message:</b> ' + messageData.message
|
70
72
|
);
|
71
73
|
alert(messageData.message);
|
72
74
|
document.getElementsByTagName('iframe')[0].iFrameResizer.sendMessage('Hello back from parent page');
|
73
|
-
},
|
74
|
-
|
75
|
-
|
75
|
+
},
|
76
|
+
onClosed: function(id){
|
77
|
+
|
76
78
|
$('p#callback').html(
|
77
79
|
'<b>IFrame (</b>' + id +
|
78
80
|
'<b>) removed from page.</b>'
|
@@ -80,4 +82,4 @@ Resize window or click one of the links in the iFrame to watch it resize.
|
|
80
82
|
}
|
81
83
|
});
|
82
84
|
</script>
|
83
|
-
++++
|
85
|
+
++++
|
@@ -9,7 +9,7 @@ tags: [ App, Gallery ]
|
|
9
9
|
index: [ Customizer, Previewer, Justified, Gallery ]
|
10
10
|
categories: [ app ]
|
11
11
|
|
12
|
-
permalink: /pages/
|
12
|
+
permalink: /pages/public/previewer/justified_gallery/
|
13
13
|
regenerate: false
|
14
14
|
|
15
15
|
toc: false
|
@@ -30,4 +30,4 @@ resource_options:
|
|
30
30
|
---
|
31
31
|
|
32
32
|
<!-- [INFO ] [j1.gallery_customizer ] [Placement of the content] -->
|
33
|
-
<div id="customizer" class="row g-mb-100"></div>
|
33
|
+
<div id="customizer" class="row r-text-300 g-mb-100"></div>
|
@@ -7,12 +7,12 @@ tags: [ Twitter, Emoji, Icons, Preview ]
|
|
7
7
|
index: []
|
8
8
|
categories: [ pages, manuals ]
|
9
9
|
|
10
|
-
permalink: /pages/
|
11
|
-
regenerate:
|
10
|
+
permalink: /pages/public/previewer/twitter_emoji/
|
11
|
+
regenerate: true
|
12
12
|
|
13
13
|
scrollbar: false
|
14
14
|
|
15
|
-
resources: []
|
15
|
+
resources: [ twemoji ]
|
16
16
|
resource_options:
|
17
17
|
- attic:
|
18
18
|
padding_top: 400
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: j1-template
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2020.0.
|
4
|
+
version: 2020.0.16
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- juergen_jekyll_one
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-07-
|
11
|
+
date: 2020-07-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -132,20 +132,20 @@ dependencies:
|
|
132
132
|
requirements:
|
133
133
|
- - "~>"
|
134
134
|
- !ruby/object:Gem::Version
|
135
|
-
version: '2.
|
135
|
+
version: '2.2'
|
136
136
|
- - ">="
|
137
137
|
- !ruby/object:Gem::Version
|
138
|
-
version: 2.
|
138
|
+
version: 2.2.3
|
139
139
|
type: :runtime
|
140
140
|
prerelease: false
|
141
141
|
version_requirements: !ruby/object:Gem::Requirement
|
142
142
|
requirements:
|
143
143
|
- - "~>"
|
144
144
|
- !ruby/object:Gem::Version
|
145
|
-
version: '2.
|
145
|
+
version: '2.2'
|
146
146
|
- - ">="
|
147
147
|
- !ruby/object:Gem::Version
|
148
|
-
version: 2.
|
148
|
+
version: 2.2.3
|
149
149
|
- !ruby/object:Gem::Dependency
|
150
150
|
name: rack-protection
|
151
151
|
requirement: !ruby/object:Gem::Requirement
|
@@ -269,6 +269,7 @@ extra_rdoc_files: []
|
|
269
269
|
files:
|
270
270
|
- LICENSE
|
271
271
|
- README.md
|
272
|
+
- _includes/themes/j1/blocks/ads/ad.html
|
272
273
|
- _includes/themes/j1/blocks/footer/boxes/about_box.proc
|
273
274
|
- _includes/themes/j1/blocks/footer/boxes/about_box.proc.org
|
274
275
|
- _includes/themes/j1/blocks/footer/boxes/contacts_box.proc
|
@@ -354,9 +355,7 @@ files:
|
|
354
355
|
- assets/data/authclient.html
|
355
356
|
- assets/data/banner.html
|
356
357
|
- assets/data/carousel.json
|
357
|
-
- assets/data/
|
358
|
-
- assets/data/cookie_consent.html
|
359
|
-
- assets/data/font_sizes.json
|
358
|
+
- assets/data/cookiebar.html
|
360
359
|
- assets/data/footer.html
|
361
360
|
- assets/data/galleries.json
|
362
361
|
- assets/data/gallery_customizer.html
|
@@ -368,13 +367,12 @@ files:
|
|
368
367
|
- assets/data/jupyter/notebooks/visualisation.ipynb
|
369
368
|
- assets/data/mdi_icons.json
|
370
369
|
- assets/data/menu.html
|
371
|
-
- assets/data/messages.yml
|
372
370
|
- assets/data/mmenu.html
|
373
371
|
- assets/data/mmenu_sidebar.html
|
374
372
|
- assets/data/mmenu_toc.html
|
375
373
|
- assets/data/panel.html
|
376
374
|
- assets/data/quicklinks.html
|
377
|
-
- assets/data/search.
|
375
|
+
- assets/data/search.json
|
378
376
|
- assets/data/ssm.html
|
379
377
|
- assets/data/themes.json
|
380
378
|
- assets/data/twa_v1.json
|
@@ -393,32 +391,39 @@ files:
|
|
393
391
|
- assets/themes/j1/adapter/js/algolia.js
|
394
392
|
- assets/themes/j1/adapter/js/attic.js
|
395
393
|
- assets/themes/j1/adapter/js/carousel.js
|
396
|
-
- assets/themes/j1/adapter/js/
|
394
|
+
- assets/themes/j1/adapter/js/clipboard.js
|
395
|
+
- assets/themes/j1/adapter/js/cookiebar.js
|
397
396
|
- assets/themes/j1/adapter/js/framer.js
|
398
397
|
- assets/themes/j1/adapter/js/gallery_customizer.js
|
399
398
|
- assets/themes/j1/adapter/js/j1.js
|
400
|
-
- assets/themes/j1/adapter/js/
|
399
|
+
- assets/themes/j1/adapter/js/jf_gallery.js
|
401
400
|
- assets/themes/j1/adapter/js/lightbox.js
|
402
401
|
- assets/themes/j1/adapter/js/logger.js
|
402
|
+
- assets/themes/j1/adapter/js/mdb.js
|
403
403
|
- assets/themes/j1/adapter/js/mmenu.js
|
404
404
|
- assets/themes/j1/adapter/js/navigator.js
|
405
405
|
- assets/themes/j1/adapter/js/searcher.js
|
406
406
|
- assets/themes/j1/adapter/js/ssm.js
|
407
407
|
- assets/themes/j1/adapter/js/themer.js
|
408
408
|
- assets/themes/j1/adapter/js/toccer.js
|
409
|
+
- assets/themes/j1/core/css/animate.css
|
410
|
+
- assets/themes/j1/core/css/animate.min.css
|
409
411
|
- assets/themes/j1/core/css/bootstrap.css
|
410
412
|
- assets/themes/j1/core/css/bootstrap.min.css
|
411
|
-
- assets/themes/j1/core/css/
|
412
|
-
- assets/themes/j1/core/css/
|
413
|
-
- assets/themes/j1/core/css/
|
413
|
+
- assets/themes/j1/core/css/fontawesome.css
|
414
|
+
- assets/themes/j1/core/css/fontawesome.min.css
|
415
|
+
- assets/themes/j1/core/css/iconify-icons.css
|
416
|
+
- assets/themes/j1/core/css/iconify-icons.min.css
|
417
|
+
- assets/themes/j1/core/css/material-design-icons.css
|
418
|
+
- assets/themes/j1/core/css/material-design-icons.min.css
|
414
419
|
- assets/themes/j1/core/css/theme_extensions.css
|
415
420
|
- assets/themes/j1/core/css/theme_extensions.min.css
|
421
|
+
- assets/themes/j1/core/css/twemoji.css
|
422
|
+
- assets/themes/j1/core/css/twemoji.min.css
|
416
423
|
- assets/themes/j1/core/css/uno.css
|
417
424
|
- assets/themes/j1/core/css/uno.min.css
|
418
|
-
- assets/themes/j1/core/css/uno.scss
|
419
425
|
- assets/themes/j1/core/css/vendor.css
|
420
426
|
- assets/themes/j1/core/css/vendor.min.css
|
421
|
-
- assets/themes/j1/core/css/vendor.scss
|
422
427
|
- assets/themes/j1/core/fonts/fontawesome_5/fonts/fa-brands-400.eot
|
423
428
|
- assets/themes/j1/core/fonts/fontawesome_5/fonts/fa-brands-400.svg
|
424
429
|
- assets/themes/j1/core/fonts/fontawesome_5/fonts/fa-brands-400.ttf
|
@@ -486,144 +491,224 @@ files:
|
|
486
491
|
- assets/themes/j1/core/js/template.js
|
487
492
|
- assets/themes/j1/core/js/template.js.map
|
488
493
|
- assets/themes/j1/core/js/template.min.js
|
489
|
-
- assets/themes/j1/
|
490
|
-
- assets/themes/j1/
|
491
|
-
- assets/themes/j1/
|
492
|
-
- assets/themes/j1/
|
493
|
-
- assets/themes/j1/
|
494
|
-
- assets/themes/j1/
|
495
|
-
- assets/themes/j1/
|
496
|
-
- assets/themes/j1/
|
497
|
-
- assets/themes/j1/
|
498
|
-
- assets/themes/j1/
|
499
|
-
- assets/themes/j1/
|
500
|
-
- assets/themes/j1/
|
501
|
-
- assets/themes/j1/
|
502
|
-
- assets/themes/j1/
|
503
|
-
- assets/themes/j1/
|
504
|
-
- assets/themes/j1/
|
505
|
-
- assets/themes/j1/
|
506
|
-
- assets/themes/j1/
|
507
|
-
- assets/themes/j1/
|
508
|
-
- assets/themes/j1/
|
509
|
-
- assets/themes/j1/
|
510
|
-
- assets/themes/j1/
|
511
|
-
- assets/themes/j1/
|
512
|
-
- assets/themes/j1/
|
513
|
-
- assets/themes/j1/
|
514
|
-
- assets/themes/j1/
|
515
|
-
- assets/themes/j1/
|
516
|
-
- assets/themes/j1/
|
517
|
-
- assets/themes/j1/
|
518
|
-
- assets/themes/j1/
|
519
|
-
- assets/themes/j1/
|
520
|
-
- assets/themes/j1/
|
521
|
-
- assets/themes/j1/
|
522
|
-
- assets/themes/j1/
|
523
|
-
- assets/themes/j1/
|
524
|
-
- assets/themes/j1/
|
525
|
-
- assets/themes/j1/
|
526
|
-
- assets/themes/j1/
|
527
|
-
- assets/themes/j1/
|
528
|
-
- assets/themes/j1/
|
529
|
-
- assets/themes/j1/
|
530
|
-
- assets/themes/j1/
|
531
|
-
- assets/themes/j1/
|
532
|
-
- assets/themes/j1/
|
533
|
-
- assets/themes/j1/
|
534
|
-
- assets/themes/j1/
|
535
|
-
- assets/themes/j1/
|
536
|
-
- assets/themes/j1/
|
537
|
-
- assets/themes/j1/
|
538
|
-
- assets/themes/j1/
|
539
|
-
- assets/themes/j1/
|
540
|
-
- assets/themes/j1/
|
541
|
-
- assets/themes/j1/
|
542
|
-
- assets/themes/j1/
|
543
|
-
- assets/themes/j1/
|
544
|
-
- assets/themes/j1/
|
545
|
-
- assets/themes/j1/
|
546
|
-
- assets/themes/j1/
|
547
|
-
- assets/themes/j1/
|
548
|
-
- assets/themes/j1/
|
549
|
-
- assets/themes/j1/
|
550
|
-
- assets/themes/j1/
|
551
|
-
- assets/themes/j1/
|
552
|
-
- assets/themes/j1/
|
553
|
-
- assets/themes/j1/
|
554
|
-
- assets/themes/j1/
|
555
|
-
- assets/themes/j1/
|
556
|
-
- assets/themes/j1/
|
557
|
-
- assets/themes/j1/
|
558
|
-
- assets/themes/j1/
|
559
|
-
- assets/themes/j1/
|
560
|
-
- assets/themes/j1/
|
561
|
-
- assets/themes/j1/
|
562
|
-
- assets/themes/j1/
|
563
|
-
- assets/themes/j1/
|
564
|
-
- assets/themes/j1/
|
565
|
-
- assets/themes/j1/
|
566
|
-
- assets/themes/j1/
|
567
|
-
- assets/themes/j1/
|
568
|
-
- assets/themes/j1/
|
569
|
-
- assets/themes/j1/
|
570
|
-
- assets/themes/j1/
|
571
|
-
- assets/themes/j1/
|
572
|
-
- assets/themes/j1/
|
573
|
-
- assets/themes/j1/
|
574
|
-
- assets/themes/j1/
|
575
|
-
- assets/themes/j1/
|
576
|
-
- assets/themes/j1/
|
577
|
-
- assets/themes/j1/
|
578
|
-
- assets/themes/j1/
|
579
|
-
- assets/themes/j1/
|
580
|
-
- assets/themes/j1/
|
581
|
-
- assets/themes/j1/
|
582
|
-
- assets/themes/j1/
|
583
|
-
- assets/themes/j1/
|
584
|
-
- assets/themes/j1/
|
585
|
-
- assets/themes/j1/
|
586
|
-
- assets/themes/j1/
|
587
|
-
- assets/themes/j1/
|
588
|
-
- assets/themes/j1/
|
589
|
-
- assets/themes/j1/
|
590
|
-
- assets/themes/j1/
|
591
|
-
- assets/themes/j1/
|
592
|
-
- assets/themes/j1/
|
593
|
-
- assets/themes/j1/
|
594
|
-
- assets/themes/j1/
|
595
|
-
- assets/themes/j1/
|
596
|
-
- assets/themes/j1/
|
597
|
-
- assets/themes/j1/
|
598
|
-
- assets/themes/j1/
|
599
|
-
- assets/themes/j1/
|
600
|
-
- assets/themes/j1/
|
601
|
-
- assets/themes/j1/
|
602
|
-
- assets/themes/j1/
|
603
|
-
- assets/themes/j1/
|
604
|
-
- assets/themes/j1/
|
605
|
-
- assets/themes/j1/
|
606
|
-
- assets/themes/j1/
|
607
|
-
- assets/themes/j1/
|
608
|
-
- assets/themes/j1/
|
609
|
-
- assets/themes/j1/
|
610
|
-
- assets/themes/j1/
|
611
|
-
- assets/themes/j1/
|
612
|
-
- assets/themes/j1/
|
613
|
-
- assets/themes/j1/
|
614
|
-
- assets/themes/j1/
|
615
|
-
- assets/themes/j1/
|
616
|
-
- assets/themes/j1/
|
617
|
-
- assets/themes/j1/
|
618
|
-
- assets/themes/j1/
|
619
|
-
- assets/themes/j1/
|
620
|
-
- assets/themes/j1/
|
621
|
-
- assets/themes/j1/
|
622
|
-
- assets/themes/j1/
|
623
|
-
- assets/themes/j1/
|
624
|
-
- assets/themes/j1/
|
625
|
-
- assets/themes/j1/
|
626
|
-
- assets/themes/j1/
|
494
|
+
- assets/themes/j1/modules/backstretch/js/backstretch.js
|
495
|
+
- assets/themes/j1/modules/backstretch/js/backstretch.min.js
|
496
|
+
- assets/themes/j1/modules/backstretch/js/backstretch.min.js.org
|
497
|
+
- assets/themes/j1/modules/bmd/css/bootstrap-material-design.css
|
498
|
+
- assets/themes/j1/modules/bmd/css/bootstrap-material-design.min.css
|
499
|
+
- assets/themes/j1/modules/bmd/js/bootstrap-material-design.js
|
500
|
+
- assets/themes/j1/modules/bmd/js/bootstrap-material-design.js.map
|
501
|
+
- assets/themes/j1/modules/bmd/js/bootstrap-material-design.min.js
|
502
|
+
- assets/themes/j1/modules/bootstrap/css/bootstrap.css
|
503
|
+
- assets/themes/j1/modules/bootstrap/css/bootstrap.css.map
|
504
|
+
- assets/themes/j1/modules/bootstrap/css/bootstrap.min.css
|
505
|
+
- assets/themes/j1/modules/bootstrap/css/bootstrap.min.css.map
|
506
|
+
- assets/themes/j1/modules/bootstrap/js/bootstrap.js
|
507
|
+
- assets/themes/j1/modules/bootstrap/js/bootstrap.js.map
|
508
|
+
- assets/themes/j1/modules/bootstrap/js/bootstrap.min.js
|
509
|
+
- assets/themes/j1/modules/bootstrap/js/bootstrap.min.js.map
|
510
|
+
- assets/themes/j1/modules/bsDatepicker/css/datepicker.css
|
511
|
+
- assets/themes/j1/modules/bsDatepicker/css/theme/uno.css
|
512
|
+
- assets/themes/j1/modules/bsDatepicker/js/datepicker.js
|
513
|
+
- assets/themes/j1/modules/bsDatepicker/less/datepicker.less
|
514
|
+
- assets/themes/j1/modules/bsThemeSwitcher/js/switcher.js
|
515
|
+
- assets/themes/j1/modules/bsThemeSwitcher/js/switcher.min.js
|
516
|
+
- assets/themes/j1/modules/carousel/css/carousel.css
|
517
|
+
- assets/themes/j1/modules/carousel/css/carousel.min.css
|
518
|
+
- assets/themes/j1/modules/carousel/css/carousel_transitions.css
|
519
|
+
- assets/themes/j1/modules/carousel/css/carousel_transitions.min.css
|
520
|
+
- assets/themes/j1/modules/carousel/css/theme/uno.css
|
521
|
+
- assets/themes/j1/modules/carousel/css/theme/uno.min.css
|
522
|
+
- assets/themes/j1/modules/carousel/images/ajax-loader.gif
|
523
|
+
- assets/themes/j1/modules/carousel/images/grabbing.png
|
524
|
+
- assets/themes/j1/modules/carousel/images/owl-logo.png
|
525
|
+
- assets/themes/j1/modules/carousel/images/owl.video.play.png
|
526
|
+
- assets/themes/j1/modules/carousel/js/carousel.js
|
527
|
+
- assets/themes/j1/modules/carousel/js/carousel.min.js
|
528
|
+
- assets/themes/j1/modules/clipboard/LICENSE
|
529
|
+
- assets/themes/j1/modules/clipboard/css/theme/uno.css
|
530
|
+
- assets/themes/j1/modules/clipboard/css/theme/uno.min.css
|
531
|
+
- assets/themes/j1/modules/clipboard/js/clipboard.js
|
532
|
+
- assets/themes/j1/modules/clipboard/js/clipboard.min.js
|
533
|
+
- assets/themes/j1/modules/iconifyAPI/js/iconify.min.js
|
534
|
+
- assets/themes/j1/modules/iframeResizer/LICENSE
|
535
|
+
- assets/themes/j1/modules/iframeResizer/examples/frame.absolute.html
|
536
|
+
- assets/themes/j1/modules/iframeResizer/examples/frame.content.html
|
537
|
+
- assets/themes/j1/modules/iframeResizer/examples/frame.hover.html
|
538
|
+
- assets/themes/j1/modules/iframeResizer/examples/frame.nested.html
|
539
|
+
- assets/themes/j1/modules/iframeResizer/examples/frame.textarea.html
|
540
|
+
- assets/themes/j1/modules/iframeResizer/examples/frame.tolerance.html
|
541
|
+
- assets/themes/j1/modules/iframeResizer/examples/index.html
|
542
|
+
- assets/themes/j1/modules/iframeResizer/examples/two.html
|
543
|
+
- assets/themes/j1/modules/iframeResizer/js/client/iframeResizer.contentWindow.js
|
544
|
+
- assets/themes/j1/modules/iframeResizer/js/client/iframeResizer.contentWindow.map
|
545
|
+
- assets/themes/j1/modules/iframeResizer/js/client/iframeResizer.contentWindow.min.js
|
546
|
+
- assets/themes/j1/modules/iframeResizer/js/iframeResizer.js
|
547
|
+
- assets/themes/j1/modules/iframeResizer/js/iframeResizer.map
|
548
|
+
- assets/themes/j1/modules/iframeResizer/js/iframeResizer.min.js
|
549
|
+
- assets/themes/j1/modules/jekyllSearch/js/simple-jekyll-search.js
|
550
|
+
- assets/themes/j1/modules/jekyllSearch/js/simple-jekyll-search.min.js
|
551
|
+
- assets/themes/j1/modules/jqMouseWheel/README.md
|
552
|
+
- assets/themes/j1/modules/jqMouseWheel/js/jquery.mousewheel.js
|
553
|
+
- assets/themes/j1/modules/jqMouseWheel/js/jquery.mousewheel.min.js
|
554
|
+
- assets/themes/j1/modules/jquery/js/jquery.js
|
555
|
+
- assets/themes/j1/modules/jquery/js/jquery.min.js
|
556
|
+
- assets/themes/j1/modules/justifiedGallery/LICENSE
|
557
|
+
- assets/themes/j1/modules/justifiedGallery/README.md
|
558
|
+
- assets/themes/j1/modules/justifiedGallery/_versions/v3.7.0/css/justifiedGallery.css
|
559
|
+
- assets/themes/j1/modules/justifiedGallery/_versions/v3.7.0/css/justifiedGallery.min.css
|
560
|
+
- assets/themes/j1/modules/justifiedGallery/_versions/v3.7.0/css/theme/uno.css
|
561
|
+
- assets/themes/j1/modules/justifiedGallery/_versions/v3.7.0/js/justifiedGallery.3.7.0.js
|
562
|
+
- assets/themes/j1/modules/justifiedGallery/_versions/v3.7.0/js/justifiedGallery.js
|
563
|
+
- assets/themes/j1/modules/justifiedGallery/_versions/v3.7.0/js/justifiedGallery.min.js
|
564
|
+
- assets/themes/j1/modules/justifiedGallery/_versions/v3.7.0/less/.csslintrc
|
565
|
+
- assets/themes/j1/modules/justifiedGallery/_versions/v3.7.0/less/justifiedGallery.less
|
566
|
+
- assets/themes/j1/modules/justifiedGallery/_versions/v4.0.0/css/justifiedGallery.css
|
567
|
+
- assets/themes/j1/modules/justifiedGallery/_versions/v4.0.0/css/justifiedGallery.min.css
|
568
|
+
- assets/themes/j1/modules/justifiedGallery/_versions/v4.0.0/css/theme/uno.css
|
569
|
+
- assets/themes/j1/modules/justifiedGallery/_versions/v4.0.0/js/jquery.justifiedGallery.js
|
570
|
+
- assets/themes/j1/modules/justifiedGallery/_versions/v4.0.0/js/jquery.justifiedGallery.min.js
|
571
|
+
- assets/themes/j1/modules/justifiedGallery/css/justifiedGallery.css
|
572
|
+
- assets/themes/j1/modules/justifiedGallery/css/justifiedGallery.min.css
|
573
|
+
- assets/themes/j1/modules/justifiedGallery/css/theme/uno.css
|
574
|
+
- assets/themes/j1/modules/justifiedGallery/css/theme/uno.min.css
|
575
|
+
- assets/themes/j1/modules/justifiedGallery/js/justifiedGallery.js
|
576
|
+
- assets/themes/j1/modules/justifiedGallery/js/justifiedGallery.min.js
|
577
|
+
- assets/themes/j1/modules/lightGallery/css/core/lg-fb-comment-box.css
|
578
|
+
- assets/themes/j1/modules/lightGallery/css/core/lg-fb-comment-box.min.css
|
579
|
+
- assets/themes/j1/modules/lightGallery/css/core/lg-transitions.css
|
580
|
+
- assets/themes/j1/modules/lightGallery/css/core/lg-transitions.min.css
|
581
|
+
- assets/themes/j1/modules/lightGallery/css/core/lightgallery.css
|
582
|
+
- assets/themes/j1/modules/lightGallery/css/core/lightgallery.min.css
|
583
|
+
- assets/themes/j1/modules/lightGallery/css/fonts/lg.eot
|
584
|
+
- assets/themes/j1/modules/lightGallery/css/fonts/lg.svg
|
585
|
+
- assets/themes/j1/modules/lightGallery/css/fonts/lg.ttf
|
586
|
+
- assets/themes/j1/modules/lightGallery/css/fonts/lg.woff
|
587
|
+
- assets/themes/j1/modules/lightGallery/css/img/loading.gif
|
588
|
+
- assets/themes/j1/modules/lightGallery/css/img/video-play.png
|
589
|
+
- assets/themes/j1/modules/lightGallery/css/img/vimeo-play.png
|
590
|
+
- assets/themes/j1/modules/lightGallery/css/img/youtube-play.png
|
591
|
+
- assets/themes/j1/modules/lightGallery/css/themes/icons/animation-w.png
|
592
|
+
- assets/themes/j1/modules/lightGallery/css/themes/icons/customize-w.png
|
593
|
+
- assets/themes/j1/modules/lightGallery/css/themes/icons/dynamic-w.png
|
594
|
+
- assets/themes/j1/modules/lightGallery/css/themes/icons/facebook-icon.svg
|
595
|
+
- assets/themes/j1/modules/lightGallery/css/themes/icons/googleplus-icon.svg
|
596
|
+
- assets/themes/j1/modules/lightGallery/css/themes/icons/html5-w.png
|
597
|
+
- assets/themes/j1/modules/lightGallery/css/themes/icons/linked-in.png
|
598
|
+
- assets/themes/j1/modules/lightGallery/css/themes/icons/module-w.png
|
599
|
+
- assets/themes/j1/modules/lightGallery/css/themes/icons/play-button.png
|
600
|
+
- assets/themes/j1/modules/lightGallery/css/themes/icons/responsive-w.png
|
601
|
+
- assets/themes/j1/modules/lightGallery/css/themes/icons/thumb-w.png
|
602
|
+
- assets/themes/j1/modules/lightGallery/css/themes/icons/touch-w.png
|
603
|
+
- assets/themes/j1/modules/lightGallery/css/themes/icons/twitter-icon.svg
|
604
|
+
- assets/themes/j1/modules/lightGallery/css/themes/icons/twitter.png
|
605
|
+
- assets/themes/j1/modules/lightGallery/css/themes/icons/video1-w.png
|
606
|
+
- assets/themes/j1/modules/lightGallery/css/themes/icons/zoom-w.png
|
607
|
+
- assets/themes/j1/modules/lightGallery/css/themes/icons/zoom.png
|
608
|
+
- assets/themes/j1/modules/lightGallery/css/themes/uno.css
|
609
|
+
- assets/themes/j1/modules/lightGallery/css/themes/uno.min.css
|
610
|
+
- assets/themes/j1/modules/lightGallery/js/core/lightgallery.js
|
611
|
+
- assets/themes/j1/modules/lightGallery/js/core/lightgallery.min.js
|
612
|
+
- assets/themes/j1/modules/lightGallery/js/modules/j1/j1-video.js
|
613
|
+
- assets/themes/j1/modules/lightGallery/js/modules/j1/j1-video.min.js
|
614
|
+
- assets/themes/j1/modules/lightGallery/js/modules/lg-autoplay.js
|
615
|
+
- assets/themes/j1/modules/lightGallery/js/modules/lg-autoplay.min.js
|
616
|
+
- assets/themes/j1/modules/lightGallery/js/modules/lg-fullscreen.js
|
617
|
+
- assets/themes/j1/modules/lightGallery/js/modules/lg-fullscreen.min.js
|
618
|
+
- assets/themes/j1/modules/lightGallery/js/modules/lg-hash.js
|
619
|
+
- assets/themes/j1/modules/lightGallery/js/modules/lg-hash.min.js
|
620
|
+
- assets/themes/j1/modules/lightGallery/js/modules/lg-pager.js
|
621
|
+
- assets/themes/j1/modules/lightGallery/js/modules/lg-pager.min.js
|
622
|
+
- assets/themes/j1/modules/lightGallery/js/modules/lg-share.js
|
623
|
+
- assets/themes/j1/modules/lightGallery/js/modules/lg-share.min.js
|
624
|
+
- assets/themes/j1/modules/lightGallery/js/modules/lg-thumbnail.js
|
625
|
+
- assets/themes/j1/modules/lightGallery/js/modules/lg-thumbnail.min.js
|
626
|
+
- assets/themes/j1/modules/lightGallery/js/modules/lg-video.js
|
627
|
+
- assets/themes/j1/modules/lightGallery/js/modules/lg-video.min.js
|
628
|
+
- assets/themes/j1/modules/lightGallery/js/modules/lg-zoom.js
|
629
|
+
- assets/themes/j1/modules/lightGallery/js/modules/lg-zoom.min.js
|
630
|
+
- assets/themes/j1/modules/lightbox/LICENSE
|
631
|
+
- assets/themes/j1/modules/lightbox/css/lightbox.css
|
632
|
+
- assets/themes/j1/modules/lightbox/css/lightbox.min.css
|
633
|
+
- assets/themes/j1/modules/lightbox/css/theme/uno.css
|
634
|
+
- assets/themes/j1/modules/lightbox/css/theme/uno.min.css
|
635
|
+
- assets/themes/j1/modules/lightbox/images/close.png
|
636
|
+
- assets/themes/j1/modules/lightbox/images/loading.gif
|
637
|
+
- assets/themes/j1/modules/lightbox/images/next.png
|
638
|
+
- assets/themes/j1/modules/lightbox/images/prev.png
|
639
|
+
- assets/themes/j1/modules/lightbox/js/lightbox.js
|
640
|
+
- assets/themes/j1/modules/lightbox/js/lightbox.min.js
|
641
|
+
- assets/themes/j1/modules/mmenuLight/css/mmenu.css
|
642
|
+
- assets/themes/j1/modules/mmenuLight/css/mmenu.min.css
|
643
|
+
- assets/themes/j1/modules/mmenuLight/css/theme/uno.css
|
644
|
+
- assets/themes/j1/modules/mmenuLight/css/theme/uno.min.css
|
645
|
+
- assets/themes/j1/modules/mmenuLight/js/mmenu.js
|
646
|
+
- assets/themes/j1/modules/mmenuLight/js/mmenu.min.js
|
647
|
+
- assets/themes/j1/modules/noUISlider/LICENSE
|
648
|
+
- assets/themes/j1/modules/noUISlider/css/nouislider.css
|
649
|
+
- assets/themes/j1/modules/noUISlider/css/nouislider.min.css
|
650
|
+
- assets/themes/j1/modules/noUISlider/js/nouislider.js
|
651
|
+
- assets/themes/j1/modules/noUISlider/js/nouislider.min.js
|
652
|
+
- assets/themes/j1/modules/polyfills/js/msie.js
|
653
|
+
- assets/themes/j1/modules/popper/js/popper.js
|
654
|
+
- assets/themes/j1/modules/popper/js/popper.js.map
|
655
|
+
- assets/themes/j1/modules/popper/js/popper.min.js
|
656
|
+
- assets/themes/j1/modules/popper/js/popper.min.js.map
|
657
|
+
- assets/themes/j1/modules/rouge/css/base16.dark/theme.css
|
658
|
+
- assets/themes/j1/modules/rouge/css/base16.light/theme.css
|
659
|
+
- assets/themes/j1/modules/rouge/css/base16.monokai.dark/theme.css
|
660
|
+
- assets/themes/j1/modules/rouge/css/base16.monokai.light/theme.css
|
661
|
+
- assets/themes/j1/modules/rouge/css/base16.monokai/theme.css
|
662
|
+
- assets/themes/j1/modules/rouge/css/base16.solarized.dark/theme.css
|
663
|
+
- assets/themes/j1/modules/rouge/css/base16.solarized.light/theme.css
|
664
|
+
- assets/themes/j1/modules/rouge/css/base16.solarized/theme.css
|
665
|
+
- assets/themes/j1/modules/rouge/css/base16/theme.css
|
666
|
+
- assets/themes/j1/modules/rouge/css/colorful/theme.css
|
667
|
+
- assets/themes/j1/modules/rouge/css/github/theme.css
|
668
|
+
- assets/themes/j1/modules/rouge/css/gruvbox.dark/theme.css
|
669
|
+
- assets/themes/j1/modules/rouge/css/gruvbox.light/theme.css
|
670
|
+
- assets/themes/j1/modules/rouge/css/gruvbox/theme.css
|
671
|
+
- assets/themes/j1/modules/rouge/css/igorpro/theme.css
|
672
|
+
- assets/themes/j1/modules/rouge/css/molokai/theme.css
|
673
|
+
- assets/themes/j1/modules/rouge/css/monokai.sublime/theme.css
|
674
|
+
- assets/themes/j1/modules/rouge/css/monokai/theme.css
|
675
|
+
- assets/themes/j1/modules/rouge/css/pastie/theme.css
|
676
|
+
- assets/themes/j1/modules/rouge/css/thankful_eyes/theme.css
|
677
|
+
- assets/themes/j1/modules/rouge/css/tulip/theme.css
|
678
|
+
- assets/themes/j1/modules/tocbot/css/theme/uno.css
|
679
|
+
- assets/themes/j1/modules/tocbot/css/theme/uno.min.css
|
680
|
+
- assets/themes/j1/modules/tocbot/css/tocbot.css
|
681
|
+
- assets/themes/j1/modules/tocbot/css/tocbot.min.css
|
682
|
+
- assets/themes/j1/modules/tocbot/js/tocbot.js
|
683
|
+
- assets/themes/j1/modules/tocbot/js/tocbot.min.js
|
684
|
+
- assets/themes/j1/modules/twemoji/js/LICENSE
|
685
|
+
- assets/themes/j1/modules/twemoji/js/picker/LICENSE
|
686
|
+
- assets/themes/j1/modules/twemoji/js/picker/twemoji-picker.js
|
687
|
+
- assets/themes/j1/modules/twemoji/js/picker/twemoji-picker.min.js
|
688
|
+
- assets/themes/j1/modules/twemoji/js/twemoji.js
|
689
|
+
- assets/themes/j1/modules/twemoji/js/twemoji.min.js
|
690
|
+
- assets/themes/j1/modules/util/js/js.cookie.js
|
691
|
+
- assets/themes/j1/modules/util/js/lite-url.js
|
692
|
+
- assets/themes/j1/modules/util/js/lite-url.min.js
|
693
|
+
- assets/themes/j1/modules/util/js/log4javascript.js
|
694
|
+
- assets/themes/j1/modules/util/js/platform.js
|
695
|
+
- assets/themes/j1/modules/videojs/css/themes/city.css
|
696
|
+
- assets/themes/j1/modules/videojs/css/themes/city.min.css
|
697
|
+
- assets/themes/j1/modules/videojs/css/themes/fantasy.css
|
698
|
+
- assets/themes/j1/modules/videojs/css/themes/fantasy.min.css
|
699
|
+
- assets/themes/j1/modules/videojs/css/themes/forest.css
|
700
|
+
- assets/themes/j1/modules/videojs/css/themes/forest.min.css
|
701
|
+
- assets/themes/j1/modules/videojs/css/themes/sea.css
|
702
|
+
- assets/themes/j1/modules/videojs/css/themes/sea.min.css
|
703
|
+
- assets/themes/j1/modules/videojs/css/video-js.css
|
704
|
+
- assets/themes/j1/modules/videojs/css/video-js.min.css
|
705
|
+
- assets/themes/j1/modules/videojs/js/video.js
|
706
|
+
- assets/themes/j1/modules/videojs/js/video.min.js
|
707
|
+
- assets/themes/j1/modules/vimeo/froogaloop/js/froogaloop2.min.js
|
708
|
+
- assets/themes/j1/modules/vimeo/player/js/player.js
|
709
|
+
- assets/themes/j1/modules/vimeo/player/js/player.js.map
|
710
|
+
- assets/themes/j1/modules/vimeo/player/js/player.min.js
|
711
|
+
- assets/themes/j1/modules/vimeo/player/js/player.min.js.map
|
627
712
|
- exe/j1
|
628
713
|
- lib/j1.rb
|
629
714
|
- lib/j1/command.rb
|
@@ -701,9 +786,9 @@ files:
|
|
701
786
|
- lib/starter_web/_data/layouts/page.yml
|
702
787
|
- lib/starter_web/_data/layouts/post.yml
|
703
788
|
- lib/starter_web/_data/layouts/raw.yml
|
789
|
+
- lib/starter_web/_data/modules/advertising.yml
|
704
790
|
- lib/starter_web/_data/modules/attics.yml
|
705
791
|
- lib/starter_web/_data/modules/authentication.yml
|
706
|
-
- lib/starter_web/_data/modules/cookie_consent.yml
|
707
792
|
- lib/starter_web/_data/modules/cookiebar.yml
|
708
793
|
- lib/starter_web/_data/modules/defaults/attics.yml
|
709
794
|
- lib/starter_web/_data/modules/defaults/authentication.yml
|
@@ -739,6 +824,7 @@ files:
|
|
739
824
|
- lib/starter_web/_data/utilities/util_srv.yml
|
740
825
|
- lib/starter_web/_plugins/asciidoctor-extensions/admonition-block-answer.rb
|
741
826
|
- lib/starter_web/_plugins/asciidoctor-extensions/admonition-block-question.rb
|
827
|
+
- lib/starter_web/_plugins/asciidoctor-extensions/banner.rb
|
742
828
|
- lib/starter_web/_plugins/asciidoctor-extensions/callout.rb
|
743
829
|
- lib/starter_web/_plugins/asciidoctor-extensions/carousel-block.rb
|
744
830
|
- lib/starter_web/_plugins/asciidoctor-extensions/conum.rb
|
@@ -748,12 +834,15 @@ files:
|
|
748
834
|
- lib/starter_web/_plugins/asciidoctor-extensions/gist-block.rb
|
749
835
|
- lib/starter_web/_plugins/asciidoctor-extensions/iconify-icon-inline.rb
|
750
836
|
- lib/starter_web/_plugins/asciidoctor-extensions/lightbox-block.rb
|
751
|
-
- lib/starter_web/_plugins/asciidoctor-extensions/lorem-inline.rb
|
752
837
|
- lib/starter_web/_plugins/asciidoctor-extensions/mdi-icon-inline.rb
|
838
|
+
- lib/starter_web/_plugins/asciidoctor-extensions/panel.rb
|
753
839
|
- lib/starter_web/_plugins/asciidoctor-extensions/shout-block.rb
|
754
840
|
- lib/starter_web/_plugins/asciidoctor-extensions/twitter-emoji-inline.rb
|
755
841
|
- lib/starter_web/_plugins/debug.rb
|
756
842
|
- lib/starter_web/_plugins/filters.rb
|
843
|
+
- lib/starter_web/_plugins/lorem-inline.rb
|
844
|
+
- lib/starter_web/_plugins/minifyJS.rb
|
845
|
+
- lib/starter_web/_plugins/minifyJSON.rb
|
757
846
|
- lib/starter_web/_plugins/prettify.rb
|
758
847
|
- lib/starter_web/_plugins/simple_search_filter.rb
|
759
848
|
- lib/starter_web/_plugins/symlink_watcher.rb
|
@@ -1024,6 +1113,7 @@ files:
|
|
1024
1113
|
- lib/starter_web/assets/images/pages/log_expert/image_055.png
|
1025
1114
|
- lib/starter_web/assets/images/pages/log_expert/image_056.png
|
1026
1115
|
- lib/starter_web/assets/images/pages/log_expert/image_057.png
|
1116
|
+
- lib/starter_web/assets/images/pages/material/apple-touch-icon.png
|
1027
1117
|
- lib/starter_web/assets/images/pages/modals/01_frame_modal.jpg
|
1028
1118
|
- lib/starter_web/assets/images/pages/modals/02_site_modal.jpg
|
1029
1119
|
- lib/starter_web/assets/images/pages/modals/03_central_modal.jpg
|
@@ -1065,8 +1155,8 @@ files:
|
|
1065
1155
|
- lib/starter_web/assets/videos/gallery/video_gaga-poster.jpg
|
1066
1156
|
- lib/starter_web/assets/videos/gallery/video_gwen-poster.jpg
|
1067
1157
|
- lib/starter_web/assets/videos/gallery/video_michelle-poster.jpg
|
1068
|
-
- lib/starter_web/assets/videos/headers/still/underground-broadway.
|
1069
|
-
- lib/starter_web/assets/videos/headers/still/victoria-oskolovich-on-vimeo.
|
1158
|
+
- lib/starter_web/assets/videos/headers/still/underground-broadway.webp
|
1159
|
+
- lib/starter_web/assets/videos/headers/still/victoria-oskolovich-on-vimeo.webp
|
1070
1160
|
- lib/starter_web/collections/posts/private/readme
|
1071
1161
|
- lib/starter_web/collections/posts/protected/readme
|
1072
1162
|
- lib/starter_web/collections/posts/public/featured/_posts/0000-00-00-welcome-to-j1-template.adoc.erb
|
@@ -1094,6 +1184,7 @@ files:
|
|
1094
1184
|
- lib/starter_web/package.json
|
1095
1185
|
- lib/starter_web/pages/private/readme
|
1096
1186
|
- lib/starter_web/pages/protected/readme
|
1187
|
+
- lib/starter_web/pages/protected/site_search.adoc
|
1097
1188
|
- lib/starter_web/pages/public/about/about_site.adoc
|
1098
1189
|
- lib/starter_web/pages/public/about/become_a_patron.adoc
|
1099
1190
|
- lib/starter_web/pages/public/blog/navigator/archive.html
|
@@ -1101,7 +1192,7 @@ files:
|
|
1101
1192
|
- lib/starter_web/pages/public/blog/navigator/archive/dateview.html
|
1102
1193
|
- lib/starter_web/pages/public/blog/navigator/archive/tagview.html
|
1103
1194
|
- lib/starter_web/pages/public/blog/navigator/index.html
|
1104
|
-
- lib/starter_web/pages/public/
|
1195
|
+
- lib/starter_web/pages/public/learn/examples/floating_ad.adoc
|
1105
1196
|
- lib/starter_web/pages/public/learn/examples/floating_div.adoc
|
1106
1197
|
- lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/000_includes/attributes.asciidoc
|
1107
1198
|
- lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/000_includes/documents/100_meet_and_greet_jekyll.asciidoc
|
@@ -1135,6 +1226,9 @@ files:
|
|
1135
1226
|
- lib/starter_web/pages/public/learn/roundtrip/410_bs_modals_extentions.adoc
|
1136
1227
|
- lib/starter_web/pages/public/learn/roundtrip/420_responsive_tables_extensions.adoc
|
1137
1228
|
- lib/starter_web/pages/public/learn/roundtrip/500_themes.adoc
|
1229
|
+
- lib/starter_web/pages/public/learn/roundtrip/510_mdb_preview/000_includes/attributes.asciidoc
|
1230
|
+
- lib/starter_web/pages/public/learn/roundtrip/510_mdb_preview/000_includes/documents/100_buttons.asciidoc
|
1231
|
+
- lib/starter_web/pages/public/learn/roundtrip/510_mdb_preview/mdb_previewer.adoc
|
1138
1232
|
- lib/starter_web/pages/public/learn/roundtrip/bs_tour.js
|
1139
1233
|
- lib/starter_web/pages/public/learn/vtutorials/000_includes/attributes.asciidoc
|
1140
1234
|
- lib/starter_web/pages/public/learn/vtutorials/000_includes/documents/100_gistblock.asciidoc
|
@@ -1185,12 +1279,8 @@ files:
|
|
1185
1279
|
- lib/starter_web/pages/public/previewer/bootstrap_theme.adoc
|
1186
1280
|
- lib/starter_web/pages/public/previewer/iframer.adoc
|
1187
1281
|
- lib/starter_web/pages/public/previewer/justified_gallery.html
|
1188
|
-
- lib/starter_web/pages/public/previewer/mdb_preview/000_includes/attributes.asciidoc
|
1189
|
-
- lib/starter_web/pages/public/previewer/mdb_preview/000_includes/documents/100_buttons.asciidoc
|
1190
|
-
- lib/starter_web/pages/public/previewer/mdb_preview/mdb_previewer.adoc
|
1191
1282
|
- lib/starter_web/pages/public/previewer/mdi_icons_preview.adoc
|
1192
1283
|
- lib/starter_web/pages/public/previewer/twitter_emoji_preview.adoc
|
1193
|
-
- lib/starter_web/pages/public/site_search.adoc
|
1194
1284
|
- lib/starter_web/utilsrv/_defaults/package.json
|
1195
1285
|
- lib/starter_web/utilsrv/package.json
|
1196
1286
|
- lib/starter_web/utilsrv/server.js
|