j1-template 2021.1.28 → 2021.1.29
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/modules/navigator/generator.html +1 -1
- data/assets/themes/j1/adapter/js/j1.js +6 -6
- data/assets/themes/j1/adapter/js/j1scroll.js +19 -1
- data/assets/themes/j1/core/js/template.js +4 -4
- data/assets/themes/j1/core/js/template.js.map +1 -1
- data/assets/themes/j1/core/js/template.min.js +4 -4
- data/assets/themes/j1/core/js/template.min.js.map +1 -1
- data/assets/themes/j1/modules/j1Scroll/js/j1scroll.js +11 -21
- data/assets/themes/j1/modules/j1Scroll/js/j1scroll.min.js +1 -1
- data/lib/j1/version.rb +1 -1
- data/lib/starter_web/Gemfile +1 -1
- data/lib/starter_web/_config.yml +1 -1
- data/lib/starter_web/_data/blocks/panel.yml +217 -183
- data/lib/starter_web/_data/layouts/home.yml +20 -16
- data/lib/starter_web/_data/modules/defaults/navigator.yml +1 -1
- data/lib/starter_web/_data/modules/j1scroll.yml +10 -0
- data/lib/starter_web/_data/resources.yml +16 -16
- data/lib/starter_web/_includes/attributes.asciidoc +1 -1
- data/lib/starter_web/_plugins/lunr_index.rb +1 -1
- data/lib/starter_web/package.json +1 -1
- data/lib/starter_web/pages/public/features/modules.adoc +104 -0
- data/lib/starter_web/pages/public/features/platform.adoc +104 -0
- data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
- data/lib/starter_web/utilsrv/package.json +1 -1
- metadata +4 -3
- data/lib/starter_web/pages/infinite-scroll-tester-5.adoc +0 -119
@@ -700,7 +700,7 @@ resources:
|
|
700
700
|
enabled: true
|
701
701
|
comment: HTML modifier for Asciidoctor
|
702
702
|
region: head
|
703
|
-
layout: [ page, post, collection ]
|
703
|
+
layout: [ home, page, post, collection, blog_archive, app ]
|
704
704
|
required: always
|
705
705
|
preload: false # property currently unused
|
706
706
|
script_load: defer
|
@@ -722,7 +722,7 @@ resources:
|
|
722
722
|
enabled: true
|
723
723
|
comment: theme rouge
|
724
724
|
region: head
|
725
|
-
layout: [ page, post, collection ]
|
725
|
+
layout: [ home, page, post, collection, blog_archive, raw, app ]
|
726
726
|
required: ondemand
|
727
727
|
preload: false # property currently unused
|
728
728
|
script_load: defer
|
@@ -788,7 +788,7 @@ resources:
|
|
788
788
|
id: framer
|
789
789
|
enabled: true
|
790
790
|
comment: module framer
|
791
|
-
layout: [ page, post, collection,
|
791
|
+
layout: [ home, page, post, collection, blog_archive, raw, app ]
|
792
792
|
region: head
|
793
793
|
required: ondemand
|
794
794
|
preload: false # property currently unused
|
@@ -811,7 +811,7 @@ resources:
|
|
811
811
|
id: lightbox
|
812
812
|
enabled: true
|
813
813
|
comment: module lightbox
|
814
|
-
layout: [ home, page, post, collection ]
|
814
|
+
layout: [ home, page, post, collection, blog_archive ]
|
815
815
|
region: head
|
816
816
|
required: ondemand
|
817
817
|
preload: false # property currently unused
|
@@ -835,7 +835,7 @@ resources:
|
|
835
835
|
id: twemoji
|
836
836
|
enabled: true
|
837
837
|
comment: module twemoji
|
838
|
-
layout: [ home, page, post, collection ]
|
838
|
+
layout: [ home, page, post, collection, blog_archive ]
|
839
839
|
region: head
|
840
840
|
required: ondemand
|
841
841
|
preload: false # property currently unused
|
@@ -902,7 +902,7 @@ resources:
|
|
902
902
|
enabled: true
|
903
903
|
comment: Iconify framework
|
904
904
|
region: head
|
905
|
-
layout: [ home, page, post, collection ]
|
905
|
+
layout: [ home, page, post, collection, blog_archive ]
|
906
906
|
required: ondemand
|
907
907
|
preload: false # property currently unused
|
908
908
|
script_load: defer
|
@@ -965,7 +965,7 @@ resources:
|
|
965
965
|
enabled: true
|
966
966
|
comment: module carousel
|
967
967
|
region: head
|
968
|
-
layout: [ home, page, post, collection ]
|
968
|
+
layout: [ home, page, post, collection, blog_archive ]
|
969
969
|
required: ondemand
|
970
970
|
preload: false # property currently unused
|
971
971
|
script_load: defer
|
@@ -992,7 +992,7 @@ resources:
|
|
992
992
|
enabled: true
|
993
993
|
comment: module justifiedGallery
|
994
994
|
region: head
|
995
|
-
layout: [ home, page, post, collection, raw, app ]
|
995
|
+
layout: [ home, page, post, collection, blog_archive, raw, app ]
|
996
996
|
required: ondemand
|
997
997
|
preload: false # property currently unused
|
998
998
|
script_load: defer
|
@@ -1016,7 +1016,7 @@ resources:
|
|
1016
1016
|
enabled: true
|
1017
1017
|
comment: module lightGallery
|
1018
1018
|
region: head
|
1019
|
-
layout: [ home, page, post, collection, raw, app ]
|
1019
|
+
layout: [ home, page, post, collection, blog_archive, raw, app ]
|
1020
1020
|
required: ondemand
|
1021
1021
|
preload: false # property currently unused
|
1022
1022
|
script_load: defer
|
@@ -1052,7 +1052,7 @@ resources:
|
|
1052
1052
|
enabled: true
|
1053
1053
|
comment: module videojs
|
1054
1054
|
region: head
|
1055
|
-
layout: [ home, page, post, collection ]
|
1055
|
+
layout: [ home, page, post, collection, blog_archive ]
|
1056
1056
|
required: ondemand
|
1057
1057
|
preload: false # property currently unused
|
1058
1058
|
script_load: defer
|
@@ -1081,7 +1081,7 @@ resources:
|
|
1081
1081
|
enabled: true
|
1082
1082
|
comment: module vimeo_froogaloop
|
1083
1083
|
region: head
|
1084
|
-
layout: [ home, page, post, collection ]
|
1084
|
+
layout: [ home, page, post, collection, blog_archive ]
|
1085
1085
|
required: ondemand
|
1086
1086
|
preload: false # property currently unused
|
1087
1087
|
script_load: defer
|
@@ -1102,7 +1102,7 @@ resources:
|
|
1102
1102
|
enabled: true
|
1103
1103
|
comment: module vimeo_player
|
1104
1104
|
region: head
|
1105
|
-
layout: [ home, page, post, collection ]
|
1105
|
+
layout: [ home, page, post, collection, blog_archive ]
|
1106
1106
|
required: ondemand
|
1107
1107
|
preload: false # property currently unused
|
1108
1108
|
script_load: defer
|
@@ -1146,7 +1146,7 @@ resources:
|
|
1146
1146
|
enabled: false # currently NOT used
|
1147
1147
|
comment: module stacker
|
1148
1148
|
region: head
|
1149
|
-
layout: [ page, post, collection, app, raw ]
|
1149
|
+
layout: [ home, page, post, collection, blog_archive, app, raw ]
|
1150
1150
|
required: ondemand
|
1151
1151
|
preload: false # property currently unused
|
1152
1152
|
script_load: sync
|
@@ -1248,7 +1248,7 @@ resources:
|
|
1248
1248
|
enabled: false
|
1249
1249
|
comment: J1 rtextResizer
|
1250
1250
|
region: head
|
1251
|
-
layout: [ home, page, post, collection ]
|
1251
|
+
layout: [ home, page, post, collection, blog_archive ]
|
1252
1252
|
required: always # always | ondemand
|
1253
1253
|
preload: false # property currently unused
|
1254
1254
|
script_load: defer
|
@@ -1270,7 +1270,7 @@ resources:
|
|
1270
1270
|
enabled: true
|
1271
1271
|
comment: J1 showOnScroll
|
1272
1272
|
region: head
|
1273
|
-
layout: [
|
1273
|
+
layout: [ home, page, post, collection, blog_archive ]
|
1274
1274
|
required: ondemand # always | ondemand
|
1275
1275
|
preload: false # property currently unused
|
1276
1276
|
script_load: defer
|
@@ -1292,7 +1292,7 @@ resources:
|
|
1292
1292
|
enabled: true
|
1293
1293
|
comment: j1Scroll
|
1294
1294
|
region: head
|
1295
|
-
layout: [
|
1295
|
+
layout: [ home, page, post, collection, blog_archive ]
|
1296
1296
|
required: ondemand # always | ondemand
|
1297
1297
|
preload: false # property currently unused
|
1298
1298
|
script_load: defer
|
@@ -423,7 +423,7 @@ end::tables[]
|
|
423
423
|
// -----------------------------------------------------------------------------
|
424
424
|
tag::products[]
|
425
425
|
:j1--license: MIT License
|
426
|
-
:j1--version: 2021.1.
|
426
|
+
:j1--version: 2021.1.29
|
427
427
|
:j1--site-name: Jekyll One
|
428
428
|
end::products[]
|
429
429
|
|
@@ -0,0 +1,104 @@
|
|
1
|
+
---
|
2
|
+
title: Features
|
3
|
+
tagline: Modules, Extensions and Integrations
|
4
|
+
date: 2021-01-01 00:00:00 +100
|
5
|
+
description: >
|
6
|
+
Simple documents are used quite often. If the number
|
7
|
+
of chapters is about or less than three and the document
|
8
|
+
is small in size. This document type does not use any
|
9
|
+
(local) Asciidoc include files or attributes.
|
10
|
+
|
11
|
+
categories: [ Features ]
|
12
|
+
tags: [ Module, Extension, Integration ]
|
13
|
+
|
14
|
+
sitemap: false
|
15
|
+
advertising: false
|
16
|
+
comments: false
|
17
|
+
|
18
|
+
robots:
|
19
|
+
index: false
|
20
|
+
follow: false
|
21
|
+
|
22
|
+
permalink: /pages/public/features/modules/
|
23
|
+
regenerate: false
|
24
|
+
|
25
|
+
resources: []
|
26
|
+
resource_options:
|
27
|
+
- toccer:
|
28
|
+
collapseDepth: 4
|
29
|
+
- attic:
|
30
|
+
padding_top: 400
|
31
|
+
padding_bottom: 50
|
32
|
+
opacity: 0.5
|
33
|
+
slides:
|
34
|
+
- url: /assets/images/pages/skeleton/antonino-visalli-1920x1280.jpg
|
35
|
+
alt: Photo by Antonino Visalli on Unsplash
|
36
|
+
alignY: top
|
37
|
+
badge:
|
38
|
+
type: unsplash
|
39
|
+
author: Antonino Visalli
|
40
|
+
href: https://unsplash.com/@_visalli
|
41
|
+
---
|
42
|
+
|
43
|
+
// Page Initializer
|
44
|
+
// =============================================================================
|
45
|
+
// Enable the Liquid Preprocessor
|
46
|
+
:page-liquid:
|
47
|
+
|
48
|
+
// Set (local) page attributes here
|
49
|
+
// -----------------------------------------------------------------------------
|
50
|
+
// :page--attr: <attr-value>
|
51
|
+
:url-fontawesome--home: https://fontawesome.com/
|
52
|
+
|
53
|
+
:url-roundtrip--mdi-icons: /pages/public/learn/roundtrip/mdi_icon_font/#material-design-icons
|
54
|
+
|
55
|
+
// Load Liquid procedures
|
56
|
+
// -----------------------------------------------------------------------------
|
57
|
+
{% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
|
58
|
+
|
59
|
+
// Load page attributes
|
60
|
+
// -----------------------------------------------------------------------------
|
61
|
+
{% include {{load_attributes}} scope="global" %}
|
62
|
+
|
63
|
+
|
64
|
+
// Page content
|
65
|
+
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
66
|
+
|
67
|
+
The Asciidoc *skeleton simple-document* a helper for setting up a base file and
|
68
|
+
folder structure for simple-document AsciiDoc pages based on _Jekyll_ and
|
69
|
+
_J1 Template_. You need *both* to use this skeleton creating AsciiDoc
|
70
|
+
documents from it.
|
71
|
+
|
72
|
+
Simple documents are used quite often for documents of a website. If the number
|
73
|
+
of chapters is about or less than three and the document is small in size,
|
74
|
+
simple documents should fit. This document type is based on a *single* Asciidoc
|
75
|
+
document and does *not* use any (local) Asciidoc include files or attributes.
|
76
|
+
|
77
|
+
== Modules
|
78
|
+
|
79
|
+
J1 Template support popular icons font sets out-of-the-box:
|
80
|
+
|
81
|
+
* link:{url-mdi--home}[Material Design Icons, {browser-window--new}] (MDI)
|
82
|
+
* link:{url-fontawesome--home}[FontAwesome Icons V5, {browser-window--new}] (FA)
|
83
|
+
* link:{url-iconify--home}[Iconify Icons, {browser-window--new}] (II)
|
84
|
+
|
85
|
+
The icon sets MDI and FA are very good in design and have a rich set of
|
86
|
+
different icons for many categories used for the Web. See below some details
|
87
|
+
for link:{url-roundtrip--mdi-icons}[Material Design Icons, {browser-window--new}]
|
88
|
+
and link:{url-roundtrip--fontawesome-icons}[FontAwesome Icons, {browser-window--new}].
|
89
|
+
|
90
|
+
== Extensions
|
91
|
+
|
92
|
+
J1 Template support popular icons font sets out-of-the-box:
|
93
|
+
|
94
|
+
* link:{url-mdi--home}[Material Design Icons, {browser-window--new}] (MDI)
|
95
|
+
* link:{url-fontawesome--home}[FontAwesome Icons V5, {browser-window--new}] (FA)
|
96
|
+
* link:{url-iconify--home}[Iconify Icons, {browser-window--new}] (II
|
97
|
+
|
98
|
+
== Devices
|
99
|
+
|
100
|
+
J1 Template support popular icons font sets out-of-the-box:
|
101
|
+
|
102
|
+
* link:{url-mdi--home}[Material Design Icons, {browser-window--new}] (MDI)
|
103
|
+
* link:{url-fontawesome--home}[FontAwesome Icons V5, {browser-window--new}] (FA)
|
104
|
+
* link:{url-iconify--home}[Iconify Icons, {browser-window--new}] (II
|
@@ -0,0 +1,104 @@
|
|
1
|
+
---
|
2
|
+
title: General Features
|
3
|
+
tagline: platforms
|
4
|
+
date: 2021-01-01 00:00:00 +100
|
5
|
+
description: >
|
6
|
+
Simple documents are used quite often. If the number
|
7
|
+
of chapters is about or less than three and the document
|
8
|
+
is small in size. This document type does not use any
|
9
|
+
(local) Asciidoc include files or attributes.
|
10
|
+
|
11
|
+
categories: [ Features ]
|
12
|
+
tags: [ General, Features ]
|
13
|
+
|
14
|
+
sitemap: false
|
15
|
+
advertising: false
|
16
|
+
comments: false
|
17
|
+
|
18
|
+
robots:
|
19
|
+
index: false
|
20
|
+
follow: false
|
21
|
+
|
22
|
+
permalink: /pages/public/features/platforms/
|
23
|
+
regenerate: false
|
24
|
+
|
25
|
+
resources: []
|
26
|
+
resource_options:
|
27
|
+
- toccer:
|
28
|
+
collapseDepth: 4
|
29
|
+
- attic:
|
30
|
+
padding_top: 400
|
31
|
+
padding_bottom: 50
|
32
|
+
opacity: 0.5
|
33
|
+
slides:
|
34
|
+
- url: /assets/images/pages/skeleton/antonino-visalli-1920x1280.jpg
|
35
|
+
alt: Photo by Antonino Visalli on Unsplash
|
36
|
+
alignY: top
|
37
|
+
badge:
|
38
|
+
type: unsplash
|
39
|
+
author: Antonino Visalli
|
40
|
+
href: https://unsplash.com/@_visalli
|
41
|
+
---
|
42
|
+
|
43
|
+
// Page Initializer
|
44
|
+
// =============================================================================
|
45
|
+
// Enable the Liquid Preprocessor
|
46
|
+
:page-liquid:
|
47
|
+
|
48
|
+
// Set (local) page attributes here
|
49
|
+
// -----------------------------------------------------------------------------
|
50
|
+
// :page--attr: <attr-value>
|
51
|
+
:url-fontawesome--home: https://fontawesome.com/
|
52
|
+
|
53
|
+
:url-roundtrip--mdi-icons: /pages/public/learn/roundtrip/mdi_icon_font/#material-design-icons
|
54
|
+
|
55
|
+
// Load Liquid procedures
|
56
|
+
// -----------------------------------------------------------------------------
|
57
|
+
{% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
|
58
|
+
|
59
|
+
// Load page attributes
|
60
|
+
// -----------------------------------------------------------------------------
|
61
|
+
{% include {{load_attributes}} scope="global" %}
|
62
|
+
|
63
|
+
|
64
|
+
// Page content
|
65
|
+
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
66
|
+
|
67
|
+
The Asciidoc *skeleton simple-document* a helper for setting up a base file and
|
68
|
+
folder structure for simple-document AsciiDoc pages based on _Jekyll_ and
|
69
|
+
_J1 Template_. You need *both* to use this skeleton creating AsciiDoc
|
70
|
+
documents from it.
|
71
|
+
|
72
|
+
Simple documents are used quite often for documents of a website. If the number
|
73
|
+
of chapters is about or less than three and the document is small in size,
|
74
|
+
simple documents should fit. This document type is based on a *single* Asciidoc
|
75
|
+
document and does *not* use any (local) Asciidoc include files or attributes.
|
76
|
+
|
77
|
+
== Platforms
|
78
|
+
|
79
|
+
J1 Template support popular icons font sets out-of-the-box:
|
80
|
+
|
81
|
+
* link:{url-mdi--home}[Material Design Icons, {browser-window--new}] (MDI)
|
82
|
+
* link:{url-fontawesome--home}[FontAwesome Icons V5, {browser-window--new}] (FA)
|
83
|
+
* link:{url-iconify--home}[Iconify Icons, {browser-window--new}] (II)
|
84
|
+
|
85
|
+
The icon sets MDI and FA are very good in design and have a rich set of
|
86
|
+
different icons for many categories used for the Web. See below some details
|
87
|
+
for link:{url-roundtrip--mdi-icons}[Material Design Icons, {browser-window--new}]
|
88
|
+
and link:{url-roundtrip--fontawesome-icons}[FontAwesome Icons, {browser-window--new}].
|
89
|
+
|
90
|
+
== Frameworks
|
91
|
+
|
92
|
+
J1 Template support popular icons font sets out-of-the-box:
|
93
|
+
|
94
|
+
* link:{url-mdi--home}[Material Design Icons, {browser-window--new}] (MDI)
|
95
|
+
* link:{url-fontawesome--home}[FontAwesome Icons V5, {browser-window--new}] (FA)
|
96
|
+
* link:{url-iconify--home}[Iconify Icons, {browser-window--new}] (II
|
97
|
+
|
98
|
+
== Devices
|
99
|
+
|
100
|
+
J1 Template support popular icons font sets out-of-the-box:
|
101
|
+
|
102
|
+
* link:{url-mdi--home}[Material Design Icons, {browser-window--new}] (MDI)
|
103
|
+
* link:{url-fontawesome--home}[FontAwesome Icons V5, {browser-window--new}] (FA)
|
104
|
+
* link:{url-iconify--home}[Iconify Icons, {browser-window--new}] (II
|
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: 2021.1.
|
4
|
+
version: 2021.1.29
|
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: 2021-09-
|
11
|
+
date: 2021-09-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -1325,7 +1325,6 @@ files:
|
|
1325
1325
|
- lib/starter_web/favicon.ico
|
1326
1326
|
- lib/starter_web/index.html
|
1327
1327
|
- lib/starter_web/package.json
|
1328
|
-
- lib/starter_web/pages/infinite-scroll-tester-5.adoc
|
1329
1328
|
- lib/starter_web/pages/private/readme
|
1330
1329
|
- lib/starter_web/pages/protected/readme
|
1331
1330
|
- lib/starter_web/pages/public/about/about_site.adoc
|
@@ -1374,6 +1373,8 @@ files:
|
|
1374
1373
|
- lib/starter_web/pages/public/blog/navigator/archive/dateview.html
|
1375
1374
|
- lib/starter_web/pages/public/blog/navigator/archive/tagview.html
|
1376
1375
|
- lib/starter_web/pages/public/blog/navigator/index.html
|
1376
|
+
- lib/starter_web/pages/public/features/modules.adoc
|
1377
|
+
- lib/starter_web/pages/public/features/platform.adoc
|
1377
1378
|
- lib/starter_web/pages/public/learn/quickstart.adoc
|
1378
1379
|
- lib/starter_web/pages/public/learn/roundtrip/100_present_images.adoc
|
1379
1380
|
- lib/starter_web/pages/public/learn/roundtrip/100_present_videos.adoc
|
@@ -1,119 +0,0 @@
|
|
1
|
-
---
|
2
|
-
title: Tester
|
3
|
-
tagline: infinite scroll
|
4
|
-
date: 2020-11-03 00:00:00 +100
|
5
|
-
description: >
|
6
|
-
Welcome to the preview page focussing on the image module. This page
|
7
|
-
shows some valuable features of the J1 Template to manage your image-based
|
8
|
-
content using lightboxes, carousels (slider), and galleries.
|
9
|
-
|
10
|
-
categories: [ Testpages ]
|
11
|
-
tags: [ Example ]
|
12
|
-
|
13
|
-
comments: false
|
14
|
-
fam_menu_id: page_ctrl_simple
|
15
|
-
|
16
|
-
permalink: /pages/public/learn/scroller-5/
|
17
|
-
regenerate: false
|
18
|
-
|
19
|
-
resources: [ j1scroll, showonscroll ]
|
20
|
-
resource_options:
|
21
|
-
- attic:
|
22
|
-
padding_top: 400
|
23
|
-
padding_bottom: 50
|
24
|
-
opacity: 0.5
|
25
|
-
slides:
|
26
|
-
- url: /assets/images/pages/roundtrip/images-1920x1280-bw.jpg
|
27
|
-
alt: Photo by Ricardo Gomez Angel on Unsplash
|
28
|
-
badge:
|
29
|
-
type: unsplash
|
30
|
-
author: Ricardo Gomez Angel
|
31
|
-
href: https://unsplash.com/@ripato/portfolio
|
32
|
-
---
|
33
|
-
|
34
|
-
// Page Initializer
|
35
|
-
// =============================================================================
|
36
|
-
// Enable the Liquid Preprocessor
|
37
|
-
:page-liquid:
|
38
|
-
|
39
|
-
// Set (local) page attributes here
|
40
|
-
// -----------------------------------------------------------------------------
|
41
|
-
// :page--attr: <attr-value>
|
42
|
-
:images-dir: {imagesdir}/pages/roundtrip/100_present_images
|
43
|
-
|
44
|
-
// Load Liquid procedures
|
45
|
-
// -----------------------------------------------------------------------------
|
46
|
-
{% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
|
47
|
-
|
48
|
-
// Load page attributes
|
49
|
-
// -----------------------------------------------------------------------------
|
50
|
-
{% include {{load_attributes}} scope="global" %}
|
51
|
-
|
52
|
-
// Page content
|
53
|
-
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
54
|
-
|
55
|
-
// Include sub-documents
|
56
|
-
// -----------------------------------------------------------------------------
|
57
|
-
|
58
|
-
== Infinite scroll example 5
|
59
|
-
|
60
|
-
lorem:sentences[5]
|
61
|
-
|
62
|
-
++++
|
63
|
-
<div class="noClass">
|
64
|
-
<ul id="home_news_panel-scroll-group" class="list-group list-group-horizontal align-items-stretch flex-wrap">
|
65
|
-
<!-- [INFO ] [j1.assets.data.panel.html ] [ write post items ] -->
|
66
|
-
<li id="home_news_panel-scroll-item" class="list-group-item items-2 p-0">
|
67
|
-
<article class="card card-same-height raised-z3 mb-3">
|
68
|
-
<img class="img-fluid img-object--cover g-height-200" src="/assets/images/modules/attics/katie-moum-1920x1280.jpg" alt="Welcome">
|
69
|
-
<h3 class="card-header bg-primary notoc">Welcome</h3>
|
70
|
-
<!-- Body|Excerpt -->
|
71
|
-
<div class="card-body r-text-300 mt-4">
|
72
|
-
<div class="paragraph dropcap">
|
73
|
-
<p class="dropcap"><span class="j1-dropcap">A</span>ll you’re doing at the end of the day is writing your content, and the J1
|
74
|
-
Template does all the tricky things: putting out HTML, Javascript, and CSS.
|
75
|
-
As a result, the site creation process gets out of your way.</p>
|
76
|
-
</div>
|
77
|
-
<div class="paragraph">
|
78
|
-
<p><strong>Sounds fun, isn’t it</strong>?</p>
|
79
|
-
</div>
|
80
|
-
</div>
|
81
|
-
<!-- End Body|Excerpt -->
|
82
|
-
<div class="card-footer r-text-200">
|
83
|
-
<div class="card-footer-text">
|
84
|
-
<i class="mdi mdi-calendar-blank md-grey-600 mr-1"></i>2021 March, 28
|
85
|
-
</div>
|
86
|
-
<a class="card-link text-muted text-lowercase" href="/posts/public/featured/info/2021/03/28/welcome-to-j1/">
|
87
|
-
read · jekyll for everyone
|
88
|
-
</a>
|
89
|
-
</div>
|
90
|
-
</article>
|
91
|
-
</li>
|
92
|
-
<li id="home_news_panel-scroll-item" class="list-group-item items-2 p-0">
|
93
|
-
|
94
|
-
<article class="card card-same-height raised-z3 mb-3">
|
95
|
-
<img class="img-fluid img-object--cover g-height-200" src="/assets/images/modules/attics/runner-1920x1200.jpg" alt="J1 Template">
|
96
|
-
<h3 class="card-header bg-primary notoc">J1 Template</h3>
|
97
|
-
<!-- Body|Excerpt -->
|
98
|
-
<div class="card-body r-text-300 mt-4">
|
99
|
-
<div class="paragraph dropcap">
|
100
|
-
<p class="dropcap"><span class="j1-dropcap">T</span>he template system was initially developed to create a simple but fully
|
101
|
-
configurable website creation toolset for document servers. Document servers
|
102
|
-
provide websites or other content formats like PDF, projects, software
|
103
|
-
documentation, or similar approaches.</p>
|
104
|
-
</div>
|
105
|
-
</div>
|
106
|
-
<!-- End Body|Excerpt -->
|
107
|
-
<div class="card-footer r-text-200">
|
108
|
-
<div class="card-footer-text">
|
109
|
-
<i class="mdi mdi-calendar-blank md-grey-600 mr-1"></i>2021 March, 3
|
110
|
-
</div>
|
111
|
-
<a class="card-link text-muted text-lowercase" href="/posts/public/featured/knowledge/2021/03/03/about-j1/">
|
112
|
-
read · first version is out
|
113
|
-
</a>
|
114
|
-
</div>
|
115
|
-
</article>
|
116
|
-
</li>
|
117
|
-
</ul>
|
118
|
-
</div>
|
119
|
-
++++
|