j1-template 2023.4.3 → 2023.4.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (74) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/layouts/layout_metadata_generator.html +4 -5
  3. data/lib/j1/version.rb +1 -1
  4. data/lib/starter_web/README.md +5 -5
  5. data/lib/starter_web/_config.yml +20 -34
  6. data/lib/starter_web/_data/templates/feed.xml +1 -1
  7. data/lib/starter_web/_data/templates/seo-tags.html +5 -23
  8. data/lib/starter_web/_plugins/filter/debug.rb +1 -1
  9. data/lib/starter_web/_plugins/filter/encodeBase64.rb +1 -1
  10. data/lib/starter_web/_plugins/filter/encryptAES.rb +1 -1
  11. data/lib/starter_web/_plugins/filter/filters.rb +1 -1
  12. data/lib/starter_web/_plugins/filter/liquify.rb +22 -0
  13. data/lib/starter_web/_plugins/filter/minifyJS.rb +1 -1
  14. data/lib/starter_web/_plugins/filter/minifyJSON.rb +1 -1
  15. data/lib/starter_web/_plugins/filter/prettify.rb +1 -1
  16. data/lib/starter_web/_plugins/filter/xml_prettify.rb +1 -1
  17. data/lib/starter_web/_plugins/index/lunr.rb +1 -1
  18. data/lib/starter_web/_plugins/seo/j1-seo-tags.rb +3 -1
  19. data/lib/starter_web/collections/posts/public/featured/_posts/0000-00-00-welcome-to-j1.adoc.erb +5 -7
  20. data/lib/starter_web/collections/posts/public/featured/_posts/2021-01-01-about-cookies.adoc +3 -0
  21. data/lib/starter_web/collections/posts/public/featured/_posts/2021-02-01-static-site-generators.adoc +4 -1
  22. data/lib/starter_web/collections/posts/public/featured/_posts/2022-02-01-about-j1.adoc +3 -0
  23. data/lib/starter_web/index.html +2 -0
  24. data/lib/starter_web/package.json +2 -9
  25. data/lib/starter_web/pages/public/about/features.adoc +3 -4
  26. data/lib/starter_web/pages/public/about/reporting_issues.adoc +6 -4
  27. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/000_intro.adoc +4 -2
  28. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/100_converter.adoc +4 -2
  29. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/200_themes.adoc +4 -2
  30. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/000_intro.asciidoc +1 -1
  31. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/documentation.a2p +3 -3
  32. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/documentation.adoc +5 -3
  33. data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/multi.adoc +5 -3
  34. data/lib/starter_web/pages/public/asciidoc_skeletons/simple-document/simple.adoc +5 -3
  35. data/lib/starter_web/pages/public/blog/navigator/archive/allview.html +5 -3
  36. data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +5 -3
  37. data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +5 -3
  38. data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +5 -3
  39. data/lib/starter_web/pages/public/blog/navigator/index.html +5 -3
  40. data/lib/starter_web/pages/public/features/general.adoc +11 -9
  41. data/lib/starter_web/pages/public/features/template.adoc +18 -16
  42. data/lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_all_books.adoc +4 -2
  43. data/lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_biography.adoc +4 -2
  44. data/lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_fantasy.adoc +3 -2
  45. data/lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_romance.adoc +3 -2
  46. data/lib/starter_web/pages/public/learn/bookshelf/jekyll_collections.adoc +3 -2
  47. data/lib/starter_web/pages/public/learn/bs_sass_variables/bs_sass_variables.adoc +4 -3
  48. data/lib/starter_web/pages/public/learn/core_web_vitals/core_web_vitals.adoc +4 -3
  49. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/themes_bootstrap.asciidoc +2 -2
  50. data/lib/starter_web/pages/public/learn/roundtrip/asciidoc_extensions.adoc +13 -11
  51. data/lib/starter_web/pages/public/learn/roundtrip/bootstrap_themes.adoc +7 -5
  52. data/lib/starter_web/pages/public/learn/roundtrip/highlghter_rouge.adoc +6 -5
  53. data/lib/starter_web/pages/public/learn/roundtrip/icon_fonts.adoc +16 -14
  54. data/lib/starter_web/pages/public/learn/roundtrip/lunr_search.adoc +9 -7
  55. data/lib/starter_web/pages/public/learn/roundtrip/modal_extentions.adoc +8 -6
  56. data/lib/starter_web/pages/public/learn/roundtrip/present_images.adoc +20 -18
  57. data/lib/starter_web/pages/public/learn/roundtrip/present_videos.adoc +9 -7
  58. data/lib/starter_web/pages/public/learn/roundtrip/responsive_tables.adoc +10 -8
  59. data/lib/starter_web/pages/public/learn/roundtrip/typography.adoc +11 -9
  60. data/lib/starter_web/pages/public/learn/where_to_go.adoc +11 -8
  61. data/lib/starter_web/pages/public/legal/en/100_copyright.adoc +4 -2
  62. data/lib/starter_web/pages/public/legal/en/200_impress.adoc +4 -2
  63. data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +5 -3
  64. data/lib/starter_web/pages/public/legal/en/400_comment_policy.adoc +4 -2
  65. data/lib/starter_web/pages/public/panels/intro_panel/panel.adoc +12 -10
  66. data/lib/starter_web/pages/public/plans/plans.adoc +4 -2
  67. data/lib/starter_web/pages/public/tools/cheatsheet/gem.adoc +8 -6
  68. data/lib/starter_web/pages/public/tools/cheatsheet/git.adoc +17 -15
  69. data/lib/starter_web/pages/public/tools/cheatsheet/j1.adoc +4 -2
  70. data/lib/starter_web/pages/public/tools/cheatsheet/yaml.adoc +6 -4
  71. data/lib/starter_web/pages/public/tools/previewer/preview_bootstrap_theme.adoc +11 -9
  72. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  73. data/lib/starter_web/utilsrv/package.json +1 -1
  74. metadata +3 -2
@@ -1,9 +1,12 @@
1
1
  ---
2
2
  title: Video
3
3
  tagline: Playing Video
4
- date: 2020-11-04 00:00:00 +100
4
+ date: 2020-11-04
5
+ #last_modified: 2023-01-01
5
6
  description: >
6
- The J1 Theme support playing video on web pages by HTML5 Video,
7
+ J1 Template is a Bootstrap V5 website template for the static
8
+ site generator Jekyll.
9
+ The J1 Template support playing video on web pages by HTML5 Video,
7
10
  the new standard of HTML. HTML5 Video implements a pure HTML way
8
11
  to show video on the web. Modern browsers support the video tag
9
12
  `<video>` for the HTML5 video standard. The previous proprietary
@@ -23,7 +26,6 @@ image:
23
26
  path: /assets/videos/headers/present_videos/still/underground-broadway.jpg
24
27
  width: 1920
25
28
  height: 1280
26
- alt: Broadway Underground
27
29
 
28
30
  regenerate: false
29
31
  personalization: true
@@ -86,7 +88,7 @@ resource_options:
86
88
  // Page content
87
89
  // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
88
90
  [role="dropcap"]
89
- The J1 Theme support playing video on web pages by HTML5 Video, the new
91
+ The J1 Template support playing video on web pages by HTML5 Video, the new
90
92
  standard of HTML. HTML5 Video implements a pure HTML way to show video
91
93
  on the web.
92
94
 
@@ -129,7 +131,7 @@ how to use LightGallery for commercial websites and projects.
129
131
  Digital image content, simple pictures or videos, are easy to make. Today,
130
132
  every mobile has a camera. Presenting a bunch of (digital) pictures is done
131
133
  very easily by using Justified Gallery. Videos created by a digicam or a mobile
132
- can be played by J1 Theme using the HTML5 Video support. Present videos you
134
+ can be played by J1 Template using the HTML5 Video support. Present videos you
133
135
  have made at it's best.
134
136
 
135
137
  Two players are available with LightGallery:
@@ -148,7 +150,7 @@ gallery::jg_video_html5[role="mb-5"]
148
150
  == Online Video content
149
151
 
150
152
  The Internet is full of inspiring content. If you want to present video
151
- content from the Internet, the online video support of J1 Theme is the
153
+ content from the Internet, the online video support of J1 Template is the
152
154
  right choice.
153
155
 
154
156
  === YouTube
@@ -242,7 +244,7 @@ the Internet.
242
244
  Sadly, one common flaw is seen in many templates and frameworks: a lack of
243
245
  support for genuinely responsive text. While elements on a page resize
244
246
  fluidly, the text still resizes on a fixed basis. To avoid this issue,
245
- especially for heavily text-focused pages, J1 Theme supports styles that
247
+ especially for heavily text-focused pages, J1 Template supports styles that
246
248
  fluidly scale text size and line height to optimize readability for the user.
247
249
 
248
250
  The Jekyll Theme JekyllOne places the character font as one of the most
@@ -1,11 +1,14 @@
1
1
  ---
2
2
  title: Tables
3
3
  tagline: Viewed Best On All Devices
4
- date: 2020-11-09 00:00:00
4
+ date: 2020-11-09
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 Jekyll Theme JekyllOne supports a new design for
7
10
  responsive tables based on Bootstrap. The approach
8
- used by J1 Theme is based on pure CSS styles on top
11
+ used by J1 Template is based on pure CSS styles on top
9
12
  of the classic Bootstrap tags for simplicity and
10
13
  portability to be viewed best on all devices and browsers.
11
14
  keywords: >
@@ -19,7 +22,6 @@ image:
19
22
  path: /assets/images/pages/roundtrip/tables-1920x1280-bw.jpg
20
23
  width: 1920
21
24
  height: 1280
22
- alt: Photo by Markus Spiske on Unsplash
23
25
 
24
26
  regenerate: false
25
27
  permalink: /pages/public/learn/roundtrip/responsive_tables/
@@ -60,7 +62,7 @@ resource_options:
60
62
  [role="dropcap"]
61
63
  Creating a design for responsive tables is challenging. The Jekyll Theme
62
64
  JekyllOne supports a new design for responsive tables based on Bootstrap.
63
- The approach used by J1 Theme is based on pure CSS styles on top of the
65
+ The approach used by J1 Template is based on pure CSS styles on top of the
64
66
  classic Bootstrap tags for simplicity and portability to be viewed best
65
67
  on all devices and browsers.
66
68
 
@@ -71,7 +73,7 @@ on all devices and browsers.
71
73
 
72
74
  But, for sure, the solutions provided are a compromise. To fit the everyday
73
75
  needs for tables viewed on desktop and mobile devices, two types of
74
- *responsive* tables are implemented by J1 Theme:
76
+ *responsive* tables are implemented by J1 Template:
75
77
 
76
78
  .Types of responsive tables
77
79
  [cols="3a,3a,6a", options="header", width="100%", role="rtable mt-4"]
@@ -80,7 +82,7 @@ needs for tables viewed on desktop and mobile devices, two types of
80
82
 
81
83
  |`rtable`
82
84
  |*R Table (J1)*
83
- |J Table are used by J1 Theme for default. Those tables are using the
85
+ |J Table are used by J1 Template for default. Those tables are using the
84
86
  *responsive text* feature (see link:{url-roundtrip--typography}[Typography])
85
87
  with no additional CSS classes to be applied. For smaller viewports, the text
86
88
  scales down and should fit the cells automatically. The default text size for
@@ -437,8 +439,8 @@ Expectedly you've enjoyed exploring all the possibilities J1 offers so far.
437
439
  An exciting feature may be the use of themes. But much, much more can the J1
438
440
  do for your Web Site.
439
441
 
440
- J1 Theme offers various unique functionalities compared to other Jekyll
441
- themes and templates. Bootstrap themes for the J1 Theme are based on the
442
+ J1 Template offers various unique functionalities compared to other Jekyll
443
+ themes and templates. Bootstrap themes for the J1 Template are based on the
442
444
  free and open-source CSS front-end framework Bootstrap of version V5. The
443
445
  Bootstrap themes for the J1 enable the presentation of different versions
444
446
  (skins) of the same site using already prepared Bootstrap CSS templates.
@@ -1,9 +1,12 @@
1
1
  ---
2
2
  title: Typography
3
3
  tagline: Crucial Branding Element
4
- date: 2020-11-05 00:00:00
4
+ date: 2020-11-05
5
+ #last_modified: 2023-01-01
5
6
  description: >
6
- The Jekyll Theme JekyllOne places the character font as
7
+ J1 Template is a Bootstrap V5 website template for the static
8
+ site generator Jekyll.
9
+ J1 Template places the character font as
7
10
  one of the most crucial branding elements for any website.
8
11
  Typography matters for any media presenting text. The text
9
12
  will take on an important role of acting not only as plain
@@ -19,7 +22,6 @@ image:
19
22
  path: /assets/images/pages/roundtrip/typography-1920x1280-bw.jpg
20
23
  width: 1920
21
24
  height: 1280
22
- alt: Photo by Alice Donovan Rousel on Unsplash
23
25
 
24
26
  regenerate: false
25
27
  permalink: /pages/public/learn/roundtrip/typography/
@@ -75,7 +77,7 @@ as plain text but also as something like images.
75
77
  Sadly, one common flaw is seen in many templates and frameworks: a lack of
76
78
  support for genuinely responsive text. While elements on a page resize
77
79
  fluidly, the text still resizes on a fixed basis. To avoid this issue,
78
- especially for heavily text-focused pages, J1 Theme supports styles that
80
+ especially for heavily text-focused pages, J1 Template supports styles that
79
81
  fluidly scale text size and line height to optimize readability for the user.
80
82
 
81
83
  Below you find an example of how text behaves if defined on a fixed basis -
@@ -98,14 +100,14 @@ what will happen in terms of responsiveness.
98
100
  pleasure and praising pain was born and I will give you a complete
99
101
  account of the system, and expound the actual teachings of the great
100
102
  explorer of the truth, the master-builder of human happiness.
101
- <br><br>
103
+ <br/><br/>
102
104
  No one rejects, dislikes, or avoids pleasure itself, because it is
103
105
  pleasure, but because those who do not know how to pursue pleasure
104
106
  rationally encounter consequences that are extremely painful. Nor
105
107
  again is there anyone who loves or pursues or desires to obtain pain
106
108
  of itself, because it is pain, but because occasionally circumstances
107
109
  occur in which toil and pain can procure him some great pleasure.
108
- <br><br>
110
+ <br/><br/>
109
111
  To take a trivial example, which of us ever undertakes laborious
110
112
  physical exercise, except to obtain some advantage from it? But who
111
113
  has any right to find fault with a man who chooses to enjoy a pleasure
@@ -157,7 +159,7 @@ responsiveness in action.
157
159
  blinded by desire, that they cannot foresee the pain and trouble that are
158
160
  bound to ensue; and equal blame belongs to those who fail in their duty through
159
161
  weakness of will, which is the same as saying through shrinking from toil and pain.
160
- <br><br>
162
+ <br/><br/>
161
163
  These cases are perfectly simple and easy to distinguish. In a free hour, when
162
164
  our power of choice is untrammelled and when nothing prevents our being able to
163
165
  do what we like best, every pleasure is to be welcomed and every pain avoided.
@@ -254,11 +256,11 @@ Have you enjoyed playing with the text? I hope so. But even more, J1 can
254
256
  do for your web pages. With the examples on that page, icons support the
255
257
  meaning of what was grouped as text.
256
258
 
257
- J1 Theme supports popular icons font sets out-of-the-box. The icon sets MDI
259
+ J1 Template supports popular icons font sets out-of-the-box. The icon sets MDI
258
260
  and FA are very good in design and have a rich set of different icons for
259
261
  many categories used for the Web.
260
262
 
261
- J1 Theme supports popular icons font sets like:
263
+ J1 Template supports popular icons font sets like:
262
264
 
263
265
  * Material Design Icons
264
266
  * FontAwesome Icons V5
@@ -1,11 +1,15 @@
1
1
  ---
2
2
  title: Where to go
3
3
  tagline: Fasten Your Way
4
- date: 2022-11-03 00:00:00 +100
4
+ date: 2023-01-01
5
+ #last_modified: 2023-01-01
6
+
5
7
  description: >
6
- Welcome to the info pages of J1 Theme. A good decision
8
+ J1 Template is a Bootstrap V5 website template for the static
9
+ site generator Jekyll.
10
+ Welcome to the info pages of J1 Template. A good decision
7
11
  to get on that page first. Certainly, there is no better
8
- place to learn what J1 Theme can do and what pages are
12
+ place to learn what J1 Template can do and what pages are
9
13
  available to experience more.
10
14
  keywords: >
11
15
  Jekyll, Theme, JekyllOne, Info, Introduction, Rocketstart,
@@ -18,7 +22,6 @@ image:
18
22
  path: /assets/images/modules/attics/1920x1280/brigitta-schneiter.jpg
19
23
  width: 1920
20
24
  height: 1280
21
- alt: Photo by Alexander Redl on Unsplash
22
25
 
23
26
  fab_menu_id: default
24
27
  regenerate: false
@@ -61,9 +64,9 @@ resource_options:
61
64
  // Page content
62
65
  // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
63
66
  [role="dropcap"]
64
- Welcome to the learning pages of JekyllOne, the J1 Theme. A good decision to
67
+ Welcome to the learning pages of JekyllOne, the J1 Template. A good decision to
65
68
  get on that page first. Certainly, there is no better place to start learning
66
- what the J1 Theme can do and what pages are available to experience more.
69
+ what the J1 Template can do and what pages are available to experience more.
67
70
 
68
71
  // Include sub-documents (if any) (if any)
69
72
  // -----------------------------------------------------------------------------
@@ -74,13 +77,13 @@ some time diving into the techniques of creating modern static webs.
74
77
 
75
78
  Roundtrip::
76
79
  In this section, you’ll find a tour to show some of the main features of
77
- the J1 theme. This trip covers how image data can be managed using
80
+ the J1 Template. This trip covers how image data can be managed using
78
81
  J1, some background of the Theme's typography, discuss extensions, and
79
82
  what J1 can do in general. The roundtrip is a visual tour, no technical
80
83
  stuff, nothing academic. See what you will get as an overview of some of
81
84
  the top features of J1.
82
85
 
83
- If you're interested what J1 Theme can do, continue by walking through the
86
+ If you're interested what J1 Template can do, continue by walking through the
84
87
  roundtrip examples by starting an inspiring tour
85
88
  link:{url-j1-roundtrip--present-images}[from here].
86
89
 
@@ -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
@@ -19,7 +22,6 @@ image:
19
22
  path: /assets/images/modules/attics/1920x1280/j1-starter-mockup-1.jpg
20
23
  width: 1920
21
24
  height: 1280
22
- alt: J1 Starter Mockup
23
25
 
24
26
  sitemap: false
25
27
  exclude_from_search: true
@@ -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
@@ -19,7 +22,6 @@ image:
19
22
  path: /assets/images/modules/attics/1920x1280/j1-starter-mockup-1.jpg
20
23
  width: 1920
21
24
  height: 1280
22
- alt: J1 Starter Mockup
23
25
 
24
26
  sitemap: false
25
27
  exclude_from_search: true
@@ -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.
@@ -18,7 +21,6 @@ image:
18
21
  path: /assets/images/modules/attics/1920x1280/j1-starter-mockup-1.jpg
19
22
  width: 1920
20
23
  height: 1280
21
- alt: J1 Starter Mockup
22
24
 
23
25
  sitemap: false
24
26
  exclude_from_search: true
@@ -166,7 +168,7 @@ themes (pre-compiled BS@5 CSS files) to be directly used for websites using
166
168
  Bootstrap V5.
167
169
 
168
170
  The services at _Bootswatch_ use *permanent* Cookies to store relevant theme
169
- 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
170
172
  agree on *permanent* Cookies for *personalization*.
171
173
  endif::[]
172
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.
@@ -18,7 +21,6 @@ image:
18
21
  path: /assets/images/modules/attics/1920x1280/j1-starter-mockup-1.jpg
19
22
  width: 1920
20
23
  height: 1280
21
- alt: J1 Starter Mockup
22
24
 
23
25
  sitemap: false
24
26
  exclude_from_search: true
@@ -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 ]
@@ -20,7 +23,6 @@ image:
20
23
  path: /assets/images/modules/attics/jessica-ruscello-1920x1280.jpg
21
24
  width: 1920
22
25
  height: 1280
23
- alt: Photo by Alexander Andrews on Unsplash
24
26
 
25
27
  exclude_from_search: true
26
28
  regenerate: false
@@ -74,14 +76,14 @@ image::/assets/images/pages/panels/responsive-text-1920x800.jpg[{{page.title}},
74
76
  A good user experience browsing a Web site is one of the most important
75
77
  features a website offers as a must, besides excellent content. Presenting
76
78
  content at its best on all devices for all window sizes makes a great Web
77
- brilliant. J1 Theme supports your Web for full responsiveness, for the
79
+ brilliant. J1 Template supports your Web for full responsiveness, for the
78
80
  best user experience on all modern devices.
79
81
 
80
82
  // [role="skiptranslate"]
81
83
  === Bootstrap Integration
82
84
 
83
85
  To not sidetrack your audience by irritating user interface (UI) components,
84
- 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
85
87
  frameworks for web development used today. J1 is based on Bootstrap V5,
86
88
  the last current version to support your visitors by common navigation
87
89
  elements, data input, tables, and many other components.
@@ -92,7 +94,7 @@ for interactive components like navigation elements, cards, forms, etc.
92
94
  ==== Bootstrap Themes
93
95
 
94
96
  The Bootstrap Themes feature for J1 is in an experimental state for the
95
- 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
96
98
  different versions of Bootstrap's CSS styles for a website.
97
99
 
98
100
  Themes for Bootstrap step in the framework to further adjust the website's
@@ -126,7 +128,7 @@ modifications; your unique design.
126
128
  image::/assets/images/pages/panels/florian-olivo-1920x800.jpg[{{page.title}}, width=1280]
127
129
 
128
130
  The Internet is a rapidly changing world. Like the fashion industries, new
129
- 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
130
132
  world of static Webs to make a site unique using current standards in terms
131
133
  of web development, languages, and tools.
132
134
 
@@ -205,7 +207,7 @@ Some of the dynamic website enhancements performed by JavaScript are:
205
207
  * Animating page elements such as fading, resizing, or relocating
206
208
  * Playing audio and video
207
209
 
208
- 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
209
211
  website, e.g., by a powerful navigation system, for presenting image data
210
212
  in galleries, lightboxes, and so on. The good news is: no programming
211
213
  JavaScript is needed to use the build-in JS-based modules.
@@ -216,7 +218,7 @@ JavaScript is needed to use the build-in JS-based modules.
216
218
  [role="mb-3"]
217
219
  image::/assets/images/pages/panels/no-time-1920x800.jpg[{{page.title}}, width=1280]
218
220
 
219
- 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
220
222
  hands to create a website with no need to start by web development or
221
223
  web design from the beginning. A website based on J1 is using build-in
222
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
@@ -19,7 +22,6 @@ image:
19
22
  path: /assets/images/modules/attics/1920x1280/kira-auf-der-heide.jpg
20
23
  width: 1920
21
24
  height: 1280
22
- alt: Plan Details
23
25
 
24
26
  exclude_from_search: true
25
27
  regenerate: false
@@ -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,
@@ -18,7 +21,6 @@ image:
18
21
  path: /assets/images/modules/attics/1920x1280/recha-oktaviani.jpg
19
22
  width: 1920
20
23
  height: 1280
21
- alt: Photo by Recha Oktaviani on Unsplash
22
24
 
23
25
  regenerate: false
24
26
  permalink: /pages/public/tools/cheatsheet/gem/
@@ -120,7 +122,7 @@ Add this line to your application's Gemfile:
120
122
 
121
123
  [source, sh]
122
124
  ----
123
- gem 'j1_template', '~> 2023.4.3'
125
+ gem 'j1_template', '~> 2023.4.2'
124
126
  ----
125
127
 
126
128
  and install the locally created RubGem as:
@@ -172,14 +174,14 @@ bla ... specific version ...
172
174
 
173
175
  [source, sh]
174
176
  ----
175
- gem install j1-template -v 2023.4.3 --user-install --no-document
177
+ gem install j1-template -v 2023.4.2 --user-install --no-document
176
178
  ----
177
179
 
178
180
  You can also use *version* comparators like `>=` or `~>`.
179
181
 
180
182
  [source, sh]
181
183
  ----
182
- gem install j1-template -v "~> 2023.4.3" --user-install --no-document
184
+ gem install j1-template -v "~> 2023.4.2" --user-install --no-document
183
185
  ----
184
186
 
185
187
  === Install from a different source
@@ -188,7 +190,7 @@ bla ... specific version ...
188
190
 
189
191
  [source, sh]
190
192
  ----
191
- gem install j1-template -v 2023.4.3 --source 'https://gem.fury.io/jekyll-one-org/' --user-install --no-document
193
+ gem install j1-template -v 2023.4.2 --source 'https://gem.fury.io/jekyll-one-org/' --user-install --no-document
192
194
  ----
193
195
 
194
196
  [role="mt-5"]
@@ -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,
@@ -17,7 +20,6 @@ image:
17
20
  path: /assets/images/modules/attics/1920x1280/recha-oktaviani.jpg
18
21
  width: 1920
19
22
  height: 1280
20
- alt: Photo by Recha Oktaviani on Unsplash
21
23
 
22
24
  regenerate: false
23
25
  permalink: /pages/public/tools/cheatsheet/git/
@@ -1076,28 +1078,28 @@ git rm -rf --cached . && git add .
1076
1078
  git commit -am "Cleanup files"
1077
1079
  ----
1078
1080
 
1079
- |`commit -am "New version 2023.4.3"`
1081
+ |`commit -am "New version 2023.4.2"`
1080
1082
  |Commit a specific *version*.
1081
1083
  |
1082
1084
  [source, sh]
1083
1085
  ----
1084
- git commit -am "New version 2023.4.3"
1086
+ git commit -am "New version 2023.4.2"
1085
1087
  ----
1086
1088
 
1087
- |`commit --allow-empty -m "New version 2023.4.3"`
1089
+ |`commit --allow-empty -m "New version 2023.4.2"`
1088
1090
  |Commit a specific version but *no* (file) changes applied.
1089
1091
  |
1090
1092
  [source, sh]
1091
1093
  ----
1092
- git commit --allow-empty -m "New version 2023.4.3"
1094
+ git commit --allow-empty -m "New version 2023.4.2"
1093
1095
  ----
1094
1096
 
1095
- |`commit -am "Prepare new version 2023.4.3"`
1097
+ |`commit -am "Prepare new version 2023.4.2"`
1096
1098
  |Commit a specific version but changes are *not* final.
1097
1099
  |
1098
1100
  [source, sh]
1099
1101
  ----
1100
- git commit -am "Prepare new version 2023.4.3"
1102
+ git commit -am "Prepare new version 2023.4.2"
1101
1103
  ----
1102
1104
 
1103
1105
  |`commit -am "Latest files"`
@@ -1346,14 +1348,14 @@ Use the git 'tag' command with the '-d' option
1346
1348
 
1347
1349
  [source, sh]
1348
1350
  ----
1349
- git tag -d v2023.4.3
1351
+ git tag -d v2023.4.2
1350
1352
  ----
1351
1353
 
1352
1354
  .from remote
1353
1355
 
1354
1356
  [source, sh]
1355
1357
  ----
1356
- git push -d origin v2023.4.3
1358
+ git push -d origin v2023.4.2
1357
1359
  ----
1358
1360
 
1359
1361
 
@@ -1364,7 +1366,7 @@ then push the new tag
1364
1366
 
1365
1367
  [source, sh]
1366
1368
  ----
1367
- git tag -a v2023.4.3 -m "v2023.4.3"
1369
+ git tag -a v2023.4.2 -m "v2023.4.2"
1368
1370
  git push origin --tags
1369
1371
  ----
1370
1372
 
@@ -1396,10 +1398,10 @@ Then:
1396
1398
  [source, sh]
1397
1399
  ----
1398
1400
  git commit -am "Cleanup files"
1399
- git commit -am "New version 2023.4.3"
1400
- git commit --allow-empty -m "New version 2023.4.3"
1401
- git commit -am "Prepare new version 2023.4.3"
1402
- git commit -am "Latest files of version 2023.4.3"
1401
+ git commit -am "New version 2023.4.2"
1402
+ git commit --allow-empty -m "New version 2023.4.2"
1403
+ git commit -am "Prepare new version 2023.4.2"
1404
+ git commit -am "Latest files of version 2023.4.2"
1403
1405
  ----
1404
1406
 
1405
1407
 
@@ -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
@@ -17,7 +20,6 @@ image:
17
20
  path: /assets/images/modules/attics/1920x1280/recha-oktaviani.jpg
18
21
  width: 1920
19
22
  height: 1280
20
- alt: Photo by Recha Oktaviani on Unsplash
21
23
 
22
24
  regenerate: false
23
25
  permalink: /pages/public/tools/cheatsheet/j1/
@@ -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
@@ -17,7 +20,6 @@ image:
17
20
  path: /assets/images/modules/attics/1920x1280/recha-oktaviani.jpg
18
21
  width: 1920
19
22
  height: 1280
20
- alt: Photo by Recha Oktaviani on Unsplash
21
23
 
22
24
  regenerate: false
23
25
  permalink: /pages/public/tools/cheatsheet/yaml/
@@ -174,7 +176,7 @@ TIP: When *no timezone* is specified, the time is assumed to be in the
174
176
  [source, yaml]
175
177
  ----
176
178
  date1: 2015-04-05
177
- date2: 2022-11-03 00:00:00 +100
179
+ date2: 2022-11-03 +100
178
180
  ----
179
181
 
180
182
  .JSON data structure
@@ -182,7 +184,7 @@ date2: 2022-11-03 00:00:00 +100
182
184
  ----
183
185
  {
184
186
  "date1": "2015-04-05T00:00:00.000Z",
185
- "date2": "2022-11-03 00:00:00 +100"
187
+ "date2": "2022-11-03 +100"
186
188
  }
187
189
  ----
188
190