j1-template 2023.0.6 → 2023.0.8

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.
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/_includes/themes/j1/procedures/posts/collate_timeline.proc +1 -1
  7. data/_layouts/default.html +94 -73
  8. data/assets/data/banner.html +2 -2
  9. data/assets/data/panel.0.html +1021 -0
  10. data/assets/data/panel.html +4 -4
  11. data/assets/themes/j1/adapter/js/j1.js +2577 -2525
  12. data/assets/themes/j1/adapter/js/themer.js +5 -1
  13. data/assets/themes/j1/core/css/themes/unodark/bootstrap.css +55 -0
  14. data/assets/themes/j1/core/css/themes/unodark/bootstrap.min.css +1 -1
  15. data/assets/themes/j1/core/css/themes/unolight/bootstrap.css +54 -7
  16. data/assets/themes/j1/core/css/themes/unolight/bootstrap.min.css +1 -1
  17. data/lib/j1/version.rb +1 -1
  18. data/lib/starter_web/Gemfile +1 -1
  19. data/lib/starter_web/README.md +5 -5
  20. data/lib/starter_web/_config.yml +9 -3
  21. data/lib/starter_web/_data/blocks/panel.yml +9 -9
  22. data/lib/starter_web/_data/j1_config.yml +8 -0
  23. data/lib/starter_web/_data/layouts/home.yml +1 -1
  24. data/lib/starter_web/_data/modules/defaults/blog_navigator.yml +44 -44
  25. data/lib/starter_web/_data/modules/defaults/navigator.yml +3 -1
  26. data/lib/starter_web/_data/resources.yml +29 -29
  27. data/lib/starter_web/_data/templates/feed.xml +1 -1
  28. data/lib/starter_web/_plugins/index/lunr.rb +1 -1
  29. data/lib/starter_web/collections/posts/public/featured/_posts/2021-01-01-about-cookies.adoc +0 -1
  30. data/lib/starter_web/collections/posts/public/featured/_posts/2021-02-01-static-site-generators.adoc +0 -4
  31. data/lib/starter_web/collections/posts/public/featured/_posts/2022-02-01-about-j1.adoc +0 -1
  32. data/lib/starter_web/package.json +1 -1
  33. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  34. data/lib/starter_web/utilsrv/package.json +1 -1
  35. metadata +3 -2
@@ -391,6 +391,6 @@ end
391
391
 
392
392
  module Jekyll
393
393
  module J1LunrSearch
394
- VERSION = '2023.0.6'
394
+ VERSION = '2023.0.8'
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}],
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": true,
3
3
  "name": "j1",
4
- "version": "2023.0.6",
4
+ "version": "2023.0.8",
5
5
  "description": "J1 Theme Starter Web",
6
6
  "homepage": "https://your.site",
7
7
  "author": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": true,
3
3
  "name": "utls",
4
- "version": "2023.0.6",
4
+ "version": "2023.0.8",
5
5
  "description": "J1 Theme Utility Server",
6
6
  "homepage": "https://jekyll.one",
7
7
  "author": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": true,
3
3
  "name": "utls",
4
- "version": "2023.0.6",
4
+ "version": "2023.0.8",
5
5
  "description": "J1 Theme Utility Server",
6
6
  "homepage": "https://jekyll.one",
7
7
  "author": {
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: 2023.0.6
4
+ version: 2023.0.8
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: 2023-01-31 00:00:00.000000000 Z
11
+ date: 2023-02-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -334,6 +334,7 @@ files:
334
334
  - assets/data/mmenu_toc.html
335
335
  - assets/data/nbinteract.html
336
336
  - assets/data/news_panel_posts/index.html
337
+ - assets/data/panel.0.html
337
338
  - assets/data/panel.html
338
339
  - assets/data/particles.yml
339
340
  - assets/data/private.json