j1-template 2023.0.5 → 2023.0.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (35) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/layouts/layout_metadata_generator.html +1 -1
  3. data/_includes/themes/j1/modules/searcher/procedures/topsearch.proc +7 -10
  4. data/_includes/themes/j1/procedures/layouts/content_writer.proc +1 -1
  5. data/_includes/themes/j1/procedures/layouts/resource_writer.proc +8 -8
  6. data/_layouts/default.html +94 -73
  7. data/assets/data/banner.html +2 -2
  8. data/assets/themes/j1/core/css/themes/unolight/bootstrap.css +4 -6
  9. data/assets/themes/j1/core/css/themes/unolight/bootstrap.min.css +1 -1
  10. data/lib/j1/version.rb +1 -1
  11. data/lib/starter_web/Gemfile +1 -1
  12. data/lib/starter_web/README.md +5 -5
  13. data/lib/starter_web/_config.yml +14 -4
  14. data/lib/starter_web/_data/blocks/banner.yml +11 -11
  15. data/lib/starter_web/_data/blocks/footer.yml +6 -5
  16. data/lib/starter_web/_data/modules/defaults/navigator.yml +1 -1
  17. data/lib/starter_web/_data/resources.yml +29 -29
  18. data/lib/starter_web/_data/templates/feed.xml +1 -1
  19. data/lib/starter_web/_includes/attributes.asciidoc +1 -1
  20. data/lib/starter_web/_plugins/index/lunr.rb +1 -1
  21. data/lib/starter_web/collections/posts/public/featured/_posts/2021-01-01-about-cookies.adoc +0 -1
  22. data/lib/starter_web/collections/posts/public/featured/_posts/2021-02-01-static-site-generators.adoc +0 -4
  23. data/lib/starter_web/collections/posts/public/featured/_posts/2022-02-01-about-j1.adoc +0 -1
  24. data/lib/starter_web/index.html +7 -8
  25. data/lib/starter_web/package.json +1 -1
  26. data/lib/starter_web/pages/public/about/features.adoc +5 -6
  27. data/lib/starter_web/pages/public/about/reporting_issues.adoc +13 -14
  28. data/lib/starter_web/pages/public/about/site.adoc +3 -5
  29. data/lib/starter_web/pages/public/blog/navigator/index.html +1 -1
  30. data/lib/starter_web/pages/public/learn/roundtrip/bootstrap_themes.adoc +10 -10
  31. data/lib/starter_web/pages/public/learn/roundtrip/lunr_search.adoc +1 -1
  32. data/lib/starter_web/pages/public/plans/plans.adoc +2 -2
  33. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  34. data/lib/starter_web/utilsrv/package.json +1 -1
  35. metadata +2 -2
data/lib/j1/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module J1
2
- VERSION = '2023.0.5'
2
+ VERSION = '2023.0.7'
3
3
  end
@@ -79,7 +79,7 @@ gem 'j1-template', '~> 2023.0.0'
79
79
 
80
80
  # Loaded from gem.fury.io
81
81
  #source 'https://gem.fury.io/jekyll-one-org/' do
82
- # gem 'j1-template', '~> 2023.0.5'
82
+ # gem 'j1-template', '~> 2023.0.7'
83
83
  #end
84
84
 
85
85
  # ------------------------------------------------------------------------------
@@ -380,7 +380,7 @@ This command creates a **initial** project in folder **my-starter**.
380
380
  2022-07-30 18:12:12 - GENERATE: Resolving dependencies...
381
381
  2022-07-30 18:12:12 - GENERATE: Using bundler 2.3.7
382
382
  ...
383
- 2022-07-30 18:12:12 - GENERATE: Using j1-template 2023.0.5
383
+ 2022-07-30 18:12:12 - GENERATE: Using j1-template 2023.0.7
384
384
  2022-07-30 18:12:12 - GENERATE: Bundle complete! 31 Gemfile dependencies, 78 gems now installed.
385
385
  2022-07-30 18:12:12 - GENERATE: Bundled gems are installed into `../../.gem`
386
386
  2022-07-30 18:12:12 - GENERATE: C:/Users/xxx/.gem/ruby/3.1.0;C:/DevTools/Ruby31-x64/lib/ruby/gems/3.1.0;
@@ -416,7 +416,7 @@ commands are available as well.
416
416
  2022-07-30 18:17:48 - SETUP: Initialize the project ...
417
417
  2022-07-30 18:17:48 - SETUP: Be patient, this will take a while ...
418
418
  2022-07-30 18:17:49 - SETUP:
419
- 2022-07-30 18:17:49 - SETUP: > j1@2023.0.5 setup C:\Users\xxx\j1-projects\my-starter
419
+ 2022-07-30 18:17:49 - SETUP: > j1@2023.0.7 setup C:\Users\xxx\j1-projects\my-starter
420
420
  2022-07-30 18:17:49 - SETUP: > npm --silent run setup-start && npm --silent run setup-base && run-s -s setup:*
421
421
  2022-07-30 18:17:49 - SETUP:
422
422
  2022-07-30 18:17:50 - SETUP: Setup project for first use ..
@@ -461,7 +461,7 @@ browser. Let's start the journey ...
461
461
  Check setup state of the J1 project ...
462
462
  2022-07-30 18:26:18 - SITE: Starting up your site ...
463
463
  2022-07-30 18:26:18 - SITE:
464
- 2022-07-30 18:26:18 - SITE: > j1@2023.0.5 j1-site C:\Users\jadams\j1-projects\my-starter
464
+ 2022-07-30 18:26:18 - SITE: > j1@2023.0.7 j1-site C:\Users\jadams\j1-projects\my-starter
465
465
  2022-07-30 18:26:18 - SITE: > run-p -s j1-site:*
466
466
  2022-07-30 18:26:18 - SITE:
467
467
  2022-07-30 18:26:20 - SITE: Startup UTILSRV ..
@@ -500,7 +500,7 @@ Check setup state of the J1 project ...
500
500
  REBUILD: Rebuild the projects website ...
501
501
  REBUILD: Be patient, this will take a while ...
502
502
  2022-07-30 18:45:09 - REBUILD:
503
- 2022-07-30 18:45:09 - REBUILD: > j1@2023.0.5 rebuild C:\Users\xxx\j1-projects\my-starter
503
+ 2022-07-30 18:45:09 - REBUILD: > j1@2023.0.7 rebuild C:\Users\xxx\j1-projects\my-starter
504
504
  2022-07-30 18:45:09 - REBUILD: > run-s -s rebuild:* && run-s -s post-rebuild:*
505
505
  2022-07-30 18:45:09 - REBUILD:
506
506
  2022-07-30 18:45:10 - REBUILD: Rebuild site incremental ..
@@ -548,7 +548,7 @@ using Lerna for all packages:
548
548
  2022-07-30 18:29:07 - RESET: Reset the project to factory state ...
549
549
  2022-07-30 18:29:07 - RESET: Be patient, this will take a while ...
550
550
  2022-07-30 18:29:08 - RESET:
551
- 2022-07-30 18:29:08 - RESET: > j1@2023.0.5 reset C:\Users\xxx\j1-projects\my-starter
551
+ 2022-07-30 18:29:08 - RESET: > j1@2023.0.7 reset C:\Users\xxx\j1-projects\my-starter
552
552
  2022-07-30 18:29:08 - RESET: > run-s -s reset:*
553
553
  2022-07-30 18:29:08 - RESET:
554
554
  2022-07-30 18:29:08 - RESET: Reset project to factory state ..
@@ -53,7 +53,7 @@ environment: development
53
53
  # ------------------------------------------------------------------------------
54
54
  # Sets the build version of J1 Theme Gem
55
55
  #
56
- version: 2023.0.5
56
+ version: 2023.0.7
57
57
 
58
58
  # version
59
59
  # ------------------------------------------------------------------------------
@@ -61,6 +61,12 @@ version: 2023.0.5
61
61
  #
62
62
  copyright: © 2023 J1 · All rights reserved
63
63
 
64
+ # noscript
65
+ # ------------------------------------------------------------------------------
66
+ # Enables|Disables a noscript page
67
+ #
68
+ noscript: false
69
+
64
70
 
65
71
  # ==============================================================================
66
72
  # 2. THEME configuration
@@ -220,10 +226,14 @@ doctype: html
220
226
  # default: false
221
227
  # ------------------------------------------------------------------------------
222
228
  #
223
- title: Jekyll One
224
- tagline: Template For Jekyll
229
+ title: J1 Starter Theme
230
+ tagline: Explore What Jekyll Can Do
225
231
  description: >
226
- Made for Jekyll · Made for Your Web
232
+ Jekyll One Starter Theme. This template gives web developers
233
+ and hobbyists a clean implementation in Jekyll for starting
234
+ new projects and combines the best of open source software
235
+ for the Web. Jekyll One is open source and the modules packed
236
+ as well. No pain for private or professional purposes.
227
237
  keywords: >
228
238
  opensource, free, load, download, start, starter, example,
229
239
  high, easy, use, secure, encrypt, standard, popular,
@@ -101,26 +101,26 @@ settings:
101
101
  width: 12
102
102
  type: text
103
103
  position: left # left | center
104
- title: Jekyll One Theme
104
+ title: Jekyll One
105
105
  tagline: <b>powerful modern static websites</b>
106
106
  translate_description: notranslate # translate|notranslate
107
107
  description_properties: mt-3 mb-3
108
108
  description: >
109
109
  <p class="dropcap">
110
- Jekyll One Theme is a full-featured theme template for Jekyll
111
- to create modern dynamic websites. J1 Theme provides creative people
112
- with a rich toolset to build great sites and easy-to-use project
113
- management to simplify the build and deployment processes.
110
+ The J1 Starter Theme is a full-featured template for Jekyll to
111
+ create modern dynamic websites. The Starter Theme gives web
112
+ developers and hobbyists a rich toolset to build great sites
113
+ and easy-to-use project management to simplify the build and
114
+ deployment processes.
114
115
  </p>
115
116
  <p>
116
- J1 Theme meets Jekyll and Bootstrap and makes a lot of friends.
117
- The template system of J1 Theme combines the best free software
118
- for the Web. JekyllOne is OpenSource and the modules included are
119
- free to use as well. No license issues for private or professional
120
- purposes.
117
+ Jekyll One meets Jekyll and Bootstrap and makes a lot of friends.
118
+ The template system combines the best free software for the Web.
119
+ JekyllOne is open source, and the modules packed are also free
120
+ to use. No license issues for private or professional purposes.
121
121
  </p>
122
122
  <p class="tagline">
123
- <b>Explore what's possible if you go for static websites.</b>
123
+ <b>Explore what's possible if you go for modern static websites.</b>
124
124
  </p>
125
125
  buttons:
126
126
 
@@ -169,14 +169,15 @@ settings:
169
169
  type: about
170
170
  enabled: true
171
171
 
172
- title: J1 Theme
172
+ title: J1 Starter
173
173
  title_translation: notranslate
174
174
  tagline: featured template for jekyll
175
175
  text: >
176
- Jekyll meets Bootstrap - and makes a lot of friends.
177
- J1 Theme combines the best of OpenSource software for
178
- the Web and the Web site generator Jekyll. J1 is Open
179
- Source and the modules packed as well.
176
+ J1 Starter. This template gives web developers
177
+ and hobbyists a clean implementation in Jekyll for starting
178
+ new projects and combines the best of open source software
179
+ for the Web. Jekyll One is open source and the modules packed
180
+ as well.
180
181
  <br><br>
181
182
  <b>No pain for private or professional purposes.</b>
182
183
  justify: false
@@ -146,7 +146,7 @@ defaults:
146
146
  dropdown_animate_out: fadeOutDown
147
147
  dropdown_animate_duration: .75 # seconds
148
148
  dropdown_item_min_width: 15 # rem
149
- dropdown_menu_max_height: 30 # rem
149
+ dropdown_menu_max_height: 35 # rem
150
150
  dropdown_font_size: small
151
151
  dropdown_padding_x: 18 # rem
152
152
  dropdown_padding_y: 10 # px
@@ -185,8 +185,8 @@
185
185
  # BROWSER
186
186
  #
187
187
  # type: string
188
- # values: sync|async|defer
189
- # default: sync
188
+ # values: async|defer|empty
189
+ # default: defer
190
190
  #
191
191
  # NOTE:
192
192
  # Modern web browsers support the ASYNC and DEFER attributes
@@ -350,7 +350,7 @@ resources:
350
350
  layout: [ all ]
351
351
  required: always
352
352
  preload: false # property currently unused
353
- script_load: sync
353
+ script_load:
354
354
  dependencies: false
355
355
  pass_init_data: true
356
356
  data:
@@ -441,7 +441,7 @@ resources:
441
441
  layout: [ all ]
442
442
  required: always
443
443
  preload: false # property currently unused
444
- script_load: sync
444
+ script_load:
445
445
  dependencies: false
446
446
  pass_init_data: false
447
447
  data:
@@ -466,7 +466,7 @@ resources:
466
466
  layout: [ all ]
467
467
  required: always
468
468
  preload: false # property currently unused
469
- script_load: sync
469
+ script_load:
470
470
  dependencies: false
471
471
  pass_init_data: false
472
472
  data:
@@ -491,7 +491,7 @@ resources:
491
491
  layout: [ all ]
492
492
  required: always
493
493
  preload: false # property currently unused
494
- script_load: sync
494
+ script_load:
495
495
  dependencies: false
496
496
  pass_init_data: true
497
497
  data:
@@ -516,7 +516,7 @@ resources:
516
516
  layout: [ all ]
517
517
  required: always
518
518
  preload: false # property currently unused
519
- script_load: sync
519
+ script_load:
520
520
  dependencies: false
521
521
  pass_init_data: false
522
522
  data:
@@ -540,7 +540,7 @@ resources:
540
540
  layout: [ all ]
541
541
  required: always
542
542
  preload: false # property currently unused
543
- script_load: sync
543
+ script_load:
544
544
  dependencies: false
545
545
  pass_init_data: false
546
546
  data:
@@ -568,7 +568,7 @@ resources:
568
568
  layout: [ all ]
569
569
  required: always
570
570
  preload: false # property currently unused
571
- script_load: sync
571
+ script_load:
572
572
  dependencies: false
573
573
  pass_init_data: false
574
574
  data:
@@ -593,7 +593,7 @@ resources:
593
593
  region: head
594
594
  required: always
595
595
  preload: false # property currently unused
596
- script_load: sync
596
+ script_load:
597
597
  dependencies: false
598
598
  pass_init_data: true
599
599
  data:
@@ -618,7 +618,7 @@ resources:
618
618
  layout: [ all ]
619
619
  required: always
620
620
  preload: false # property currently unused
621
- script_load: sync
621
+ script_load:
622
622
  dependencies: false
623
623
  pass_init_data: false
624
624
  data:
@@ -642,7 +642,7 @@ resources:
642
642
  layout: [ all ]
643
643
  required: always
644
644
  preload: false # property currently unused
645
- script_load: sync
645
+ script_load:
646
646
  dependencies: false
647
647
  pass_init_data: false
648
648
  data:
@@ -666,7 +666,7 @@ resources:
666
666
  layout: [ all ]
667
667
  required: always
668
668
  preload: false # property currently unused
669
- script_load: sync
669
+ script_load:
670
670
  dependencies: false
671
671
  pass_init_data: false
672
672
  data:
@@ -690,7 +690,7 @@ resources:
690
690
  layout: [ all ]
691
691
  required: always
692
692
  preload: false
693
- script_load: sync
693
+ script_load:
694
694
  dependencies: false
695
695
  pass_init_data: false
696
696
  data:
@@ -714,7 +714,7 @@ resources:
714
714
  layout: [ all ]
715
715
  required: always
716
716
  preload: false # property currently unused
717
- script_load: sync
717
+ script_load:
718
718
  dependencies: false
719
719
  pass_init_data: false
720
720
  data:
@@ -738,7 +738,7 @@ resources:
738
738
  layout: [ all ]
739
739
  required: ondemand
740
740
  preload: false # property currently unused
741
- script_load: sync
741
+ script_load:
742
742
  dependencies: false
743
743
  pass_init_data: false
744
744
  data:
@@ -765,7 +765,7 @@ resources:
765
765
  layout: [ all ]
766
766
  required: always
767
767
  preload: false # property currently unused
768
- script_load: sync
768
+ script_load:
769
769
  dependencies: false
770
770
  pass_init_data: false
771
771
  data:
@@ -833,7 +833,7 @@ resources:
833
833
  layout: [ all ]
834
834
  required: always
835
835
  preload: false
836
- script_load: sync
836
+ script_load:
837
837
  dependencies: false
838
838
  pass_init_data: true
839
839
  data:
@@ -939,7 +939,7 @@ resources:
939
939
  layout: [ all ]
940
940
  required: always
941
941
  preload: false
942
- script_load: sync
942
+ script_load:
943
943
  dependencies: false
944
944
  pass_init_data: false
945
945
  data:
@@ -963,7 +963,7 @@ resources:
963
963
  layout: [ all ]
964
964
  required: always
965
965
  preload: false
966
- script_load: sync
966
+ script_load:
967
967
  dependencies: false
968
968
  pass_init_data: false
969
969
  data:
@@ -1109,7 +1109,7 @@ resources:
1109
1109
  region: head
1110
1110
  required: ondemand
1111
1111
  preload: false
1112
- script_load: sync
1112
+ script_load:
1113
1113
  dependencies: false
1114
1114
  pass_init_data: true
1115
1115
  data:
@@ -1359,7 +1359,7 @@ resources:
1359
1359
  layout: [ all ]
1360
1360
  required: ondemand
1361
1361
  preload: false
1362
- script_load: sync
1362
+ script_load:
1363
1363
  dependencies: false
1364
1364
  pass_init_data: true
1365
1365
  data:
@@ -1387,7 +1387,7 @@ resources:
1387
1387
  layout: [ all ]
1388
1388
  required: ondemand
1389
1389
  preload: false
1390
- script_load: sync
1390
+ script_load:
1391
1391
  dependencies: false
1392
1392
  pass_init_data: true
1393
1393
  data:
@@ -1689,7 +1689,7 @@ resources:
1689
1689
  layout: [ all ]
1690
1690
  required: ondemand
1691
1691
  preload: false
1692
- script_load: sync
1692
+ script_load:
1693
1693
  dependencies: false
1694
1694
  pass_init_data: false
1695
1695
  data:
@@ -1714,7 +1714,7 @@ resources:
1714
1714
  layout: [ all ]
1715
1715
  required: ondemand
1716
1716
  preload: false
1717
- script_load: sync
1717
+ script_load:
1718
1718
  dependencies: false
1719
1719
  pass_init_data: false
1720
1720
  data:
@@ -1736,7 +1736,7 @@ resources:
1736
1736
  layout: [ all ]
1737
1737
  required: ondemand
1738
1738
  preload: false
1739
- script_load: sync
1739
+ script_load:
1740
1740
  dependencies: false
1741
1741
  pass_init_data: false
1742
1742
  data:
@@ -1762,7 +1762,7 @@ resources:
1762
1762
  layout: [ all ]
1763
1763
  required: ondemand
1764
1764
  preload: false
1765
- script_load: sync
1765
+ script_load:
1766
1766
  dependencies: false
1767
1767
  pass_init_data: false
1768
1768
  data:
@@ -1928,7 +1928,7 @@ resources:
1928
1928
  layout: [ all ]
1929
1929
  required: always
1930
1930
  preload: false
1931
- script_load: sync
1931
+ script_load:
1932
1932
  dependencies: false
1933
1933
  pass_init_data: false
1934
1934
  data:
@@ -1950,7 +1950,7 @@ resources:
1950
1950
  layout: [ all ]
1951
1951
  required: ondemand
1952
1952
  preload: false
1953
- script_load: sync
1953
+ script_load:
1954
1954
  dependencies: false
1955
1955
  pass_init_data: false
1956
1956
  data:
@@ -57,7 +57,7 @@
57
57
  <id>{{ page.url | absolute_url | xml_escape }}</id>
58
58
  <post_limited>{{ limit_posts }}</post_limited>
59
59
  <template_name>J1 Theme</template_name>
60
- <template_version>2023.0.5</template_version>
60
+ <template_version>2023.0.7</template_version>
61
61
 
62
62
  {% assign title = site.title | default: site.name %}
63
63
  {% if page.collection != "posts" %}
@@ -201,7 +201,7 @@ tag::urls[]
201
201
  :url-j1--home: https://jekyll.one/
202
202
  :url-j1--download: https://rubygems.org/gems/j1-template/
203
203
  :url-j1--versions: https://rubygems.org/gems/j1-template/versions/
204
- :url-j1--reporting-issues: https://github.com/jekyll-one/j1-template-starter/issues
204
+ :url-j1--reporting-issues: https://github.com/jekyll-one/j1-starter/issues
205
205
 
206
206
  :url-j1-rubydoc--home: https://www.rubydoc.info/gems/j1-template/
207
207
  :url-j1--gh-binder-repo: https://github.com/jekyll-one/j1-binder-repo
@@ -391,6 +391,6 @@ end
391
391
 
392
392
  module Jekyll
393
393
  module J1LunrSearch
394
- VERSION = '2023.0.5'
394
+ VERSION = '2023.0.7'
395
395
  end
396
396
  end
@@ -66,7 +66,6 @@ excerpt__end
66
66
 
67
67
  // Include sub-documents (if any)
68
68
  // -----------------------------------------------------------------------------
69
-
70
69
  == What are cookies technically
71
70
 
72
71
  In short: a cookie is a small piece of data that a website asks your
@@ -63,10 +63,6 @@ excerpt__end
63
63
 
64
64
  // Include sub-documents (if any)
65
65
  // -----------------------------------------------------------------------------
66
-
67
-
68
-
69
-
70
66
  [[readmore]]
71
67
  == Dynamic page access
72
68
 
@@ -70,7 +70,6 @@ endif::[]
70
70
 
71
71
  // Include sub-documents (if any)
72
72
  // -----------------------------------------------------------------------------
73
-
74
73
  Many large today's companies like {url-docker--docs}[Docker, {browser-window--new}]
75
74
  are using template-based systems to create their documentation sites. Or like
76
75
  {url-oreilly-atlas--home}[O'Reilly Atlas, {browser-window--new}],
@@ -2,15 +2,14 @@
2
2
  layout: home
3
3
  compress: true
4
4
 
5
- title: Jekyll One
5
+ title: J1 Starter
6
6
  tagline: Explore What Jekyll Can Do
7
7
  description: >
8
- Jekyll One Theme. JekyllOne is a Gem-based Theme made for the
9
- Static Site Generator (SSG) Jekyll. J1 Theme meets Jekyll and
10
- Bootstrap. And makes a lot of friends. The template system
11
- combines the best of free software for the web. Jekyll One
12
- Theme is OpenSource and the modules included are free to use
13
- as well.
8
+ Jekyll One Starter. This theme gives web developers and
9
+ hobbyists a clean implementation in Jekyll for starting
10
+ new projects and combines the best of open source software
11
+ for the Web. Jekyll One is open source and the modules packed
12
+ as well. No pain for private or professional purposes.
14
13
 
15
14
  keywords: >
16
15
  Jekyll, Jekyll, JekyllOne, Theme, Template, Ruby, Gem
@@ -98,7 +97,7 @@ resource_options:
98
97
  slides:
99
98
  - url: /assets/images/modules/attics/1920x1280/kristopher-roller.jpg
100
99
  alt: Photo by Kristopher Roller on Unsplash
101
- title: Jekyll One
100
+ title: J1 Starter
102
101
  tagline: Explore What Jekyll Can Do
103
102
  badge:
104
103
  type: unsplash
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": true,
3
3
  "name": "j1",
4
- "version": "2023.0.5",
4
+ "version": "2023.0.7",
5
5
  "description": "J1 Theme Starter Web",
6
6
  "homepage": "https://your.site",
7
7
  "author": {
@@ -1,6 +1,6 @@
1
1
  ---
2
- title: JekyllOne Theme
3
- tagline: Learn J1 Features
2
+ title: J1 Starter
3
+ tagline: Learn The Features
4
4
  date: 2022-12-31 00:00:00
5
5
  description: >
6
6
  JekyllOne Theme is a website template for the static
@@ -22,10 +22,9 @@ image:
22
22
  height: 1280
23
23
  alt: J1 Theme Mockup
24
24
 
25
- comments: false
26
- fab_menu_id: page_ctrl
25
+ fab_menu_id: default
27
26
  scrollbar: false
28
- comments: true
27
+ comments: false
29
28
 
30
29
  permalink: /pages/public/about/features/
31
30
  regenerate: false
@@ -60,7 +59,7 @@ resource_options:
60
59
  {% include {{load_attributes}} scope="global" %}
61
60
 
62
61
  ifeval::[{badges-enabled} == true]
63
- [role="mb-4"]
62
+ [role="mb-5"]
64
63
  {badge-j1--version-latest} {badge-j1--downloads}
65
64
  endif::[]
66
65
 
@@ -1,11 +1,11 @@
1
1
  ---
2
- title: Help On Issues
3
- tagline: Report on JekyllOne Failures
2
+ title: J1 Starter
3
+ tagline: Report on Failures
4
4
  date: 2022-01-01 00:00:00
5
5
  description: >
6
- Please report on JekyllOne failures. Although I endeavor
7
- to keep this site as up-to-date as possible, even the best
8
- sites will have some bugs. If you spot any typos, factually
6
+ Please report failures. Although I endeavor to keep this
7
+ site as up-to-date as possible, even the best sites will
8
+ have some bugs. If you spot any typos, factually
9
9
  outdated or incorrect information, formatting errors, or
10
10
  similar problems, please report issues so I can correct them.
11
11
  keywords: >
@@ -20,8 +20,9 @@ image:
20
20
  height: 1280
21
21
  alt: J1 Theme Mockup
22
22
 
23
- comments: false
23
+ fab_menu_id: default
24
24
  scrollbar: false
25
+ comments: false
25
26
 
26
27
  regenerate: false
27
28
  permalink: /pages/public/about/reporting_issues/
@@ -59,7 +60,7 @@ resource_options:
59
60
  {% include {{load_attributes}} scope="global" %}
60
61
 
61
62
  ifeval::[{badges-enabled} == true]
62
- [role="mb-4"]
63
+ [role="mb-5"]
63
64
  {badge-j1--version-latest} {badge-j1--downloads}
64
65
  endif::[]
65
66
 
@@ -67,15 +68,13 @@ endif::[]
67
68
  // Page content
68
69
  // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
69
70
  [role="dropcap"]
70
- Although I endeavor to keep this site as up-to-date as possible, even the
71
- best sites will have some bugs. If you spot any typos, factually outdated
72
- or incorrect information, formatting errors, or similar problems, please
73
- report issues so I can correct them.
71
+ Please report failures. Although I endeavor to keep this site as up-to-date
72
+ as possible, even the best sites will have some bugs. If you spot any typos,
73
+ factually outdated or incorrect information, formatting errors, or similar
74
+ problems, please report issues so I can correct them.
74
75
 
75
76
  // Include sub-documents (if any)
76
77
  // -----------------------------------------------------------------------------
77
- == Report an issue
78
-
79
78
  The source pages for the J1 Theme Starter are maintained in a _GitHub_
80
79
  repository. _GitHub_ provides both an issue tracker and a history of changes.
81
80
  To report problems with the content and display, simply open a new issue and
@@ -85,4 +84,4 @@ IMPORTANT: A link:{url-github--join}[free account, {browser-window--new}]
85
84
  at GitHub_ is required in order to open new issues.
86
85
 
87
86
  To report issues, please go on _Github_ for the repo
88
- link:{url-j1--reporting-issues}[J1 Theme Starter, {browser-window--new}].
87
+ link:{url-j1--reporting-issues}[J1 Starter Theme, {browser-window--new}].
@@ -1,5 +1,5 @@
1
1
  ---
2
- title: Jekyll One
2
+ title: J1 Starter
3
3
  tagline: About This Site
4
4
  date: 2022-01-01 00:00:00
5
5
  description: >
@@ -17,7 +17,7 @@ image:
17
17
  height: 1280
18
18
  alt: J1 Theme Mockup
19
19
 
20
- fab_menu_id: page_ctrl
20
+ fab_menu_id: default
21
21
  scrollbar: false
22
22
  comments: false
23
23
 
@@ -57,7 +57,7 @@ resource_options:
57
57
  {% include {{load_attributes}} scope="global" %}
58
58
 
59
59
  ifeval::[{badges-enabled} == true]
60
- [role="mb-4"]
60
+ [role="mb-5"]
61
61
  {badge-j1--version-latest} {badge-j1--downloads}
62
62
  endif::[]
63
63
 
@@ -70,8 +70,6 @@ services provided by this project.
70
70
 
71
71
  // Include sub-documents (if any)
72
72
  // -----------------------------------------------------------------------------
73
- == About this site
74
-
75
73
  Whether you work solo or as part of a team, it’s always a great idea to
76
74
  help visitors put a face to the names behind a website. The best place to
77
75
  include a bit of information about you and your team is on your homepage with