j1-template 2021.1.22 → 2021.1.23

Sign up to get free protection for your applications and to get access to all the features.
Files changed (86) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/layouts/content_generator_article_navigator.html +177 -0
  3. data/_includes/themes/j1/layouts/content_generator_news_panel_posts.html +413 -0
  4. data/_includes/themes/j1/procedures/posts/collate_timeline.proc +4 -4
  5. data/_layouts/article_navigator.html +62 -0
  6. data/_layouts/news_panel_posts.html +62 -0
  7. data/assets/data/article_navigator/index.html +63 -0
  8. data/assets/data/news_panel_posts/index.html +47 -0
  9. data/assets/data/panel.html +141 -51
  10. data/assets/themes/j1/adapter/js/infiniteScroll.js +243 -0
  11. data/assets/themes/j1/adapter/js/j1.js +11 -0
  12. data/assets/themes/j1/core/css/themes/uno-light/bootstrap.css +720 -672
  13. data/assets/themes/j1/core/css/themes/uno-light/bootstrap.min.css +1 -1
  14. data/assets/themes/j1/modules/infiniteScroll/css/theme/uno.css +150 -0
  15. data/assets/themes/j1/modules/infiniteScroll/css/theme/uno.min.css +15 -0
  16. data/assets/themes/j1/modules/infiniteScroll/js/infiniteScroll.js +1909 -0
  17. data/assets/themes/j1/modules/infiniteScroll/js/infiniteScroll.min.js +11 -0
  18. data/assets/themes/j1/modules/infiniteScroll/js/infiniteScroll.modified.js +1913 -0
  19. data/assets/themes/j1/modules/showOnScroll/js/showOnScroll.js +61 -0
  20. data/assets/themes/j1/modules/showOnScroll/js/showOnScroll.min.js +15 -0
  21. data/lib/j1/version.rb +1 -1
  22. data/lib/starter_web/Gemfile +1 -1
  23. data/lib/starter_web/_config.yml +1 -1
  24. data/lib/starter_web/_data/blocks/banner.yml +5 -5
  25. data/lib/starter_web/_data/blocks/defaults/panel.1.yml +256 -0
  26. data/lib/starter_web/_data/blocks/defaults/panel.2.yml +250 -0
  27. data/lib/starter_web/_data/blocks/defaults/panel.yml +9 -14
  28. data/lib/starter_web/_data/blocks/panel.yml +341 -165
  29. data/lib/starter_web/_data/layouts/article_navigator.yml +168 -0
  30. data/lib/starter_web/_data/layouts/default.yml +1 -1
  31. data/lib/starter_web/_data/layouts/home.yml +16 -9
  32. data/lib/starter_web/_data/layouts/news_panel_posts.yml +168 -0
  33. data/lib/starter_web/_data/modules/defaults/infiniteScroll.yml +73 -0
  34. data/lib/starter_web/_data/modules/infiniteScroll.yml +66 -0
  35. data/lib/starter_web/_data/resources.yml +43 -0
  36. data/lib/starter_web/_includes/attributes.asciidoc +1 -1
  37. data/lib/starter_web/_plugins/lunr_index.rb +1 -1
  38. data/lib/starter_web/assets/images/modules/attics/alexander-shatov-1920x1280.jpg +0 -0
  39. data/lib/starter_web/assets/images/modules/attics/franck-1920x12800.jpg +0 -0
  40. data/lib/starter_web/assets/images/modules/attics/rirri-1920x1280.jpg +0 -0
  41. data/lib/starter_web/assets/images/pages/posts/adrien-olichon-1920x1280.jpg +0 -0
  42. data/lib/starter_web/assets/images/pages/posts/alejandro-barba-1920x1280.jpg +0 -0
  43. data/lib/starter_web/assets/images/pages/posts/andre-francois-mckenzie-1920x1280.jpg +0 -0
  44. data/lib/starter_web/assets/images/pages/posts/andreas-steger-1920x1280.jpg +0 -0
  45. data/lib/starter_web/assets/images/pages/posts/ansgar-scheffold-1920x1280.jpg +0 -0
  46. data/lib/starter_web/assets/images/pages/posts/ben-white-1920x1280.jpg +0 -0
  47. data/lib/starter_web/assets/images/pages/posts/craig-sybert-1920x1280.jpg +0 -0
  48. data/lib/starter_web/assets/images/pages/posts/danielle-cerullo-1920x1280.jpg +0 -0
  49. data/lib/starter_web/assets/images/pages/posts/deb-dowd-1920x1280.jpg +0 -0
  50. data/lib/starter_web/assets/images/pages/posts/halgatewood-1920x1280.jpg +0 -0
  51. data/lib/starter_web/assets/images/pages/posts/hans-eiskonen-1920x1280.jpg +0 -0
  52. data/lib/starter_web/assets/images/pages/posts/ian-barsby-1920x1280.jpg +0 -0
  53. data/lib/starter_web/assets/images/pages/posts/ivan-aleksic-1920x1280.jpg +0 -0
  54. data/lib/starter_web/assets/images/pages/posts/markus-krisetya-1920x1280.jpg +0 -0
  55. data/lib/starter_web/assets/images/pages/posts/markus-spiske-6-1920x1280.jpg +0 -0
  56. data/lib/starter_web/assets/images/pages/posts/markus-winkler-1920x1280.jpg +0 -0
  57. data/lib/starter_web/assets/images/pages/posts/markus-winkler-2-1920x1280.jpg +0 -0
  58. data/lib/starter_web/assets/images/pages/posts/michelle-cassar-1920x1280.jpg +0 -0
  59. data/lib/starter_web/assets/images/pages/posts/mika-baumeister-1920x1280.jpg +0 -0
  60. data/lib/starter_web/assets/images/pages/posts/science-in-hd-1920x1280.jpg +0 -0
  61. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-01-post-test-series.adoc +2 -2
  62. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-02-post-test-series.adoc +2 -1
  63. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-03-post-test-series.adoc +2 -1
  64. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-04-post-test-series.adoc +2 -1
  65. data/lib/starter_web/index.html +1 -2
  66. data/lib/starter_web/package.json +1 -1
  67. data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +5 -5
  68. data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +5 -5
  69. data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +5 -5
  70. data/lib/starter_web/pages/public/blog/navigator/archive.html +8 -9
  71. data/lib/starter_web/pages/public/learn/quickstart.adoc +23 -32
  72. data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.adoc +37 -44
  73. data/lib/starter_web/pages/public/learn/roundtrip/100_present_videos.adoc +11 -12
  74. data/lib/starter_web/pages/public/learn/roundtrip/200_typography.adoc +18 -18
  75. data/lib/starter_web/pages/public/learn/roundtrip/300_icon_fonts.adoc +19 -20
  76. data/lib/starter_web/pages/public/learn/roundtrip/400_asciidoc_extensions.adoc +22 -23
  77. data/lib/starter_web/pages/public/learn/roundtrip/410_bs_modals_extentions.adoc +6 -6
  78. data/lib/starter_web/pages/public/learn/roundtrip/420_responsive_tables_extensions.adoc +10 -10
  79. data/lib/starter_web/pages/public/learn/roundtrip/500_themes.adoc +24 -22
  80. data/lib/starter_web/pages/public/learn/roundtrip/600_quicksearch.adoc +33 -33
  81. data/lib/starter_web/pages/public/learn/roundtrip/_includes/attributes.asciidoc +5 -0
  82. data/lib/starter_web/pages/public/learn/where_to_go.adoc +2 -2
  83. data/lib/starter_web/pages/public/previewer/bootstrap_theme.adoc +8 -8
  84. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  85. data/lib/starter_web/utilsrv/package.json +1 -1
  86. metadata +45 -2
@@ -0,0 +1,66 @@
1
+ # ------------------------------------------------------------------------------
2
+ # ~/_data/modules/infiniteScroll.yml
3
+ # User configuration for J1 infiniteScroll
4
+ #
5
+ # Product/Info:
6
+ # https://jekyll.one
7
+ #
8
+ # Copyright (C) 2021 Juergen Adams
9
+ #
10
+ # J1 Template is licensed under the MIT License.
11
+ # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
12
+ # ------------------------------------------------------------------------------
13
+
14
+ # ------------------------------------------------------------------------------
15
+ # About this configuration (used for J1 CC only)
16
+ #
17
+ about_config:
18
+
19
+ title: infiniteScroll
20
+ scope: User settings
21
+ location: _data/modules/infiniteScroll.yml
22
+
23
+ # ------------------------------------------------------------------------------
24
+ # User configuration settings
25
+ #
26
+ settings:
27
+ enabled: true
28
+
29
+ scrollers:
30
+
31
+ # ==========================================================================
32
+ # Image Galleries
33
+ #
34
+
35
+ # --------------------------------------------------------------------------
36
+ # News Panel
37
+ #
38
+ - scroller:
39
+ enabled: true
40
+ id: home_news_panel
41
+ data_path: /assets/data/news_panel_posts
42
+ pages: "page${pageNumber}/index.html"
43
+ lastPage: 4
44
+ history: false
45
+ scrollThreshold: 10
46
+ scrollOffset: 470
47
+ checkLastPage: true
48
+ check_status: true
49
+
50
+ # --------------------------------------------------------------------------
51
+ # Article Navigator
52
+ #
53
+ - scroller:
54
+ enabled: true
55
+ id: article_navigator
56
+ data_path: /assets/data/article_navigator
57
+ pages: "page${pageNumber}/index.html"
58
+ lastPage: 4
59
+ history: false
60
+ scrollThreshold: 10
61
+ scrollOffset: 470
62
+ checkLastPage: true
63
+ check_status: true
64
+
65
+ # ------------------------------------------------------------------------------
66
+ # END config
@@ -1260,5 +1260,48 @@ resources:
1260
1260
  js: []
1261
1261
  init_function: [ j1.adapter.rtextResizer.init ]
1262
1262
 
1263
+ # ----------------------------------------------------------------------------
1264
+ # infiniteScroll
1265
+ # NOTE: https://infinite-scroll.com/
1266
+ #
1267
+ - name: infiniteScroll
1268
+ resource:
1269
+ id: infinitescroll
1270
+ enabled: true
1271
+ comment: J1 infiniteScroll
1272
+ region: head
1273
+ layout: [ all ]
1274
+ required: ondemand # always | ondemand
1275
+ preload: false # property currently unused
1276
+ script_load: defer
1277
+ dependencies: false
1278
+ pass_init_data: false
1279
+ data:
1280
+ css: [ modules/infiniteScroll/css/theme/uno ]
1281
+ files: [ adapter/js/infiniteScroll.js ]
1282
+ js: [ modules/infiniteScroll/js/infiniteScroll ]
1283
+ init_function: [ j1.adapter.infiniteScroll.init ]
1284
+
1285
+ # ----------------------------------------------------------------------------
1286
+ # infiniteScroll
1287
+ # NOTE: https://infinite-scroll.com/
1288
+ #
1289
+ - name: showOnScroll
1290
+ resource:
1291
+ id: showonscroll
1292
+ enabled: true
1293
+ comment: J1 showOnScroll
1294
+ region: head
1295
+ layout: [ all ]
1296
+ required: ondemand # always | ondemand
1297
+ preload: false # property currently unused
1298
+ script_load: defer
1299
+ dependencies: false
1300
+ pass_init_data: false
1301
+ data:
1302
+ css: []
1303
+ files: []
1304
+ js: [ modules/showOnScroll/js/showOnScroll ]
1305
+ init_function: []
1263
1306
  # ------------------------------------------------------------------------------
1264
1307
  # END config
@@ -423,7 +423,7 @@ end::tables[]
423
423
  // -----------------------------------------------------------------------------
424
424
  tag::products[]
425
425
  :j1--license: MIT License
426
- :j1--version: 2021.1.22
426
+ :j1--version: 2021.1.23
427
427
  :j1--site-name: Jekyll One
428
428
  end::products[]
429
429
 
@@ -364,6 +364,6 @@ end
364
364
 
365
365
  module Jekyll
366
366
  module J1LunrSearch
367
- VERSION = '2021.1.22'
367
+ VERSION = '2021.1.23'
368
368
  end
369
369
  end
@@ -6,7 +6,7 @@ categories: [ Examples ]
6
6
  tags: [ Series, Test ]
7
7
 
8
8
  series: test-series
9
-
9
+ image: /assets/images/modules/attics/admin-dashboard-bootstrap-1280x600.jpg
10
10
  regenerate: false
11
11
 
12
12
  resources: []
@@ -33,7 +33,7 @@ resource_options:
33
33
 
34
34
  // Place an excerpt at the most top position
35
35
  // -----------------------------------------------------------------------------
36
- [role="dropcap"]
36
+ [role="dropcap mt-3"]
37
37
  This post is a *test series element*. Post series can help to split larger
38
38
  posts into a group of smaller articles. This may helpful, if a large post
39
39
  should be split into several *main chapters* but grouped together.
@@ -6,6 +6,7 @@ categories: [ Examples ]
6
6
  tags: [ Series, Test ]
7
7
 
8
8
  series: test-series
9
+ image: /assets/images/modules/attics/admin-dashboard-bootstrap-1280x600.jpg
9
10
 
10
11
  regenerate: false
11
12
 
@@ -33,7 +34,7 @@ resource_options:
33
34
 
34
35
  // Place an excerpt at the most top position
35
36
  // -----------------------------------------------------------------------------
36
- [role="dropcap"]
37
+ [role="dropcap mt-3"]
37
38
  This post is a *test series element*. Post series can help to split larger
38
39
  posts into a group of smaller articles. This may helpful, if a large post
39
40
  should be split into several *main chapters* but grouped together.
@@ -6,6 +6,7 @@ categories: [ Examples ]
6
6
  tags: [ Series, Test ]
7
7
 
8
8
  series: test-series
9
+ image: /assets/images/modules/attics/admin-dashboard-bootstrap-1280x600.jpg
9
10
 
10
11
  regenerate: false
11
12
 
@@ -33,7 +34,7 @@ resource_options:
33
34
 
34
35
  // Place an excerpt at the most top position
35
36
  // -----------------------------------------------------------------------------
36
- [role="dropcap"]
37
+ [role="dropcap mt-3"]
37
38
  This post is a *test series element*. Post series can help to split larger
38
39
  posts into a group of smaller articles. This may helpful, if a large post
39
40
  should be split into several *main chapters* but grouped together.
@@ -6,6 +6,7 @@ categories: [ Examples ]
6
6
  tags: [ Series, Test ]
7
7
 
8
8
  series: test-series
9
+ image: /assets/images/modules/attics/admin-dashboard-bootstrap-1280x600.jpg
9
10
 
10
11
  regenerate: false
11
12
 
@@ -33,7 +34,7 @@ resource_options:
33
34
 
34
35
  // Place an excerpt at the most top position
35
36
  // -----------------------------------------------------------------------------
36
- [role="dropcap"]
37
+ [role="dropcap mt-3"]
37
38
  This post is a *test series element*. Post series can help to split larger
38
39
  posts into a group of smaller articles. This may helpful, if a large post
39
40
  should be split into several *main chapters* but grouped together.
@@ -31,7 +31,7 @@ toc: false
31
31
 
32
32
  regenerate: true
33
33
 
34
- resources: []
34
+ resources: [ animate, infinitescroll, showonscroll ]
35
35
  resource_options:
36
36
  - attic:
37
37
  padding_top: 400
@@ -41,7 +41,6 @@ resource_options:
41
41
  - url: /assets/images/modules/attics/runner-1920x1200.jpg
42
42
  ---
43
43
 
44
-
45
44
  <pre>
46
45
  This page is created by the layout: {{ page.layout }}.
47
46
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": true,
3
3
  "name": "j1_starter",
4
- "version": "2021.1.22",
4
+ "version": "2021.1.23",
5
5
  "description": "J1 Template Starter Web",
6
6
  "homepage": "https://your.site",
7
7
  "author": {
@@ -205,20 +205,20 @@ site_category_word_list: {{site_category_word_list | debug}}
205
205
  {% if post.image %}
206
206
  <!-- [INFO ] [j1.pages.blog.navigator.archive ] [Post image is available] -->
207
207
  <div class="col-md-6 img-bg--fill px-0"
208
- style="background-image: url({{post.image}});">
208
+ style="border-right: 1px dotted rgba(0, 0, 0, 0.25); background-image: url({{post.image}});">
209
209
  </div>
210
210
  {% else %}
211
211
  <!-- [INFO ] [j1.pages.blog.navigator.archive ] [Post image missing, using configured default image] -->
212
212
  <div class="col-md-6 img-bg--fill px-0"
213
- style="background-image: url({{blog_navigator_options.post_image}});">
213
+ style="border-right: 1px dotted rgba(0, 0, 0, 0.25); background-image: url({{blog_navigator_options.post_image}});">
214
214
  </div>
215
215
  {% endif %}
216
216
 
217
- <div class="col-md-6">
218
- <div class="card-body r-text-300">{{excerpt}}</div>
217
+ <div class="col-md-6 p-0">
218
+ <div class="card-body r-text-300 mt-4">{{excerpt}}</div>
219
219
  <div class="card-footer r-text-200">
220
220
  <div class="card-footer-text">
221
- <hr class="my-3">
221
+
222
222
  {% if post.date %}
223
223
  {% if language == "en" %}
224
224
  <i class="mdi mdi-calendar-blank md-grey-600 mr-1"></i>{{post.date | localize: "%Y %B, %e"}}
@@ -189,20 +189,20 @@ site_category_word_list: {{site_category_word_list | debug}}
189
189
  {% if post.image %}
190
190
  <!-- [INFO ] [j1.pages.blog.navigator.archive ] [Post image is available] -->
191
191
  <div class="col-md-6 img-bg--fill px-0"
192
- style="background-image: url({{post.image}});">
192
+ style="border-right: 1px dotted rgba(0, 0, 0, 0.25); background-image: url({{post.image}});">
193
193
  </div>
194
194
  {% else %}
195
195
  <!-- [INFO ] [j1.pages.blog.navigator.archive ] [Post image missing, using configured default image] -->
196
196
  <div class="col-md-6 img-bg--fill px-0"
197
- style="background-image: url({{blog_navigator_options.post_image}});">
197
+ style="border-right: 1px dotted rgba(0, 0, 0, 0.25); background-image: url({{blog_navigator_options.post_image}});">
198
198
  </div>
199
199
  {% endif %}
200
200
 
201
- <div class="col-md-6">
202
- <div class="card-body r-text-300">{{excerpt}}</div>
201
+ <div class="col-md-6 p-0">
202
+ <div class="card-body r-text-300 mt-4">{{excerpt}}</div>
203
203
  <div class="card-footer r-text-200">
204
204
  <div class="card-footer-text">
205
- <hr class="my-3">
205
+
206
206
  {% if post.date %}
207
207
  {% if language == "en" %}
208
208
  <i class="mdi mdi-calendar-blank md-grey-600 mr-1"></i>{{post.date|localize: "%Y %B, %e"}}
@@ -238,20 +238,20 @@ site_category_word_list: {{site_category_word_list | debug}}
238
238
  {% if post.image %}
239
239
  <!-- [INFO ] [j1.pages.blog.navigator.archive ] [Post image is available] -->
240
240
  <div class="col-md-6 img-bg--fill px-0"
241
- style="background-image: url({{post.image}});">
241
+ style="border-right: 1px dotted rgba(0, 0, 0, 0.25); background-image: url({{post.image}});">
242
242
  </div>
243
243
  {% else %}
244
244
  <!-- [INFO ] [j1.pages.blog.navigator.archive ] [Post image missing, using configured default image] -->
245
245
  <div class="col-md-6 img-bg--fill px-0"
246
- style="background-image: url({{blog_navigator_options.post_image}});">
246
+ style="border-right: 1px dotted rgba(0, 0, 0, 0.25); background-image: url({{blog_navigator_options.post_image}});">
247
247
  </div>
248
248
  {% endif %}
249
249
 
250
- <div class="col-md-6">
251
- <div class="card-body r-text-300">{{excerpt}}</div>
250
+ <div class="col-md-6 p-0">
251
+ <div class="card-body r-text-300 mt-4">{{excerpt}}</div>
252
252
  <div class="card-footer r-text-200">
253
253
  <div class="card-footer-text">
254
- <hr class="my-3">
254
+
255
255
  {% if post.date %}
256
256
  {% if language == "en" %}
257
257
  <i class="mdi mdi-calendar-blank md-grey-600 mr-1"></i>{{post.date | localize: "%Y %B, %e"}}
@@ -1,9 +1,8 @@
1
1
  ---
2
2
  layout: page
3
- title: Creators Blog
3
+ title: Blog Archive
4
4
  tagline: all posts
5
- description: >
6
- Browse all articles provided by this website
5
+ description: Create index pages for articles this website
7
6
 
8
7
  categories: [ Blog ]
9
8
  tags: [ Navigator, Archive ]
@@ -16,7 +15,7 @@ pagination:
16
15
  enabled: false
17
16
  permalink: /page:num/
18
17
 
19
- analytics: true
18
+ analytics: false
20
19
  advertising: false
21
20
  comments: false
22
21
 
@@ -163,20 +162,20 @@ site_category_word_list: {{site_category_word_list | debug}}
163
162
  {% if post.image %}
164
163
  <!-- [INFO ] [j1.pages.blog.navigator.archive ] [Post image is available] -->
165
164
  <div class="col-md-6 img-bg--fill px-0"
166
- style="background-image: url({{post.image}});">
165
+ style="border-right: 1px dotted rgba(0, 0, 0, 0.25); background-image: url({{post.image}});">
167
166
  </div>
168
167
  {% else %}
169
168
  <!-- [INFO ] [j1.pages.blog.navigator.archive ] [Post image missing, using configured default image] -->
170
169
  <div class="col-md-6 img-bg--fill px-0"
171
- style="background-image: url({{blog_navigator_options.post_image}});">
170
+ style="border-right: 1px dotted rgba(0, 0, 0, 0.25); background-image: url({{blog_navigator_options.post_image}});">
172
171
  </div>
173
172
  {% endif %}
174
173
 
175
- <div class="col-md-6">
176
- <div class="card-body r-text-300">{{excerpt}}</div>
174
+ <div class="col-md-6 p-0">
175
+ <div class="card-body r-text-300 mt-4">{{excerpt}}</div>
177
176
  <div class="card-footer r-text-200">
178
177
  <div class="card-footer-text">
179
- <hr class="my-3">
178
+
180
179
  {% if post.date %}
181
180
  {% if language == "en" %}
182
181
  <i class="mdi mdi-calendar-blank md-grey-600 mr-1"></i>{{post.date | localize: "%Y %B, %e"}}
@@ -3,9 +3,10 @@ title: Quickstart
3
3
  tagline: an amazing site in 15 minutes
4
4
  date: 2021-03-07 00:00:00
5
5
  description: >
6
- Welcome to the pages of J1 Template. If your here
7
- first time, a good decision you get on that page first.
8
- For sure, there is no better place to go.
6
+ The template comes with a Web included, a skeleton for
7
+ a new website created with J1 Template. This Web is called
8
+ the "Starter web", a general-purpose scaffold to be modified
9
+ for your needs.
9
10
 
10
11
  categories: [ Knowledge ]
11
12
  tags: [ J1, Template, Quickstart ]
@@ -55,24 +56,14 @@ resource_options:
55
56
  // Include sub-documents
56
57
  // -----------------------------------------------------------------------------
57
58
 
58
- *All you need for your new amazing site.*
59
-
60
- Jekyll meets Bootstrap - and makes a lot of friends. J1 Template combines
61
- the best of OpenSource software for the Web and the Web site generator
62
- `Jekyll`. J1 is OpenSource, and so are the packaged modules. No pain for
63
- private or professional use. Check J1 Template today to learn what's possible
64
- if you go to the Jekyll Way.
65
-
66
- *Create powerful modern Static Webs: Secure, Flexible and Fast.*
67
-
68
- The template comes with a Web included, a skeleton for new website created
69
- with J1 Template. This Web is called the *Starter Web*, a general-purpose
70
- Website scaffold to be modified for your needs. The built-in Starter Web
71
- can be visited live at https://publish.jekyll.one/[J1 Publish, {browser-window--new}].
72
- This site show live pages deployed on the Internet on _Github_, _Netlify_
59
+ The template comes with a Web included, a skeleton for new a website created
60
+ using J1 Template. This Web is called the *Starter web*, a general-purpose
61
+ scaffold to be modified for your needs. The built-in Starter web is available
62
+ live at https://publish.jekyll.one/[J1 Publish, {browser-window--new}]. This
63
+ site show live pages deployed on the Internet on _Github_, _Netlify_
73
64
  and _Heroku_.
74
65
 
75
- *Have fun exploring what a modern static web, a Jekyll site can do*!
66
+ A *Starter web* is created in minutes. This section
76
67
 
77
68
  == The Software needed
78
69
 
@@ -98,9 +89,9 @@ NOTE: More current or older versions may work, but not tested.
98
89
 
99
90
  === Software upgrades needed for all platforms
100
91
 
101
- If _Ruby_ and _NodeJS_ are in place, some packages are to be upgraded to
92
+ If _Ruby_ and _NodeJS_ are in place, some packages needs to be upgraded to
102
93
  more *current* versions. Install all packages system-wide with their
103
- respective product installation pathes.
94
+ respective product installation paths.
104
95
 
105
96
  ==== Upgrades needed for Ruby < v2.7
106
97
 
@@ -201,7 +192,7 @@ If a *project* (a website) is generated, all development tasks are managed
201
192
  by *NPM scripts* (NodeJS). Development *tasks* are defined as *scripts*
202
193
  with the project config file `package.json`.
203
194
 
204
- First, create a projects folder for all website to be generated J1. For the
195
+ First, create a projects folder for all websites to be generated J1. For the
205
196
  following examples, a project is generated on _Windows_ using *C:\Temp*
206
197
  for the project's folder.
207
198
 
@@ -278,7 +269,7 @@ as below:
278
269
  The first step, done only once, is to initialize a project. What means to
279
270
  download and install all resources for your new website followed by an
280
271
  initial creation process for the new site. Initializing a project is managed
281
- by the (NPM) *task* `setup`. A bunch of sub-tasks get fired, all of them
272
+ by the (NPM) *task* `setup`. A bunch of sub-tasks gets fired, all of them
282
273
  managed by NPM.
283
274
 
284
275
  Let's start ...
@@ -326,12 +317,11 @@ To open the site, run: yarn site
326
317
  Done in 88.03s.
327
318
  ----
328
319
 
329
- The `setup` process will take a while - typically some minutes for the
330
- *first* run (depending on the performances of your Internet connection
331
- and your workstation). A bunch of NPM modules and Ruby Gems are downloaded
332
- and linked for the components part of the project. See `setup` as an extended
333
- *install* and *build* process to manage an initial setup for your new
334
- website.
320
+ The `setup` process will take a while. Typically some minutes for the *first*
321
+ run, depending on your Internet connection bandwidth and the workstation
322
+ performance. Many NPM modules and Ruby Gems are downloaded and linked for
323
+ the components part of the project. See `setup` as an extended *install* and
324
+ *build* process to manage your new website's initial setup.
335
325
 
336
326
  === Run and develop a starter web
337
327
 
@@ -373,10 +363,11 @@ Go, go, go ..
373
363
  === Rebuild a site
374
364
 
375
365
  A project runs Jekyll in *incremental* mode with *auto-regeneration* enabled.
376
- All changes made to the pages (posts) of your web at runtime are automatically
377
- detected and the affected are rebuild and (live) reloaded.
366
+ All changes made to your web's pages and posts at runtime are automatically
367
+ detected, and the affected pages are rebuilt and automatically reloaded with
368
+ your browser.
378
369
 
379
- To rebuild the *site* from the scratch, a web can be completely rebuild by
370
+ For rebuilding a *site* from scratch, a web can be completely rebuilt by
380
371
  running the task `rebuild`:
381
372
 
382
373
  [source, sh]