j1-template 2022.1.1 → 2022.1.2
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/themes/j1/modules/mmenuLight/css/mmenu-light.css +1 -0
- data/assets/themes/j1/modules/mmenuLight/css/mmenu-light.min.css +1 -0
- data/assets/themes/j1/modules/mmenuLight/css/theme/uno/mmenu.css +1 -0
- data/assets/themes/j1/modules/mmenuLight/css/theme/uno/mmenu.min.css +1 -0
- data/lib/j1/version.rb +1 -1
- data/lib/starter_web/Gemfile +1 -1
- data/lib/starter_web/_config.yml +3 -33
- data/lib/starter_web/_data/blocks/banner.yml +3 -3
- data/lib/starter_web/_plugins/lunr_index.rb +1 -1
- data/lib/starter_web/package.json +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.adoc +5 -6
- data/lib/starter_web/pages/public/learn/roundtrip/100_present_videos.adoc +1 -0
- data/lib/starter_web/pages/public/learn/roundtrip/200_typography.adoc +1 -2
- data/lib/starter_web/pages/public/learn/roundtrip/300_icon_fonts.adoc +6 -0
- 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 +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/420_responsive_tables_extensions.adoc +1 -0
- data/lib/starter_web/pages/public/learn/roundtrip/500_themes.adoc +3 -4
- data/lib/starter_web/pages/public/learn/roundtrip/600_quicksearch.adoc +8 -9
- data/lib/starter_web/pages/public/learn/where_to_go.adoc +0 -2
- data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
- data/lib/starter_web/utilsrv/package.json +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: da068f2bb457e26d7c940d77e0258bab618d294261db92ab6e426f2e0614b633
|
|
4
|
+
data.tar.gz: 0c9457d9daaf1ea98ac8c10c4713d845fd61c61ef8b2fc0b2f0aa98a4bcd47b7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2a01ea7dcf7bf6a59ee5e0d049d7418b2da423e420c1bf9f9e48d28f0c67daf9edc9db1d8093328c660c9d62a9deffd632fab3cd7c493b1e6a3de85899668e25
|
|
7
|
+
data.tar.gz: 532452b98def0a7c3dd1d7def8d014d54260ad747a41fca115483b525294f2004d1458a4d3ab200ee94351829c788ef8414e240af89f834543d7a0755ca1dc1d
|
|
@@ -18,3 +18,4 @@
|
|
|
18
18
|
# -----------------------------------------------------------------------------
|
|
19
19
|
*/
|
|
20
20
|
:root{--mm-ocd-width:80%;--mm-ocd-min-width:200px;--mm-ocd-max-width:440px}body.mm-ocd-opened{overflow-y:hidden;-ms-scroll-chaining:none;overscroll-behavior:none}.mm-ocd{position:fixed;top:80px;right:0;bottom:100%;left:0;z-index:9999;overflow:hidden;-ms-scroll-chaining:none;overscroll-behavior:contain;background:rgba(0,0,0,0);-webkit-transition-property:bottom,background-color;-o-transition-property:bottom,background-color;transition-property:bottom,background-color;-webkit-transition-duration:0s,.3s;-o-transition-duration:0s,.3s;transition-duration:0s,.3s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-delay:.45s,.15s;-o-transition-delay:.45s,.15s;transition-delay:.45s,.15s}.mm-ocd--open{bottom:0;background:rgba(0,0,0,.25);-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}.mm-ocd__content{position:absolute;top:0;bottom:0;z-index:2;width:80%;width:var(--mm-ocd-width);min-width:200px;min-width:var(--mm-ocd-min-width);max-width:440px;max-width:var(--mm-ocd-max-width);background:#fff;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}.mm-ocd--left .mm-ocd__content{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.mm-ocd--right .mm-ocd__content{right:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.mm-ocd--open .mm-ocd__content{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-ocd__backdrop{position:absolute;top:0;bottom:0;z-index:3;width:calc(100% - 80%);width:calc(100% - var(--mm-ocd-width));min-width:calc(100% - 440px);min-width:calc(100% - var(--mm-ocd-max-width));max-width:calc(100% - 200px);max-width:calc(100% - var(--mm-ocd-min-width));background:rgba(3,2,1,0)}.mm-ocd--left .mm-ocd__backdrop{right:0}.mm-ocd--right .mm-ocd__backdrop{left:0}.mm-spn,.mm-spn a,.mm-spn li,.mm-spn span,.mm-spn ul{display:block;padding:0;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box}:root{--mm-spn-item-height:50px;--mm-spn-item-indent:20px;--mm-spn-line-height:24px}.mm-spn{width:100%;height:100%;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;overflow:hidden;-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0);-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.mm-spn ul{-webkit-overflow-scrolling:touch;position:fixed;top:0;left:100%;bottom:0;z-index:2;width:130%;padding-right:30%;line-height:24px;line-height:var(--mm-spn-line-height);overflow:visible;overflow-y:auto;background:inherit;-webkit-transition:left .3s ease 0s;-o-transition:left .3s ease 0s;transition:left .3s ease 0s;cursor:default}.mm-spn ul:after{content:'';display:block;height:50px;height:var(--mm-spn-item-height)}.mm-spn>ul{left:0}.mm-spn ul.mm-spn--open{left:0}.mm-spn ul.mm-spn--parent{left:-30%;overflow-y:hidden}.mm-spn li{position:relative;background:inherit;cursor:pointer}.mm-spn li:before{content:'';display:block;position:absolute;top:25px;top:calc(var(--mm-spn-item-height)/ 2);right:25px;right:calc(var(--mm-spn-item-height)/ 2);z-index:0;width:10px;height:10px;border-top:2px solid;border-right:2px solid;-webkit-transform:rotate(45deg) translate(0,-50%);-ms-transform:rotate(45deg) translate(0,-50%);transform:rotate(45deg) translate(0,-50%);opacity:.4}.mm-spn li:after{content:'';display:block;margin-left:20px;margin-left:var(--mm-spn-item-indent);border-top:1px solid;opacity:.15}.mm-spn a,.mm-spn span{position:relative;z-index:1;padding:13px 20px;padding:calc((var(--mm-spn-item-height) - var(--mm-spn-line-height))/ 2) var(--mm-spn-item-indent)}.mm-spn a{background:inherit;color:inherit;text-decoration:none}.mm-spn a:not(:last-child){width:calc(100% - 50px);width:calc(100% - var(--mm-spn-item-height))}.mm-spn a:not(:last-child):after{content:'';display:block;position:absolute;top:0;right:0;bottom:0;border-right:1px solid;opacity:.15}.mm-spn span{background:0}.mm-spn.mm-spn--navbar{cursor:pointer}.mm-spn.mm-spn--navbar:before{content:'';display:block;position:absolute;top:25px;top:calc(var(--mm-spn-item-height)/ 2);left:20px;left:var(--mm-spn-item-indent);width:10px;height:10px;margin-top:2px;border-top:2px solid;border-left:2px solid;-webkit-transform:rotate(-45deg) translate(50%,-50%);-ms-transform:rotate(-45deg) translate(50%,-50%);transform:rotate(-45deg) translate(50%,-50%);opacity:.4}.mm-spn.mm-spn--navbar.mm-spn--main{cursor:default}.mm-spn.mm-spn--navbar.mm-spn--main:before{content:none;display:none}.mm-spn.mm-spn--navbar:after{content:attr(data-mm-spn-title);display:block;position:absolute;top:0;left:0;right:0;height:50px;height:var(--mm-spn-item-height);padding:0 40px;padding:0 calc(var(--mm-spn-item-indent) * 2);line-height:50px;line-height:var(--mm-spn-item-height);opacity:.4;text-align:left;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;font-size:x-large}.mm-spn.mm-spn--navbar.mm-spn--main:after{padding-left:20px;padding-left:var(--mm-spn-item-indent)}.mm-spn.mm-spn--navbar ul{top:51px;top:calc(var(--mm-spn-item-height)+1px)}.mm-spn.mm-spn--navbar ul:before{content:'';display:block;position:fixed;top:inherit;z-index:2;width:100%;border-top:1px solid currentColor;opacity:.15}.mm-spn.mm-spn--light{color:#444;background:#f3f3f3}.mm-spn.mm-spn--dark{color:#e3e3e3;background:#191919}.mm-spn.mm-spn--vertical{overflow-y:auto}.mm-spn.mm-spn--vertical ul{width:100%;padding-right:0;position:static}.mm-spn.mm-spn--vertical ul ul{display:none;padding-left:20px;padding-left:var(--mm-spn-item-indent)}.mm-spn.mm-spn--vertical ul ul:after{height:25px;height:calc(var(--mm-spn-item-height)/ 2)}.mm-spn.mm-spn--vertical ul.mm-spn--open{display:block}.mm-spn.mm-spn--vertical li.mm-spn--open:before{-webkit-transform:rotate(135deg) translate(-50%,0);-ms-transform:rotate(135deg) translate(-50%,0);transform:rotate(135deg) translate(-50%,0)}.mm-spn.mm-spn--vertical ul ul li:last-child:after{content:none;display:none}
|
|
21
|
+
|
|
@@ -17,3 +17,4 @@
|
|
|
17
17
|
# -----------------------------------------------------------------------------
|
|
18
18
|
*/
|
|
19
19
|
.mm-ocd--left .mm-ocd__content{background-color:#191919}.mm-ocd--right .mm-ocd__content{background-color:#191919}.mmenu-item.active,.mmenu-item:active{text-decoration:none;background-color:#607d8b}@media only screen and (min-width:1200px){.mm-ocd{top:80px}.mm-ocd__content{background-color:#191919}}@media only screen and (min-width:992px){.mm-ocd{top:80px}.mm-ocd__content{background-color:#191919}}@media only screen and (min-width:768px) and (max-width:992px){.mm-ocd{top:48px}.mm-ocd__content{background-color:#191919}}@media only screen and (min-width:576px) and (max-width:768px){.mm-ocd{top:48px}.mm-ocd__content{background-color:#191919}}@media only screen and (max-width:576px){.mm-ocd{top:48px}.mm-ocd__content{background-color:#191919}}.mm-spn.mm-spn--navbar:after{text-align:left;font-size:x-large}.mm-spn.mm-spn--dark{color:#e3e3e3;background:#000!important}.mm-spn ul{background:#000!important}.mm-side{margin:1.5rem}.mm-side .widget{position:relative;z-index:1;margin-bottom:25px}.mm-side .widget .title{color:#fff;margin-bottom:15px;border-left:3px solid #204a87;padding-left:5px}.mm-side .widget .heading{text-align:left;color:#eee;font-size:18px;text-transform:uppercase;position:relative;margin-bottom:10px;padding-bottom:10px}.mm-side .widget ul.link{font-family:Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:14px;padding:0;margin:0;list-style:none;line-height:1.5rem}.mm-side .widget ul.link li a{color:#aaa}.mm-side .widget ul.link li a:focus,.mm-side .widget ul.link li a:hover{color:#fafafa;text-decoration:none;font-weight:500}.mm-spn a{color:#9e9e9e!important}.mm-spn a:hover{color:#fafafa!important}a.toc-link:hover{color:#fafafa;text-decoration:none;font-weight:500}
|
|
20
|
+
|
data/lib/j1/version.rb
CHANGED
data/lib/starter_web/Gemfile
CHANGED
|
@@ -53,7 +53,7 @@ gem 'jekyll', '~> 4.2'
|
|
|
53
53
|
|
|
54
54
|
# Theme Rubies, default: J1 Template (NOT used for the development system)
|
|
55
55
|
#
|
|
56
|
-
gem 'j1-template', '~> 2022.1.
|
|
56
|
+
gem 'j1-template', '~> 2022.1.2'
|
|
57
57
|
|
|
58
58
|
# ------------------------------------------------------------------------------
|
|
59
59
|
# PRODUCTION: Gem needed for the Jekyll and J1 prod environment
|
data/lib/starter_web/_config.yml
CHANGED
|
@@ -53,7 +53,7 @@ environment: development
|
|
|
53
53
|
# ------------------------------------------------------------------------------
|
|
54
54
|
# Sets the build version of J1 Template Gem
|
|
55
55
|
#
|
|
56
|
-
version: 2022.1.
|
|
56
|
+
version: 2022.1.2
|
|
57
57
|
|
|
58
58
|
# version
|
|
59
59
|
# ------------------------------------------------------------------------------
|
|
@@ -332,8 +332,7 @@ permalink: pretty
|
|
|
332
332
|
# if you are running jekyll serve in a development environment,
|
|
333
333
|
# site.url will be set to the value of host, port.
|
|
334
334
|
#
|
|
335
|
-
|
|
336
|
-
url: "https://jekyll.one"
|
|
335
|
+
url: "http://localhost:40000"
|
|
337
336
|
|
|
338
337
|
# The subpath of your site, e.g. /blog/. Used in conjunction with
|
|
339
338
|
# site.url (see above) when you want a link to something with the
|
|
@@ -359,7 +358,7 @@ base_path: ""
|
|
|
359
358
|
#
|
|
360
359
|
protocol: http
|
|
361
360
|
host: localhost
|
|
362
|
-
port:
|
|
361
|
+
port: 40000
|
|
363
362
|
timezone: Europe/Berlin
|
|
364
363
|
encoding: UTF-8
|
|
365
364
|
|
|
@@ -612,35 +611,6 @@ defaults:
|
|
|
612
611
|
# POSTS
|
|
613
612
|
#
|
|
614
613
|
|
|
615
|
-
# ----------------------------------------------------------------------------
|
|
616
|
-
# PUBLIC - SIMPLE POST
|
|
617
|
-
#
|
|
618
|
-
# - scope:
|
|
619
|
-
# path: posts/public/simple-post
|
|
620
|
-
# type: posts
|
|
621
|
-
#
|
|
622
|
-
# values:
|
|
623
|
-
# layout: post
|
|
624
|
-
# author: J1 Team
|
|
625
|
-
# compress: true
|
|
626
|
-
# image: /assets/images/modules/attics/joanna-kosinska-1920x1280.jpg
|
|
627
|
-
#
|
|
628
|
-
# robots:
|
|
629
|
-
# index: true
|
|
630
|
-
# follow: true
|
|
631
|
-
#
|
|
632
|
-
# personalization: false
|
|
633
|
-
# exclude_from_search: false
|
|
634
|
-
# series: false
|
|
635
|
-
#
|
|
636
|
-
# toc: true
|
|
637
|
-
# fab_menu_id: page_ctrl_simple
|
|
638
|
-
# scrollbar: false
|
|
639
|
-
#
|
|
640
|
-
# resource_options:
|
|
641
|
-
# - toccer:
|
|
642
|
-
# collapseDepth: 3
|
|
643
|
-
|
|
644
614
|
# ----------------------------------------------------------------------------
|
|
645
615
|
# PUBLIC - FEATURED
|
|
646
616
|
#
|
|
@@ -177,7 +177,7 @@ settings:
|
|
|
177
177
|
title: Roundtrip
|
|
178
178
|
tagline: learn top features
|
|
179
179
|
class: btn btn-xl btn-primary text-uppercase text-left mr-2 mb-2
|
|
180
|
-
style: "min-width:
|
|
180
|
+
style: "min-width: 270px"
|
|
181
181
|
icon: briefcase-search-outline
|
|
182
182
|
icon_color:
|
|
183
183
|
icon_size: 3x
|
|
@@ -190,7 +190,7 @@ settings:
|
|
|
190
190
|
title: Download
|
|
191
191
|
tagline: get on rubygems
|
|
192
192
|
class: btn btn-xl btn-primary text-uppercase text-left mr-2 mb-2
|
|
193
|
-
style: "min-width:
|
|
193
|
+
style: "min-width: 270px"
|
|
194
194
|
icon: briefcase-download-outline
|
|
195
195
|
icon_color:
|
|
196
196
|
icon_size: 3x
|
|
@@ -203,7 +203,7 @@ settings:
|
|
|
203
203
|
title: Rocketstart
|
|
204
204
|
tagline: finished in minutes
|
|
205
205
|
class: btn btn-raised btn-xl btn-primary text-uppercase text-left mr-2 mb-2
|
|
206
|
-
style: "min-width:
|
|
206
|
+
style: "min-width: 270px"
|
|
207
207
|
icon: rocket-launch
|
|
208
208
|
icon_color:
|
|
209
209
|
icon_size: 3x
|
|
@@ -60,12 +60,11 @@ resource_options:
|
|
|
60
60
|
[role="dropcap"]
|
|
61
61
|
Welcome to the first preview page focussing on the image module. This page
|
|
62
62
|
shows some valuable features of the J1 Template to manage your image-based
|
|
63
|
-
content using lightboxes, carousels (slider), and galleries.
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
A carousel app (slider) lets you present your images as shows.
|
|
63
|
+
content using lightboxes, carousels (slider), and galleries. The image module
|
|
64
|
+
offers complex functionality based on powerful OpenSource libraries like
|
|
65
|
+
JustifiedGallery for high-end, masonry-styled preview maps. J1 Template uses
|
|
66
|
+
the jQuery plugin Owl Carousel as a base for image sliders. A carousel
|
|
67
|
+
app (slider) lets you present your images as shows.
|
|
69
68
|
|
|
70
69
|
Lightboxes like LightGallery or Lightbox V2 support your web for enlarged
|
|
71
70
|
image views of your picture or video content. Have a look, a quick tour
|
|
@@ -135,6 +135,7 @@ resource_options:
|
|
|
135
135
|
|
|
136
136
|
// Include sub-documents (if any)
|
|
137
137
|
// -----------------------------------------------------------------------------
|
|
138
|
+
[role="dropcap"]
|
|
138
139
|
Playing video on web pages seems not that special since you can already
|
|
139
140
|
watch videos on web pages through plugins like _Flash Player_, _Quicktime_,
|
|
140
141
|
or _Silverlight_. A new standard goes to HTML5 Video, a pure HTML way to
|
|
@@ -58,8 +58,7 @@ resource_options:
|
|
|
58
58
|
|
|
59
59
|
// Include sub-documents (if any)
|
|
60
60
|
// -----------------------------------------------------------------------------
|
|
61
|
-
|
|
62
|
-
|
|
61
|
+
[role="dropcap"]
|
|
63
62
|
The character font serves as one of the most crucial branding elements for
|
|
64
63
|
any business. Typography matters for any media presenting text. The text will
|
|
65
64
|
take on an important role of acting as plain text but will also serve
|
|
@@ -57,6 +57,12 @@ resource_options:
|
|
|
57
57
|
|
|
58
58
|
// Include sub-documents (if any)
|
|
59
59
|
// -----------------------------------------------------------------------------
|
|
60
|
+
[role="dropcap"]
|
|
61
|
+
J1 Template supports popular icons font sets out-of-the-box. The icon sets MDI
|
|
62
|
+
and FA are very good in design and have a rich set of different icons for many
|
|
63
|
+
categories used for the Web. Iconify icons are not a locally stored icon-set
|
|
64
|
+
like MDI or FA. All icons are loaded over the Internet using the so-called
|
|
65
|
+
Unified OpenSource Icon Framework.
|
|
60
66
|
|
|
61
67
|
== Icon Fonts
|
|
62
68
|
|
|
@@ -55,12 +55,12 @@ resource_options:
|
|
|
55
55
|
|
|
56
56
|
// Include sub-documents (if any)
|
|
57
57
|
// -----------------------------------------------------------------------------
|
|
58
|
+
[role="dropcap"]
|
|
58
59
|
J1 Template implements some incubating Ruby-based extensions for Asciidoctor.
|
|
59
60
|
Most extensions are based on the examples given with the
|
|
60
61
|
link:{url-asciidoctor--extensions-lab}[Asciidoctor Extensions Lab, {browser-window--new}].
|
|
61
62
|
If you simply want to use the extensions from this repository, go ahead to
|
|
62
63
|
link:{url-asciidoctor--extensions-use}[Using an extension, {browser-window--new}].
|
|
63
|
-
|
|
64
64
|
To create Asciidoc extensions on your own, it is highly recommended to read the
|
|
65
65
|
link:{url-asciidoctor--extensions-manual}[extensions section, {browser-window--new}] in
|
|
66
66
|
the Asciidoctor user manual.
|
|
@@ -53,13 +53,13 @@ resource_options:
|
|
|
53
53
|
|
|
54
54
|
// Include sub-documents (if any)
|
|
55
55
|
// -----------------------------------------------------------------------------
|
|
56
|
+
[role="dropcap"]
|
|
56
57
|
Advanced Bootstrap Modals are based on the free package of
|
|
57
58
|
link:{url-mdb--home}[Material Design for Bootstrap, {browser-window--new}] on version
|
|
58
59
|
*4.3.2*. This version can be found following this link:
|
|
59
60
|
link:{url-mdb--bs-modals-legacy}[Enhanced Bootstrap Modals, {browser-window--new}]. A more
|
|
60
61
|
current version is available from here:
|
|
61
62
|
link:{url-mdb--bs-modals}[Modal examples & templates, {browser-window--new}].
|
|
62
|
-
|
|
63
63
|
Bootstrap modals are used to add dialogues to your web pages for user
|
|
64
64
|
notifications. To highlight important information to your visitors. Modals
|
|
65
65
|
are positioned over everything else in the document so that messages
|
|
@@ -55,6 +55,7 @@ resource_options:
|
|
|
55
55
|
|
|
56
56
|
// Include sub-documents (if any)
|
|
57
57
|
// -----------------------------------------------------------------------------
|
|
58
|
+
[role="dropcap"]
|
|
58
59
|
Creating a design for responsive tables is challenging. The approach used by
|
|
59
60
|
J1 Template is based on pure CSS on top of the classic Bootstrap styles for
|
|
60
61
|
simplicity and portability to be viewed best on all devices and browsers.
|
|
@@ -55,12 +55,11 @@ resource_options:
|
|
|
55
55
|
|
|
56
56
|
// Include sub-documents (if any)
|
|
57
57
|
// -----------------------------------------------------------------------------
|
|
58
|
+
[role="dropcap"]
|
|
58
59
|
Themes for the template system J1 are based on the free and open-source CSS
|
|
59
60
|
front-end framework {url-bs--home}[Bootstrap, {browser-window--new}] of
|
|
60
|
-
version V5.
|
|
61
|
-
|
|
62
|
-
Bootstrap is an HTML, CSS & JS Library that focuses on simplifying the
|
|
63
|
-
development of modern web pages. The primary purpose of applying the
|
|
61
|
+
version V5. Bootstrap is an HTML, CSS & JS Library that focuses on simplifying
|
|
62
|
+
the development of modern web pages. The primary purpose of applying the
|
|
64
63
|
framework to J1 is to provide a general standard for colors, sizes, fonts,
|
|
65
64
|
and the overall layout of a J1-based site. Bootstrap provides basic style
|
|
66
65
|
definitions for all commonly used HTML elements.
|
|
@@ -55,16 +55,15 @@ resource_options:
|
|
|
55
55
|
|
|
56
56
|
// Include sub-documents (if any)
|
|
57
57
|
// -----------------------------------------------------------------------------
|
|
58
|
+
[role="dropcap"]
|
|
58
59
|
QuickSearch is based on the search engine Lunr, fully integrated with the J1
|
|
59
60
|
Template. Lunr is designed to be lightweight yet full-featured to provide a
|
|
60
61
|
great search experience. No need for complex external, server-sided search
|
|
61
|
-
engines or commercial services on the Internet like Google.
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
to
|
|
66
|
-
intelligence (AI) methods to make sense of results out of a handful of words
|
|
67
|
-
given for a search.
|
|
62
|
+
engines or commercial services on the Internet like Google. Searching a website
|
|
63
|
+
using QuickSearch is different from search engines like Google or Microsoft
|
|
64
|
+
Bing. Those search platforms using complex algorithms to provide a simple
|
|
65
|
+
interface to the public but using a lot of artificial intelligence (AI) methods
|
|
66
|
+
to make sense of results out of a handful of words given for a search.
|
|
68
67
|
|
|
69
68
|
Nevertheless, QuickSearch, the J1 implementation of Lunr, is simple like
|
|
70
69
|
searching at Google but offers additional features to do searches more
|
|
@@ -421,8 +420,8 @@ To simulate a logical *AND* search of documents that contain the word `jekyll`
|
|
|
421
420
|
|
|
422
421
|
You reached the end of the roundtrip. Hopefully you enjoyed exploring what J1
|
|
423
422
|
can do for your new website. To make things real for your new site, go for
|
|
424
|
-
*
|
|
423
|
+
*J1 in a Day*. This tutorial guides you through all the steps on how to
|
|
425
424
|
build a website. Your site using Jekyll and the template system J1.
|
|
426
425
|
|
|
427
426
|
It's a pleasant journey to learn what modern static webs can offer today.
|
|
428
|
-
Start your journey from here: link:{url-j1-kickstarter--web-in-a-day}[
|
|
427
|
+
Start your journey from here: link:{url-j1-kickstarter--web-in-a-day}[J1 in a Day, {browser-window--new}].
|
|
@@ -113,8 +113,6 @@ tutorials present what you need to know:
|
|
|
113
113
|
* Development System
|
|
114
114
|
* Project Management
|
|
115
115
|
* Create Content
|
|
116
|
-
* Using Modules
|
|
117
|
-
* Cloud Services
|
|
118
116
|
|
|
119
117
|
It sounds much, spending a whole day to get Jekyll and J1 to know. Yes, it is
|
|
120
118
|
much. But it makes sense to get a full overview of what can be achieved by modern
|
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: 2022.1.
|
|
4
|
+
version: 2022.1.2
|
|
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: 2022-03-
|
|
11
|
+
date: 2022-03-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|