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: Starter
3
3
  tagline: Report on Failures
4
- date: 2022-01-01 00:00:00
4
+ date: 2022-01-01
5
+ #last_modified: 2023-01-01
5
6
  description: >
6
- Please report failures. Although I endeavor to keep this
7
+ J1 Template is a Bootstrap V5 website template for the static
8
+ site generator Jekyll. Please report failures.
9
+ Although I endeavor to keep this
7
10
  site as up-to-date as possible, even the best sites will
8
11
  have some bugs. If you spot any typos, factually
9
12
  outdated or incorrect information, formatting errors, or
@@ -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
  fab_menu_id: default
24
26
  regenerate: false
@@ -69,7 +71,7 @@ problems, please report issues so I can correct them.
69
71
 
70
72
  // Include sub-documents (if any)
71
73
  // -----------------------------------------------------------------------------
72
- The source pages for the J1 Theme Starter are maintained in a _GitHub_
74
+ The source pages for the J1 Template Starter are maintained in a _GitHub_
73
75
  repository. _GitHub_ provides both an issue tracker and a history of changes.
74
76
  To report problems with the content and display, simply open a new issue and
75
77
  describe the problem and what page(s) it occurs on.
@@ -3,8 +3,11 @@
3
3
  #
4
4
  title: Skeleton Book
5
5
  tagline: introduction
6
- date: 2022-01-01 00:00:00
6
+ date: 2022-01-01
7
+ #last_modified: 2023-01-01
7
8
  description: >
9
+ J1 Template is a Bootstrap V5 website template for the static
10
+ site generator Jekyll.
8
11
  Asciidoctor PDF is a native PDF converter for AsciiDoc that plugs
9
12
  into the pdf backend. It bypasses the requirement to generate an
10
13
  intermediary format such as DocBook, Apache FO, or LaTeX. Instead,
@@ -19,7 +22,6 @@ image:
19
22
  path: /assets/images/modules/attics/sigmund-1920x1280.jpg
20
23
  width: 1920
21
24
  height: 1280
22
- alt: Photo by Sigmund on Unsplash
23
25
 
24
26
  sitemap: false
25
27
 
@@ -1,9 +1,12 @@
1
1
  ---
2
2
  title: Asciidoctor PDF
3
3
  tagline: A Native PDF Converter For AsciiDoc
4
- date: 2022-01-01 00:00:00
4
+ date: 2022-01-01
5
+ #last_modified: 2023-01-01
5
6
 
6
7
  description: >
8
+ J1 Template is a Bootstrap V5 website template for the static
9
+ site generator Jekyll.
7
10
  Asciidoctor PDF is a native PDF converter for AsciiDoc that plugs
8
11
  into the pdf backend. It bypasses the requirement to generate an
9
12
  intermediary format such as DocBook, Apache FO, or LaTeX. Instead,
@@ -18,7 +21,6 @@ image:
18
21
  path: /assets/images/modules/attics/sigmund-1920x1280.jpg
19
22
  width: 1920
20
23
  height: 1280
21
- alt: Photo by Sigmund on Unsplash
22
24
 
23
25
  exclude_from_search: true
24
26
  permalink: /pages/public/skeleton/documentation/100_converter/
@@ -1,8 +1,11 @@
1
1
  ---
2
2
  title: Asciidoctor PDF Themes
3
3
  tagline: Theming Guide
4
- date: 2022-01-01 00:00:00
4
+ date: 2022-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
  Asciidoctor PDF is a native PDF converter for AsciiDoc that plugs
7
10
  into the pdf backend. It bypasses the requirement to generate an
8
11
  intermediary format such as DocBook, Apache FO, or LaTeX. Instead,
@@ -17,7 +20,6 @@ image:
17
20
  path: /assets/images/modules/attics/sigmund-1920x1280.jpg
18
21
  width: 1920
19
22
  height: 1280
20
- alt: Photo by Sigmund on Unsplash
21
23
 
22
24
  exclude_from_search: true
23
25
  permalink: /pages/public/skeleton/documentation/200_themes/
@@ -6,7 +6,7 @@
6
6
 
7
7
  The skeleton of type *documentation* (book) can be used to create HTML output
8
8
  (backend *html5*) for websites and *PDF* output (backend *pdf*) for offline
9
- reading as well. _J1 Theme_ comes with the full support of _Asciidoctor PDF_,
9
+ reading as well. _J1 Template_ comes with the full support of _Asciidoctor PDF_,
10
10
  a Ruby-based add-on for _Asciidoctor_ using the Ruby PDF writer _Prawn_.
11
11
 
12
12
  [IMPORTANT]
@@ -7,7 +7,7 @@
7
7
  //
8
8
  // Copyright (C) 2023 Juergen Adams
9
9
  //
10
- // J1 Theme is licensed under the MIT License.
10
+ // J1 Template is licensed under the MIT License.
11
11
  // For details, see https://jekyll.one
12
12
  // -----------------------------------------------------------------------------
13
13
 
@@ -69,14 +69,14 @@ endif::[]
69
69
  [.lead]
70
70
  The *Asciidoc Document Skeleton* a helper for setting up a base file and
71
71
  folder structure for *multi-chapter* AsciiDoc projects based on _Jekyll_
72
- and _J1 Theme_. You need *both* to use this skeleton to create AsciiDoc
72
+ and _J1 Template_. You need *both* to use this skeleton to create AsciiDoc
73
73
  documents from it.
74
74
 
75
75
  NOTE: The Asciidoc Document Skeleton is fully *relocateable* and can be
76
76
  placed in any subfolder of your Jekyll site.
77
77
 
78
78
  The skeleton can be used to create HTML output (backend *html5*) and PDF
79
- output (backend *pdf*) as well. _J1 Theme_ comes with the full support
79
+ output (backend *pdf*) as well. _J1 Template_ comes with the full support
80
80
  of _Asciidoctor PDF_, a Ruby-based implementation for _Asciidoctor_ based on
81
81
  the PDF converter _Prawn_.
82
82
 
@@ -3,8 +3,11 @@
3
3
  #
4
4
  title: Documentation Skeleton
5
5
  tagline: Manage Huge Number Of Chapters
6
- date: 2022-01-01 00:00:00
6
+ date: 2022-01-01
7
+ #last_modified: 2023-01-01
7
8
  description: >
9
+ J1 Template is a Bootstrap V5 website template for the static
10
+ site generator Jekyll.
8
11
  A document of type documentation (book) typically consists in a large
9
12
  number of chapters and sections. To make this manageable, book-type
10
13
  documents are splitted in multiple files placed in a nested folder
@@ -22,7 +25,6 @@ image:
22
25
  path: /assets/images/modules/attics/sigmund-1920x1280.jpg
23
26
  width: 1920
24
27
  height: 1280
25
- alt: Photo by Sigmund on Unsplash
26
28
 
27
29
  personalization: false
28
30
  comments: false
@@ -72,7 +74,7 @@ resource_options:
72
74
  // -----------------------------------------------------------------------------
73
75
  The Asciidoc skeleton *documentation* (book) a helper for setting up a base
74
76
  file and folder structure for *complex* multi-chapter AsciiDoc projects of
75
- type *book* based on _Jekyll_ and _J1 Theme_.
77
+ type *book* based on _Jekyll_ and _J1 Template_.
76
78
 
77
79
  A document of type documentation typically consists in a large number
78
80
  of chapters and sections. To make this manageable, book-type documents are
@@ -1,8 +1,11 @@
1
1
  ---
2
2
  title: Multi Document Skeleton
3
3
  tagline: Manage High Number Of Chapters
4
- date: 2022-01-01 00:00:00
4
+ date: 2022-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
  Multi-chapter documents are used for more complex articles of a website. If
7
10
  the number of chapters is or exceeds three for an article, it could make sense
8
11
  to split larger documents chapter-wise into separate files. This document
@@ -20,7 +23,6 @@ image:
20
23
  path: /assets/images/modules/attics/sigmund-1920x1280.jpg
21
24
  width: 1920
22
25
  height: 1280
23
- alt: Photo by Sigmund on Unsplash
24
26
 
25
27
  personalization: false
26
28
  comments: false
@@ -66,7 +68,7 @@ resource_options:
66
68
  // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
67
69
  The Asciidoc skeleton *multi-document* a helper for setting up a base file and
68
70
  folder structure for multi-chapter AsciiDoc projects based on _Jekyll_
69
- and _J1 Theme_. You need *both* to use this skeleton creating AsciiDoc
71
+ and _J1 Template_. You need *both* to use this skeleton creating AsciiDoc
70
72
  documents from it.
71
73
 
72
74
  Multi-chapter documents are used for more complex articles of a website. If
@@ -1,8 +1,11 @@
1
1
  ---
2
2
  title: Simple Document Skeleton
3
3
  tagline: Create Typical Articles
4
- date: 2022-01-01 00:00:00
4
+ date: 2022-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
  Simple documents are used quite often. If the number
7
10
  of chapters is about or less than three and the document
8
11
  is small in size. This document type does not use any
@@ -19,7 +22,6 @@ image:
19
22
  path: /assets/images/modules/attics/sigmund-1920x1280.jpg
20
23
  width: 1920
21
24
  height: 1280
22
- alt: Photo by Sigmund on Unsplash
23
25
 
24
26
  personalization: false
25
27
  comments: false
@@ -82,7 +84,7 @@ resource_options:
82
84
  // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
83
85
  The Asciidoc skeleton *simple-document* a helper for setting up a base file
84
86
  and folder structure for simple-document AsciiDoc pages based on _Jekyll_ and
85
- _J1 Theme_. You need *both* to use this skeleton creating AsciiDoc
87
+ _J1 Template_. You need *both* to use this skeleton creating AsciiDoc
86
88
  documents from it.
87
89
 
88
90
  Simple documents are used quite often for documents of a website. If the number
@@ -3,9 +3,12 @@ layout: page
3
3
 
4
4
  title: Archive
5
5
  tagline: Explore All Posts
6
- date: 2022-01-01 01:00:00
6
+ date: 2022-01-01
7
+ #last_modified: 2023-01-01
7
8
  description: >
8
- To make all posts using J1 Theme easy accessible to the visitors,
9
+ J1 Template is a Bootstrap V5 website template for the static
10
+ site generator Jekyll.
11
+ To make all posts using J1 Template easy accessible to the visitors,
9
12
  the Navigation System of J1 Template provides a Explorer module
10
13
  for Blog articles: the Navigator. The Naviagtor supports the users
11
14
  for browsing articles by sorting criteria like category and date
@@ -22,7 +25,6 @@ image:
22
25
  path: /assets/images/modules/attics/matthaeus-1920x1280.jpg
23
26
  width: 1920
24
27
  height: 1280
25
- alt: Photo by Matthaeus on Unsplash
26
28
 
27
29
  sort: date
28
30
  exclude_from_search: true
@@ -3,11 +3,14 @@ layout: page
3
3
 
4
4
  title: Posts by Category
5
5
  tagline: Explore Posts
6
- date: 2022-01-01 01:00:00
6
+ date: 2022-01-01
7
+ #last_modified: 2023-01-01
7
8
  description: >
9
+ J1 Template is a Bootstrap V5 website template for the static
10
+ site generator Jekyll.
8
11
  When it comes to the usability of a website, the focus of your
9
12
  visitors is on one important component: The Navigation System
10
- of the site. To make all posts using J1 Theme easy accessible
13
+ of the site. To make all posts using J1 Template easy accessible
11
14
  to the visitors, the Navigation System of the Jekyll Template
12
15
  provides a Blog Explorer module. The explorer module supports
13
16
  the users for browsing articles by sorting criteria like category
@@ -24,7 +27,6 @@ image:
24
27
  path: /assets/images/modules/attics/matthaeus-1920x1280.jpg
25
28
  width: 1920
26
29
  height: 1280
27
- alt: Photo by Matthaeus on Unsplash
28
30
 
29
31
  sort: date
30
32
  exclude_from_search: true
@@ -2,10 +2,13 @@
2
2
  layout: page
3
3
 
4
4
  title: Posts by Date
5
- date: 2022-01-01 01:00:00
5
+ date: 2022-01-01
6
+ #last_modified: 2023-01-01
6
7
  tagline: Explore Posts
7
8
  description: >
8
- To make all posts using J1 Theme easy accessible to the visitors,
9
+ J1 Template is a Bootstrap V5 website template for the static
10
+ site generator Jekyll.
11
+ To make all posts using J1 Template easy accessible to the visitors,
9
12
  the Navigation System of J1 Template provides a Explorer module
10
13
  for Blog articles: the Navigator. The Naviagtor supports the users
11
14
  for browsing articles by sorting criteria like category and date
@@ -22,7 +25,6 @@ image:
22
25
  path: /assets/images/modules/attics/matthaeus-1920x1280.jpg
23
26
  width: 1920
24
27
  height: 1280
25
- alt: Photo by Matthaeus on Unsplash
26
28
 
27
29
  sort: date
28
30
  exclude_from_search: true
@@ -3,9 +3,12 @@ layout: page
3
3
 
4
4
  title: Posts By Tag
5
5
  tagline: Explore Posts
6
- date: 2022-01-01 01:00:00
6
+ date: 2022-01-01
7
+ #last_modified: 2023-01-01
7
8
  description: >
8
- To make all posts using J1 Theme easy accessible to the visitors,
9
+ J1 Template is a Bootstrap V5 website template for the static
10
+ site generator Jekyll.
11
+ To make all posts using J1 Template easy accessible to the visitors,
9
12
  the Navigation System of J1 Template provides a Explorer module
10
13
  for Blog articles: the Navigator. The Naviagtor supports the users
11
14
  for browsing articles by sorting criteria like category and date
@@ -22,7 +25,6 @@ image:
22
25
  path: /assets/images/modules/attics/matthaeus-1920x1280.jpg
23
26
  width: 1920
24
27
  height: 1280
25
- alt: Photo by Matthaeus on Unsplash
26
28
 
27
29
  sort: date
28
30
  exclude_from_search: true
@@ -3,9 +3,12 @@ layout: page
3
3
 
4
4
  title: Navigator
5
5
  tagline: Explore Posts
6
- date: 2022-01-01 01:00:00
6
+ date: 2022-01-01
7
+ #last_modified: 2023-01-01
7
8
  description: >
8
- To make all posts using J1 Theme easy accessible to the visitors,
9
+ J1 Template is a Bootstrap V5 website template for the static
10
+ site generator Jekyll.
11
+ To make all posts using J1 Template easy accessible to the visitors,
9
12
  the Navigation System of J1 Template provides a Explorer module
10
13
  for Blog articles: the Navigator. The Naviagtor supports the users
11
14
  for browsing articles by sorting criteria like category and date
@@ -27,7 +30,6 @@ image:
27
30
  path: /assets/images/modules/attics/matthaeus-1920x1280.jpg
28
31
  width: 1920
29
32
  height: 1280
30
- alt: Photo by Matthaeus on Unsplash
31
33
 
32
34
  sort: date
33
35
  fab_menu_id: default
@@ -1,10 +1,13 @@
1
1
  ---
2
2
  title: General Features
3
3
  tagline: Platforms, Frameworks, and Devices
4
- date: 2021-01-01 00:00:00 +100
4
+ date: 2021-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
  Current software counts. Excellent tools in their latest versions
7
- make the rocket engine for each and every website. J1 Theme
10
+ make the rocket engine for each and every website. J1 Template
8
11
  is using current software in their latest versions. All of them
9
12
  are OpenSource and free to use. No license issues using JekyllOne
10
13
  Theme for private or professional purposes.
@@ -22,7 +25,6 @@ image:
22
25
  path: /assets/images/modules/attics/christina-1920x1280.jpg
23
26
  width: 1920
24
27
  height: 1280
25
- alt: Photo by Christina on Unsplash
26
28
 
27
29
  regenerate: false
28
30
  permalink: /pages/public/features/general_features/
@@ -73,7 +75,7 @@ No license issues for private or professional use.
73
75
  // -----------------------------------------------------------------------------
74
76
  == Platforms
75
77
 
76
- J1 Theme is based on these popular software platforms:
78
+ J1 Template is based on these popular software platforms:
77
79
 
78
80
  mdi:language-ruby[24px, md-blue ml-3 mr-2]
79
81
  <<Ruby>> >= 2.7 +
@@ -87,7 +89,7 @@ common operating systems like Windows, Linux, and OSX.
87
89
 
88
90
  === Ruby
89
91
 
90
- For the latest versions of J1 Theme (>= *2022.5.0*), Ruby V3 is recommended.
92
+ For the latest versions of J1 Template (>= *2022.5.0*), Ruby V3 is recommended.
91
93
  The latest Ruby versions offer much better run-time performance. Ruby 3 will
92
94
  be up to three times faster compared to Ruby 2.0. This will definively
93
95
  speed-up the development processes for your new website.
@@ -110,7 +112,7 @@ Simple commands support creators to concentrate on the content.
110
112
 
111
113
  == Frameworks
112
114
 
113
- To no reinvent wheels, J1 Theme is based on ready-to-use frameworks,
115
+ To no reinvent wheels, J1 Template is based on ready-to-use frameworks,
114
116
  extensions, and modules. All build-in frameworks are industry standard,
115
117
  well known, and accepted worldwide.
116
118
 
@@ -142,7 +144,7 @@ No question, icons and icon fonts are essentially required to make a site
142
144
  better understandable. Icons are used for navigation, extensions, modules,
143
145
  and last but not least for the content.
144
146
 
145
- J1 Theme supports popular icons font sets out-of-the-box:
147
+ J1 Template supports popular icons font sets out-of-the-box:
146
148
 
147
149
  * link:{url-mdi--home}[Material Design Icons, {browser-window--new}] (MDI)
148
150
  * link:{url-fontawesome--home}[FontAwesome Icons V5, {browser-window--new}] (FAI)
@@ -185,7 +187,7 @@ Configure what is to be done.
185
187
 
186
188
  == Devices
187
189
 
188
- The Web is everywhere. J1 Theme supports modern web browsers on all devices
190
+ The Web is everywhere. J1 Template supports modern web browsers on all devices
189
191
  for best results on PCs, Tablets, and SmartPhones.
190
192
 
191
193
  mdi:devices[24px, md-blue ml-3 mr-2]
@@ -217,7 +219,7 @@ website for mobile devices.
217
219
 
218
220
  === Desktop Web Navigation
219
221
 
220
- Then Naviagtion Modules of J1 Theme provides multiple sub-modules. An very
222
+ Then Naviagtion Modules of J1 Template provides multiple sub-modules. An very
221
223
  important one: the menu system. Based on a quite simple configuration, give
222
224
  your vistors easy access to all of your content pages on a mouse-click.
223
225
 
@@ -1,13 +1,16 @@
1
1
  ---
2
2
  title: Features
3
3
  tagline: Modules, Extensions and Integrations
4
- date: 2021-01-01 00:00:00 +100
4
+ date: 2021-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
  For Jekyll, a huge number of templates are available that cover
7
10
  all typical use cases for websites. The bad story: most of them
8
11
  require programming and low-level customization. Deep knowledge
9
12
  of Jekyll and valuable experience using HTML, CSS, and Javascript
10
- is required. JekyllOne Theme is different: easy to use, no programming
13
+ is required. J1 Template is different: easy to use, no programming
11
14
  is needed.
12
15
  keywords: >
13
16
  Jekyll, JekyllOne, Theme, Software, Modules, Extensions, Integrations
@@ -23,7 +26,6 @@ image:
23
26
  path: /assets/images/modules/attics/christina-1920x1280.jpg
24
27
  width: 1920
25
28
  height: 1280
26
- alt: Photo by Christina on Unsplash
27
29
 
28
30
  regenerate: false
29
31
  permalink: /pages/public/features/template_features/
@@ -81,7 +83,7 @@ J1 is different: easy to use, no programming is needed.
81
83
  == Modules
82
84
 
83
85
  The Template provides a large number of building blocks to create modern
84
- web pages in minutes. The base idea of the J1 Theme is to give all people
86
+ web pages in minutes. The base idea of the J1 Template is to give all people
85
87
  a toolset at their hands to create a website with no need to start web
86
88
  development or web design from the beginning.
87
89
 
@@ -121,7 +123,7 @@ loads more content as a user scrolls down the page. It allows visitors to
121
123
  continue reading the content by scrolling seamlessly and not by loading
122
124
  additional pages.
123
125
 
124
- J1 Theme supports infinite scrolling and is used, for example, for loading
126
+ J1 Template supports infinite scrolling and is used, for example, for loading
125
127
  previews of blog articles.
126
128
 
127
129
  === Animate on scroll
@@ -285,7 +287,7 @@ exactly positioned.
285
287
 
286
288
  When it comes to the usability of a website, your visitors' focus is on one
287
289
  important component: the Navigation System. The Navigation System used by
288
- J1 Theme is a multi-purpose navigation builder based on the _Bootstrap_ V5
290
+ J1 Template is a multi-purpose navigation builder based on the _Bootstrap_ V5
289
291
  Framework.
290
292
 
291
293
  .Navigation Module (NAV)
@@ -327,12 +329,12 @@ All features are available by configuration, and no programming is needed.
327
329
 
328
330
  A Lightbox is, in general, a helper which displays enlarged, almost
329
331
  screen-filling versions of images (or videos) while dimming the remainder
330
- of the page. For the J1 Theme, two different lightboxes are available:
332
+ of the page. For the J1 Template, two different lightboxes are available:
331
333
 
332
334
  * Lightbox V2
333
335
  * LightGallery
334
336
 
335
- The default tool employed by J1 Theme is Lightbox V2, a Javascript library
337
+ The default tool employed by J1 Template is Lightbox V2, a Javascript library
336
338
  written by Lokesh Dhakar.
337
339
 
338
340
  .Markup to place a Lightbox V2 (Asciidoc)
@@ -477,7 +479,7 @@ modals are used to add dialogues to your web pages for user notifications.
477
479
 
478
480
  To improve your visitor’s experience on important information that shouldn’t
479
481
  be missed. ABMs are a great choice to bring the user’s attention. Using the
480
- J1 Theme predefined modal styles, some emotional weight is added to the
482
+ J1 Template predefined modal styles, some emotional weight is added to the
481
483
  information displayed. Ranging from an info level, a simple warning to
482
484
  critical messages.
483
485
 
@@ -506,7 +508,7 @@ Post's front matter by specifying a new date/time in the format
506
508
 
507
509
  === Asciidoctor extensions
508
510
 
509
- J1 Theme implements a bunch of incubating Ruby-based extensions for
511
+ J1 Template implements a bunch of incubating Ruby-based extensions for
510
512
  Asciidoctor. Using Asciidoctor extensions, it's easy to integrate lightboxes,
511
513
  galleries, icon fonts, and other complex elements using Asciidoc tags with
512
514
  your content pages.
@@ -551,7 +553,7 @@ lightbox::images--blog-post-navigator[ 600, {data-images--blog-post-navigator} ]
551
553
  === Featured example content
552
554
 
553
555
  All pages from the roundtrip section are provided by the starter web
554
- included with the J1 Theme. Many real-world examples for your content
556
+ included with the J1 Template. Many real-world examples for your content
555
557
  could be taken from these pages and are easy to use with your website.
556
558
 
557
559
  .Example Content (Icon Fonts)
@@ -560,13 +562,13 @@ lightbox::images--example-content[ 600, {data-images--example-content} ]
560
562
  === Royalty Free images
561
563
 
562
564
  All images for a *Starter Web*, for example, from the roundtrip section, are
563
- included with J1 Theme. All images are taken from Unsplash.com as
565
+ included with J1 Template. All images are taken from Unsplash.com as
564
566
  *Royalty Free* images and can be used without paying any license fees.
565
567
 
566
568
  == Integrations
567
569
 
568
570
  The Internet of today has changed a lot. The new digital world is called the cloud.
569
- Services out of the cloud is a fast-growing business. J1 Theme integrates cloud
571
+ Services out of the cloud is a fast-growing business. J1 Template integrates cloud
570
572
  services to extend the functionality of a web for commenting features or Bootstrap
571
573
  themes, for example.
572
574
 
@@ -617,7 +619,7 @@ want to talk about what they currently read on your web, listen to or see.
617
619
  And they want it right there, under what they’ve read or seen, not on their
618
620
  social networks.
619
621
 
620
- J1 Theme supports currently two comment providers: Disqus (DQC) and
622
+ J1 Template supports currently two comment providers: Disqus (DQC) and
621
623
  Hyvor (HVC). The comment interfaces from the supported providers can be
622
624
  integrated by pure configuration.
623
625
 
@@ -763,7 +765,7 @@ you're done.
763
765
 
764
766
  === YouTube Video
765
767
 
766
- J1 Theme supports YouTube and Vimeo video content out-of-the-box.
768
+ J1 Template supports YouTube and Vimeo video content out-of-the-box.
767
769
  The type of content is *automatically detected* with your video galleries
768
770
  configured, and the player is started as needed.
769
771
 
@@ -779,7 +781,7 @@ gallery::jg_video_online_youtube_2_short[role="mb-5"]
779
781
 
780
782
  === Vimeo Video
781
783
 
782
- J1 Theme supports Vimeo video content out-of-the-box. The type of content
784
+ J1 Template supports Vimeo video content out-of-the-box. The type of content
783
785
  is *automatically detected* with your video galleries configured, and the
784
786
  player is started as needed.
785
787
 
@@ -1,8 +1,11 @@
1
1
  ---
2
2
  title: Bookshelf
3
3
  tagline: All Books
4
- date: 2023-01-29 00:00:00
4
+ date: 2023-01-29
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
  All available articles in the Bookshelf. The content is
7
10
  automatically generated and taken from the articles of the
8
11
  collections in the Bookshelf contains.
@@ -14,7 +17,6 @@ image:
14
17
  path: /assets/images/modules/attics/giammarco-boscaro-1920x1280.jpg
15
18
  width: 1920
16
19
  height: 1280
17
- alt: Photo by Giammarco on Unsplash
18
20
 
19
21
  regenerate: false
20
22
  permalink: /pages/public/learn/bookshelf/article_previewer/all_books/
@@ -1,8 +1,11 @@
1
1
  ---
2
2
  title: Biography
3
3
  tagline: Today's People
4
- date: 2023-01-29 00:00:00
4
+ date: 2023-01-29
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
  Today's people is a collection contains the biography's
7
10
  of celebrities well known by most of us. Find the books issued
8
11
  by musicans, actors and more.
@@ -14,7 +17,6 @@ image:
14
17
  path: /assets/images/modules/attics/giammarco-boscaro-1920x1280.jpg
15
18
  width: 1920
16
19
  height: 1280
17
- alt: Photo by Giammarco on Unsplash
18
20
 
19
21
  toc: false
20
22
  fab_menu_id: default
@@ -1,8 +1,10 @@
1
1
  ---
2
2
  title: Fantasy
3
3
  tagline: Fantasy Literature
4
- date: 2023-01-29 00:00:00
4
+ date: 2023-01-29
5
5
  description: >
6
+ J1 Template is a Bootstrap V5 website template for the static
7
+ site generator Jekyll.
6
8
  Fantasy Literature in the Book Shelf
7
9
 
8
10
  categories: [ Books ]
@@ -12,7 +14,6 @@ image:
12
14
  path: /assets/images/modules/attics/giammarco-boscaro-1920x1280.jpg
13
15
  width: 1920
14
16
  height: 1280
15
- alt: Photo by Giammarco on Unsplash
16
17
 
17
18
  robots:
18
19
  index: false
@@ -1,8 +1,10 @@
1
1
  ---
2
2
  title: Romance
3
3
  tagline: Romance Literature
4
- date: 2023-01-29 00:00:00
4
+ date: 2023-01-29
5
5
  description: >
6
+ J1 Template is a Bootstrap V5 website template for the static
7
+ site generator Jekyll.
6
8
  Romance Literature in the Book Shelf
7
9
 
8
10
  categories: [ Books ]
@@ -12,7 +14,6 @@ image:
12
14
  path: /assets/images/modules/attics/giammarco-boscaro-1920x1280.jpg
13
15
  width: 1920
14
16
  height: 1280
15
- alt: Photo by Giammarco on Unsplash
16
17
 
17
18
  robots:
18
19
  index: false