j1-template 2023.4.4 → 2023.5.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (79) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/layouts/layout_metadata_generator.html +8 -1
  3. data/assets/themes/j1/adapter/js/analytics.js +6 -3
  4. data/lib/j1/version.rb +1 -1
  5. data/lib/starter_web/Gemfile +2 -2
  6. data/lib/starter_web/README.md +5 -5
  7. data/lib/starter_web/_config.yml +11 -10
  8. data/lib/starter_web/_data/modules/analytics.yml +4 -3
  9. data/lib/starter_web/_data/modules/defaults/analytics.yml +1 -1
  10. data/lib/starter_web/_data/templates/feed.xml +1 -1
  11. data/lib/starter_web/_data/templates/seo-tags.html +3 -6
  12. data/lib/starter_web/_data/templates/sitemap.xml +7 -5
  13. data/lib/starter_web/_plugins/filter/debug.rb +1 -1
  14. data/lib/starter_web/_plugins/filter/encodeBase64.rb +1 -1
  15. data/lib/starter_web/_plugins/filter/encryptAES.rb +1 -1
  16. data/lib/starter_web/_plugins/filter/filters.rb +1 -1
  17. data/lib/starter_web/_plugins/filter/liquify.rb +22 -0
  18. data/lib/starter_web/_plugins/filter/minifyJS.rb +1 -1
  19. data/lib/starter_web/_plugins/filter/minifyJSON.rb +1 -1
  20. data/lib/starter_web/_plugins/filter/prettify.rb +1 -1
  21. data/lib/starter_web/_plugins/filter/xml_prettify.rb +1 -1
  22. data/lib/starter_web/_plugins/index/lunr.rb +1 -1
  23. data/lib/starter_web/_plugins/seo/j1-seo-tags.rb +21 -19
  24. data/lib/starter_web/collections/posts/public/featured/_posts/0000-00-00-welcome-to-j1.adoc.erb +5 -7
  25. data/lib/starter_web/collections/posts/public/featured/_posts/2021-01-01-about-cookies.adoc +3 -0
  26. data/lib/starter_web/collections/posts/public/featured/_posts/2021-02-01-static-site-generators.adoc +4 -1
  27. data/lib/starter_web/collections/posts/public/featured/_posts/2022-02-01-about-j1.adoc +3 -0
  28. data/lib/starter_web/index.html +12 -7
  29. data/lib/starter_web/package.json +2 -9
  30. data/lib/starter_web/pages/public/about/features.adoc +3 -3
  31. data/lib/starter_web/pages/public/about/reporting_issues.adoc +6 -3
  32. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/000_intro.adoc +4 -1
  33. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/100_converter.adoc +4 -1
  34. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/200_themes.adoc +4 -1
  35. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/000_intro.asciidoc +1 -1
  36. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/documentation.a2p +3 -3
  37. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/documentation.adoc +5 -2
  38. data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/multi.adoc +5 -2
  39. data/lib/starter_web/pages/public/asciidoc_skeletons/simple-document/simple.adoc +5 -2
  40. data/lib/starter_web/pages/public/blog/navigator/archive/allview.html +5 -2
  41. data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +5 -2
  42. data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +5 -2
  43. data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +5 -2
  44. data/lib/starter_web/pages/public/blog/navigator/index.html +5 -2
  45. data/lib/starter_web/pages/public/features/general.adoc +11 -8
  46. data/lib/starter_web/pages/public/features/template.adoc +18 -15
  47. data/lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_all_books.adoc +4 -1
  48. data/lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_biography.adoc +4 -1
  49. data/lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_fantasy.adoc +3 -1
  50. data/lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_romance.adoc +3 -1
  51. data/lib/starter_web/pages/public/learn/bookshelf/jekyll_collections.adoc +3 -1
  52. data/lib/starter_web/pages/public/learn/bs_sass_variables/bs_sass_variables.adoc +3 -1
  53. data/lib/starter_web/pages/public/learn/core_web_vitals/core_web_vitals.adoc +3 -1
  54. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/themes_bootstrap.asciidoc +2 -2
  55. data/lib/starter_web/pages/public/learn/roundtrip/asciidoc_extensions.adoc +13 -10
  56. data/lib/starter_web/pages/public/learn/roundtrip/bootstrap_themes.adoc +7 -4
  57. data/lib/starter_web/pages/public/learn/roundtrip/highlghter_rouge.adoc +5 -2
  58. data/lib/starter_web/pages/public/learn/roundtrip/icon_fonts.adoc +16 -13
  59. data/lib/starter_web/pages/public/learn/roundtrip/lunr_search.adoc +9 -6
  60. data/lib/starter_web/pages/public/learn/roundtrip/modal_extentions.adoc +8 -5
  61. data/lib/starter_web/pages/public/learn/roundtrip/present_images.adoc +20 -17
  62. data/lib/starter_web/pages/public/learn/roundtrip/present_videos.adoc +9 -6
  63. data/lib/starter_web/pages/public/learn/roundtrip/responsive_tables.adoc +10 -7
  64. data/lib/starter_web/pages/public/learn/roundtrip/typography.adoc +8 -5
  65. data/lib/starter_web/pages/public/learn/where_to_go.adoc +10 -7
  66. data/lib/starter_web/pages/public/legal/en/100_copyright.adoc +4 -1
  67. data/lib/starter_web/pages/public/legal/en/200_impress.adoc +4 -1
  68. data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +5 -2
  69. data/lib/starter_web/pages/public/legal/en/400_comment_policy.adoc +4 -1
  70. data/lib/starter_web/pages/public/panels/intro_panel/panel.adoc +12 -9
  71. data/lib/starter_web/pages/public/plans/plans.adoc +4 -1
  72. data/lib/starter_web/pages/public/tools/cheatsheet/gem.adoc +4 -1
  73. data/lib/starter_web/pages/public/tools/cheatsheet/git.adoc +4 -1
  74. data/lib/starter_web/pages/public/tools/cheatsheet/j1.adoc +4 -1
  75. data/lib/starter_web/pages/public/tools/cheatsheet/yaml.adoc +6 -3
  76. data/lib/starter_web/pages/public/tools/previewer/preview_bootstrap_theme.adoc +11 -8
  77. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  78. data/lib/starter_web/utilsrv/package.json +1 -1
  79. metadata +3 -2
@@ -1,8 +1,11 @@
1
1
  ---
2
2
  title: Copyright
3
3
  tagline: Legal Right Of The Content
4
- date: 2020-10-23 00:00:00
4
+ date: 2020-10-23
5
+ #last_modified: 2023-01-01
5
6
  description: >
7
+ J1 Template is a Bootstrap V5 website template for the static
8
+ site generator Jekyll.
6
9
  The content and works published on this website are governed by the copyright
7
10
  laws of Germany. Any duplication, processing, distribution, or any form of
8
11
  utilization beyond the scope of copyright law shall require the prior written
@@ -1,8 +1,11 @@
1
1
  ---
2
2
  title: Impress
3
3
  tagline: Legal Information
4
- date: 2020-10-23 00:00:00
4
+ date: 2020-10-23
5
+ #last_modified: 2023-01-01
5
6
  description: >
7
+ J1 Template is a Bootstrap V5 website template for the static
8
+ site generator Jekyll.
6
9
  The content and works published on this website are governed by the copyright
7
10
  laws of Germany. Any duplication, processing, distribution, or any form of
8
11
  utilization beyond the scope of copyright law shall require the prior written
@@ -1,8 +1,11 @@
1
1
  ---
2
2
  title: Privacy
3
3
  tagline: Your Personal Data
4
- date: 2023-01-01 01:00:00 +100
4
+ date: 2023-01-01
5
+ #last_modified: 2023-01-01
5
6
  description: >
7
+ J1 Template is a Bootstrap V5 website template for the static
8
+ site generator Jekyll.
6
9
  The operators of this website take the protection of your personal data
7
10
  seriously. We treat your data confidentially and protect your data privacy to
8
11
  the General Data Protection Regulation (GDPR) of the European Union.
@@ -165,7 +168,7 @@ themes (pre-compiled BS@5 CSS files) to be directly used for websites using
165
168
  Bootstrap V5.
166
169
 
167
170
  The services at _Bootswatch_ use *permanent* Cookies to store relevant theme
168
- information. Therefore, to use the themes feature of J1 Theme, you must
171
+ information. Therefore, to use the themes feature of J1 Template, you must
169
172
  agree on *permanent* Cookies for *personalization*.
170
173
  endif::[]
171
174
 
@@ -1,8 +1,11 @@
1
1
  ---
2
2
  title: Comment Policy
3
3
  tagline: Discuss With Respect
4
- date: 2021-03-30 00:00:00
4
+ date: 2021-03-30
5
+ #last_modified: 2023-01-01
5
6
  description: >
7
+ J1 Template is a Bootstrap V5 website template for the static
8
+ site generator Jekyll.
6
9
  We love comments and appreciate the time that our visitors
7
10
  spend to share ideas and give feedback. Thank you to everyone
8
11
  who comments at this site.
@@ -1,12 +1,15 @@
1
1
  ---
2
- title: J1 Theme
2
+ title: J1 Template
3
3
  tagline: Creating Responsive Websites
4
- date: 2020-11-03 00:00:00
4
+ date: 2020-11-03
5
+ #last_modified: 2023-01-01
5
6
  description: >
7
+ J1 Template is a Bootstrap V5 website template for the static
8
+ site generator Jekyll.
6
9
  A good user experience browsing a Web site is one of the most important
7
10
  features a website offers as a must, besides excellent content. Presenting
8
11
  content at its best on all devices for all window sizes makes a great Web
9
- brilliant. J1 Theme supports your Web for full responsiveness, for the
12
+ brilliant. J1 Template supports your Web for full responsiveness, for the
10
13
  best user experience on all modern devices.
11
14
 
12
15
  categories: [ Info ]
@@ -73,14 +76,14 @@ image::/assets/images/pages/panels/responsive-text-1920x800.jpg[{{page.title}},
73
76
  A good user experience browsing a Web site is one of the most important
74
77
  features a website offers as a must, besides excellent content. Presenting
75
78
  content at its best on all devices for all window sizes makes a great Web
76
- brilliant. J1 Theme supports your Web for full responsiveness, for the
79
+ brilliant. J1 Template supports your Web for full responsiveness, for the
77
80
  best user experience on all modern devices.
78
81
 
79
82
  // [role="skiptranslate"]
80
83
  === Bootstrap Integration
81
84
 
82
85
  To not sidetrack your audience by irritating user interface (UI) components,
83
- the J1 Theme is based on Bootstrap. Bootstrap is one of the most popular
86
+ the J1 Template is based on Bootstrap. Bootstrap is one of the most popular
84
87
  frameworks for web development used today. J1 is based on Bootstrap V5,
85
88
  the last current version to support your visitors by common navigation
86
89
  elements, data input, tables, and many other components.
@@ -91,7 +94,7 @@ for interactive components like navigation elements, cards, forms, etc.
91
94
  ==== Bootstrap Themes
92
95
 
93
96
  The Bootstrap Themes feature for J1 is in an experimental state for the
94
- J1 Theme system. Anyway, it makes sense to present what is possible using
97
+ J1 Template system. Anyway, it makes sense to present what is possible using
95
98
  different versions of Bootstrap's CSS styles for a website.
96
99
 
97
100
  Themes for Bootstrap step in the framework to further adjust the website's
@@ -125,7 +128,7 @@ modifications; your unique design.
125
128
  image::/assets/images/pages/panels/florian-olivo-1920x800.jpg[{{page.title}}, width=1280]
126
129
 
127
130
  The Internet is a rapidly changing world. Like the fashion industries, new
128
- trends are set every year. J1 Theme combines modern technologies for the
131
+ trends are set every year. J1 Template combines modern technologies for the
129
132
  world of static Webs to make a site unique using current standards in terms
130
133
  of web development, languages, and tools.
131
134
 
@@ -204,7 +207,7 @@ Some of the dynamic website enhancements performed by JavaScript are:
204
207
  * Animating page elements such as fading, resizing, or relocating
205
208
  * Playing audio and video
206
209
 
207
- J1 Theme has build-in a wide range of JS-powered modules to support a
210
+ J1 Template has build-in a wide range of JS-powered modules to support a
208
211
  website, e.g., by a powerful navigation system, for presenting image data
209
212
  in galleries, lightboxes, and so on. The good news is: no programming
210
213
  JavaScript is needed to use the build-in JS-based modules.
@@ -215,7 +218,7 @@ JavaScript is needed to use the build-in JS-based modules.
215
218
  [role="mb-3"]
216
219
  image::/assets/images/pages/panels/no-time-1920x800.jpg[{{page.title}}, width=1280]
217
220
 
218
- The base idea of the J1 Theme is to give all people a toolset at their
221
+ The base idea of the J1 Template is to give all people a toolset at their
219
222
  hands to create a website with no need to start by web development or
220
223
  web design from the beginning. A website based on J1 is using build-in
221
224
  templates and engines. As a result, the process to generate HTML code from
@@ -1,8 +1,11 @@
1
1
  ---
2
2
  title: J1 Starter
3
3
  tagline: Plan Details
4
- date: 2020-11-03 00:00:00
4
+ date: 2020-11-03
5
+ #last_modified: 2023-01-01
5
6
  description: >
7
+ J1 Template is a Bootstrap V5 website template for the static
8
+ site generator Jekyll.
6
9
  Service plans give customers a clear understanding of what services
7
10
  they will receive, how they will be provided, and what they will cost. Service
8
11
  plans help ensure that the service provider and the customer are on the same
@@ -1,8 +1,11 @@
1
1
  ---
2
2
  title: Gem
3
3
  tagline: Cheatsheet for daily use
4
- date: 2023-05-19 00:00:00 +100
4
+ date: 2023-05-19
5
+ #last_modified: 2023-01-01
5
6
  description: >
7
+ J1 Template is a Bootstrap V5 website template for the static
8
+ site generator Jekyll.
6
9
  The Cheatsheet discuss RubyGems commands for daily use.
7
10
  RubyGems is a package manager for the Ruby programming language. It provides
8
11
  a convenient way to distribute and manage software packages, called gems,
@@ -1,8 +1,11 @@
1
1
  ---
2
2
  title: Git
3
3
  tagline: Sheatsheet for daily use
4
- date: 2023-05-19 00:00:00 +100
4
+ date: 2023-05-19
5
+ #last_modified: 2023-01-01
5
6
  description: >
7
+ J1 Template is a Bootstrap V5 website template for the static
8
+ site generator Jekyll.
6
9
  The Cheatsheet discuss Git commands for daily use.
7
10
  Many Git commands available from the command line.
8
11
  Git offers rich features for version control, collaboration,
@@ -1,8 +1,11 @@
1
1
  ---
2
2
  title: J1 Template
3
3
  tagline: Cheatsheet for daily use
4
- date: 2023-05-19 00:00:00 +100
4
+ date: 2023-05-19
5
+ #last_modified: 2023-01-01
5
6
  description: >
7
+ J1 Template is a Bootstrap V5 website template for the static
8
+ site generator Jekyll.
6
9
  The Cheatsheet discuss j1 commands for daily use.
7
10
  The Template system J1 is a creation tool used to build
8
11
  simple but fully configurable modern static websites
@@ -1,8 +1,11 @@
1
1
  ---
2
2
  title: YAML
3
3
  tagline: Cheatsheet for daily use
4
- date: 2023-05-19 00:00:00 +100
4
+ date: 2023-05-19
5
+ #last_modified: 2023-01-01
5
6
  description: >
7
+ J1 Template is a Bootstrap V5 website template for the static
8
+ site generator Jekyll.
6
9
  The Cheatsheet discuss YAML Markups for daily use.
7
10
  YAML (short for "YAML Ain't Markup Language") is a human-readable data
8
11
  serialization format. Its simplicity and readability stand out, making it
@@ -173,7 +176,7 @@ TIP: When *no timezone* is specified, the time is assumed to be in the
173
176
  [source, yaml]
174
177
  ----
175
178
  date1: 2015-04-05
176
- date2: 2022-11-03 00:00:00 +100
179
+ date2: 2022-11-03 +100
177
180
  ----
178
181
 
179
182
  .JSON data structure
@@ -181,7 +184,7 @@ date2: 2022-11-03 00:00:00 +100
181
184
  ----
182
185
  {
183
186
  "date1": "2015-04-05T00:00:00.000Z",
184
- "date2": "2022-11-03 00:00:00 +100"
187
+ "date2": "2022-11-03 +100"
185
188
  }
186
189
  ----
187
190
 
@@ -1,12 +1,15 @@
1
1
  ---
2
2
  title: Theme Preview
3
3
  tagline: Explore Current Styles
4
- date: 2022-12-01 00:00:00
4
+ date: 2022-12-01
5
+ #last_modified: 2023-01-01
5
6
  description: >
6
- JekyllOne is a theme for multifunctional Bootstrap-based and responsive
7
- websites, and offers various unique functionalities compared to other themes
8
- and templates for Jekyll. Themes for Bootstrap are used to customize the appearance
9
- of a website based on the basic rules and definitions of Bootstrap's CSS styles.
7
+ J1 Template is a Bootstrap V5 website template for the static
8
+ site generator Jekyll and offers various unique functionalities
9
+ compared to other themes and templates for Jekyll. Themes for
10
+ Bootstrap are used to customize the appearance
11
+ of a website based on the basic rules and definitions of
12
+ Bootstrap's CSS styles.
10
13
 
11
14
  categories: [ Previewer ]
12
15
  tags: [ Bootstrap, CSS, Theme ]
@@ -731,7 +734,7 @@ endif::[]
731
734
  ifeval::[{selections} == true]
732
735
  == Selections
733
736
 
734
- J1 Theme support two *selection* elements: checkboxes and radio buttons.
737
+ J1 Template support two *selection* elements: checkboxes and radio buttons.
735
738
  These selection elements *replace* the default Bootstrap **toggle**-buttons
736
739
  for a better *style*.
737
740
 
@@ -1352,7 +1355,7 @@ endif::[]
1352
1355
  ifeval::[{tables} == true]
1353
1356
  == Tables
1354
1357
 
1355
- Creating a design for tables is challenging. The approach used by J1 Theme
1358
+ Creating a design for tables is challenging. The approach used by J1 Template
1356
1359
  is based on pure CSS on top of the classic Bootstrap styles for simplicity
1357
1360
  and portability to be viewed best on all devices and browsers.
1358
1361
 
@@ -2095,7 +2098,7 @@ browser's scrollbar.
2095
2098
  NOTE: Custom webkit-based scrollbars are *not* supported with the *Firefox*
2096
2099
  browser.
2097
2100
 
2098
- .Default scrollbar (J1 Theme)
2101
+ .Default scrollbar (J1 Template)
2099
2102
  [source, css]
2100
2103
  ----
2101
2104
  ::-webkit-scrollbar {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": true,
3
3
  "name": "utls",
4
- "version": "2023.4.4",
4
+ "version": "2023.5.2",
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.4.4",
4
+ "version": "2023.5.2",
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.4.4
4
+ version: 2023.5.2
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-07-14 00:00:00.000000000 Z
11
+ date: 2023-07-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -1815,6 +1815,7 @@ files:
1815
1815
  - lib/starter_web/_plugins/filter/encodeBase64.rb
1816
1816
  - lib/starter_web/_plugins/filter/encryptAES.rb
1817
1817
  - lib/starter_web/_plugins/filter/filters.rb
1818
+ - lib/starter_web/_plugins/filter/liquify.rb
1818
1819
  - lib/starter_web/_plugins/filter/minifyJS.rb
1819
1820
  - lib/starter_web/_plugins/filter/minifyJSON.rb
1820
1821
  - lib/starter_web/_plugins/filter/prettify.rb