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
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  layout: page
3
- title: Agency Blog
3
+ title: Starter Blog
4
4
  tagline: Explore Posts
5
5
  date: 2022-01-01 01:00:00
6
6
  description: >
@@ -1,13 +1,13 @@
1
1
  ---
2
- title: Bootstrap Themes
3
- tagline: J1 Themes Feature
2
+ title: Theme Feature
3
+ tagline: Bootstrap Themes
4
4
  date: 2020-11-10 00:00:00
5
5
  description: >
6
- JekyllOne, a Jekyll Theme for multifunctional Bootstrap-based and responsive
6
+ J1 Starter, a Jekyll theme for multifunctional Bootstrap-based and responsive
7
7
  websites, offers various unique functionalities compared to other Jekyll
8
- themes and templates. Bootstrap Themes for the J1 Theme are based on the
8
+ themes and templates. Bootstrap themes for the J1 theme are based on the
9
9
  free and open-source CSS front-end framework Bootstrap of version V5.
10
- The Bootstrap themes for J1 Theme enables the presentation of
10
+ The Bootstrap themes for J1 theme enables the presentation of
11
11
  different versions (skins) of the same site using already prepared
12
12
  Bootstrap CSS templates.
13
13
  keywords: >
@@ -59,10 +59,10 @@ resource_options:
59
59
  // Page content
60
60
  // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
61
61
  [role="dropcap"]
62
- Bootstrap Themes for the J1 Theme are based on the free and open-source
63
- CSS front-end framework of version V5. The Bootstrap themes feature enables
64
- the presentation of different versions of the same site using already prepared
65
- Bootstrap CSS templates.
62
+ Bootstrap themes for the J1 are based on the free and open-source CSS front-end
63
+ framework of version V5. The Bootstrap themes feature enables the presentation
64
+ of different versions of the same site using already prepared Bootstrap
65
+ CSS templates.
66
66
 
67
67
  link:{url-bs--home}[Bootstrap, {browser-window--new}] is an HTML, CSS and
68
68
  Javascripts Library that focuses on simplifying the development of modern web
@@ -70,7 +70,7 @@ pages. The primary purpose of applying the framework to J1 is to provide a
70
70
  general standard for colors, sizes, fonts, and the overall layout of a
71
71
  J1-based site.
72
72
 
73
- Using Bootstrap Themes results in a uniform appearance for the content in
73
+ Using Bootstrap themes results in a uniform appearance for the content in
74
74
  terms of the overall layout, text, tables, and form elements across all
75
75
  modern web browsers available on the market. In addition, developers can take
76
76
  advantage of CSS classes defined in Bootstrap to customize content
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  title: Lunr Search
3
- tagline: QuickSearch for J1
3
+ tagline: QuickSearch For J1
4
4
  date: 2020-11-08 00:00:00
5
5
  description: >
6
6
  The QuickSearch option for the J1 Theme is based on the
@@ -1,6 +1,6 @@
1
1
  ---
2
- title: J1 Theme
3
- tagline: plan details
2
+ title: J1 Starter
3
+ tagline: Plan Setails
4
4
  date: 2020-11-03 00:00:00
5
5
  description: >
6
6
  A good user experience browsing a Web site is one of the most important
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": true,
3
3
  "name": "utls",
4
- "version": "2023.0.5",
4
+ "version": "2023.0.7",
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.5",
4
+ "version": "2023.0.7",
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.5
4
+ version: 2023.0.7
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-30 00:00:00.000000000 Z
11
+ date: 2023-02-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll