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.
- checksums.yaml +4 -4
- data/_includes/themes/j1/layouts/layout_metadata_generator.html +36 -35
- data/apps/public/cc/index.adoc +13 -4
- data/assets/data/authclient.html +4 -0
- data/assets/data/banner.html +5 -0
- data/assets/data/cookiebar.html +4 -0
- data/assets/data/fam.html +5 -0
- data/assets/data/footer.html +4 -0
- data/assets/data/gallery_customizer.html +5 -0
- data/assets/data/menu.html +5 -0
- data/assets/data/mmenu.html +4 -1
- data/assets/data/mmenu_sidebar.html +5 -1
- data/assets/data/mmenu_toc.html +4 -0
- data/assets/data/panel.html +4 -0
- data/assets/data/quicklinks.html +5 -0
- data/assets/error_pages/HTTP204.html +2 -1
- data/assets/error_pages/HTTP400.html +2 -1
- data/assets/error_pages/HTTP401.html +2 -1
- data/assets/error_pages/HTTP403.html +2 -1
- data/assets/error_pages/HTTP404.html +2 -1
- data/assets/error_pages/HTTP500.html +2 -1
- data/assets/error_pages/HTTP501.html +2 -1
- data/assets/error_pages/HTTP502.html +2 -1
- data/assets/error_pages/HTTP503.html +2 -1
- data/assets/error_pages/HTTP520.html +2 -1
- data/assets/error_pages/HTTP521.html +2 -1
- data/assets/error_pages/HTTP533.html +2 -1
- data/assets/themes/j1/adapter/js/j1.js +2 -2
- data/assets/themes/j1/core/js/template.js +1 -1
- data/assets/themes/j1/core/js/template.js.map +1 -1
- data/assets/themes/j1/core/js/template.min.js +1 -1
- data/assets/themes/j1/core/js/template.min.js.map +1 -1
- data/assets/themes/j1/modules/_lightGallery/css/core/lg-fb-comment-box.css +58 -0
- data/assets/themes/j1/modules/_lightGallery/css/core/lg-fb-comment-box.min.css +5 -0
- data/assets/themes/j1/modules/_lightGallery/css/core/lg-transitions.css +778 -0
- data/assets/themes/j1/modules/_lightGallery/css/core/lg-transitions.min.css +5 -0
- data/assets/themes/j1/modules/_lightGallery/css/core/lightgallery.css +981 -0
- data/assets/themes/j1/modules/_lightGallery/css/core/lightgallery.min.css +5 -0
- data/assets/themes/j1/modules/_lightGallery/css/fonts/lg.eot +0 -0
- data/assets/themes/j1/modules/_lightGallery/css/fonts/lg.svg +47 -0
- data/assets/themes/j1/modules/_lightGallery/css/fonts/lg.ttf +0 -0
- data/assets/themes/j1/modules/_lightGallery/css/fonts/lg.woff +0 -0
- data/assets/themes/j1/modules/_lightGallery/css/img/loading.gif +0 -0
- data/assets/themes/j1/modules/_lightGallery/css/img/video-play.png +0 -0
- data/assets/themes/j1/modules/_lightGallery/css/img/vimeo-play.png +0 -0
- data/assets/themes/j1/modules/_lightGallery/css/img/youtube-play.png +0 -0
- data/assets/themes/j1/modules/_lightGallery/css/themes/icons/animation-w.png +0 -0
- data/assets/themes/j1/modules/_lightGallery/css/themes/icons/customize-w.png +0 -0
- data/assets/themes/j1/modules/_lightGallery/css/themes/icons/dynamic-w.png +0 -0
- data/assets/themes/j1/modules/_lightGallery/css/themes/icons/facebook-icon.svg +10 -0
- data/assets/themes/j1/modules/_lightGallery/css/themes/icons/googleplus-icon.svg +30 -0
- data/assets/themes/j1/modules/_lightGallery/css/themes/icons/html5-w.png +0 -0
- data/assets/themes/j1/modules/_lightGallery/css/themes/icons/linked-in.png +0 -0
- data/assets/themes/j1/modules/_lightGallery/css/themes/icons/module-w.png +0 -0
- data/assets/themes/j1/modules/_lightGallery/css/themes/icons/play-button.png +0 -0
- data/assets/themes/j1/modules/_lightGallery/css/themes/icons/responsive-w.png +0 -0
- data/assets/themes/j1/modules/_lightGallery/css/themes/icons/thumb-w.png +0 -0
- data/assets/themes/j1/modules/_lightGallery/css/themes/icons/touch-w.png +0 -0
- data/assets/themes/j1/modules/_lightGallery/css/themes/icons/twitter-icon.svg +15 -0
- data/assets/themes/j1/modules/_lightGallery/css/themes/icons/twitter.png +0 -0
- data/assets/themes/j1/modules/_lightGallery/css/themes/icons/video1-w.png +0 -0
- data/assets/themes/j1/modules/_lightGallery/css/themes/icons/zoom-w.png +0 -0
- data/assets/themes/j1/modules/_lightGallery/css/themes/icons/zoom.png +0 -0
- data/assets/themes/j1/modules/_lightGallery/css/themes/uno.css +262 -0
- data/assets/themes/j1/modules/_lightGallery/css/themes/uno.min.css +15 -0
- data/assets/themes/j1/modules/_lightGallery/js/core/lightgallery.js +1362 -0
- data/assets/themes/j1/modules/_lightGallery/js/core/lightgallery.min.js +4 -0
- data/assets/themes/j1/modules/_lightGallery/js/modules/j1/j1-video.js +402 -0
- data/assets/themes/j1/modules/_lightGallery/js/modules/j1/j1-video.min.js +8 -0
- data/assets/themes/j1/modules/_lightGallery/js/modules/lg-autoplay.js +206 -0
- data/assets/themes/j1/modules/_lightGallery/js/modules/lg-autoplay.min.js +5 -0
- data/assets/themes/j1/modules/_lightGallery/js/modules/lg-fullscreen.js +126 -0
- data/assets/themes/j1/modules/_lightGallery/js/modules/lg-fullscreen.min.js +5 -0
- data/assets/themes/j1/modules/_lightGallery/js/modules/lg-hash.js +101 -0
- data/assets/themes/j1/modules/_lightGallery/js/modules/lg-hash.min.js +5 -0
- data/assets/themes/j1/modules/_lightGallery/js/modules/lg-pager.js +105 -0
- data/assets/themes/j1/modules/_lightGallery/js/modules/lg-pager.min.js +5 -0
- data/assets/themes/j1/modules/_lightGallery/js/modules/lg-share.js +107 -0
- data/assets/themes/j1/modules/_lightGallery/js/modules/lg-share.min.js +5 -0
- data/assets/themes/j1/modules/_lightGallery/js/modules/lg-thumbnail.js +478 -0
- data/assets/themes/j1/modules/_lightGallery/js/modules/lg-thumbnail.min.js +5 -0
- data/assets/themes/j1/modules/_lightGallery/js/modules/lg-video.js +342 -0
- data/assets/themes/j1/modules/_lightGallery/js/modules/lg-video.min.js +5 -0
- data/assets/themes/j1/modules/_lightGallery/js/modules/lg-zoom.js +527 -0
- data/assets/themes/j1/modules/_lightGallery/js/modules/lg-zoom.min.js +5 -0
- data/assets/themes/j1/modules/lightGallery/js/core/j1/lightgallery-x.js +1368 -0
- data/assets/themes/j1/modules/lightGallery/js/core/j1/lightgallery-x.min.js +10 -0
- data/assets/themes/j1/modules/lightGallery/js/modules/j1/j1-x-video.js +344 -0
- data/assets/themes/j1/modules/lightGallery/js/modules/j1/j1-x-video.min.js +7 -0
- data/lib/j1/version.rb +1 -1
- data/lib/starter_web/Gemfile +1 -1
- data/lib/starter_web/_config.yml +67 -71
- data/lib/starter_web/_data/layouts/collection.yml +10 -0
- data/lib/starter_web/_data/layouts/default.yml +8 -32
- data/lib/starter_web/_data/modules/navigator_menu.yml +1 -1
- data/lib/starter_web/_includes/attributes.asciidoc +1 -1
- data/lib/starter_web/_plugins/lunr_index.rb +1 -1
- data/lib/starter_web/assets/images/modules/attics/giammarco-boscaro-1920x1280.jpg +0 -0
- data/lib/starter_web/collections/posts/public/featured/_posts/0000-00-00-welcome-to-j1.adoc.erb +1 -1
- data/lib/starter_web/collections/posts/public/featured/_posts/2020-01-01-about-cookies.adoc +0 -7
- data/lib/starter_web/collections/posts/public/featured/_posts/2021-03-01-site-generators.adoc +0 -1
- data/lib/starter_web/collections/posts/public/featured/_posts/2021-03-03-about-j1.adoc +0 -1
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-01-post-test-series.adoc +2 -4
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-02-post-test-series.adoc +2 -5
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-03-post-test-series.adoc +2 -5
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-04-post-test-series.adoc +2 -5
- data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-20-minneapolis.adoc +0 -1
- data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-24-narcisse-snake-dens.adoc +0 -1
- data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-26-columbia-river.adoc +0 -1
- data/lib/starter_web/index.html +5 -11
- data/lib/starter_web/package.json +3 -3
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/000_intro.adoc +7 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/100_chapter.adoc +5 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/200_chapter.adoc +6 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/900_references.adoc +5 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/book.adoc +6 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/100_chapter.asciidoc +1 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/200_chapter.asciidoc +1 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/multi.adoc +6 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/simple-document/simple.adoc +6 -1
- data/lib/starter_web/pages/public/blog/navigator/archive.html +0 -3
- data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +0 -3
- data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +0 -4
- data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +0 -3
- data/lib/starter_web/pages/public/blog/navigator/index.html +0 -3
- data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.adoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/100_present_videos.adoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/200_typography.adoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/300_icon_fonts.adoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/400_asciidoc_extensions.adoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/410_bs_modals_extentions.adoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/420_responsive_tables_extensions.adoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/500_themes.adoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/600_quicksearch.adoc +1 -1
- data/lib/starter_web/pages/public/learn/where_to_go.adoc +2 -2
- data/lib/starter_web/pages/public/legal/en/100_copyright.adoc +7 -5
- data/lib/starter_web/pages/public/legal/en/200_impress.adoc +7 -6
- data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +7 -5
- data/lib/starter_web/pages/public/legal/en/400_comment_policy.adoc +7 -5
- data/lib/starter_web/pages/public/panels/intro_panel/panel.adoc +1 -1
- data/lib/starter_web/pages/public/previewer/bootstrap_theme.adoc +1 -1
- data/lib/starter_web/pages/public/previewer/iframer.adoc +1 -1
- data/lib/starter_web/pages/public/previewer/justified_gallery.html +1 -1
- data/lib/starter_web/pages/public/previewer/md_color_palette.adoc +1 -1
- data/lib/starter_web/pages/public/previewer/mdi_icons_preview.adoc +1 -1
- data/lib/starter_web/pages/public/previewer/rouge.adoc +1 -1
- data/lib/starter_web/pages/public/previewer/twitter_emoji_preview.adoc +1 -1
- data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
- data/lib/starter_web/utilsrv/package.json +1 -1
- metadata +60 -9
- data/_includes/themes/j1/modules/connectors/analytic/google-analytics-legacy.html +0 -36
- data/lib/starter_web/_data/_defaults/private.yml +0 -156
- data/lib/starter_web/_data/private@default.yml +0 -119
- data/lib/starter_web/_data/private@localhost.yml +0 -156
- data/lib/starter_web/collections/posts/public/series/_posts/_includes/attributes.asciidoc +0 -37
- data/lib/starter_web/collections/posts/public/series/_posts/_includes/documents/readme +0 -0
- 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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d08b2a31555bb43bdff30edc70c3f08281659eae88d30c9ca8d8f78f01e49331
|
|
4
|
+
data.tar.gz: ca7510d814deec5a3ec78b8f06589632ecdb50d2eb1a408f241c813a036a9ced
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
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 ] -->
|
data/apps/public/cc/index.adoc
CHANGED
|
@@ -3,14 +3,23 @@ layout: page
|
|
|
3
3
|
|
|
4
4
|
title: Control Center
|
|
5
5
|
tagline: site management
|
|
6
|
-
description: A
|
|
6
|
+
description: A HeadlessCMS environment based on NetlifyCMS
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
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
|
|
data/assets/data/authclient.html
CHANGED
|
@@ -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 %}
|
data/assets/data/banner.html
CHANGED
|
@@ -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 %}
|
data/assets/data/cookiebar.html
CHANGED
|
@@ -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] -->
|
data/assets/data/footer.html
CHANGED
|
@@ -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] -->
|
data/assets/data/menu.html
CHANGED
|
@@ -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
|
|
data/assets/data/mmenu.html
CHANGED
|
@@ -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 %}
|
data/assets/data/mmenu_toc.html
CHANGED
|
@@ -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 %}
|
data/assets/data/panel.html
CHANGED
|
@@ -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 %}
|
data/assets/data/quicklinks.html
CHANGED
|
@@ -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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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>
|