j1-template 2021.1.0 → 2021.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (157) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/layouts/layout_metadata_generator.html +36 -35
  3. data/apps/public/cc/index.adoc +13 -4
  4. data/assets/data/authclient.html +4 -0
  5. data/assets/data/banner.html +5 -0
  6. data/assets/data/cookiebar.html +4 -0
  7. data/assets/data/fam.html +5 -0
  8. data/assets/data/footer.html +4 -0
  9. data/assets/data/gallery_customizer.html +5 -0
  10. data/assets/data/menu.html +5 -0
  11. data/assets/data/mmenu.html +4 -1
  12. data/assets/data/mmenu_sidebar.html +5 -1
  13. data/assets/data/mmenu_toc.html +4 -0
  14. data/assets/data/panel.html +4 -0
  15. data/assets/data/quicklinks.html +5 -0
  16. data/assets/error_pages/HTTP204.html +2 -1
  17. data/assets/error_pages/HTTP400.html +2 -1
  18. data/assets/error_pages/HTTP401.html +2 -1
  19. data/assets/error_pages/HTTP403.html +2 -1
  20. data/assets/error_pages/HTTP404.html +2 -1
  21. data/assets/error_pages/HTTP500.html +2 -1
  22. data/assets/error_pages/HTTP501.html +2 -1
  23. data/assets/error_pages/HTTP502.html +2 -1
  24. data/assets/error_pages/HTTP503.html +2 -1
  25. data/assets/error_pages/HTTP520.html +2 -1
  26. data/assets/error_pages/HTTP521.html +2 -1
  27. data/assets/error_pages/HTTP533.html +2 -1
  28. data/assets/themes/j1/adapter/js/j1.js +2 -2
  29. data/assets/themes/j1/core/js/template.js +1 -1
  30. data/assets/themes/j1/core/js/template.js.map +1 -1
  31. data/assets/themes/j1/core/js/template.min.js +1 -1
  32. data/assets/themes/j1/core/js/template.min.js.map +1 -1
  33. data/assets/themes/j1/modules/_lightGallery/css/core/lg-fb-comment-box.css +58 -0
  34. data/assets/themes/j1/modules/_lightGallery/css/core/lg-fb-comment-box.min.css +5 -0
  35. data/assets/themes/j1/modules/_lightGallery/css/core/lg-transitions.css +778 -0
  36. data/assets/themes/j1/modules/_lightGallery/css/core/lg-transitions.min.css +5 -0
  37. data/assets/themes/j1/modules/_lightGallery/css/core/lightgallery.css +981 -0
  38. data/assets/themes/j1/modules/_lightGallery/css/core/lightgallery.min.css +5 -0
  39. data/assets/themes/j1/modules/_lightGallery/css/fonts/lg.eot +0 -0
  40. data/assets/themes/j1/modules/_lightGallery/css/fonts/lg.svg +47 -0
  41. data/assets/themes/j1/modules/_lightGallery/css/fonts/lg.ttf +0 -0
  42. data/assets/themes/j1/modules/_lightGallery/css/fonts/lg.woff +0 -0
  43. data/assets/themes/j1/modules/_lightGallery/css/img/loading.gif +0 -0
  44. data/assets/themes/j1/modules/_lightGallery/css/img/video-play.png +0 -0
  45. data/assets/themes/j1/modules/_lightGallery/css/img/vimeo-play.png +0 -0
  46. data/assets/themes/j1/modules/_lightGallery/css/img/youtube-play.png +0 -0
  47. data/assets/themes/j1/modules/_lightGallery/css/themes/icons/animation-w.png +0 -0
  48. data/assets/themes/j1/modules/_lightGallery/css/themes/icons/customize-w.png +0 -0
  49. data/assets/themes/j1/modules/_lightGallery/css/themes/icons/dynamic-w.png +0 -0
  50. data/assets/themes/j1/modules/_lightGallery/css/themes/icons/facebook-icon.svg +10 -0
  51. data/assets/themes/j1/modules/_lightGallery/css/themes/icons/googleplus-icon.svg +30 -0
  52. data/assets/themes/j1/modules/_lightGallery/css/themes/icons/html5-w.png +0 -0
  53. data/assets/themes/j1/modules/_lightGallery/css/themes/icons/linked-in.png +0 -0
  54. data/assets/themes/j1/modules/_lightGallery/css/themes/icons/module-w.png +0 -0
  55. data/assets/themes/j1/modules/_lightGallery/css/themes/icons/play-button.png +0 -0
  56. data/assets/themes/j1/modules/_lightGallery/css/themes/icons/responsive-w.png +0 -0
  57. data/assets/themes/j1/modules/_lightGallery/css/themes/icons/thumb-w.png +0 -0
  58. data/assets/themes/j1/modules/_lightGallery/css/themes/icons/touch-w.png +0 -0
  59. data/assets/themes/j1/modules/_lightGallery/css/themes/icons/twitter-icon.svg +15 -0
  60. data/assets/themes/j1/modules/_lightGallery/css/themes/icons/twitter.png +0 -0
  61. data/assets/themes/j1/modules/_lightGallery/css/themes/icons/video1-w.png +0 -0
  62. data/assets/themes/j1/modules/_lightGallery/css/themes/icons/zoom-w.png +0 -0
  63. data/assets/themes/j1/modules/_lightGallery/css/themes/icons/zoom.png +0 -0
  64. data/assets/themes/j1/modules/_lightGallery/css/themes/uno.css +262 -0
  65. data/assets/themes/j1/modules/_lightGallery/css/themes/uno.min.css +15 -0
  66. data/assets/themes/j1/modules/_lightGallery/js/core/lightgallery.js +1362 -0
  67. data/assets/themes/j1/modules/_lightGallery/js/core/lightgallery.min.js +4 -0
  68. data/assets/themes/j1/modules/_lightGallery/js/modules/j1/j1-video.js +402 -0
  69. data/assets/themes/j1/modules/_lightGallery/js/modules/j1/j1-video.min.js +8 -0
  70. data/assets/themes/j1/modules/_lightGallery/js/modules/lg-autoplay.js +206 -0
  71. data/assets/themes/j1/modules/_lightGallery/js/modules/lg-autoplay.min.js +5 -0
  72. data/assets/themes/j1/modules/_lightGallery/js/modules/lg-fullscreen.js +126 -0
  73. data/assets/themes/j1/modules/_lightGallery/js/modules/lg-fullscreen.min.js +5 -0
  74. data/assets/themes/j1/modules/_lightGallery/js/modules/lg-hash.js +101 -0
  75. data/assets/themes/j1/modules/_lightGallery/js/modules/lg-hash.min.js +5 -0
  76. data/assets/themes/j1/modules/_lightGallery/js/modules/lg-pager.js +105 -0
  77. data/assets/themes/j1/modules/_lightGallery/js/modules/lg-pager.min.js +5 -0
  78. data/assets/themes/j1/modules/_lightGallery/js/modules/lg-share.js +107 -0
  79. data/assets/themes/j1/modules/_lightGallery/js/modules/lg-share.min.js +5 -0
  80. data/assets/themes/j1/modules/_lightGallery/js/modules/lg-thumbnail.js +478 -0
  81. data/assets/themes/j1/modules/_lightGallery/js/modules/lg-thumbnail.min.js +5 -0
  82. data/assets/themes/j1/modules/_lightGallery/js/modules/lg-video.js +342 -0
  83. data/assets/themes/j1/modules/_lightGallery/js/modules/lg-video.min.js +5 -0
  84. data/assets/themes/j1/modules/_lightGallery/js/modules/lg-zoom.js +527 -0
  85. data/assets/themes/j1/modules/_lightGallery/js/modules/lg-zoom.min.js +5 -0
  86. data/assets/themes/j1/modules/lightGallery/js/core/j1/lightgallery-x.js +1368 -0
  87. data/assets/themes/j1/modules/lightGallery/js/core/j1/lightgallery-x.min.js +10 -0
  88. data/assets/themes/j1/modules/lightGallery/js/modules/j1/j1-x-video.js +344 -0
  89. data/assets/themes/j1/modules/lightGallery/js/modules/j1/j1-x-video.min.js +7 -0
  90. data/lib/j1/version.rb +1 -1
  91. data/lib/starter_web/Gemfile +1 -1
  92. data/lib/starter_web/_config.yml +67 -71
  93. data/lib/starter_web/_data/layouts/collection.yml +10 -0
  94. data/lib/starter_web/_data/layouts/default.yml +8 -32
  95. data/lib/starter_web/_data/modules/navigator_menu.yml +1 -1
  96. data/lib/starter_web/_includes/attributes.asciidoc +1 -1
  97. data/lib/starter_web/_plugins/lunr_index.rb +1 -1
  98. data/lib/starter_web/assets/images/modules/attics/giammarco-boscaro-1920x1280.jpg +0 -0
  99. data/lib/starter_web/collections/posts/public/featured/_posts/0000-00-00-welcome-to-j1.adoc.erb +1 -1
  100. data/lib/starter_web/collections/posts/public/featured/_posts/2020-01-01-about-cookies.adoc +0 -7
  101. data/lib/starter_web/collections/posts/public/featured/_posts/2021-03-01-site-generators.adoc +0 -1
  102. data/lib/starter_web/collections/posts/public/featured/_posts/2021-03-03-about-j1.adoc +0 -1
  103. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-01-post-test-series.adoc +2 -4
  104. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-02-post-test-series.adoc +2 -5
  105. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-03-post-test-series.adoc +2 -5
  106. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-04-post-test-series.adoc +2 -5
  107. data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-20-minneapolis.adoc +0 -1
  108. data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-24-narcisse-snake-dens.adoc +0 -1
  109. data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-26-columbia-river.adoc +0 -1
  110. data/lib/starter_web/index.html +5 -11
  111. data/lib/starter_web/package.json +3 -3
  112. data/lib/starter_web/pages/public/asciidoc_skeletons/book/000_intro.adoc +7 -1
  113. data/lib/starter_web/pages/public/asciidoc_skeletons/book/100_chapter.adoc +5 -1
  114. data/lib/starter_web/pages/public/asciidoc_skeletons/book/200_chapter.adoc +6 -1
  115. data/lib/starter_web/pages/public/asciidoc_skeletons/book/900_references.adoc +5 -0
  116. data/lib/starter_web/pages/public/asciidoc_skeletons/book/book.adoc +6 -1
  117. data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/100_chapter.asciidoc +1 -1
  118. data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/200_chapter.asciidoc +1 -1
  119. data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/multi.adoc +6 -1
  120. data/lib/starter_web/pages/public/asciidoc_skeletons/simple-document/simple.adoc +6 -1
  121. data/lib/starter_web/pages/public/blog/navigator/archive.html +0 -3
  122. data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +0 -3
  123. data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +0 -4
  124. data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +0 -3
  125. data/lib/starter_web/pages/public/blog/navigator/index.html +0 -3
  126. data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.adoc +1 -1
  127. data/lib/starter_web/pages/public/learn/roundtrip/100_present_videos.adoc +1 -1
  128. data/lib/starter_web/pages/public/learn/roundtrip/200_typography.adoc +1 -1
  129. data/lib/starter_web/pages/public/learn/roundtrip/300_icon_fonts.adoc +1 -1
  130. data/lib/starter_web/pages/public/learn/roundtrip/400_asciidoc_extensions.adoc +1 -1
  131. data/lib/starter_web/pages/public/learn/roundtrip/410_bs_modals_extentions.adoc +1 -1
  132. data/lib/starter_web/pages/public/learn/roundtrip/420_responsive_tables_extensions.adoc +1 -1
  133. data/lib/starter_web/pages/public/learn/roundtrip/500_themes.adoc +1 -1
  134. data/lib/starter_web/pages/public/learn/roundtrip/600_quicksearch.adoc +1 -1
  135. data/lib/starter_web/pages/public/learn/where_to_go.adoc +2 -2
  136. data/lib/starter_web/pages/public/legal/en/100_copyright.adoc +7 -5
  137. data/lib/starter_web/pages/public/legal/en/200_impress.adoc +7 -6
  138. data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +7 -5
  139. data/lib/starter_web/pages/public/legal/en/400_comment_policy.adoc +7 -5
  140. data/lib/starter_web/pages/public/panels/intro_panel/panel.adoc +1 -1
  141. data/lib/starter_web/pages/public/previewer/bootstrap_theme.adoc +1 -1
  142. data/lib/starter_web/pages/public/previewer/iframer.adoc +1 -1
  143. data/lib/starter_web/pages/public/previewer/justified_gallery.html +1 -1
  144. data/lib/starter_web/pages/public/previewer/md_color_palette.adoc +1 -1
  145. data/lib/starter_web/pages/public/previewer/mdi_icons_preview.adoc +1 -1
  146. data/lib/starter_web/pages/public/previewer/rouge.adoc +1 -1
  147. data/lib/starter_web/pages/public/previewer/twitter_emoji_preview.adoc +1 -1
  148. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  149. data/lib/starter_web/utilsrv/package.json +1 -1
  150. metadata +60 -9
  151. data/_includes/themes/j1/modules/connectors/analytic/google-analytics-legacy.html +0 -36
  152. data/lib/starter_web/_data/_defaults/private.yml +0 -156
  153. data/lib/starter_web/_data/private@default.yml +0 -119
  154. data/lib/starter_web/_data/private@localhost.yml +0 -156
  155. data/lib/starter_web/collections/posts/public/series/_posts/_includes/attributes.asciidoc +0 -37
  156. data/lib/starter_web/collections/posts/public/series/_posts/_includes/documents/readme +0 -0
  157. data/lib/starter_web/collections/posts/public/series/_posts/_includes/tables/debug_variables.asciidoc +0 -47
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 78a543ac0d0dee3dad1e4bd534637503a9a34c4b893b27a5a14846e4b063cd81
4
- data.tar.gz: 8da8a6fc202db91f1ca1df24ab26d19af1b9b17993d29e6c2f1b6953b0d0e9cf
3
+ metadata.gz: d08b2a31555bb43bdff30edc70c3f08281659eae88d30c9ca8d8f78f01e49331
4
+ data.tar.gz: ca7510d814deec5a3ec78b8f06589632ecdb50d2eb1a408f241c813a036a9ced
5
5
  SHA512:
6
- metadata.gz: d9982f9b90952982a3a6ecd547cdc6d8fe9fa61601b0c08b06d866c1325351d1ad430ccb6e1def9642d56efacbfbc63df0ea06ff614421c39d7303e2ac0b2cdc
7
- data.tar.gz: 1bb2db102b7454c7668055f5a61b0fad09db6322736b07568dc4b3fe6d0a39f33662024f83cf119327246637adac63e276ae0df643b4f1c7729b8ce9adb8194b
6
+ metadata.gz: f6200cc10b34c48742dd350ea7e15edefe8035ed5c2b5c769ab19ec95eb5358cac0efabdb0ec3d74dc6b64882b8bf2bf32a3ce5ec654f3bd8f6e128a24510dfd
7
+ data.tar.gz: 945218591376a312a84371f10fa83db1fb24724d5b3886f0fdca33b714b6c3f2d4726ba599efc4a663cdf775645a5ea1f9b3e1cab845ab441d00b3e2553b2b14
@@ -47,17 +47,17 @@
47
47
  <!-- [INFO ] [j1.layout.meta_data_generator.html ] [ start processing: place meta tags (taken from site config|page frontmatter) ] -->
48
48
 
49
49
  <!-- [INFO ] [j1.layout.meta_data_generator.html ] [ page|content encoding ] -->
50
- <meta http-equiv="Content-Type" content="text/html;charset={{site.coding}}">
50
+ <meta http-equiv="Content-Type" content="text/html;charset={{site.coding}}" />
51
51
 
52
52
  <!-- [INFO ] [j1.layout.meta_data_generator.html ] [ added for MS Edge Browser ] -->
53
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
53
+ <meta http-equiv="X-UA-Compatible" content="IE=edge" />
54
54
 
55
55
  <!-- [INFO ] [j1.layout.meta_data_generator.html ] [ initial zoom level when the page is first loaded by the browser ] -->
56
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
56
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
57
57
 
58
58
  {% if template_config.translation.enabled %}
59
59
  <!-- [INFO ] [j1.layout.meta_data_generator.html ] [ add google translator meta tag to enable customized translations ] -->
60
- <meta name="google-translate-customization">
60
+ <meta name="google-translate-customization" />
61
61
  {% endif %}
62
62
 
63
63
  {% if page.layout == 'home' %}
@@ -75,7 +75,7 @@
75
75
  {% else %}
76
76
  <!-- [SEO ] [j1.layout.meta_data_generator.html ] [ Consider! IMPROVE|INCREASE your site description, recommended: 70-160 characters ] -->
77
77
  {% endif %}
78
- <meta name="description" content="{{site.description}}">
78
+ <meta name="description" content="{{site.description}}" />
79
79
  {% endif %}
80
80
  {% else %}
81
81
  {% if page.description %}
@@ -86,76 +86,77 @@
86
86
  {% else %}
87
87
  <!-- [SEO ] [j1.layout.meta_data_generator.html ] [ Consider! to IMPROVE|INCREASE your page description ] -->
88
88
  {% endif %}
89
- <meta name="description" content="{{page.description}}">
89
+ <meta name="description" content="{{page.description}}" />
90
90
  {% endif %}
91
91
  {% endif %}
92
92
 
93
93
  {% if site.favicon.image %}
94
- <link rel="icon" type="{{site.favicon.type}}" href="{{site.data.j1_config.image_path}}/{{site.favicon.image}}">
94
+ <link rel="icon" type="{{site.favicon.type}}" href="{{site.data.j1_config.image_path}}/{{site.favicon.image}}" />
95
95
  {% endif %}
96
96
 
97
97
  {% if page.layout == 'home' %}
98
98
  {% if page.author %}
99
- <meta name="author" content="{{page.author}}">
99
+ <meta name="author" content="{{page.author}}" />
100
100
  {% else %}
101
- <meta name="author" content="{{site.author.name}}">
101
+ <meta name="author" content="{{site.author.name}}" />
102
102
  {% endif %}
103
103
  {% else %}
104
104
  {% if page.author %}
105
- <meta name="author" content="{{page.author}}">
105
+ <meta name="author" content="{{page.author}}" />
106
106
  {% else %}
107
- <meta name="author" content="{{site.author.name}}">
107
+ <meta name="author" content="{{site.author.name}}" />
108
108
  {% endif %}
109
109
  {% endif %}
110
110
 
111
111
  {% if page.layout == 'home' %}
112
112
  {% if page.keywords %}
113
- <meta name="keywords" content="{{page.keywords}}">
113
+ <meta name="keywords" content="{{page.keywords}}" />
114
114
  {% else %}
115
115
  {% if site.keywords %}
116
- <meta name="keywords" content="{{site.keywords}}">
116
+ <meta name="keywords" content="{{site.keywords}}" />
117
117
  {% endif %}
118
118
  {% endif %}
119
119
  {% else %}
120
120
  {% if page.keywords %}
121
- <meta name="keywords" content="{{page.keywords}}">
121
+ <meta name="keywords" content="{{page.keywords}}" />
122
122
  {% else %}
123
123
  {% if site.keywords %}
124
- <meta name="keywords" content="{{site.keywords}}">
124
+ <meta name="keywords" content="{{site.keywords}}" />
125
125
  {% endif %}
126
126
  {% endif %}
127
127
  {% endif %}
128
128
 
129
- {% comment %} site check DISABLED
130
- --------------------------------------------------------------------------------
129
+ {% comment %} Check robot settings from site configuration
130
+ -------------------------------------------------------------------------------- {% endcomment %}
131
131
  {% if site.robots.index %}
132
- <meta name="robots" content="index">
132
+ {% capture robots_index %}<meta name="robots" content="index" />{% endcapture %}
133
133
  {% else %}
134
- <meta name="robots" content="noindex">
134
+ {% capture robots_index %}<meta name="robots" content="noindex" />{% endcapture %}
135
135
  {% endif %}
136
136
 
137
137
  {% if site.robots.follow %}
138
- <meta name="robots" content="follow">
138
+ {% capture robots_follow %}<meta name="robots" content="follow" />{% endcapture %}
139
139
  {% else %}
140
- <meta name="robots" content="nofollow">
140
+ {% capture robots_follow %}<meta name="robots" content="nofollow" />{% endcapture %}
141
141
  {% endif %}
142
- -------------------------------------------------------------------------------- {% endcomment %}
143
142
 
144
143
  {% comment %} Check robot settings from page (or default SCOPE)
145
- NOTE: for layout home (home page, the keys are to be set!!!)
146
144
  -------------------------------------------------------------------------------- {% endcomment %}
147
145
  {% if page.robots.index %}
148
- <meta name="robots" content="index">
146
+ {% capture robots_index %}<meta name="robots" content="index">{% endcapture %}
149
147
  {% else %}
150
- <meta name="robots" content="noindex">
148
+ {% capture robots_index %}<meta name="robots" content="noindex">{% endcapture %}
151
149
  {% endif %}
152
150
 
153
151
  {% if page.robots.follow %}
154
- <meta name="robots" content="follow">
152
+ {% capture robots_follow %}<meta name="robots" content="follow">{% endcapture %}
155
153
  {% else %}
156
- <meta name="robots" content="nofollow">
154
+ {% capture robots_follow %}<meta name="robots" content="nofollow">{% endcapture %}
157
155
  {% endif %}
158
156
 
157
+ <!-- [INFO ] [j1.layout.meta_data_generator.html ] [place meta tags for robots ] -->
158
+ {{robots_index}}
159
+ {{robots_follow}}
159
160
 
160
161
  {% comment %} SEO settings (optimization)
161
162
  -------------------------------------------------------------------------------- {% endcomment %}
@@ -168,7 +169,7 @@ NOTE: for layout home (home page, the keys are to be set!!!)
168
169
  {% assign cors = template_config.preload.font.cors %}
169
170
  {% assign fonts = template_config.preload.font.fonts %}
170
171
  {% for font in fonts %}
171
- <link rel="preload" as="font" href="{{font}}" {{cors}}>
172
+ <link rel="preload" as="font" href="{{font}}" {{cors}} />
172
173
  {% endfor %}
173
174
  {% else %}
174
175
  <!-- [INFO ] [j1.layout.meta_data_generator.html ] [ PRELOAD of fonts: disabled ] -->
@@ -183,12 +184,12 @@ NOTE: for layout home (home page, the keys are to be set!!!)
183
184
  {% assign css = template_config.preload.css.css %}
184
185
  {% assign files = template_config.preload.css.files %}
185
186
  {% for file in css %}
186
- <link rel="preload" as="style" href="{{file}}.{{ext_css}}">
187
+ <link rel="preload" as="style" href="{{file}}.{{ext_css}}" />
187
188
  {% endfor %}
188
189
 
189
190
  {% for file in files %}
190
191
  <!-- [INFO ] [j1.layout.meta_data_generator.html ] [ PRELOAD css as FILE ] -->
191
- <link rel="preload" as="style" href="{{file}}">
192
+ <link rel="preload" as="style" href="{{file}}" />
192
193
  {% endfor %}
193
194
  {% else %}
194
195
  <!-- [INFO ] [j1.layout.meta_data_generator.html ] [ PRELOAD of css: disabled ] -->
@@ -203,12 +204,12 @@ NOTE: for layout home (home page, the keys are to be set!!!)
203
204
  {% assign js = template_config.preload.js.js %}
204
205
  {% assign files = template_config.preload.js.files %}
205
206
  {% for file in js %}
206
- <link rel="preload" as="script" href="{{file}}.{{ext_js}}">
207
+ <link rel="preload" as="script" href="{{file}}.{{ext_js}}" />
207
208
  {% endfor %}
208
209
 
209
210
  {% for file in files %}
210
211
  <!-- [INFO ] [j1.layout.meta_data_generator.html ] [ PRELOAD js as FILE ] -->
211
- <link rel="preload" as="script" href="{{file}}">
212
+ <link rel="preload" as="script" href="{{file}}" />
212
213
  {% endfor %}
213
214
  {% else %}
214
215
  <!-- [INFO ] [j1.layout.meta_data_generator.html ] [ PRELOAD of js: disabled ] -->
@@ -222,7 +223,7 @@ NOTE: for layout home (home page, the keys are to be set!!!)
222
223
  <!-- [SEO ] [j1.layout.meta_data_generator.html ] [ request PRELOAD of images to prioritize fetching ] -->
223
224
  {% assign files = template_config.preload.image.files %}
224
225
  {% for file in files %}
225
- <link rel="preload" as="image" href="{{file}}">
226
+ <link rel="preload" as="image" href="{{file}}" />
226
227
  {% endfor %}
227
228
  {% else %}
228
229
  <!-- [INFO ] [j1.layout.meta_data_generator.html ] [ PRELOAD of images: disabled ] -->
@@ -237,8 +238,8 @@ NOTE: for layout home (home page, the keys are to be set!!!)
237
238
  {% assign urls = template_config.preconnect.urls %}
238
239
  {% for url in urls %}
239
240
  <!-- [INFO ] [j1.layout.meta_data_generator.html ] [ establish early connection: {{url}} ] -->
240
- <link rel="dns-prefetch" href="{{url}}">
241
- <link rel="preconnect" href="{{url}}">
241
+ <link rel="dns-prefetch" href="{{url}}" />
242
+ <link rel="preconnect" href="{{url}}" />
242
243
  {% endfor %}
243
244
  {% else %}
244
245
  <!-- [INFO ] [j1.layout.meta_data_generator.html ] [ PRECONNECT remote URLs: disabled ] -->
@@ -3,14 +3,23 @@ layout: page
3
3
 
4
4
  title: Control Center
5
5
  tagline: site management
6
- description: A CMS environment based on Netlify CMS
6
+ description: A HeadlessCMS environment based on NetlifyCMS
7
7
 
8
- tags: [ App, Control Center ]
9
- index: [ Control, Center, Netlify, CMS ]
10
- categories: [ apps ]
8
+ categories: [ Apps ]
9
+ tags: [ Control, Center, Netlify, Headless, CMS ]
10
+
11
+ sitemap: false
12
+ robots:
13
+ index: false
14
+ follow: false
15
+
16
+ analytics: false
17
+ advertising: false
18
+ comments: false
11
19
 
12
20
  toc: false
13
21
  scrollbar: true
22
+
14
23
  permalink: /apps/public/cc/
15
24
  regenerate: false
16
25
 
@@ -135,6 +135,10 @@ regenerate: true
135
135
 
136
136
  {% comment %} Main
137
137
  -------------------------------------------------------------------------------- {% endcomment %}
138
+ <!-- [INFO ] [j1.assets.data.authclient.html ] [ set meta data (robots) to exclude HTML datafiles from index ] -->
139
+ <head>
140
+ <meta name="robots" content="noindex, nofollow" \>
141
+ </head>
138
142
 
139
143
  {% comment %} Modal SignIn
140
144
  -------------------------------------------------------------------------------- {% endcomment %}
@@ -66,6 +66,11 @@ regenerate: true
66
66
  {% assign production = true %}
67
67
  {% endif %}
68
68
 
69
+ <!-- [INFO ] [j1.assets.data.banner.html ] [ set meta data (robots) to exclude HTML datafiles from index ] -->
70
+ <head>
71
+ <meta name="robots" content="noindex, nofollow" \>
72
+ </head>
73
+
69
74
  {% comment %} Main
70
75
  ================================================================================ {% endcomment %}
71
76
  {% for items in banner_config_settings %}
@@ -55,6 +55,10 @@ regenerate: true
55
55
 
56
56
  {% comment %} Main
57
57
  ================================================================================ {% endcomment %}
58
+ <!-- [INFO ] [j1.assets.data.cookiebar.html ] [ set meta data (robots) to exclude HTML datafiles from index ] -->
59
+ <head>
60
+ <meta name="robots" content="noindex, nofollow" \>
61
+ </head>
58
62
 
59
63
  {% comment %} Modal cookie consent dialog
60
64
  -------------------------------------------------------------------------------- {% endcomment %}
data/assets/data/fam.html CHANGED
@@ -91,6 +91,11 @@ regenerate: true
91
91
  {% assign production = true %}
92
92
  {% endif %}
93
93
 
94
+ <!-- [INFO ] [j1.assets.data.fam.html ] [ set meta data (robots) to exclude HTML datafiles from index ] -->
95
+ <head>
96
+ <meta name="robots" content="noindex, nofollow" \>
97
+ </head>
98
+
94
99
  {% comment %} Main
95
100
  -------------------------------------------------------------------------------- {% endcomment %}
96
101
  <!-- [DEBUG ] [j1.modules.fam.html ] [collect all menu items] -->
@@ -63,6 +63,10 @@ regenerate: true
63
63
  -------------------------------------------------------------------------------- {% endcomment %}
64
64
  {% capture footer_config_file_name %}~/_data/modules/footer.yml{% endcapture %}
65
65
 
66
+ <!-- [INFO ] [j1.assets.data.footer.html ] [ set meta data (robots) to exclude HTML datafiles from index ] -->
67
+ <head>
68
+ <meta name="robots" content="noindex, nofollow" \>
69
+ </head>
66
70
 
67
71
  {% comment %} Main
68
72
  ================================================================================ {% endcomment %}
@@ -47,6 +47,11 @@ regenerate: true
47
47
  {% assign production = true %}
48
48
  {% endif %}
49
49
 
50
+ <!-- [INFO ] [j1.assets.data.banner.html ] [ set meta data (robots) to exclude HTML datafiles from index ] -->
51
+ <head>
52
+ <meta name="robots" content="noindex, nofollow" \>
53
+ </head>
54
+
50
55
  {% comment %} Main
51
56
  -------------------------------------------------------------------------------- {% endcomment %}
52
57
  <!-- [INFO ] [j1.gallery_customizer ] [Placement of the Drawer] -->
@@ -137,6 +137,11 @@ regenerate: true
137
137
  {% include {{select_icon_size}} family=nav_menu_icon_family size=nav_menu_icon_size %}
138
138
  {% assign nav_menu_icon_size = size %}
139
139
 
140
+ <!-- [INFO ] [j1.assets.data.menu.html ] [ set meta data (robots) to exclude HTML datafiles from index ] -->
141
+ <head>
142
+ <meta name="robots" content="noindex, nofollow" \>
143
+ </head>
144
+
140
145
  {% comment %} Main
141
146
  -------------------------------------------------------------------------------- {% endcomment %}
142
147
 
@@ -82,10 +82,13 @@ regenerate: true
82
82
  {% assign icon_size = navigator_options.icon_size %}
83
83
  {% assign icon_color = navigator_options.icon_color %}
84
84
 
85
+ <!-- [INFO ] [j1.assets.data.mmenu.html ] [ set meta data (robots) to exclude HTML datafiles from index ] -->
86
+ <head>
87
+ <meta name="robots" content="noindex, nofollow" \>
88
+ </head>
85
89
 
86
90
  {% comment %} Main
87
91
  -------------------------------------------------------------------------------- {% endcomment %}
88
-
89
92
  <!-- [DEBUG ] [j1.modules.mmenu.html ] [collect all nav links for the navigation ] -->
90
93
  <ul id="menu_mmenu" class="partial" style="display:none">
91
94
 
@@ -78,9 +78,13 @@ regenerate: true
78
78
  {% assign icon_size = navigator_options.icon_size %}
79
79
  {% assign icon_color = navigator_options.icon_color %}
80
80
 
81
+ <!-- [INFO ] [j1.assets.data.mmenu.html ] [ set meta data (robots) to exclude HTML datafiles from index ] -->
82
+ <head>
83
+ <meta name="robots" content="noindex, nofollow" \>
84
+ </head>
85
+
81
86
  {% comment %} Main
82
87
  -------------------------------------------------------------------------------- {% endcomment %}
83
-
84
88
  <!-- [INFO ] [ j1.modules.navigator.mmenu_sidebar.html ] [Start processing: sidebar] -->
85
89
  <div id="{{sidebar_options.id}}" class="mm-side" style="display:none">
86
90
  {% for boxes in sidebar_options.boxes %}
@@ -35,6 +35,10 @@ regenerate: true
35
35
  {% assign production = true %}
36
36
  {% endif %}
37
37
 
38
+ <!-- [INFO ] [j1.assets.data.mmenu_toc.html ] [ set meta data (robots) to exclude HTML datafiles from index ] -->
39
+ <head>
40
+ <meta name="robots" content="noindex, nofollow" \>
41
+ </head>
38
42
 
39
43
  {% comment %} Main
40
44
  -------------------------------------------------------------------------------- {% endcomment %}
@@ -63,6 +63,10 @@ regenerate: true
63
63
  {% assign production = true %}
64
64
  {% endif %}
65
65
 
66
+ <!-- [INFO ] [j1.assets.data.panel.html ] [ set meta data (robots) to exclude HTML datafiles from index ] -->
67
+ <head>
68
+ <meta name="robots" content="noindex, nofollow" \>
69
+ </head>
66
70
 
67
71
  {% comment %} Main
68
72
  ================================================================================ {% endcomment %}
@@ -210,6 +210,11 @@ regenerate: true
210
210
  {% endif %}
211
211
 
212
212
 
213
+ <!-- [INFO ] [j1.assets.data.quicklinks.html ] [ set meta data (robots) to exclude HTML datafiles from index ] -->
214
+ <head>
215
+ <meta name="robots" content="noindex, nofollow" \>
216
+ </head>
217
+
213
218
  {% comment %} Main
214
219
  -------------------------------------------------------------------------------- {% endcomment %}
215
220
  <!-- [INFO ] [j1.modules.navigator.quicklinks.html ] [AuthManager detected as: {{ show_auth_manager_icon }}] -->
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  regenerate: false
3
3
  permalink: /204.html
4
- exclude_from_search: true
4
+ sitemap: false
5
5
  ---
6
6
  {% capture j1_cache %}
7
7
 
@@ -47,6 +47,7 @@ exclude_from_search: true
47
47
  <meta charset="utf-8" />
48
48
  <meta http-equiv="X-UA-Compatible" content="IE=edge" />
49
49
  <meta name="viewport" content="width=device-width, initial-scale=1" />
50
+ <meta name="robots" content="noindex, nofollow">
50
51
  <link rel="icon" type="image/ico" href="{{favicon}}">
51
52
  <title>{{title}}</title>
52
53
  <style> .attic { background-image: -webkit-gradient(linear, left top, left bottom, from(#263238), to(#3F51B5));background-image: -webkit-linear-gradient(top, #263238 0%, #3F51B5 100%);background-image: -o-linear-gradient(top, #263238 0%, #3F51B5 100%);background-image: linear-gradient(to bottom, #263238 0%, #3F51B5 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#263238", endColorstr="#3F51B5", GradientType=0); } </style>
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  regenerate: false
3
3
  permalink: /400.html
4
- exclude_from_search: true
4
+ sitemap: false
5
5
  ---
6
6
  {% capture j1_cache %}
7
7
 
@@ -45,6 +45,7 @@ exclude_from_search: true
45
45
  <meta charset="utf-8" />
46
46
  <meta http-equiv="X-UA-Compatible" content="IE=edge" />
47
47
  <meta name="viewport" content="width=device-width, initial-scale=1" />
48
+ <meta name="robots" content="noindex, nofollow">
48
49
  <link rel="icon" type="image/ico" href="{{favicon}}">
49
50
  <title>{{title}}</title>
50
51
  <style> .attic { background-image: -webkit-gradient(linear, left top, left bottom, from(#263238), to(#3F51B5));background-image: -webkit-linear-gradient(top, #263238 0%, #3F51B5 100%);background-image: -o-linear-gradient(top, #263238 0%, #3F51B5 100%);background-image: linear-gradient(to bottom, #263238 0%, #3F51B5 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#263238", endColorstr="#3F51B5", GradientType=0); } </style>
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  regenerate: false
3
3
  permalink: /401.html
4
- exclude_from_search: true
4
+ sitemap: false
5
5
  ---
6
6
  {% capture j1_cache %}
7
7
 
@@ -46,6 +46,7 @@ exclude_from_search: true
46
46
  <meta charset="utf-8" />
47
47
  <meta http-equiv="X-UA-Compatible" content="IE=edge" />
48
48
  <meta name="viewport" content="width=device-width, initial-scale=1" />
49
+ <meta name="robots" content="noindex, nofollow">
49
50
  <link rel="icon" type="image/ico" href="{{favicon}}">
50
51
  <title>{{title}}</title>
51
52
  <style> .attic { background-image: -webkit-gradient(linear, left top, left bottom, from(#263238), to(#3F51B5));background-image: -webkit-linear-gradient(top, #263238 0%, #3F51B5 100%);background-image: -o-linear-gradient(top, #263238 0%, #3F51B5 100%);background-image: linear-gradient(to bottom, #263238 0%, #3F51B5 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#263238", endColorstr="#3F51B5", GradientType=0); } </style>
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  regenerate: false
3
3
  permalink: /403.html
4
- exclude_from_search: true
4
+ sitemap: false
5
5
  ---
6
6
  {% capture j1_cache %}
7
7
 
@@ -45,6 +45,7 @@ exclude_from_search: true
45
45
  <meta charset="utf-8" />
46
46
  <meta http-equiv="X-UA-Compatible" content="IE=edge" />
47
47
  <meta name="viewport" content="width=device-width, initial-scale=1" />
48
+ <meta name="robots" content="noindex, nofollow">
48
49
  <title>{{title}}</title>
49
50
  <link rel="icon" type="image/ico" href="{{favicon}}">
50
51
  <style> .attic { background-image: -webkit-gradient(linear, left top, left bottom, from(#263238), to(#3F51B5));background-image: -webkit-linear-gradient(top, #263238 0%, #3F51B5 100%);background-image: -o-linear-gradient(top, #263238 0%, #3F51B5 100%);background-image: linear-gradient(to bottom, #263238 0%, #3F51B5 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#263238", endColorstr="#3F51B5", GradientType=0); } </style>