j1-template 2021.0.11 → 2021.0.12
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/procedures/global/create_bs_button.proc +1 -1
- data/assets/themes/j1/adapter/js/themer.js +1 -1
- data/lib/j1/version.rb +1 -1
- data/lib/starter_web/Gemfile +1 -1
- data/lib/starter_web/_config.yml +1 -1
- data/lib/starter_web/_data/blocks/banner.yml +2 -2
- data/lib/starter_web/_data/blocks/defaults/banner.yml +5 -5
- data/lib/starter_web/_data/modules/defaults/themer.yml +1 -0
- data/lib/starter_web/_data/modules/navigator_menu.yml +25 -25
- data/lib/starter_web/_includes/attributes.asciidoc +3 -3
- data/lib/starter_web/_plugins/lunr_index.rb +1 -1
- data/lib/starter_web/assets/images/modules/icons/d1/scalable/d1.svg +1 -1
- data/lib/starter_web/package.json +1 -1
- data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
- data/lib/starter_web/utilsrv/package.json +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a125175cbe45e72e471f0791b41c61e57a1ec4c0e018269aabda6312df689c33
|
|
4
|
+
data.tar.gz: 24ef960d123e60c66aedd129e5e39a22e6647402cd42ecb479a9f9b10298846e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 22232a87fdccaa04aa4e3cb6f2b7270995db3a7af3ed83e87f328bc60242763d6f383a905bb2c072811adb6d4aef30aaf39829dfaa3c9e3a3e1201938a86d135
|
|
7
|
+
data.tar.gz: 4a37a140f0cce1a465d70009738d0fe5ff4226a1120184fbef93e16286d64dc704811d00e09388b38a6f96d759225e14aa615685fbd4416adea02784c0e3743e
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
{% endfor %}
|
|
76
76
|
|
|
77
77
|
{% if button_href and button_target %}
|
|
78
|
-
{% capture bs_button_html %}<a href="{{button_href}}" target="{{ button_target }}" class="{{button_class}}" style="{{button_style}}"><i class="{{icon_family}} {{icon_family}}-{{button_icon}} {{icon_family}}-{{button_icon_size}} {{icon_family}}-{{button_icon_color}} mr-1"></i> {{button_text}} </a>{% endcapture %}
|
|
78
|
+
{% capture bs_button_html %}<a href="{{button_href}}" target="{{ button_target }}" rel="noopener" class="{{button_class}}" style="{{button_style}}"><i class="{{icon_family}} {{icon_family}}-{{button_icon}} {{icon_family}}-{{button_icon_size}} {{icon_family}}-{{button_icon_color}} mr-1"></i> {{button_text}} </a>{% endcapture %}
|
|
79
79
|
{% elsif button_href %}
|
|
80
80
|
{% capture bs_button_html %}<a href="{{button_href}}" class="{{button_class}}" style="{{button_style}}"><i class="{{icon_family}} {{icon_family}}-{{button_icon}} {{icon_family}}-{{button_icon_size}} {{icon_family}}-{{button_icon_color}} mr-1"></i> {{button_text}} </a>{% endcapture %}
|
|
81
81
|
{% else %}
|
|
@@ -208,7 +208,7 @@ j1.adapter['themer'] = (function (j1, window) {
|
|
|
208
208
|
//
|
|
209
209
|
if ( $('#remote_themes').length ) {
|
|
210
210
|
var interval_count = 0;
|
|
211
|
-
var max_count =
|
|
211
|
+
var max_count = themerOptions.retries;
|
|
212
212
|
|
|
213
213
|
var dependencies_met_remote_themes_loaded = setInterval(function() {
|
|
214
214
|
interval_count += 1;
|
data/lib/j1/version.rb
CHANGED
data/lib/starter_web/Gemfile
CHANGED
|
@@ -54,7 +54,7 @@ gem 'jekyll', '~> 4.2'
|
|
|
54
54
|
|
|
55
55
|
# Theme Rubies, default: J1 Template
|
|
56
56
|
#
|
|
57
|
-
gem 'j1-template', '~> 2021.0.
|
|
57
|
+
gem 'j1-template', '~> 2021.0.12'
|
|
58
58
|
|
|
59
59
|
# ------------------------------------------------------------------------------
|
|
60
60
|
# PRODUCTION: Gem needed for the Jekyll and J1 prod environment
|
data/lib/starter_web/_config.yml
CHANGED
|
@@ -53,7 +53,7 @@ environment: production
|
|
|
53
53
|
# ------------------------------------------------------------------------------
|
|
54
54
|
# Sets the build version of J1 Template Gem
|
|
55
55
|
#
|
|
56
|
-
version: 2021.0.
|
|
56
|
+
version: 2021.0.12
|
|
57
57
|
|
|
58
58
|
# version
|
|
59
59
|
# ------------------------------------------------------------------------------
|
|
@@ -187,7 +187,7 @@ settings:
|
|
|
187
187
|
icon: download
|
|
188
188
|
icon_color: md_white
|
|
189
189
|
icon_size: 24px
|
|
190
|
-
href: "https://rubygems.org/gems/j1-template/versions/2021.0.
|
|
190
|
+
href: "https://rubygems.org/gems/j1-template/versions/2021.0.12"
|
|
191
191
|
target: _blank
|
|
192
192
|
|
|
193
193
|
# - name: Patreon button
|
|
@@ -198,7 +198,7 @@ settings:
|
|
|
198
198
|
# icon_color: md_white
|
|
199
199
|
# icon_size: 24px
|
|
200
200
|
# href: https://www.patreon.com/join/jekyll_one
|
|
201
|
-
# target:
|
|
201
|
+
# target: _blank
|
|
202
202
|
|
|
203
203
|
# --------------------------------------------------------------------------
|
|
204
204
|
# Home Welcome Banner
|
|
@@ -130,7 +130,7 @@ defaults:
|
|
|
130
130
|
icon_color: md_white
|
|
131
131
|
icon_size: lg
|
|
132
132
|
href: javascript:void(0)
|
|
133
|
-
target:
|
|
133
|
+
target: _blank
|
|
134
134
|
|
|
135
135
|
- button:
|
|
136
136
|
text: Button-2
|
|
@@ -139,7 +139,7 @@ defaults:
|
|
|
139
139
|
icon_color: md_white
|
|
140
140
|
icon_size: lg
|
|
141
141
|
href: javascript:void(0)
|
|
142
|
-
target:
|
|
142
|
+
target: _blank
|
|
143
143
|
|
|
144
144
|
- button:
|
|
145
145
|
text: Button-3
|
|
@@ -148,7 +148,7 @@ defaults:
|
|
|
148
148
|
icon_color: md_white
|
|
149
149
|
icon_size: lg
|
|
150
150
|
href: javascript:void(0)
|
|
151
|
-
target:
|
|
151
|
+
target: _blank
|
|
152
152
|
# ----------------------------------------------------------------------------
|
|
153
153
|
# IMAGE banner
|
|
154
154
|
#
|
|
@@ -184,7 +184,7 @@ defaults:
|
|
|
184
184
|
icon_color: md_white
|
|
185
185
|
icon_size: lg
|
|
186
186
|
href: javascript:void(0)
|
|
187
|
-
target:
|
|
187
|
+
target: _blank
|
|
188
188
|
|
|
189
189
|
# ----------------------------------------------------------------------------
|
|
190
190
|
# PARALLAX banner
|
|
@@ -229,7 +229,7 @@ defaults:
|
|
|
229
229
|
icon_color: md_white
|
|
230
230
|
icon_size: lg
|
|
231
231
|
href: javascript:void(0)
|
|
232
|
-
target:
|
|
232
|
+
target: _blank
|
|
233
233
|
|
|
234
234
|
# ----------------------------------------------------------------------------
|
|
235
235
|
# EXCEPTION banner
|
|
@@ -104,28 +104,28 @@
|
|
|
104
104
|
column:
|
|
105
105
|
- title: Bootstrap Home
|
|
106
106
|
href: http://getbootstrap.com/
|
|
107
|
-
target:
|
|
107
|
+
target: _blank
|
|
108
108
|
icon: bootstrap
|
|
109
109
|
- title: Bootstrap CDN
|
|
110
110
|
href: https://www.bootstrapcdn.com/
|
|
111
|
-
target:
|
|
111
|
+
target: _blank
|
|
112
112
|
icon: bootstrap
|
|
113
113
|
- title: FA Icons
|
|
114
114
|
href: http://fontawesome.io/icons/
|
|
115
|
-
target:
|
|
115
|
+
target: _blank
|
|
116
116
|
icon: font-awesome
|
|
117
117
|
- title: MD Icons
|
|
118
118
|
href: https://materialdesignicons.com/
|
|
119
119
|
# href: http://zavoloklom.github.io/material-design-iconic-font/cheatsheet.html
|
|
120
|
-
target:
|
|
120
|
+
target: _blank
|
|
121
121
|
icon: google
|
|
122
122
|
- title: Fonts
|
|
123
123
|
href: https://fonts.google.com/
|
|
124
|
-
target:
|
|
124
|
+
target: _blank
|
|
125
125
|
icon: google
|
|
126
126
|
- title: cdnJS
|
|
127
127
|
href: https://cdnjs.com/
|
|
128
|
-
target:
|
|
128
|
+
target: _blank
|
|
129
129
|
icon: arrow-down-bold-hexagon-outline
|
|
130
130
|
|
|
131
131
|
- title: Knowledge
|
|
@@ -133,39 +133,39 @@
|
|
|
133
133
|
column:
|
|
134
134
|
- title: Jekyll Home
|
|
135
135
|
href: https://jekyllrb.com/
|
|
136
|
-
target:
|
|
136
|
+
target: _blank
|
|
137
137
|
icon: flask
|
|
138
138
|
- title: Jekyll Tips
|
|
139
139
|
href: http://jekyll.tips/
|
|
140
|
-
target:
|
|
140
|
+
target: _blank
|
|
141
141
|
icon: flask
|
|
142
142
|
- title: Jekyll Stackoverflow
|
|
143
143
|
href: https://stackoverflow.com/questions/tagged/jekyll
|
|
144
|
-
target:
|
|
144
|
+
target: _blank
|
|
145
145
|
icon: flask
|
|
146
146
|
- title: BS 4 Stackoverflow
|
|
147
147
|
href: https://stackoverflow.com/questions/tagged/bootstrap-4
|
|
148
|
-
target:
|
|
148
|
+
target: _blank
|
|
149
149
|
icon: bootstrap
|
|
150
150
|
- title: W3 Schools
|
|
151
151
|
href: http://www.w3schools.com/
|
|
152
|
-
target:
|
|
152
|
+
target: _blank
|
|
153
153
|
icon: xml
|
|
154
154
|
- title: SelfHTML
|
|
155
155
|
href: https://wiki.selfhtml.org/
|
|
156
|
-
target:
|
|
156
|
+
target: _blank
|
|
157
157
|
icon: xml
|
|
158
158
|
- title: Asciidoc Language
|
|
159
159
|
href: https://docs.asciidoctor.org/asciidoc/latest/
|
|
160
|
-
target:
|
|
160
|
+
target: _blank
|
|
161
161
|
icon: format-color-text
|
|
162
162
|
- title: Asciidoc FAQ
|
|
163
163
|
href: http://www.methods.co.nz/asciidoc/faq.html
|
|
164
|
-
target:
|
|
164
|
+
target: _blank
|
|
165
165
|
icon: format-color-text
|
|
166
166
|
- title: Asciidoctor
|
|
167
167
|
href: http://asciidoctor.org/
|
|
168
|
-
target:
|
|
168
|
+
target: _blank
|
|
169
169
|
icon: hospital
|
|
170
170
|
|
|
171
171
|
- title: Tools
|
|
@@ -173,43 +173,43 @@
|
|
|
173
173
|
column:
|
|
174
174
|
- title: FreeFormatter
|
|
175
175
|
href: http://www.freeformatter.com/
|
|
176
|
-
target:
|
|
176
|
+
target: _blank
|
|
177
177
|
icon: cached
|
|
178
178
|
- title: Convert CSS to Sass
|
|
179
179
|
href: http://sebastianpontow.de/css2compass/
|
|
180
|
-
target:
|
|
180
|
+
target: _blank
|
|
181
181
|
icon: language-css3
|
|
182
182
|
- title: CSS Matic Tools
|
|
183
183
|
href: https://www.cssmatic.com
|
|
184
|
-
target:
|
|
184
|
+
target: _blank
|
|
185
185
|
icon: language-css3
|
|
186
186
|
- title: JSON Editor
|
|
187
187
|
href: https://jsoneditoronline.org/
|
|
188
|
-
target:
|
|
188
|
+
target: _blank
|
|
189
189
|
icon: code-json
|
|
190
190
|
- title: YAML Parser
|
|
191
191
|
href: http://yaml-online-parser.appspot.com/
|
|
192
|
-
target:
|
|
192
|
+
target: _blank
|
|
193
193
|
icon: code-braces
|
|
194
194
|
- title: XML-YAML Converter
|
|
195
195
|
href: http://codebeautify.org/xml-to-yaml
|
|
196
|
-
target:
|
|
196
|
+
target: _blank
|
|
197
197
|
icon: xml
|
|
198
198
|
- title: Character Codes
|
|
199
199
|
href: http://character-code.com/
|
|
200
|
-
target:
|
|
200
|
+
target: _blank
|
|
201
201
|
icon: alpha-a-box-outline
|
|
202
202
|
- title: Wordcloud Generator
|
|
203
203
|
href: https://www.jasondavies.com/wordcloud/
|
|
204
|
-
target:
|
|
204
|
+
target: _blank
|
|
205
205
|
icon: cloud
|
|
206
206
|
- title: RegEx 101
|
|
207
207
|
href: https://regex101.com/
|
|
208
|
-
target:
|
|
208
|
+
target: _blank
|
|
209
209
|
icon: regex
|
|
210
210
|
- title: RegEx Library
|
|
211
211
|
href: http://www.regexlib.com/
|
|
212
|
-
target:
|
|
212
|
+
target: _blank
|
|
213
213
|
icon: regex
|
|
214
214
|
|
|
215
215
|
# ------------------------------------------------------------------------------
|
|
@@ -148,8 +148,8 @@ tag::urls[]
|
|
|
148
148
|
:url-iframe-resizer--gh-repo: https://github.com/davidjbradshaw/iframe-resizer
|
|
149
149
|
|
|
150
150
|
:url-j1--home: https://jekyll.one/
|
|
151
|
-
:url-j1--download: https://rubygems.org/gems/j1-template/versions/2021.0.
|
|
152
|
-
:url-j1-rubydoc--home: https://www.rubydoc.info/gems/j1-template/2021.0.
|
|
151
|
+
:url-j1--download: https://rubygems.org/gems/j1-template/versions/2021.0.12
|
|
152
|
+
:url-j1-rubydoc--home: https://www.rubydoc.info/gems/j1-template/2021.0.12
|
|
153
153
|
:url-j1--preview: https://preview.jekyll.one/
|
|
154
154
|
|
|
155
155
|
:url-j1-web-in-a-day--meet-and-greet: https://jekyll.one/pages/public/learn/kickstarter/web_in_a_day/meet_and_greet/
|
|
@@ -400,7 +400,7 @@ end::tables[]
|
|
|
400
400
|
// -----------------------------------------------------------------------------
|
|
401
401
|
tag::products[]
|
|
402
402
|
:j1-license: MIT License
|
|
403
|
-
:j1-version: 2021.0.
|
|
403
|
+
:j1-version: 2021.0.12
|
|
404
404
|
end::products[]
|
|
405
405
|
|
|
406
406
|
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
version="1.1"
|
|
15
15
|
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"
|
|
16
16
|
sodipodi:docname="d1.svg"
|
|
17
|
-
inkscape:export-filename="C:\Temp\d10n-2021.0.
|
|
17
|
+
inkscape:export-filename="C:\Temp\d10n-2021.0.12\assets\images\modules\icons\d1\d1-256x256.png"
|
|
18
18
|
inkscape:export-xdpi="49.152"
|
|
19
19
|
inkscape:export-ydpi="49.152">
|
|
20
20
|
<title
|