j1-template 2024.3.26 → 2024.3.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/assets/data/banner.html +3 -1
- data/assets/theme/j1/adapter/js/masonry.js +6 -8
- data/assets/theme/j1/adapter/js/videojs.js +8 -6
- data/assets/theme/j1/core/js/template.js +28 -1
- data/assets/theme/j1/core/js/template.min.js +4 -4
- data/assets/theme/j1/modules/lightGallery/js/lightgallery.js +4 -2
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-autoplay.js +6 -3
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-comment.js +6 -3
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-fullscreen.js +6 -3
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-hash.js +6 -3
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-medium-zoom.js +6 -3
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-pager.js +6 -3
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-relative-caption.js +6 -3
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-rotate.js +6 -4
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-share.js +6 -3
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-thumbnail.js +6 -3
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-video.js +232 -100
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-video.min.js +1 -1
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-vimeo-thumbnail.js +6 -3
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-zoom.js +6 -3
- data/assets/theme/j1/modules/videojs/css/themes/uno.css +1 -2
- data/assets/theme/j1/modules/videojs/plugins/players/yt/js/youtube.js +21 -6
- data/assets/theme/j1/modules/videojs/plugins/players/yt/js/youtube.min.js +1 -1
- data/lib/j1/version.rb +1 -1
- data/lib/starter_web/README.md +5 -5
- data/lib/starter_web/_config.yml +1 -1
- data/lib/starter_web/_data/blocks/banner.yml +29 -18
- data/lib/starter_web/_data/blocks/panel.yml +79 -124
- data/lib/starter_web/_data/modules/blog_navigator.yml +1 -1
- data/lib/starter_web/_data/modules/defaults/blog_navigator.yml +2 -2
- data/lib/starter_web/_data/modules/gallery.yml +145 -19
- data/lib/starter_web/_data/modules/masonry.yml +9 -10
- data/lib/starter_web/_data/templates/feed.xml +1 -1
- data/lib/starter_web/_includes/attributes.asciidoc +2 -1
- data/lib/starter_web/_plugins/index/lunr.rb +1 -1
- data/lib/starter_web/assets/image/module/attic/1920x1280/nick-fewings.jpg +0 -0
- data/lib/starter_web/assets/image/module/attic/1920x1280/no-revisions.jpg +0 -0
- data/lib/starter_web/assets/image/module/attic/1920x1280/wolfgang-weiser.jpg +0 -0
- data/lib/starter_web/assets/image/page/features/example-content-1280x800.jpg +0 -0
- data/lib/starter_web/assets/image/page/features/google-lighthouse-1080x300.jpg +0 -0
- data/lib/starter_web/assets/image/page/features/google-lighthouse-scores.jpg +0 -0
- data/lib/starter_web/assets/image/page/features/master-header-1280x600.jpg +0 -0
- data/lib/starter_web/assets/image/page/features/nav-module-1280x300.jpg +0 -0
- data/lib/starter_web/assets/image/page/features/teaser-banner-1280x600.jpg +0 -0
- data/lib/starter_web/assets/image/page/features/tts-1280x500.jpg +0 -0
- data/lib/starter_web/assets/video/tracks/html5/peck_pocketed/captions/video.vtt +2 -3
- data/lib/starter_web/assets/video/tracks/html5/peck_pocketed/chapters/video.vtt +4 -6
- data/lib/starter_web/collections/posts/public/featured/_posts/0000-00-00-welcome-to-j1.adoc.erb +18 -20
- data/lib/starter_web/collections/posts/public/featured/_posts/2021-01-01-about-cookies.adoc +6 -7
- data/lib/starter_web/collections/posts/public/featured/_posts/{2023-10-18-url-types.adoc → 2022-10-18-url-types.adoc} +7 -4
- data/lib/starter_web/collections/posts/public/featured/_posts/{2021-02-01-static-site-generators.adoc → 2023-02-01-static-site-generators.adoc} +5 -6
- data/lib/starter_web/collections/posts/public/featured/_posts/{2022-02-01-about-j1.adoc → 2024-02-01-about-j1.adoc} +4 -5
- data/lib/starter_web/index.html +17 -73
- data/lib/starter_web/package.json +1 -1
- data/lib/starter_web/pages/public/features/{general.adoc → core-features.adoc} +92 -47
- data/lib/starter_web/pages/public/features/{template.adoc → theme-features.adoc} +313 -195
- data/lib/starter_web/pages/public/tools/tester/app_tester_amplitudejs_yt.adoc +2 -2
- data/lib/starter_web/pages/public/tools/tester/app_tester_swiperjs.adoc +10 -15
- data/lib/starter_web/pages/public/tools/tester/videojs_macro_tester.adoc +107 -102
- data/lib/starter_web/pages/public/tour/asciidoc_extensions.adoc +13 -21
- data/lib/starter_web/pages/public/tour/audio_data.adoc +2 -2
- data/lib/starter_web/pages/public/tour/icon_fonts.adoc +1 -1
- data/lib/starter_web/pages/public/tour/image_data.adoc +138 -234
- data/lib/starter_web/pages/public/tour/responsive_tables.adoc +1 -1
- data/lib/starter_web/pages/public/tour/video_data.adoc +74 -85
- metadata +12 -9
- data/lib/starter_web/assets/image/module/attic/cookies-1920x1200.jpg +0 -0
- data/lib/starter_web/pages/public/tour/modal_extentions.adoc +0 -126
@@ -18,4 +18,4 @@
|
|
18
18
|
|
19
19
|
/* Version 3.0.1, modified version for J1 Template */
|
20
20
|
|
21
|
-
!function(e,t){if("object"==typeof exports&&"undefined"!=typeof module){var i=require("video.js");module.exports=t(i.default||i)}else"function"==typeof define&&define.amd?define(["videojs"],(function(i){return e.Youtube=t(i)})):e.Youtube=t(e.videojs)}(this,(function(e){"use strict";const t="development"===j1.env||"dev"===j1.env;var i,s,o=log4javascript.getLogger("videoJS.plugin.youtube"),a=e.browser.IS_IOS||e.browser.IS_NATIVE_ANDROID,r=e.getTech("Tech");class n extends r{constructor(e,t){super(e,t),this.setPoster(e.poster),this.setSrc(this.options_.source,!0),this.setTimeout(function(){this.el_&&(this.el_.parentNode.className+=" vjs-youtube",a&&(this.el_.parentNode.className+=" vjs-youtube-mobile"),n.isApiReady?this.initYTPlayer():n.apiReadyQueue.push(this))}.bind(this))}dispose(){if(this.ytPlayer)this.ytPlayer.stopVideo&&this.ytPlayer.stopVideo(),this.ytPlayer.destroy&&this.ytPlayer.destroy();else{var e=n.apiReadyQueue.indexOf(this);-1!==e&&n.apiReadyQueue.splice(e,1)}this.ytPlayer=null,this.el_.parentNode.className=this.el_.parentNode.className.replace(" vjs-youtube","").replace(" vjs-youtube-mobile",""),this.el_.parentNode.removeChild(this.el_),r.prototype.dispose.call(this)}createEl(){var e=document.createElement("div");e.setAttribute("id",this.options_.techId),e.setAttribute("style","width:100%;height:100%;top:0;left:0;position:absolute"),e.setAttribute("class","vjs-tech");var t=document.createElement("div");if(t.appendChild(e),!a&&!this.options_.ytControls){var i=document.createElement("div");i.setAttribute("class","vjs-iframe-blocker"),i.setAttribute("style","position:absolute;top:0;left:0;width:100%;height:100%"),i.onclick=function(){this.pause()}.bind(this),t.appendChild(i)}return t}initYTPlayer(){var e=j1.modules.videojs.options.players.youtube,i={autoplay:e.autoplay,controls:e.controls,cc_load_policy:e.cc_load_policy,disablekb:e.disablekb,enablejsapi:e.enablejsapi,fs:e.fs,iv_load_policy:e.iv_load_policy,loop:e.loop,modestbranding:e.modestbranding,rel:e.rel,showinfo:e.showinfo};if(void 0!==this.options_.autohide&&(i.autohide=this.options_.autohide),void 0!==this.options_.loop&&(i.loop=this.options_.loop),void 0!==this.options_.cc_load_policy&&(i.cc_load_policy=this.options_.cc_load_policy),void 0!==this.options_.cc_load_policy&&(i.iv_load_policy=this.options_.iv_load_policy),void 0!==this.options_.ytControls&&(i.controls=this.options_.ytControls),void 0!==this.options_.disablekb&&(i.disablekb=this.options_.disablekb),void 0!==this.options_.color&&(i.color=this.options_.color),i.controls?void 0!==this.options_.fs&&(i.fs=this.options_.fs):i.fs=0,-1!==this.options_.source.src.indexOf("end=")){var s=this.options_.source.src.match(/end=([0-9]*)/);this.options_.end=parseInt(s[1])}if(void 0!==this.options_.end&&(i.end=this.options_.end),void 0!==this.options_.hl?i.hl=this.options_.hl:void 0!==this.options_.language&&(i.hl=this.options_.language.substr(0,2)),void 0!==this.options_.iv_load_policy&&(i.iv_load_policy=this.options_.iv_load_policy),void 0!==this.options_.list?i.list=this.options_.list:this.url&&void 0!==this.url.listId&&(i.list=this.url.listId),void 0!==this.options_.listType&&(i.listType=this.options_.listType),void 0!==this.options_.modestbranding&&(i.modestbranding=this.options_.modestbranding),void 0!==this.options_.playlist&&(i.playlist=this.options_.playlist),void 0!==this.options_.playsinline&&(i.playsinline=this.options_.playsinline),void 0!==this.options_.rel&&(i.rel=this.options_.rel),void 0!==this.options_.showinfo&&(i.showinfo=this.options_.showinfo),-1!==this.options_.source.src.indexOf("start=")){var a=this.options_.source.src.match(/start=([0-9]*)/);this.options_.start=parseInt(a[1])}if(void 0!==this.options_.start&&(i.start=this.options_.start),void 0!==this.options_.theme&&(i.theme=this.options_.theme),void 0!==this.options_.customVars){var r=this.options_.customVars;Object.keys(r).forEach((e=>{i[e]=r[e]}))}this.activeVideoId=this.url?this.url.videoId:null,this.activeList=i.list;var n={videoId:this.activeVideoId,playerVars:i,events:{onReady:this.onPlayerReady.bind(this),onPlaybackQualityChange:this.onPlayerPlaybackQualityChange.bind(this),onPlaybackRateChange:this.onPlayerPlaybackRateChange.bind(this),onStateChange:this.onPlayerStateChange.bind(this),onVolumeChange:this.onPlayerVolumeChange.bind(this),onError:this.onPlayerError.bind(this)}};void 0!==this.options_.enablePrivacyEnhancedMode&&this.options_.enablePrivacyEnhancedMode&&(n.host="https://www.youtube-nocookie.com"),this.ytPlayer=new YT.Player(this.options_.techId,n),t&&o.debug("\ncreated "+this.name_+" player on ID: "+this.el_.firstChild.id)}onPlayerReady(){this.options_.muted&&this.ytPlayer.mute(),this.ytPlayer.getAvailablePlaybackRates().length>1&&(this.featuresPlaybackRate=!0),this.playerReady_=!0,this.triggerReady(),this.playOnReady?this.play():this.cueOnReady&&(this.cueVideoById_(this.url.videoId),this.activeVideoId=this.url.videoId)}onPlayerPlaybackQualityChange(){}onPlayerPlaybackRateChange(){this.trigger("ratechange")}onPlayerStateChange(e){var t=e.data;if(t!==this.lastState&&!this.errorNumber)switch(this.lastState=t,t){case-1:this.trigger("loadstart"),this.trigger("loadedmetadata"),this.trigger("durationchange"),this.trigger("ratechange");break;case YT.PlayerState.ENDED:this.trigger("ended");break;case YT.PlayerState.PLAYING:this.trigger("timeupdate"),this.trigger("durationchange"),this.trigger("playing"),this.trigger("play"),this.isSeeking&&this.onSeeked();break;case YT.PlayerState.PAUSED:this.trigger("canplay"),this.isSeeking?this.onSeeked():this.trigger("pause");break;case YT.PlayerState.BUFFERING:this.player_.trigger("timeupdate"),this.player_.trigger("waiting")}}onPlayerVolumeChange(){this.trigger("volumechange")}onPlayerError(e){this.errorNumber=e.data,this.trigger("pause"),this.trigger("error")}error(){var e=1e3+this.errorNumber;switch(this.errorNumber){case 5:return{code:e,message:"Error while trying to play the video"};case 2:case 100:return{code:e,message:"Unable to find the video"};case 101:case 150:return{code:e,message:"Playback on other Websites has been disabled by the video owner."}}return{code:e,message:"YouTube unknown error ("+this.errorNumber+")"}}loadVideoById_(e){var t={videoId:e};this.options_.start&&(t.startSeconds=this.options_.start),this.options_.end&&(t.endSeconds=this.options_.end),this.ytPlayer.loadVideoById(t)}cueVideoById_(e){var t={videoId:e};this.options_.start&&(t.startSeconds=this.options_.start),this.options_.end&&(t.endSeconds=this.options_.end),this.ytPlayer.cueVideoById(t)}poster(){return a?null:this.poster_}setPoster(e){this.poster_=e}src(e){return e&&this.setSrc({src:e}),this.source}setSrc(e){if(e&&e.src){delete this.errorNumber,this.source=e,this.url=n.parseUrl(e.src);!1,this.options_.autoplay&&!a?this.isReady_?this.play():this.playOnReady=!0:this.activeVideoId!==this.url.videoId&&(this.isReady_?(this.cueVideoById_(this.url.videoId),this.activeVideoId=this.url.videoId):this.cueOnReady=!0)}}autoplay(){return this.options_.autoplay}setAutoplay(e){this.options_.autoplay=e}loop(){return this.options_.loop}setLoop(e){this.options_.loop=e}play(){this.url&&this.url.videoId&&(this.wasPausedBeforeSeek=!1,this.isReady_?(this.url.listId&&(this.activeList===this.url.listId?this.ytPlayer.playVideo():(this.ytPlayer.loadPlaylist(this.url.listId),this.activeList=this.url.listId)),this.activeVideoId===this.url.videoId?this.ytPlayer.playVideo():(this.loadVideoById_(this.url.videoId),this.activeVideoId=this.url.videoId)):(this.trigger("waiting"),this.playOnReady=!0))}pause(){this.ytPlayer&&this.ytPlayer.pauseVideo()}paused(){return!this.ytPlayer||this.lastState!==YT.PlayerState.PLAYING&&this.lastState!==YT.PlayerState.BUFFERING}currentTime(){return this.ytPlayer?this.ytPlayer.getCurrentTime():0}setCurrentTime(e){this.lastState===YT.PlayerState.PAUSED&&(this.timeBeforeSeek=this.currentTime()),this.isSeeking||(this.wasPausedBeforeSeek=this.paused()),this.ytPlayer.seekTo(e,!0),this.trigger("timeupdate"),this.trigger("seeking"),this.isSeeking=!0,this.lastState===YT.PlayerState.PAUSED&&this.timeBeforeSeek!==e&&(clearInterval(this.checkSeekedInPauseInterval),this.checkSeekedInPauseInterval=setInterval(function(){this.lastState===YT.PlayerState.PAUSED&&this.isSeeking?this.currentTime()!==this.timeBeforeSeek&&(this.trigger("timeupdate"),this.onSeeked()):clearInterval(this.checkSeekedInPauseInterval)}.bind(this),250))}seeking(){return this.isSeeking}seekable(){return this.ytPlayer?e.time.createTimeRanges(0,this.ytPlayer.getDuration()):e.time.createTimeRanges()}onSeeked(){clearInterval(this.checkSeekedInPauseInterval),this.isSeeking=!1,this.wasPausedBeforeSeek&&this.pause(),this.trigger("seeked")}playbackRate(){return this.ytPlayer?this.ytPlayer.getPlaybackRate():1}setPlaybackRate(e){this.ytPlayer&&this.ytPlayer.setPlaybackRate(e)}duration(){return this.ytPlayer?this.ytPlayer.getDuration():0}currentSrc(){return this.source&&this.source.src}ended(){return!!this.ytPlayer&&this.lastState===YT.PlayerState.ENDED}volume(){return this.ytPlayer?this.ytPlayer.getVolume()/100:1}setVolume(e){this.ytPlayer&&this.ytPlayer.setVolume(100*e)}muted(){return!!this.ytPlayer&&this.ytPlayer.isMuted()}setMuted(e){this.ytPlayer&&(this.muted(!0),e?this.ytPlayer.mute():this.ytPlayer.unMute(),this.setTimeout((()=>{this.trigger("volumechange")}),50))}buffered(){if(!this.ytPlayer||!this.ytPlayer.getVideoLoadedFraction)return e.time.createTimeRanges();this.ytPlayer.getVideoLoadedFraction(),this.ytPlayer.getDuration();return e.time.createTimeRanges(0,this.ytPlayer.getDuration())}preload(){}load(){}reset(){}networkState(){if(!this.ytPlayer)return 0;switch(this.ytPlayer.getPlayerState()){case-1:return 0;case 3:return 2;default:return 1}}readyState(){if(!this.ytPlayer)return 0;switch(this.ytPlayer.getPlayerState()){case-1:return 0;case 5:return 1;case 3:return 2;default:return 4}}supportsFullScreen(){return document.fullscreenEnabled||document.webkitFullscreenEnabled||document.mozFullScreenEnabled||document.msFullscreenEnabled}checkHighResPoster(){var e="https://img.youtube.com/vi/"+this.url.videoId+"/maxresdefault.jpg";try{var t=new Image;t.onload=function(){if("naturalHeight"in t){if(t.naturalHeight<=90||t.naturalWidth<=120)return}else if(t.height<=90||t.width<=120)return;this.poster_=e,this.trigger("posterchange")}.bind(this),t.onerror=function(){},t.src=e}catch(e){}}}function l(){YT.ready((()=>{n.isApiReady=!0,t&&o.debug("\nAPI loaded successfully");for(var e=0;e<n.apiReadyQueue.length;++e)n.apiReadyQueue[e].initYTPlayer();t&&o.debug("\ncreated all players from queue: #"+e),s=Date.now(),t&&o.debug("\ninitializing plugin: finished"),t&&o.debug("\nplugin initializing time: "+(s-i)+"ms")}))}n.isSupported=()=>!0,n.canPlaySource=e=>n.canPlayType(e.type),n.canPlayType=e=>"video/youtube"===e,n.parseUrl=e=>{var t={videoId:null},i=e.match(/^.*(youtu.be\/|v\/|u\/\w\/|embed\/|watch\?v=|\&v=)([^#\&\?]*).*/);i&&11===i[2].length&&(t.videoId=i[2]);return(i=e.match(/[?&]list=([^#\&\?]+)/))&&i[1]&&(t.listId=i[1]),t},n.apiReadyQueue=[];var h=setInterval((()=>{var s="block"===$("#content").css("display");"finished"===j1.getState()&&s&&(i=Date.now(),t&&o.debug("\ninitializing plugin: started"),t&&o.debug("\nversion of videoJS detected: "+e.VERSION),function(e,t){var i=!1,s=document.createElement("script"),o=document.getElementsByTagName("script")[0];o&&(o.parentNode.insertBefore(s,o),s.onload=()=>{i||(i=!0,t())},s.onreadystatechange=()=>{i||"complete"!==this.readyState&&"loaded"!==this.readyState||(i=!0,t())},s.src=e)}("//www.youtube.com/iframe_api",l),function(){const e="\n .vjs-youtube .vjs-iframe-blocker { display: none; }\n .vjs-youtube.vjs-user-inactive .vjs-iframe-blocker { display: block; }\n .vjs-youtube .vjs-poster { background-size: cover; }\n .vjs-youtube-mobile .vjs-big-play-button { display: none; }\n ";var i=document.head||document.getElementsByTagName("head")[0],s=document.createElement("style");s.type="text/css",s.styleSheet?s.styleSheet.cssText=e:s.appendChild(document.createTextNode(e)),i.appendChild(s),t&&o.debug("\nadded additional CSS styles")}(),clearInterval(h))}),10);void 0!==e.registerTech?e.registerTech("Youtube",n):console.error("\ninvalid version of videoJS detected: "+e.VERSION)}));
|
21
|
+
!function(t,e){if("object"==typeof exports&&"undefined"!=typeof module){var i=require("video.js");module.exports=e(i.default||i)}else"function"==typeof define&&define.amd?define(["videojs"],(function(i){return t.Youtube=e(i)})):t.Youtube=e(t.videojs)}(this,(function(t){"use strict";log4javascript.getLogger("videoJS.plugin.youtube");var e=t.browser.IS_IOS||t.browser.IS_NATIVE_ANDROID,i=t.getTech("Tech");class s extends i{constructor(t,i){super(t,i),this.setPoster(t.poster),this.setSrc(this.options_.source,!0),this.setTimeout(function(){this.el_&&(this.el_.parentNode.className+=" vjs-youtube",e&&(this.el_.parentNode.className+=" vjs-youtube-mobile"),s.isApiReady?this.initYTPlayer():s.apiReadyQueue.push(this))}.bind(this))}dispose(){if(this.ytPlayer)this.ytPlayer.stopVideo&&this.ytPlayer.stopVideo(),this.ytPlayer.destroy&&this.ytPlayer.destroy();else{var t=s.apiReadyQueue.indexOf(this);-1!==t&&s.apiReadyQueue.splice(t,1)}this.ytPlayer=null,this.el_.parentNode.className=this.el_.parentNode.className.replace(" vjs-youtube","").replace(" vjs-youtube-mobile",""),this.el_.parentNode.removeChild(this.el_),i.prototype.dispose.call(this)}createEl(){var t=document.createElement("div");t.setAttribute("id",this.options_.techId),t.setAttribute("style","width:100%;height:100%;top:0;left:0;position:absolute"),t.setAttribute("class","vjs-tech");var i=document.createElement("div");if(i.appendChild(t),!e&&!this.options_.ytControls){var s=document.createElement("div");s.setAttribute("class","vjs-iframe-blocker"),s.setAttribute("style","position:absolute;top:0;left:0;width:100%;height:100%"),s.onclick=function(){this.pause()}.bind(this),i.appendChild(s)}return i}initYTPlayer(){var t=j1.modules.videojs.options.players.youtube,e={autoplay:t.autoplay,controls:t.controls,cc_load_policy:t.cc_load_policy,disablekb:t.disablekb,enablejsapi:t.enablejsapi,fs:t.fs,iv_load_policy:t.iv_load_policy,loop:t.loop,modestbranding:t.modestbranding,rel:t.rel,showinfo:t.showinfo};if(void 0!==this.options_.autohide&&(e.autohide=this.options_.autohide),void 0!==this.options_.loop&&(e.loop=this.options_.loop),void 0!==this.options_.cc_load_policy&&(e.cc_load_policy=this.options_.cc_load_policy),void 0!==this.options_.cc_load_policy&&(e.iv_load_policy=this.options_.iv_load_policy),void 0!==this.options_.ytControls&&(e.controls=this.options_.ytControls),void 0!==this.options_.disablekb&&(e.disablekb=this.options_.disablekb),void 0!==this.options_.color&&(e.color=this.options_.color),e.controls?void 0!==this.options_.fs&&(e.fs=this.options_.fs):e.fs=0,-1!==this.options_.source.src.indexOf("end=")){var i=this.options_.source.src.match(/end=([0-9]*)/);this.options_.end=parseInt(i[1])}if(void 0!==this.options_.end&&(e.end=this.options_.end),void 0!==this.options_.hl?e.hl=this.options_.hl:void 0!==this.options_.language&&(e.hl=this.options_.language.substr(0,2)),void 0!==this.options_.iv_load_policy&&(e.iv_load_policy=this.options_.iv_load_policy),void 0!==this.options_.list?e.list=this.options_.list:this.url&&void 0!==this.url.listId&&(e.list=this.url.listId),void 0!==this.options_.listType&&(e.listType=this.options_.listType),void 0!==this.options_.modestbranding&&(e.modestbranding=this.options_.modestbranding),void 0!==this.options_.playlist&&(e.playlist=this.options_.playlist),void 0!==this.options_.playsinline&&(e.playsinline=this.options_.playsinline),void 0!==this.options_.rel&&(e.rel=this.options_.rel),void 0!==this.options_.showinfo&&(e.showinfo=this.options_.showinfo),-1!==this.options_.source.src.indexOf("start=")){var s=this.options_.source.src.match(/start=([0-9]*)/);this.options_.start=parseInt(s[1])}if(void 0!==this.options_.start&&(e.start=this.options_.start),void 0!==this.options_.theme&&(e.theme=this.options_.theme),void 0!==this.options_.customVars){var o=this.options_.customVars;Object.keys(o).forEach((t=>{e[t]=o[t]}))}this.activeVideoId=this.url?this.url.videoId:null,this.activeList=e.list;var a={videoId:this.activeVideoId,playerVars:e,events:{onReady:this.onPlayerReady.bind(this),onPlaybackQualityChange:this.onPlayerPlaybackQualityChange.bind(this),onPlaybackRateChange:this.onPlayerPlaybackRateChange.bind(this),onStateChange:this.onPlayerStateChange.bind(this),onVolumeChange:this.onPlayerVolumeChange.bind(this),onError:this.onPlayerError.bind(this)}};void 0!==this.options_.enablePrivacyEnhancedMode&&this.options_.enablePrivacyEnhancedMode&&(a.host="https://www.youtube-nocookie.com"),this.ytPlayer=new YT.Player(this.options_.techId,a)}onPlayerReady(){this.options_.muted&&this.ytPlayer.mute(),this.ytPlayer.getAvailablePlaybackRates().length>1&&(this.featuresPlaybackRate=!0),this.playerReady_=!0,this.triggerReady(),this.playOnReady?this.play():this.cueOnReady&&(this.cueVideoById_(this.url.videoId),this.activeVideoId=this.url.videoId)}onPlayerPlaybackQualityChange(){}onPlayerPlaybackRateChange(){this.trigger("ratechange")}onPlayerStateChange(t){var e=t.data;if(e!==this.lastState&&!this.errorNumber)switch(this.lastState=e,e){case-1:this.trigger("loadstart"),this.trigger("loadedmetadata"),this.trigger("durationchange"),this.trigger("ratechange");break;case YT.PlayerState.ENDED:this.trigger("ended");break;case YT.PlayerState.PLAYING:this.trigger("timeupdate"),this.trigger("durationchange"),this.trigger("playing"),this.trigger("play"),this.isSeeking&&this.onSeeked();break;case YT.PlayerState.PAUSED:this.trigger("canplay"),this.isSeeking?this.onSeeked():this.trigger("pause");break;case YT.PlayerState.BUFFERING:this.player_.trigger("timeupdate"),this.player_.trigger("waiting")}}onPlayerVolumeChange(){this.trigger("volumechange")}onPlayerError(t){this.errorNumber=t.data,this.trigger("pause"),this.trigger("error")}error(){var t=1e3+this.errorNumber;switch(this.errorNumber){case 5:return{code:t,message:"Error while trying to play the video"};case 2:case 100:return{code:t,message:"Unable to find the video"};case 101:case 150:return{code:t,message:"Playback on other Websites has been disabled by the video owner."}}return{code:t,message:"YouTube unknown error ("+this.errorNumber+")"}}loadVideoById_(t){var e={videoId:t};this.options_.start&&(e.startSeconds=this.options_.start),this.options_.end&&(e.endSeconds=this.options_.end),this.ytPlayer.loadVideoById(e)}cueVideoById_(t){var e={videoId:t};this.options_.start&&(e.startSeconds=this.options_.start),this.options_.end&&(e.endSeconds=this.options_.end),this.ytPlayer.cueVideoById(e)}poster(){return e?null:this.poster_}setPoster(t){this.poster_=t}src(t){return t&&this.setSrc({src:t}),this.source}setSrc(t){if(t&&t.src){delete this.errorNumber,this.source=t,this.url=s.parseUrl(t.src);!1,this.options_.autoplay&&!e?this.isReady_?this.play():this.playOnReady=!0:this.activeVideoId!==this.url.videoId&&(this.isReady_?(this.cueVideoById_(this.url.videoId),this.activeVideoId=this.url.videoId):this.cueOnReady=!0)}}autoplay(){return this.options_.autoplay}setAutoplay(t){this.options_.autoplay=t}loop(){return this.options_.loop}setLoop(t){this.options_.loop=t}play(){this.url&&this.url.videoId&&(this.wasPausedBeforeSeek=!1,this.isReady_?(this.url.listId&&(this.activeList===this.url.listId?this.ytPlayer.playVideo():(this.ytPlayer.loadPlaylist(this.url.listId),this.activeList=this.url.listId)),this.activeVideoId===this.url.videoId?this.ytPlayer.playVideo():(this.loadVideoById_(this.url.videoId),this.activeVideoId=this.url.videoId)):(this.trigger("waiting"),this.playOnReady=!0))}pause(){this.ytPlayer&&this.ytPlayer.pauseVideo()}paused(){return!this.ytPlayer||this.lastState!==YT.PlayerState.PLAYING&&this.lastState!==YT.PlayerState.BUFFERING}currentTime(){return this.ytPlayer?this.ytPlayer.getCurrentTime():0}setCurrentTime(t){this.lastState===YT.PlayerState.PAUSED&&(this.timeBeforeSeek=this.currentTime()),this.isSeeking||(this.wasPausedBeforeSeek=this.paused()),this.ytPlayer.seekTo(t,!0),this.trigger("timeupdate"),this.trigger("seeking"),this.isSeeking=!0,this.lastState===YT.PlayerState.PAUSED&&this.timeBeforeSeek!==t&&(clearInterval(this.checkSeekedInPauseInterval),this.checkSeekedInPauseInterval=setInterval(function(){this.lastState===YT.PlayerState.PAUSED&&this.isSeeking?this.currentTime()!==this.timeBeforeSeek&&(this.trigger("timeupdate"),this.onSeeked()):clearInterval(this.checkSeekedInPauseInterval)}.bind(this),250))}seeking(){return this.isSeeking}seekable(){return this.ytPlayer?t.time.createTimeRanges(0,this.ytPlayer.getDuration()):t.time.createTimeRanges()}onSeeked(){clearInterval(this.checkSeekedInPauseInterval),this.isSeeking=!1,this.wasPausedBeforeSeek&&this.pause(),this.trigger("seeked")}playbackRate(){try{return this.ytPlayer?this.ytPlayer.getPlaybackRate():1}catch(t){return 1}}setPlaybackRate(t){if(this.ytPlayer)try{this.ytPlayer.setPlaybackRate(t)}catch(t){this.ytPlayer.setPlaybackRate(1)}}duration(){try{return this.ytPlayer?this.ytPlayer.getDuration():0}catch(t){return 0}}currentSrc(){return this.source&&this.source.src}ended(){return!!this.ytPlayer&&this.lastState===YT.PlayerState.ENDED}volume(){return this.ytPlayer?this.ytPlayer.getVolume()/100:1}setVolume(t){this.ytPlayer&&this.ytPlayer.setVolume(100*t)}muted(){return!!this.ytPlayer&&this.ytPlayer.isMuted()}setMuted(t){this.ytPlayer&&(this.muted(!0),t?this.ytPlayer.mute():this.ytPlayer.unMute(),this.setTimeout((()=>{this.trigger("volumechange")}),50))}buffered(){if(!this.ytPlayer||!this.ytPlayer.getVideoLoadedFraction)return t.time.createTimeRanges();this.ytPlayer.getVideoLoadedFraction(),this.ytPlayer.getDuration();return t.time.createTimeRanges(0,this.ytPlayer.getDuration())}preload(){}load(){}reset(){}networkState(){if(!this.ytPlayer)return 0;switch(this.ytPlayer.getPlayerState()){case-1:return 0;case 3:return 2;default:return 1}}readyState(){if(!this.ytPlayer)return 0;switch(this.ytPlayer.getPlayerState()){case-1:return 0;case 5:return 1;case 3:return 2;default:return 4}}supportsFullScreen(){return document.fullscreenEnabled||document.webkitFullscreenEnabled||document.mozFullScreenEnabled||document.msFullscreenEnabled}checkHighResPoster(){var t="https://img.youtube.com/vi/"+this.url.videoId+"/maxresdefault.jpg";try{var e=new Image;e.onload=function(){if("naturalHeight"in e){if(e.naturalHeight<=90||e.naturalWidth<=120)return}else if(e.height<=90||e.width<=120)return;this.poster_=t,this.trigger("posterchange")}.bind(this),e.onerror=function(){},e.src=t}catch(t){}}}function o(){YT.ready((()=>{s.isApiReady=!0;for(var t=0;t<s.apiReadyQueue.length;++t)s.apiReadyQueue[t].initYTPlayer();Date.now()}))}s.isSupported=()=>!0,s.canPlaySource=t=>s.canPlayType(t.type),s.canPlayType=t=>"video/youtube"===t,s.parseUrl=t=>{var e={videoId:null},i=t.match(/^.*(youtu.be\/|v\/|u\/\w\/|embed\/|watch\?v=|\&v=)([^#\&\?]*).*/);i&&11===i[2].length&&(e.videoId=i[2]);return(i=t.match(/[?&]list=([^#\&\?]+)/))&&i[1]&&(e.listId=i[1]),e},s.apiReadyQueue=[];var a=setInterval((()=>{"block"===$("#content").css("display")&&(Date.now(),function(t,e){var i=!1,s=document.createElement("script"),o=document.getElementsByTagName("script")[0];o&&(o.parentNode.insertBefore(s,o),s.onload=()=>{i||(i=!0,e())},s.onreadystatechange=()=>{i||"complete"!==this.readyState&&"loaded"!==this.readyState||(i=!0,e())},s.src=t)}("//www.youtube.com/iframe_api",o),function(){const t="\n .vjs-youtube .vjs-iframe-blocker { display: none; }\n .vjs-youtube.vjs-user-inactive .vjs-iframe-blocker { display: block; }\n .vjs-youtube .vjs-poster { background-size: cover; }\n .vjs-youtube-mobile .vjs-big-play-button { display: none; }\n ";var e=document.head||document.getElementsByTagName("head")[0],i=document.createElement("style");i.type="text/css",i.styleSheet?i.styleSheet.cssText=t:i.appendChild(document.createTextNode(t)),e.appendChild(i)}(),clearInterval(a))}),10);void 0!==t.registerTech?t.registerTech("Youtube",s):console.error("\ninvalid version of videoJS detected: "+t.VERSION)}));
|
data/lib/j1/version.rb
CHANGED
data/lib/starter_web/README.md
CHANGED
@@ -379,7 +379,7 @@ This command creates a **initial** project in folder **my-starter**.
|
|
379
379
|
2023-02-28 18:12:12 - GENERATE: Resolving dependencies...
|
380
380
|
2023-02-28 18:12:12 - GENERATE: Using bundler 2.3.7
|
381
381
|
...
|
382
|
-
2023-02-28 18:12:12 - GENERATE: Using j1-template 2024.3.
|
382
|
+
2023-02-28 18:12:12 - GENERATE: Using j1-template 2024.3.28
|
383
383
|
2023-02-28 18:12:12 - GENERATE: Bundle complete! 31 Gemfile dependencies, 78 gems now installed.
|
384
384
|
2023-02-28 18:12:12 - GENERATE: Bundled gems are installed into `../../.gem`
|
385
385
|
2023-02-28 18:12:12 - GENERATE: C:/Users/xxx/.gem/ruby/3.1.0;C:/DevTools/Ruby31-x64/lib/ruby/gems/3.1.0;
|
@@ -415,7 +415,7 @@ commands are available as well.
|
|
415
415
|
2023-02-28 18:17:48 - SETUP: Initialize the project ...
|
416
416
|
2023-02-28 18:17:48 - SETUP: Be patient, this will take a while ...
|
417
417
|
2023-02-28 18:17:49 - SETUP:
|
418
|
-
2023-02-28 18:17:49 - SETUP: > j1@2024.3.
|
418
|
+
2023-02-28 18:17:49 - SETUP: > j1@2024.3.28 setup C:\Users\xxx\j1-projects\my-starter
|
419
419
|
2023-02-28 18:17:49 - SETUP: > npm --silent run setup-start && npm --silent run setup-base && run-s -s setup:*
|
420
420
|
2023-02-28 18:17:49 - SETUP:
|
421
421
|
2023-02-28 18:17:50 - SETUP: Setup project for first use ..
|
@@ -460,7 +460,7 @@ browser. Let's start the journey ...
|
|
460
460
|
Check setup state of the J1 project ...
|
461
461
|
2023-02-28 18:26:18 - SITE: Starting up your site ...
|
462
462
|
2023-02-28 18:26:18 - SITE:
|
463
|
-
2023-02-28 18:26:18 - SITE: > j1@2024.3.
|
463
|
+
2023-02-28 18:26:18 - SITE: > j1@2024.3.28 j1-site C:\Users\jadams\j1-projects\my-starter
|
464
464
|
2023-02-28 18:26:18 - SITE: > run-p -s j1-site:*
|
465
465
|
2023-02-28 18:26:18 - SITE:
|
466
466
|
2023-02-28 18:26:20 - SITE: Startup UTILSRV ..
|
@@ -499,7 +499,7 @@ Check setup state of the J1 project ...
|
|
499
499
|
REBUILD: Rebuild the projects website ...
|
500
500
|
REBUILD: Be patient, this will take a while ...
|
501
501
|
2023-02-28 18:45:09 - REBUILD:
|
502
|
-
2023-02-28 18:45:09 - REBUILD: > j1@2024.3.
|
502
|
+
2023-02-28 18:45:09 - REBUILD: > j1@2024.3.28 rebuild C:\Users\xxx\j1-projects\my-starter
|
503
503
|
2023-02-28 18:45:09 - REBUILD: > run-s -s rebuild:* && run-s -s post-rebuild:*
|
504
504
|
2023-02-28 18:45:09 - REBUILD:
|
505
505
|
2023-02-28 18:45:10 - REBUILD: Rebuild site incremental ..
|
@@ -547,7 +547,7 @@ using Lerna for all packages:
|
|
547
547
|
2023-02-28 18:29:07 - RESET: Reset the project to factory state ...
|
548
548
|
2023-02-28 18:29:07 - RESET: Be patient, this will take a while ...
|
549
549
|
2023-02-28 18:29:08 - RESET:
|
550
|
-
2023-02-28 18:29:08 - RESET: > j1@2024.3.
|
550
|
+
2023-02-28 18:29:08 - RESET: > j1@2024.3.28 reset C:\Users\xxx\j1-projects\my-starter
|
551
551
|
2023-02-28 18:29:08 - RESET: > run-s -s reset:*
|
552
552
|
2023-02-28 18:29:08 - RESET:
|
553
553
|
2023-02-28 18:29:08 - RESET: Reset project to factory state ..
|
data/lib/starter_web/_config.yml
CHANGED
@@ -53,7 +53,7 @@ environment: development
|
|
53
53
|
# ------------------------------------------------------------------------------
|
54
54
|
# Sets the build version of the site
|
55
55
|
#
|
56
|
-
version: 2024.3.
|
56
|
+
version: 2024.3.28
|
57
57
|
|
58
58
|
# copyright
|
59
59
|
# ------------------------------------------------------------------------------
|
@@ -29,6 +29,11 @@ description:
|
|
29
29
|
#
|
30
30
|
settings:
|
31
31
|
|
32
|
+
filters:
|
33
|
+
grayscale: 0
|
34
|
+
contrast: 1
|
35
|
+
brightness: 1
|
36
|
+
|
32
37
|
# ----------------------------------------------------------------------------
|
33
38
|
# DIVIDER banner
|
34
39
|
#
|
@@ -104,30 +109,36 @@ settings:
|
|
104
109
|
width: 12
|
105
110
|
type: text
|
106
111
|
position: left # left | center
|
107
|
-
title: Jekyll
|
108
|
-
tagline: <b>
|
112
|
+
title: Jekyll and J1 Template
|
113
|
+
tagline: <b>Create fast, secure, and powerful modern websites</b>
|
109
114
|
translate_description: notranslate # translate|notranslate
|
110
115
|
description_properties: mt-3 mb-3
|
111
116
|
description: >
|
112
117
|
<p class="dropcap">
|
113
|
-
|
114
|
-
create
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
118
|
+
Jekyll is a <b>static website</b> generation engine that enables to
|
119
|
+
create websites and blogs from simple text files, eliminating the
|
120
|
+
need for a database or other complex server-side processing.
|
121
|
+
The content is written in <b>simple text</b> formats such as Markdown,
|
122
|
+
AsciiDoc, or native HTML and processed into static HTML pages using
|
123
|
+
content templates powered by the templating engine <b>Liquid</b>.
|
124
|
+
<br><br>
|
125
|
+
The static web can be delivered directly to any standard web server,
|
126
|
+
as they are already generated and ready to use. Jekyll is particularly
|
127
|
+
popular for personal websites, project pages, documentation, and blogs.
|
128
|
+
Thanks to its easy versioning and deployment, Jekyll is ideal for
|
129
|
+
<b>collaborative</b> web project development - via Github for example.
|
123
130
|
</p>
|
124
131
|
<p>
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
132
|
+
Jekyll One is a fully featured, free theme and template system for the
|
133
|
+
Jekyll site generator, specifically designed to create modern, dynamic,
|
134
|
+
and responsive websites.
|
135
|
+
It features a modern design with a focus on usability and accessibility.
|
136
|
+
Additionally, it comes with built-in support for search engine optimization
|
137
|
+
(SEO) and social media integration, making it easy to get your site off
|
138
|
+
the ground and running - <b>free to use</b> for both <b>personal</b> and
|
139
|
+
<b>business purposes</b>.
|
129
140
|
</p>
|
130
|
-
<p class="mt-4 fw-bold">
|
141
|
+
<p class="mt-4 fw-bold d-flex justify-content-center flex-wrap">The most featured Bootstrap V5 Theme for Jekyll on the market.</p>
|
131
142
|
buttons:
|
132
143
|
|
133
144
|
- name: Roundtrip
|
@@ -142,7 +153,7 @@ settings:
|
|
142
153
|
icon: briefcase-search-outline
|
143
154
|
icon_color:
|
144
155
|
icon_size: 3x
|
145
|
-
href: /pages/public/tour/
|
156
|
+
href: /pages/public/tour/image_data/
|
146
157
|
target:
|
147
158
|
|
148
159
|
- name: Rocketstart
|
@@ -30,7 +30,7 @@ description:
|
|
30
30
|
settings:
|
31
31
|
|
32
32
|
filters:
|
33
|
-
grayscale:
|
33
|
+
grayscale: 0
|
34
34
|
contrast: 1
|
35
35
|
brightness: 1
|
36
36
|
|
@@ -83,22 +83,6 @@ settings:
|
|
83
83
|
raised:
|
84
84
|
lane_span: fixed
|
85
85
|
|
86
|
-
wave:
|
87
|
-
top:
|
88
|
-
enabled: false
|
89
|
-
height: 2 # [1 .. 9]
|
90
|
-
style: wave-1 # default
|
91
|
-
color: var(--md-gray-200)
|
92
|
-
background_color: var(--md-gray-50) # auto|rgb_value, var(--md-gray-50)
|
93
|
-
transform: false # false or rotate|flip-x|flip-y and combinations
|
94
|
-
bottom:
|
95
|
-
enabled: false
|
96
|
-
height: 2
|
97
|
-
style: wave-4
|
98
|
-
color: var(--md-gray-200)
|
99
|
-
background_color: var(--md-gray-50)
|
100
|
-
transform: flip-y flip-x
|
101
|
-
|
102
86
|
cards:
|
103
87
|
|
104
88
|
- name: Design
|
@@ -230,22 +214,6 @@ settings:
|
|
230
214
|
for excellent performance, reliability, and stability.
|
231
215
|
</p>
|
232
216
|
|
233
|
-
wave:
|
234
|
-
top:
|
235
|
-
enabled: defaultCssFile
|
236
|
-
height: 4 # [1 .. 9]
|
237
|
-
style: wave-4 # default
|
238
|
-
color: var(--md-gray-200)
|
239
|
-
background_color: var(--md-gray-50)
|
240
|
-
transform: false # false or rotate|flip-x|flip-y and combinations
|
241
|
-
bottom:
|
242
|
-
enabled: false
|
243
|
-
height: 2
|
244
|
-
style: wave-4
|
245
|
-
color: var(--md-gray-200)
|
246
|
-
background_color: var(--md-gray-50)
|
247
|
-
transform: rotate
|
248
|
-
|
249
217
|
cards:
|
250
218
|
|
251
219
|
- name: Starter
|
@@ -406,52 +374,51 @@ settings:
|
|
406
374
|
|
407
375
|
position: left # left | center
|
408
376
|
title: J1 Template
|
409
|
-
tagline:
|
377
|
+
tagline: The all-in Bootstrap V5 Theme for Jekyll
|
410
378
|
description_properties: mt-3 mr-3 mb-3
|
411
379
|
description: >
|
412
380
|
<p class="dropcap">
|
413
|
-
|
414
|
-
|
415
|
-
|
416
|
-
|
381
|
+
Jekyll One is a modern, flexible, and easy-to-use template system
|
382
|
+
for Jekyll, based on Bootstrap 5, and offers numerous features for the
|
383
|
+
Quick and professional creation of static websites, completely without
|
384
|
+
license costs and any programming effort, allowing you to start in no time
|
385
|
+
without requiring a costly toolset.
|
386
|
+
<br><br>
|
387
|
+
Jekyll One is aimed at:
|
388
|
+
<ul>
|
389
|
+
<li>
|
390
|
+
<p style="margin-bottom: 0;"><b>Beginners</b> who want to create professional websites without much effort.</p>
|
391
|
+
</li>
|
392
|
+
<li>
|
393
|
+
<p style="margin-bottom: 0;"><b>Web developers</b> who work with Jekyll and are looking for a powerful, modern template.</p>
|
394
|
+
</li>
|
395
|
+
<li>
|
396
|
+
<p style="margin-bottom: 0;"><b>Companies</b> who need fast websites but focus on the highest level of security to prevent attacks.</p>
|
397
|
+
</li>
|
398
|
+
</ul>
|
417
399
|
</p>
|
418
400
|
<p>
|
419
|
-
|
420
|
-
|
421
|
-
|
401
|
+
The system is suitable for all types of websites: blogs, documentation
|
402
|
+
sites, portfolios, or company websites. It is based on a so-called
|
403
|
+
<i>Starter Web</i>, which serves as a basic framework and can be easily customized.
|
422
404
|
</p>
|
423
405
|
<ul>
|
424
406
|
<li>
|
425
|
-
<p style="margin-bottom: 0;">
|
407
|
+
<p style="margin-bottom: 0;"><b>Easy to customize.</b> A featured website that provides numerous examples is included.</p>
|
426
408
|
</li>
|
427
409
|
<li>
|
428
|
-
<p style="margin-bottom: 0;">
|
410
|
+
<p style="margin-bottom: 0;"><b>Extensible.</b> Many modules and extensions are already integrated, and more can be easily added.</p>
|
429
411
|
</li>
|
430
412
|
<li>
|
431
|
-
<p style="margin-bottom: 0;">
|
413
|
+
<p style="margin-bottom: 0;"><b>Highest performance.</b> Optimized for best results in Google Lighthouse.</p>
|
432
414
|
</li>
|
433
415
|
</ul>
|
434
|
-
|
435
|
-
|
436
|
-
wave:
|
437
|
-
top:
|
438
|
-
enabled: false
|
439
|
-
height: 2 # [1 .. 9]
|
440
|
-
style: wave-1 # default
|
441
|
-
color: var(--md-gray-200)
|
442
|
-
background_color: var(--md-gray-50)
|
443
|
-
transform: false # false or rotate|flip-x|flip-y and combinations
|
444
|
-
bottom:
|
445
|
-
enabled: false
|
446
|
-
height: 2
|
447
|
-
style: wave-4
|
448
|
-
color: var(--md-gray-200)
|
449
|
-
background_color: var(--md-gray-50)
|
450
|
-
transform: rotate
|
416
|
+
<!-- p class="fw-bold mt-4 mb-5">Explore what the J1 Template system can do for your next website.</p -->
|
417
|
+
<p class="mt-4 mb-4 fw-bold d-flex justify-content-center flex-wrap">Explore what the J1 Template system can do for your next website.</p>
|
451
418
|
|
452
419
|
cards:
|
453
420
|
|
454
|
-
- name:
|
421
|
+
- name: Core Features
|
455
422
|
card:
|
456
423
|
enabled: true
|
457
424
|
id: card_1
|
@@ -459,9 +426,9 @@ settings:
|
|
459
426
|
icon_family: mdib
|
460
427
|
icon_size: mdib-6x
|
461
428
|
icon_color: var(--bs-white)
|
462
|
-
href: /pages/public/features/
|
429
|
+
href: /pages/public/features/core_features/
|
463
430
|
title: J1 Template
|
464
|
-
tagline:
|
431
|
+
tagline: Core Features
|
465
432
|
header_translate: notranslate
|
466
433
|
text: >
|
467
434
|
<p class="dropcap">
|
@@ -493,14 +460,14 @@ settings:
|
|
493
460
|
</p>
|
494
461
|
<p>
|
495
462
|
<i class="mdib mdib-language-ruby mdib-24px md-blue-700 ml-3 mr-2"></i>
|
496
|
-
Ruby
|
463
|
+
Ruby 3.x <br>
|
497
464
|
<i class="mdib mdib-language-ruby mdib-24px md-blue-700 ml-3 mr-2"></i>
|
498
|
-
Jekyll 4.
|
465
|
+
Jekyll 4.4 <br>
|
499
466
|
<i class="mdib mdib-nodejs mdib-24px md-blue-700 ml-3 mr-2"></i>
|
500
|
-
NodeJS
|
467
|
+
NodeJS 18.x <br>
|
501
468
|
</p>
|
502
469
|
title: Platforms
|
503
|
-
href: "/pages/public/features/
|
470
|
+
href: "/pages/public/features/core_features/#platforms"
|
504
471
|
|
505
472
|
- name: Frameworks
|
506
473
|
service:
|
@@ -538,16 +505,16 @@ settings:
|
|
538
505
|
</p>
|
539
506
|
<p>
|
540
507
|
<i class="mdib mdib-bootstrap mdib-24px md-blue-700 ml-3 mr-2"></i>
|
541
|
-
Bootstrap V5 <br
|
508
|
+
Bootstrap V5 <br>
|
542
509
|
<i class="mdib mdib-language-html5 mdib-24px md-blue-700 ml-3 mr-2"></i>
|
543
|
-
Enhanced HTML, CSS and Javascript <br
|
510
|
+
Enhanced HTML, CSS and Javascript <br>
|
544
511
|
<i class="mdib mdib-24px mdib-grass md-blue-700 ml-3 mr-2"></i>
|
545
|
-
Icon Fonts <br
|
512
|
+
Icon Fonts <br>
|
546
513
|
<i class="mdib mdib-application-settings mdib-24px md-blue-700 ml-3 mr-2"></i>
|
547
|
-
Fully configurable components <br
|
514
|
+
Fully configurable components <br>
|
548
515
|
</p>
|
549
516
|
title: Frameworks
|
550
|
-
href: /pages/public/features/
|
517
|
+
href: /pages/public/features/core_features/#frameworks
|
551
518
|
|
552
519
|
- name: Devices
|
553
520
|
service:
|
@@ -573,17 +540,17 @@ settings:
|
|
573
540
|
</p>
|
574
541
|
<p>
|
575
542
|
<i class="mdib mdib-devices mdib-24px md-blue-700 ml-3 mr-2"></i>
|
576
|
-
Desktop and Mobile support <br
|
543
|
+
Desktop and Mobile support <br>
|
577
544
|
<i class="mdib mdib-near-me mdib-24px md-blue-700 ml-3 mr-2"></i>
|
578
|
-
Mobile Web Navigation <br
|
545
|
+
Mobile Web Navigation <br>
|
579
546
|
<i class="mdib mdib-lighthouse mdib-24px md-blue-700 ml-3 mr-2"></i>
|
580
|
-
Highest Google Lighthouse Scores <br
|
547
|
+
Highest Google Lighthouse Scores <br>
|
581
548
|
</p>
|
582
549
|
|
583
550
|
title: Devices
|
584
|
-
href: /pages/public/features/
|
551
|
+
href: /pages/public/features/core_features/#devices
|
585
552
|
|
586
|
-
- name:
|
553
|
+
- name: Theme Features
|
587
554
|
card:
|
588
555
|
enabled: true
|
589
556
|
id: card_2
|
@@ -591,7 +558,7 @@ settings:
|
|
591
558
|
icon_family: mdib
|
592
559
|
icon_size: mdib-6x
|
593
560
|
icon_color: var(--bs-white)
|
594
|
-
href: /pages/public/features/
|
561
|
+
href: /pages/public/features/theme_features/
|
595
562
|
title: J1 Template
|
596
563
|
tagline: Theme Features
|
597
564
|
header_translate: notranslate
|
@@ -623,33 +590,33 @@ settings:
|
|
623
590
|
</p>
|
624
591
|
<p>
|
625
592
|
<i class="mdib mdib-mouse-move-down mdib-24px md-blue-700 ml-3 mr-2"></i>
|
626
|
-
Infinite srcoll <br
|
593
|
+
Infinite srcoll <br>
|
627
594
|
<i class="mdib mdib-mouse-move-down mdib-24px md-blue-700 ml-3 mr-2"></i>
|
628
|
-
Animate on srcoll <br
|
595
|
+
Animate on srcoll <br>
|
629
596
|
<i class="mdib mdib-animation mdib-24px md-blue-700 ml-3 mr-2"></i>
|
630
|
-
Floating Action Buttons <br
|
597
|
+
Floating Action Buttons <br>
|
631
598
|
<i class="mdib mdib-magnify mdib-24px md-blue-700 ml-3 mr-2"></i>
|
632
|
-
Full-text search engine (Lunr) <br
|
599
|
+
Full-text search engine (Lunr) <br>
|
633
600
|
<i class="mdib mdib-cookie mdib-24px md-blue-700 ml-3 mr-2"></i>
|
634
|
-
Cookie consent (GDPR compatible) <br
|
601
|
+
Cookie consent (GDPR compatible) <br>
|
635
602
|
<i class="mdib mdib-translate mdib-24px md-blue-700 ml-3 mr-2"></i>
|
636
|
-
Translator (Google, Deepl) <br
|
603
|
+
Translator (Google, Deepl) <br>
|
637
604
|
<i class="mdib mdib-clipboard mdib-24px md-blue-700 ml-3 mr-2"></i>
|
638
|
-
Clipboard <br
|
605
|
+
Clipboard <br>
|
639
606
|
<i class="mdib mdib-forwardburger mdib-24px mdib-rotate-90 md-blue-700 ml-3 mr-2"></i>
|
640
|
-
Smooth-srcoll <br
|
607
|
+
Smooth-srcoll <br>
|
641
608
|
<i class="mdib mdib-near-me mdib-24px md-blue-700 ml-3 mr-2"></i>
|
642
|
-
Enhanced Navigation <br
|
609
|
+
Enhanced Navigation <br>
|
643
610
|
<i class="mdib mdib-lightbulb-on mdib-24px md-blue-700 ml-3 mr-2"></i>
|
644
|
-
Lightboxes <br
|
645
|
-
<i class="mdib mdib-gesture-swipe mdib-24px md-blue-700 ml-3 mr-2"></i>
|
646
|
-
Image and Video Galleries <br />
|
611
|
+
Lightboxes <br>
|
647
612
|
<i class="mdib mdib-view-carousel mdib-24px md-blue-700 ml-3 mr-2"></i>
|
648
|
-
|
613
|
+
Sliders <br>
|
614
|
+
<i class="mdib mdib-gesture-swipe mdib-24px md-blue-700 ml-3 mr-2"></i>
|
615
|
+
Galleries <br>
|
649
616
|
</p>
|
650
617
|
|
651
618
|
title: Modules
|
652
|
-
href: /pages/public/features/
|
619
|
+
href: /pages/public/features/theme_features/#modules
|
653
620
|
|
654
621
|
- name: Extensions
|
655
622
|
service:
|
@@ -666,20 +633,20 @@ settings:
|
|
666
633
|
</p>
|
667
634
|
<p>
|
668
635
|
<i class="mdib mdib-bootstrap mdib-24px md-blue-700 ml-3 mr-2"></i>
|
669
|
-
Bootstrap extensions <br
|
636
|
+
Bootstrap extensions <br>
|
670
637
|
<i class="mdib mdib-format-annotation-plus mdib-24px md-blue-700 ml-3 mr-2"></i>
|
671
|
-
Asciidoctor extensions <br
|
638
|
+
Asciidoctor extensions <br>
|
672
639
|
<i class="mdib mdib-group mdib-24px md-blue-700 ml-3 mr-2"></i>
|
673
|
-
|
640
|
+
Banners and panels <br>
|
674
641
|
<i class="mdib mdib-near-me mdib-24px md-blue-700 ml-3 mr-2"></i>
|
675
|
-
Blog
|
642
|
+
Blog navigation <br>
|
676
643
|
<i class="mdib mdib-content-duplicate mdib-24px md-blue-700 ml-3 mr-2"></i>
|
677
|
-
|
644
|
+
Sample content <br>
|
678
645
|
<i class="mdib mdib-image mdib-24px md-blue-700 ml-3 mr-2"></i>
|
679
|
-
Royalty free images <br
|
646
|
+
Royalty free images <br>
|
680
647
|
</p>
|
681
648
|
title: Extensions
|
682
|
-
href: /pages/public/features/
|
649
|
+
href: /pages/public/features/theme_features/#extensions
|
683
650
|
|
684
651
|
- name: Integrations
|
685
652
|
service:
|
@@ -696,20 +663,22 @@ settings:
|
|
696
663
|
</p>
|
697
664
|
<p>
|
698
665
|
<i class="mdib mdib-theme-light-dark mdib-24px md-blue-700 ml-3 mr-2"></i>
|
699
|
-
Bootstrap Themes <br
|
666
|
+
Bootstrap Themes <br>
|
700
667
|
<i class="mdib mdib-comment mdib-24px md-blue-700 ml-3 mr-2"></i>
|
701
|
-
Comment providers <br
|
668
|
+
Comment providers <br>
|
702
669
|
<i class="mdib mdib-google-analytics mdib-24px md-blue-700 ml-3 mr-2"></i>
|
703
|
-
Google Analytics <br
|
670
|
+
Google Analytics <br>
|
671
|
+
<!-- Disabled for now
|
704
672
|
<i class="mdib mdib-google-ads mdib-24px md-blue-700 ml-3 mr-2"></i>
|
705
|
-
Google Ads <br
|
673
|
+
Google Ads <br>
|
706
674
|
<i class="mdib mdib-youtube mdib-24px md-blue-700 ml-3 mr-2"></i>
|
707
|
-
YouTube Video <br
|
675
|
+
YouTube Video <br>
|
708
676
|
<i class="mdib mdib-vimeo mdib-24px md-blue-700 ml-3 mr-2"></i>
|
709
|
-
Vimeo Video <br
|
677
|
+
Vimeo Video <br>
|
678
|
+
-->
|
710
679
|
</p>
|
711
680
|
title: Integrations
|
712
|
-
href: /pages/public/features/
|
681
|
+
href: /pages/public/features/theme_features/#integrations
|
713
682
|
|
714
683
|
|
715
684
|
# ----------------------------------------------------------------------------
|
@@ -736,7 +705,7 @@ settings:
|
|
736
705
|
title: Blog
|
737
706
|
tagline: latest news
|
738
707
|
translate_description: notranslate # translate|notranslate
|
739
|
-
description_properties: mt-3 mr-3 mb-
|
708
|
+
description_properties: mt-3 mr-3 mb-4
|
740
709
|
description: >
|
741
710
|
<p class="dropcap">
|
742
711
|
Explore the blog and find interesting articles about
|
@@ -744,22 +713,8 @@ settings:
|
|
744
713
|
blog is an excellent example of how J1 and Jekyll can be
|
745
714
|
used for blogging.
|
746
715
|
</p>
|
747
|
-
|
748
|
-
|
749
|
-
top:
|
750
|
-
enabled: false
|
751
|
-
height: 2 # [1 .. 9]
|
752
|
-
style: wave-1 # default
|
753
|
-
color: var(--md-gray-200)
|
754
|
-
background_color: var(--md-gray-50)
|
755
|
-
transform: false # false or rotate|flip-x|flip-y and combinations
|
756
|
-
bottom:
|
757
|
-
enabled: false
|
758
|
-
height: 2
|
759
|
-
style: wave-4
|
760
|
-
color: var(--md-gray-200)
|
761
|
-
background_color: var(--md-gray-50)
|
762
|
-
transform: rotate
|
716
|
+
<!-- p class="fw-bold mb-4">Read more on how Jekyll can be used for the powerful websites of today.</p -->
|
717
|
+
<p class="mb-4 fw-bold d-flex justify-content-center flex-wrap">Read more on how Jekyll can be used for the powerful websites of today.</p>
|
763
718
|
|
764
719
|
cards:
|
765
720
|
|
@@ -34,7 +34,7 @@ settings:
|
|
34
34
|
# Navigator options
|
35
35
|
# ----------------------------------------------------------------------------
|
36
36
|
filters:
|
37
|
-
grayscale:
|
37
|
+
grayscale: 0
|
38
38
|
|
39
39
|
# ------------------------------------------------------------------------------
|
40
40
|
# END config
|