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,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
@@ -68,7 +71,7 @@ problems, please report issues so I can correct them.
68
71
 
69
72
  // Include sub-documents (if any)
70
73
  // -----------------------------------------------------------------------------
71
- 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_
72
75
  repository. _GitHub_ provides both an issue tracker and a history of changes.
73
76
  To report problems with the content and display, simply open a new issue and
74
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,
@@ -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,
@@ -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,
@@ -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
@@ -71,7 +74,7 @@ resource_options:
71
74
  // -----------------------------------------------------------------------------
72
75
  The Asciidoc skeleton *documentation* (book) a helper for setting up a base
73
76
  file and folder structure for *complex* multi-chapter AsciiDoc projects of
74
- type *book* based on _Jekyll_ and _J1 Theme_.
77
+ type *book* based on _Jekyll_ and _J1 Template_.
75
78
 
76
79
  A document of type documentation typically consists in a large number
77
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
@@ -65,7 +68,7 @@ resource_options:
65
68
  // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
66
69
  The Asciidoc skeleton *multi-document* a helper for setting up a base file and
67
70
  folder structure for multi-chapter AsciiDoc projects based on _Jekyll_
68
- 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
69
72
  documents from it.
70
73
 
71
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
@@ -81,7 +84,7 @@ resource_options:
81
84
  // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
82
85
  The Asciidoc skeleton *simple-document* a helper for setting up a base file
83
86
  and folder structure for simple-document AsciiDoc pages based on _Jekyll_ and
84
- _J1 Theme_. You need *both* to use this skeleton creating AsciiDoc
87
+ _J1 Template_. You need *both* to use this skeleton creating AsciiDoc
85
88
  documents from it.
86
89
 
87
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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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.
@@ -72,7 +75,7 @@ No license issues for private or professional use.
72
75
  // -----------------------------------------------------------------------------
73
76
  == Platforms
74
77
 
75
- J1 Theme is based on these popular software platforms:
78
+ J1 Template is based on these popular software platforms:
76
79
 
77
80
  mdi:language-ruby[24px, md-blue ml-3 mr-2]
78
81
  <<Ruby>> >= 2.7 +
@@ -86,7 +89,7 @@ common operating systems like Windows, Linux, and OSX.
86
89
 
87
90
  === Ruby
88
91
 
89
- 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.
90
93
  The latest Ruby versions offer much better run-time performance. Ruby 3 will
91
94
  be up to three times faster compared to Ruby 2.0. This will definively
92
95
  speed-up the development processes for your new website.
@@ -109,7 +112,7 @@ Simple commands support creators to concentrate on the content.
109
112
 
110
113
  == Frameworks
111
114
 
112
- 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,
113
116
  extensions, and modules. All build-in frameworks are industry standard,
114
117
  well known, and accepted worldwide.
115
118
 
@@ -141,7 +144,7 @@ No question, icons and icon fonts are essentially required to make a site
141
144
  better understandable. Icons are used for navigation, extensions, modules,
142
145
  and last but not least for the content.
143
146
 
144
- J1 Theme supports popular icons font sets out-of-the-box:
147
+ J1 Template supports popular icons font sets out-of-the-box:
145
148
 
146
149
  * link:{url-mdi--home}[Material Design Icons, {browser-window--new}] (MDI)
147
150
  * link:{url-fontawesome--home}[FontAwesome Icons V5, {browser-window--new}] (FAI)
@@ -184,7 +187,7 @@ Configure what is to be done.
184
187
 
185
188
  == Devices
186
189
 
187
- 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
188
191
  for best results on PCs, Tablets, and SmartPhones.
189
192
 
190
193
  mdi:devices[24px, md-blue ml-3 mr-2]
@@ -216,7 +219,7 @@ website for mobile devices.
216
219
 
217
220
  === Desktop Web Navigation
218
221
 
219
- 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
220
223
  important one: the menu system. Based on a quite simple configuration, give
221
224
  your vistors easy access to all of your content pages on a mouse-click.
222
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
@@ -80,7 +83,7 @@ J1 is different: easy to use, no programming is needed.
80
83
  == Modules
81
84
 
82
85
  The Template provides a large number of building blocks to create modern
83
- 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
84
87
  a toolset at their hands to create a website with no need to start web
85
88
  development or web design from the beginning.
86
89
 
@@ -120,7 +123,7 @@ loads more content as a user scrolls down the page. It allows visitors to
120
123
  continue reading the content by scrolling seamlessly and not by loading
121
124
  additional pages.
122
125
 
123
- 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
124
127
  previews of blog articles.
125
128
 
126
129
  === Animate on scroll
@@ -284,7 +287,7 @@ exactly positioned.
284
287
 
285
288
  When it comes to the usability of a website, your visitors' focus is on one
286
289
  important component: the Navigation System. The Navigation System used by
287
- 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
288
291
  Framework.
289
292
 
290
293
  .Navigation Module (NAV)
@@ -326,12 +329,12 @@ All features are available by configuration, and no programming is needed.
326
329
 
327
330
  A Lightbox is, in general, a helper which displays enlarged, almost
328
331
  screen-filling versions of images (or videos) while dimming the remainder
329
- 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:
330
333
 
331
334
  * Lightbox V2
332
335
  * LightGallery
333
336
 
334
- 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
335
338
  written by Lokesh Dhakar.
336
339
 
337
340
  .Markup to place a Lightbox V2 (Asciidoc)
@@ -476,7 +479,7 @@ modals are used to add dialogues to your web pages for user notifications.
476
479
 
477
480
  To improve your visitor’s experience on important information that shouldn’t
478
481
  be missed. ABMs are a great choice to bring the user’s attention. Using the
479
- 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
480
483
  information displayed. Ranging from an info level, a simple warning to
481
484
  critical messages.
482
485
 
@@ -505,7 +508,7 @@ Post's front matter by specifying a new date/time in the format
505
508
 
506
509
  === Asciidoctor extensions
507
510
 
508
- J1 Theme implements a bunch of incubating Ruby-based extensions for
511
+ J1 Template implements a bunch of incubating Ruby-based extensions for
509
512
  Asciidoctor. Using Asciidoctor extensions, it's easy to integrate lightboxes,
510
513
  galleries, icon fonts, and other complex elements using Asciidoc tags with
511
514
  your content pages.
@@ -550,7 +553,7 @@ lightbox::images--blog-post-navigator[ 600, {data-images--blog-post-navigator} ]
550
553
  === Featured example content
551
554
 
552
555
  All pages from the roundtrip section are provided by the starter web
553
- 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
554
557
  could be taken from these pages and are easy to use with your website.
555
558
 
556
559
  .Example Content (Icon Fonts)
@@ -559,13 +562,13 @@ lightbox::images--example-content[ 600, {data-images--example-content} ]
559
562
  === Royalty Free images
560
563
 
561
564
  All images for a *Starter Web*, for example, from the roundtrip section, are
562
- 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
563
566
  *Royalty Free* images and can be used without paying any license fees.
564
567
 
565
568
  == Integrations
566
569
 
567
570
  The Internet of today has changed a lot. The new digital world is called the cloud.
568
- 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
569
572
  services to extend the functionality of a web for commenting features or Bootstrap
570
573
  themes, for example.
571
574
 
@@ -616,7 +619,7 @@ want to talk about what they currently read on your web, listen to or see.
616
619
  And they want it right there, under what they’ve read or seen, not on their
617
620
  social networks.
618
621
 
619
- J1 Theme supports currently two comment providers: Disqus (DQC) and
622
+ J1 Template supports currently two comment providers: Disqus (DQC) and
620
623
  Hyvor (HVC). The comment interfaces from the supported providers can be
621
624
  integrated by pure configuration.
622
625
 
@@ -762,7 +765,7 @@ you're done.
762
765
 
763
766
  === YouTube Video
764
767
 
765
- 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.
766
769
  The type of content is *automatically detected* with your video galleries
767
770
  configured, and the player is started as needed.
768
771
 
@@ -778,7 +781,7 @@ gallery::jg_video_online_youtube_2_short[role="mb-5"]
778
781
 
779
782
  === Vimeo Video
780
783
 
781
- 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
782
785
  is *automatically detected* with your video galleries configured, and the
783
786
  player is started as needed.
784
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.
@@ -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.
@@ -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 ]
@@ -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 ]
@@ -3,8 +3,10 @@ layout: page
3
3
 
4
4
  title: Jekyll Collections
5
5
  tagline: What Collections Are
6
- date: 2023-01-03 00:00:00
6
+ date: 2023-01-03
7
7
  description: >
8
+ J1 Template is a Bootstrap V5 website template for the static
9
+ site generator Jekyll.
8
10
  Jekyll Collections Overview
9
11
  categories: [ Jekyll, Collection ]
10
12
  tags: [ Info, Overview ]
@@ -1,8 +1,10 @@
1
1
  ---
2
2
  title: BS Sass Variables
3
3
  tagline: Fine-tune a CSS Build
4
- date: 2023-06-13 00:00:00 +100
4
+ date: 2023-06-13
5
5
  description: >
6
+ J1 Template is a Bootstrap V5 website template for the static
7
+ site generator Jekyll.
6
8
  The Sass files in Bootstrap provide a modular and flexible approach to
7
9
  customizing the framework. They allow to override default variables,
8
10
  extend the existing styles to tailor Bootstrap's appearance and
@@ -1,8 +1,10 @@
1
1
  ---
2
2
  title: Core Web Vitals
3
3
  tagline: Improve the user experience
4
- date: 2023-06-07 00:00:00 +100
4
+ date: 2023-06-07
5
5
  description: >
6
+ J1 Template is a Bootstrap V5 website template for the static
7
+ site generator Jekyll.
6
8
  Optimizing the user experience you offer on your website is essential
7
9
  for the success of any online business. Google does use different user
8
10
  experience-related metrics to rank web pages for SEO and has continued
@@ -28,12 +28,12 @@ your unique design.
28
28
  Besides the bunch of different stylesheets at Bootswatch, an
29
29
  link:{url-bootswatch--api}[Integration API, {browser-window--new}] is provided
30
30
  that helps a lot to integrate available designs into an existing site. This API
31
- is the base to integrate selectable Bootswatch stylesheets into the J1 Theme
31
+ is the base to integrate selectable Bootswatch stylesheets into the J1 Template
32
32
  navigation system for easy use.
33
33
 
34
34
  === Apply a Style
35
35
 
36
- The base for designing pages using the J1 Theme is the style Uno, a modern
36
+ The base for designing pages using the J1 Template is the style Uno, a modern
37
37
  light CSS layout used for many types of websites. And what we mentioned
38
38
  already, web design is not: one size fits all. The style Uno can be seen as
39
39
  a good base, a starting point. Combining Uno and a different styles may be