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
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b951aa50ec6067af603b0dcadd1004f417b219c2f35c2c021bd668556e193c38
4
- data.tar.gz: f408dd53e3d98df5a536a4745946d38c9a4ac335468a45e4dfcb4b9063cd9cd7
3
+ metadata.gz: 1b7a1b1a38a80275f8977792d77417f381f862349c9f5dd26b8d0ee73d30ef60
4
+ data.tar.gz: 2076111b4cd1b1b36736f91d12a7714c3ff74944c54952632d32fa745b0e8d27
5
5
  SHA512:
6
- metadata.gz: e64250f9b184b6c95c329e04d737a96f6ea21925e611e29191e5a89618bb69ec8b6b617c719d7c08fa45c884fa323c8bde804479beab41511341cb38e375f5a1
7
- data.tar.gz: cf35b4186ab76254fb1936033178a6e6a9aec7cf6a9d289d089aefa9dc85a7aefe6c0d1aaab9c3cc5012dfe07148795d66d5078ce79b6fba6a348c6556e932eb
6
+ metadata.gz: f430484895748ccb6f6a5395cefb35df1b584bc1a0d548a574bf4b83e3e99ed821c9c62fc891efb87554c50b3a62b1f610e04c8af77696c9567284409622e14b
7
+ data.tar.gz: bf534ebd7baeeaa2a524b1e3bb36911a3cdbc8e4cd1e3248f286175c4c211ec91aece410bdf4e36d6b62e6c38dfa1af4af1e8b492d106342ab3d2cb2b0951bd2
@@ -68,8 +68,8 @@
68
68
  <!-- [INFO ] [j1.layout.meta_data_generator.html ] [ initial zoom level when the page is first loaded by the browser ] -->
69
69
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
70
70
 
71
- <!-- [INFO ] [j1.layout.meta_data_generator.html ] [ added version info for the templte ] -->
72
- <meta name="template version" content="{{site.version}}">
71
+ <!-- [INFO ] [j1.layout.meta_data_generator.html ] [ added keyords for backwards compatability ] -->
72
+ <meta name="keywords" content="{{site.keywords}}">
73
73
 
74
74
  {% if template_config.translation.enabled %}
75
75
  <!-- [INFO ] [j1.layout.meta_data_generator.html ] [ add google translator meta tag to enable customized translations ] -->
@@ -109,11 +109,10 @@
109
109
 
110
110
  {% comment %} page.robots.index: {{ page.robots.index | debug }} {% endcomment %}
111
111
 
112
- {% comment %} Check link settings from page (canonical links)
113
- <link rel="canonical" href="{{site.baseurl/page.url}}">
112
+ {% comment %} Set page as original (canonical link)
114
113
  -------------------------------------------------------------------------------- {% endcomment %}
115
114
  {% if page.canonical %}
116
- <!-- [INFO ] [j1.layout.meta_data_generator.html ] [ Specify canonical link (URL) ] -->
115
+ <!-- [INFO ] [j1.layout.meta_data_generator.html ] [ Specify content as original (canonical link) ] -->
117
116
  <link rel="canonical" href="{{site.url}}{{site.baseurl}}{{page.url | replace: 'index.html', ''}}">
118
117
  {% endif %}
119
118
 
data/lib/j1/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module J1
2
- VERSION = '2023.4.3'
2
+ VERSION = '2023.4.5'
3
3
  end
@@ -379,7 +379,7 @@ This command creates a **initial** project in folder **my-starter**.
379
379
  2023-02-28 18:12:12 - GENERATE: Resolving dependencies...
380
380
  2023-02-28 18:12:12 - GENERATE: Using bundler 2.3.7
381
381
  ...
382
- 2023-02-28 18:12:12 - GENERATE: Using j1-template 2023.4.3
382
+ 2023-02-28 18:12:12 - GENERATE: Using j1-template 2023.4.5
383
383
  2023-02-28 18:12:12 - GENERATE: Bundle complete! 31 Gemfile dependencies, 78 gems now installed.
384
384
  2023-02-28 18:12:12 - GENERATE: Bundled gems are installed into `../../.gem`
385
385
  2023-02-28 18:12:12 - GENERATE: C:/Users/xxx/.gem/ruby/3.1.0;C:/DevTools/Ruby31-x64/lib/ruby/gems/3.1.0;
@@ -415,7 +415,7 @@ commands are available as well.
415
415
  2023-02-28 18:17:48 - SETUP: Initialize the project ...
416
416
  2023-02-28 18:17:48 - SETUP: Be patient, this will take a while ...
417
417
  2023-02-28 18:17:49 - SETUP:
418
- 2023-02-28 18:17:49 - SETUP: > j1@2023.4.3 setup C:\Users\xxx\j1-projects\my-starter
418
+ 2023-02-28 18:17:49 - SETUP: > j1@2023.4.5 setup C:\Users\xxx\j1-projects\my-starter
419
419
  2023-02-28 18:17:49 - SETUP: > npm --silent run setup-start && npm --silent run setup-base && run-s -s setup:*
420
420
  2023-02-28 18:17:49 - SETUP:
421
421
  2023-02-28 18:17:50 - SETUP: Setup project for first use ..
@@ -460,7 +460,7 @@ browser. Let's start the journey ...
460
460
  Check setup state of the J1 project ...
461
461
  2023-02-28 18:26:18 - SITE: Starting up your site ...
462
462
  2023-02-28 18:26:18 - SITE:
463
- 2023-02-28 18:26:18 - SITE: > j1@2023.4.3 j1-site C:\Users\jadams\j1-projects\my-starter
463
+ 2023-02-28 18:26:18 - SITE: > j1@2023.4.5 j1-site C:\Users\jadams\j1-projects\my-starter
464
464
  2023-02-28 18:26:18 - SITE: > run-p -s j1-site:*
465
465
  2023-02-28 18:26:18 - SITE:
466
466
  2023-02-28 18:26:20 - SITE: Startup UTILSRV ..
@@ -499,7 +499,7 @@ Check setup state of the J1 project ...
499
499
  REBUILD: Rebuild the projects website ...
500
500
  REBUILD: Be patient, this will take a while ...
501
501
  2023-02-28 18:45:09 - REBUILD:
502
- 2023-02-28 18:45:09 - REBUILD: > j1@2023.4.3 rebuild C:\Users\xxx\j1-projects\my-starter
502
+ 2023-02-28 18:45:09 - REBUILD: > j1@2023.4.5 rebuild C:\Users\xxx\j1-projects\my-starter
503
503
  2023-02-28 18:45:09 - REBUILD: > run-s -s rebuild:* && run-s -s post-rebuild:*
504
504
  2023-02-28 18:45:09 - REBUILD:
505
505
  2023-02-28 18:45:10 - REBUILD: Rebuild site incremental ..
@@ -547,7 +547,7 @@ using Lerna for all packages:
547
547
  2023-02-28 18:29:07 - RESET: Reset the project to factory state ...
548
548
  2023-02-28 18:29:07 - RESET: Be patient, this will take a while ...
549
549
  2023-02-28 18:29:08 - RESET:
550
- 2023-02-28 18:29:08 - RESET: > j1@2023.4.3 reset C:\Users\xxx\j1-projects\my-starter
550
+ 2023-02-28 18:29:08 - RESET: > j1@2023.4.5 reset C:\Users\xxx\j1-projects\my-starter
551
551
  2023-02-28 18:29:08 - RESET: > run-s -s reset:*
552
552
  2023-02-28 18:29:08 - RESET:
553
553
  2023-02-28 18:29:08 - RESET: Reset project to factory state ..
@@ -53,7 +53,7 @@ environment: development
53
53
  # ------------------------------------------------------------------------------
54
54
  # Sets the build version of the site
55
55
  #
56
- version: 2023.4.3
56
+ version: 2023.4.5
57
57
 
58
58
  # copyright
59
59
  # ------------------------------------------------------------------------------
@@ -172,38 +172,28 @@ doctype: html
172
172
 
173
173
  # title
174
174
  # ------------------------------------------------------------------------------
175
- # Sets the ...
176
- #
177
- # values: string
178
- # default: no default
179
- #
180
- # slogan
181
- # ------------------------------------------------------------------------------
182
- # Sets the <title> tag within the <head> section.
175
+ # Sets the meta tag 'title' (used by SEO tags)
183
176
  #
184
177
  # values: string
185
178
  # default: no default
186
179
  #
187
180
  # description
188
181
  # ------------------------------------------------------------------------------
189
- # Sets the meta tag for "description"
182
+ # Sets the meta tag 'description' (used by SEO tags)
190
183
  #
191
184
  # values: string
192
185
  # default: no default
193
186
  #
194
187
  # keywords
195
188
  # ------------------------------------------------------------------------------
196
- # Sets the meta tag for "keywords"
189
+ # Sets the meta tag 'keywords'
190
+ # Meta keywords are can give search engines more information about a
191
+ # page’s content. Most modern search engines does NOT use this tag
192
+ # anymore but should be defined for backwards compatability.
197
193
  #
198
194
  # values: string (comma separated)
199
195
  # default: no default
200
196
  #
201
- # author.name
202
- # ------------------------------------------------------------------------------
203
- # Sets the meta tag for "author"
204
- #
205
- # values: string (comma separated)
206
- # default: no default
207
197
  #
208
198
  # robots.index
209
199
  # ------------------------------------------------------------------------------
@@ -237,17 +227,6 @@ description: >
237
227
  keywords: >
238
228
  opensource, free, j1, template, jekyll, jekyllone, web, sites,
239
229
  static, jamstack
240
- author:
241
- name: Juergen Adams
242
- email: juergen@jekyll.one
243
- url: https://jekyll.one/
244
- github: username
245
- facebook: username
246
- twitter: username
247
- # feedburner: feedname
248
-
249
- webmaster:
250
- email: webmaster@jekyll.one
251
230
 
252
231
  # Crawling/Indexing ENABLED for default. Settings managed page-wise using
253
232
  # frontmatter defaults or by page default settings to make sure that only
@@ -542,14 +521,12 @@ author:
542
521
  twitter:
543
522
  feedburner:
544
523
 
545
-
546
524
  logo: /assets/images/icons/j1/j1-512x512.png
547
525
 
548
526
  image:
549
527
  path: /assets/images/promo/home/screenshot.jpg
550
528
  width: 1200
551
529
  height: 800
552
- alt: J1 Theme Home
553
530
 
554
531
  twitter:
555
532
  username:
@@ -560,6 +537,9 @@ facebook:
560
537
  app_id:
561
538
  admins:
562
539
 
540
+ webmaster:
541
+ email: webmaster@jekyll.one
542
+
563
543
  webmaster_verifications:
564
544
  facebook:
565
545
  google:
@@ -662,11 +642,11 @@ defaults:
662
642
  url: https://jekyll.one/
663
643
 
664
644
  logo: /assets/images/icons/j1/j1-512x512.png
645
+
665
646
  image:
666
647
  path: /assets/images/promo/home/screenshot.jpg
667
648
  width: 1200
668
649
  height: 800
669
- alt: J1 Theme Home
670
650
 
671
651
  icons:
672
652
  family: MDI
@@ -681,6 +661,7 @@ defaults:
681
661
  follow: true
682
662
 
683
663
  toc: true
664
+ canonical: false
684
665
  fab_menu_id: open_toc
685
666
  comments: false
686
667
  scrollbar: false
@@ -714,20 +695,21 @@ defaults:
714
695
  url: https://jekyll.one/
715
696
 
716
697
  logo: /assets/images/icons/j1/j1-512x512.png
698
+
717
699
  image:
718
700
  path: /assets/images/promo/home/screenshot.jpg
719
701
  width: 1200
720
702
  height: 800
721
- alt: J1 Theme Home
722
703
 
723
704
  robots:
724
705
  index: true
725
706
  follow: true
726
707
 
727
708
  toc: true
709
+ canonical: false
728
710
  fab_menu_id: open_toc
729
- comments: false
730
711
  scrollbar: false
712
+ comments: false
731
713
  page_navigation: true
732
714
  personalization: false
733
715
  exclude_from_search: false
@@ -757,13 +739,13 @@ defaults:
757
739
  path: /assets/images/promo/home/screenshot.jpg
758
740
  width: 1200
759
741
  height: 800
760
- alt: J1 Theme Home
761
742
 
762
743
  robots:
763
744
  index: true
764
745
  follow: true
765
746
 
766
747
  toc: true
748
+ canonical: false
767
749
  fab_menu_id: open_toc
768
750
  comments: false
769
751
  scrollbar: false
@@ -788,6 +770,7 @@ defaults:
788
770
 
789
771
  values:
790
772
  layout: page
773
+ canonical: false
791
774
 
792
775
  # ----------------------------------------------------------------------------
793
776
  # Book Shelf
@@ -798,6 +781,7 @@ defaults:
798
781
 
799
782
  values:
800
783
  layout: page
784
+ canonical: false
801
785
 
802
786
  - scope:
803
787
  type: fantasy
@@ -805,6 +789,7 @@ defaults:
805
789
 
806
790
  values:
807
791
  layout: page
792
+ canonical: false
808
793
 
809
794
  - scope:
810
795
  type: romance
@@ -812,6 +797,7 @@ defaults:
812
797
 
813
798
  values:
814
799
  layout: page
800
+ canonical: false
815
801
 
816
802
 
817
803
  # ==============================================================================
@@ -57,7 +57,7 @@
57
57
  <id>{{ page.url | absolute_url | xml_escape }}</id>
58
58
  <post_limited>{{ limit_posts }}</post_limited>
59
59
  <template_name>J1 Theme</template_name>
60
- <template_version>2023.4.3</template_version>
60
+ <template_version>2023.4.5</template_version>
61
61
 
62
62
  {% assign title = site.title | default: site.name %}
63
63
  {% if page.collection != "posts" %}
@@ -23,6 +23,7 @@
23
23
  {% endif %}
24
24
 
25
25
  <meta name="generator" content="Jekyll v{{ jekyll.version }}">
26
+ <meta name="builder" content="J1 Template v{{ site.version }}">
26
27
 
27
28
  {% if seo_tag.page_title %}
28
29
  <meta property="og:title" content="{{ seo_tag.page_title }}">
@@ -41,7 +42,6 @@
41
42
  {% endif %}
42
43
 
43
44
  {% if site.url %}
44
- <link rel="canonical" href="{{ seo_tag.canonical_url }}">
45
45
  <meta property="og:url" content="{{ seo_tag.canonical_url }}">
46
46
  {% endif %}
47
47
 
@@ -57,9 +57,6 @@
57
57
  {% if seo_tag.image.width %}
58
58
  <meta property="og:image:width" content="{{ seo_tag.image.width }}">
59
59
  {% endif %}
60
- {% if seo_tag.image.alt %}
61
- <meta property="og:image:alt" content="{{ seo_tag.image.alt }}">
62
- {% endif %}
63
60
  {% endif %}
64
61
 
65
62
  {% if page.date %}
@@ -83,16 +80,12 @@
83
80
  <meta name="twitter:card" content="summary">
84
81
  {% endif %}
85
82
 
86
- {% if seo_tag.image.alt %}
87
- <meta name="twitter:image:alt" content="{{ seo_tag.image.alt }}">
88
- {% endif %}
89
-
90
83
  {% if seo_tag.page_title %}
91
84
  <meta property="twitter:title" content="{{ seo_tag.page_title }}">
92
85
  {% endif %}
93
86
 
94
87
  {% if site.twitter %}
95
- <meta name="twitter:site" content="@{{ site.twitter.username | remove:'@' }}">
88
+ <meta name="twitter:site" content="{{ seo_tag.canonical_url }}">
96
89
 
97
90
  {% if seo_tag.author.twitter %}
98
91
  <meta name="twitter:creator" content="@{{ seo_tag.author.twitter | remove:'@' }}">
@@ -126,24 +119,10 @@
126
119
  <meta name="msvalidate.01" content="{{ site.webmaster_verifications.bing }}">
127
120
  {% endif %}
128
121
 
129
- {% comment %} Alexa.com retired on May 1, 2022
130
- # ----------------------------------------------------------------------------
131
- {% if site.webmaster_verifications.alexa %}
132
- <meta name="alexaVerifyID" content="{{ site.webmaster_verifications.alexa }}">
133
- {% endif %}
134
- {% endcomment %}
135
-
136
122
  {% if site.webmaster_verifications.yandex %}
137
123
  <meta name="yandex-verification" content="{{ site.webmaster_verifications.yandex }}">
138
124
  {% endif %}
139
125
 
140
- {% comment %} Baidu requires chinese mobil number (for registration, not longer possible)
141
- # ----------------------------------------------------------------------------
142
- {% if site.webmaster_verifications.baidu %}
143
- <meta name="baidu-site-verification" content="{{ site.webmaster_verifications.baidu }}">
144
- {% endif %}
145
- {% endcomment %}
146
-
147
126
  {% if site.webmaster_verifications.facebook %}
148
127
  <meta name="facebook-domain-verification" content="{{ site.webmaster_verifications.facebook }}">
149
128
  {% endif %}
@@ -151,6 +130,9 @@
151
130
  <meta name="google-site-verification" content="{{ site.google_site_verification }}">
152
131
  {% endif %}
153
132
 
133
+ {% comment %} jadams 2023-07-17, remove INVALID property 'alt' from 'ImageObject'
134
+ {{ seo_tag.json_ld | jsonify | remove: '"alt":"J1 Theme Home",' }}
135
+ # ------------------------------------------------------------------------------ {% endcomment %}
154
136
  <script type="application/ld+json">
155
137
  {{ seo_tag.json_ld | jsonify }}
156
138
  </script>
@@ -1,5 +1,5 @@
1
1
  # ------------------------------------------------------------------------------
2
- # ~/_plugins/debug.rb
2
+ # ~/_plugins/filter/debug.rb
3
3
  # Helper to inspect liquid template variables for Jekyll
4
4
  #
5
5
  # Product/Info:
@@ -1,5 +1,5 @@
1
1
  # ------------------------------------------------------------------------------
2
- # ~/_plugins/encodeBase64.rb
2
+ # ~/_plugins/filter/encodeBase64.rb
3
3
  # Liquid filter for J1 Theme to Base64 encode
4
4
  #
5
5
  # Product/Info:
@@ -1,5 +1,5 @@
1
1
  # ------------------------------------------------------------------------------
2
- # ~/_plugins/encode64JSON.rb
2
+ # ~/_plugins/filter/encode64JSON.rb
3
3
  # Liquid filter for J1 Theme to Base64 encode a JSON string
4
4
  #
5
5
  # Product/Info:
@@ -1,5 +1,5 @@
1
1
  # ------------------------------------------------------------------------------
2
- # ~/_plugins/filters.rb
2
+ # ~/_plugins/filter/filters.rb
3
3
  # Liquid filtersfor J1 Theme
4
4
  #
5
5
  # Product/Info:
@@ -0,0 +1,22 @@
1
+ # ------------------------------------------------------------------------------
2
+ # ~/_plugins/filter/liquify.rb
3
+ # Liquid filter to expand nested liquid-variables in the front matter
4
+ #
5
+ # Product/Info:
6
+ # http://jekyll.one
7
+ #
8
+ # Copyright (C) 2023 Juergen Adams
9
+ #
10
+ # J1 Theme is licensed under the MIT License.
11
+ # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE.md
12
+ # See: http://acegik.net/blog/ruby/jekyll/plugins/howto-nest-liquid-template-variables-inside-yaml-front-matter-block.html
13
+ # ------------------------------------------------------------------------------
14
+ module Jekyll
15
+ module ExpandNestedVariableFilter
16
+ def liquify(input)
17
+ Liquid::Template.parse(input).render(@context)
18
+ end
19
+ end
20
+ end
21
+
22
+ Liquid::Template.register_filter(Jekyll::ExpandNestedVariableFilter)
@@ -1,5 +1,5 @@
1
1
  # ------------------------------------------------------------------------------
2
- # ~/_plugins/uglify.rb
2
+ # ~/_plugins/filter/uglify.rb
3
3
  # Liquid filter for J1 Theme to uglify JS
4
4
  #
5
5
  # Product/Info:
@@ -1,5 +1,5 @@
1
1
  # ------------------------------------------------------------------------------
2
- # ~/_plugins/minifyJSON.rb
2
+ # ~/_plugins/filter/minifyJSON.rb
3
3
  # Liquid filter for J1 Theme to minify a JSON string
4
4
  #
5
5
  # Product/Info:
@@ -1,5 +1,5 @@
1
1
  # ------------------------------------------------------------------------------
2
- # ~/_plugins/prettify.rb
2
+ # ~/_plugins/filter/prettify.rb
3
3
  # Liquid filter for J1 Theme to beautify HTML code
4
4
  #
5
5
  # Product/Info:
@@ -1,5 +1,5 @@
1
1
  # ------------------------------------------------------------------------------
2
- # ~/_plugins/xml_prettify.rb
2
+ # ~/_plugins/filter/xml_prettify.rb
3
3
  # Liquid filter for J1 Theme to beautify XML code
4
4
  #
5
5
  # Product/Info:
@@ -391,6 +391,6 @@ end
391
391
 
392
392
  module Jekyll
393
393
  module J1LunrSearch
394
- VERSION = '2023.4.3'
394
+ VERSION = '2023.4.5'
395
395
  end
396
396
  end
@@ -382,7 +382,9 @@ module Jekyll
382
382
 
383
383
  def date_modified
384
384
  @date_modified ||= begin
385
- date = page_seo["date_modified"] || page["last_modified_at"].to_liquid || page["date"]
385
+ time_now = Time.new
386
+ current_time = time_now.strftime("%Y-%m-%d %H:%M:%S")
387
+ date = current_time.to_liquid || page["last_modified"].to_liquid
386
388
  filters.date_to_xmlschema(date) if date
387
389
  end
388
390
  end
@@ -1,15 +1,11 @@
1
1
  ---
2
2
  title: Welcome to Jekyll
3
3
  tagline: Websites For Everyone
4
- #date: <%= Time.now.strftime('%Y-%m-%d') %> 00:00:00 +0100
5
- description: >
6
- Jekyll is a static site generator that allows you to build websites using
7
- Markdown, HTML, and CSS. It uses templates and layouts to generate the static
8
- files that make up your website, which can be hosted on any web server.
9
- Jekyll is built with Ruby and requires basic command line knowledge.
4
+ #date: <%= Time.now.strftime('%Y-%m-%d') %>
5
+ #last_modified: 2023-01-01
10
6
 
11
7
  categories: [ Jekyll, Featured ]
12
- tags: [ Template, Jekyll ]
8
+ tags: [ Post, Template ]
13
9
 
14
10
  image:
15
11
  path: /assets/images/modules/attics/katie-moum-1920x1280.jpg
@@ -47,6 +43,8 @@ resource_options:
47
43
  // Place an excerpt at the most top position
48
44
  // -----------------------------------------------------------------------------
49
45
  [role="dropcap"]
46
+ J1 Template is a Bootstrap V5 website template for the static
47
+ site generator Jekyll.
50
48
  Jekyll is a static site generator that allows you to build websites using
51
49
  Markdown, HTML, and CSS. It uses templates and layouts to generate the static
52
50
  files that make up your website, which can be hosted on any web server.
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  title: Cookies
3
3
  tagline: Good To Know
4
+ #last_modified: 2023-01-01
4
5
 
5
6
  categories: [ Technology, Featured ]
6
7
  tags: [ Cookies ]
@@ -47,6 +48,8 @@ resource_options:
47
48
  // Place an excerpt at the most top position
48
49
  // -----------------------------------------------------------------------------
49
50
  [role="dropcap"]
51
+ J1 Template is a Bootstrap V5 website template for the static
52
+ site generator Jekyll.
50
53
  Is it needed for visitors to know what cookies are about? No doubts, you're
51
54
  requested to inform - in Europe for legal reasons. All users visiting websites
52
55
  are bothered all the time to accept cookies. For good reasons.
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  title: Static Site Generators
3
3
  tagline: Top Open Source SSGs
4
+ #last_modified: 2023-01-01
4
5
 
5
6
  categories: [ Jekyll, Featured ]
6
7
  tags: [ Generators ]
@@ -42,7 +43,9 @@ resource_options:
42
43
  // Place an excerpt at the most top position
43
44
  // -----------------------------------------------------------------------------
44
45
  [role="dropcap"]
45
- This article highlights the top OpenSource Projects providing static site
46
+ J1 Template is a Bootstrap V5 website template for the static
47
+ site generator Jekyll.
48
+ This article highlights the top open source projects providing static site
46
49
  generators (SSG) in many different programming languages. You'll find Jekyll
47
50
  one of them. Look at the top open-source SSGs if a full-blown CMS is needed
48
51
  for your project.
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  title: J1 Theme
3
3
  tagline: First Version Out
4
+ #last_modified: 2023-01-01
4
5
 
5
6
  categories: [ Jekyll, Featured ]
6
7
  tags: [ Theme ]
@@ -42,6 +43,8 @@ resource_options:
42
43
  // Place an excerpt at the most top position
43
44
  // -----------------------------------------------------------------------------
44
45
  [role="dropcap"]
46
+ J1 Template is a Bootstrap V5 website template for the static
47
+ site generator Jekyll.
45
48
  The template system J1 was initially developed to create a simple but fully
46
49
  configurable creation tool for document servers. Document servers provide
47
50
  websites, or other digital content like PDF files, to publish the project
@@ -4,6 +4,8 @@ compress: true
4
4
 
5
5
  title: Starter
6
6
  tagline: The Build-In Theme
7
+ date: 2023-01-01 00:00:00
8
+ last_modified: 2023-07-18 00:00:00
7
9
  description: >
8
10
  The Jekyll One Starter theme gives web developers and
9
11
  hobbyists a clean implementation in Jekyll for starting
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": true,
3
3
  "name": "j1",
4
- "version": "2023.4.3",
4
+ "version": "2023.4.5",
5
5
  "description": "J1 Theme Starter Web",
6
6
  "homepage": "https://your.site",
7
7
  "author": {
@@ -50,12 +50,6 @@
50
50
  "opt_livereload": "--livereload",
51
51
  "opt_livereload_port": "30001"
52
52
  },
53
- "nbi": {
54
- "opt_output_type": "plain",
55
- "opt_credentials": "fake/fake",
56
- "opt_nbi_input_folder": "FULL_PATH_TBD",
57
- "opt_nbi_output_folder": "FULL_PATH_TBD"
58
- },
59
53
  "algolia": {
60
54
  "admin_key": "your-algolia-admin-key"
61
55
  },
@@ -134,8 +128,7 @@
134
128
  "bump:project": "cross-var cross-env npm version $npm_package_config_bumplevel",
135
129
  "bump-no-git": "cross-var cross-env npm --no-git-tag-version version $npm_package_config_bumplevel",
136
130
  "get_version": "run-s get_version:*",
137
- "get_version:jekyll": "cross-var cross-env JEKYLL_ENV=$npm_package_config_mode BUNDLE_GEMFILE=$npm_package_jekyll_gemfile bundle exec jekyll --version",
138
- "nbi-export--all": "cross-var nbinteract -r $npm_package_nbi_opt_nbi_input_folder -o $npm_package_nbi_opt_nbi_output_folder -t $npm_package_nbi_opt_output_type -s $npm_package_nbi_opt_credentials"
131
+ "get_version:jekyll": "cross-var cross-env JEKYLL_ENV=$npm_package_config_mode BUNDLE_GEMFILE=$npm_package_jekyll_gemfile bundle exec jekyll --version"
139
132
  },
140
133
  "dependencies": {
141
134
  "bootstrap": "^5.2",
@@ -1,9 +1,9 @@
1
1
  ---
2
2
  title: Starter
3
3
  tagline: Learn The Features
4
- date: 2022-12-31 00:00:00
4
+ date: 2022-12-31
5
5
  description: >
6
- JekyllOne Theme is a website template for the static
6
+ J1 Template is a Bootstrap V5 website template for the static
7
7
  site generator Jekyll. The Theme is free to use and
8
8
  can be downloaded at RubyGems as a Ruby Gem. The
9
9
  Theme supports a wide range of websites, from a personal
@@ -20,7 +20,6 @@ image:
20
20
  path: /assets/images/modules/attics/1920x1280/j1-starter-mockup-1.jpg
21
21
  width: 1920
22
22
  height: 1280
23
- alt: J1 Starter Mockup
24
23
 
25
24
  regenerate: false
26
25
  permalink: /pages/public/about/features/
@@ -60,7 +59,7 @@ endif::[]
60
59
  // Page content
61
60
  // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
62
61
  [role="dropcap"]
63
- JekyllOne Theme is a website template for the static site generator Jekyll.
62
+ J1 Template is a Bootstrap V5 website template for the static site generator Jekyll.
64
63
  The Theme is free to use and can be downloaded at
65
64
  link:{url-j1--download}[RubyGems, {browser-window--new}] as a Ruby Gem.
66
65
  The Theme supports a wide range of websites, from a personal website,