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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f6acbcf086ed7aaec81c396b5f33d9e9b0dba8609961994d26399a5f337612dc
4
- data.tar.gz: 8f933f72a2ea77c7f9281aa29c9b93d69d60ee8eca260f8ce40c781506a169d1
3
+ metadata.gz: a125175cbe45e72e471f0791b41c61e57a1ec4c0e018269aabda6312df689c33
4
+ data.tar.gz: 24ef960d123e60c66aedd129e5e39a22e6647402cd42ecb479a9f9b10298846e
5
5
  SHA512:
6
- metadata.gz: 8f73a7470478f7d39715b96e2d1b4bb732351e2ef055e465ac8ad1a3fe0a74050c422f0dcfa6def734b1135fda0df5ac5d007287c54ae52c59bfeb3d93d96ec3
7
- data.tar.gz: 571abb6187ac1640cf88230dc188099f1d4591ba1227226b1e04587c4973f61c2634ae2712cc32565c3bd3c5349ac152f504fe6adc4923f8df207e26df4c32c8
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 = 5;
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
@@ -1,3 +1,3 @@
1
1
  module J1
2
- VERSION = '2021.0.11'
2
+ VERSION = '2021.0.12'
3
3
  end
@@ -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.11'
57
+ gem 'j1-template', '~> 2021.0.12'
58
58
 
59
59
  # ------------------------------------------------------------------------------
60
60
  # PRODUCTION: Gem needed for the Jekyll and J1 prod environment
@@ -53,7 +53,7 @@ environment: production
53
53
  # ------------------------------------------------------------------------------
54
54
  # Sets the build version of J1 Template Gem
55
55
  #
56
- version: 2021.0.11
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.11"
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: blank
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: blank
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: blank
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: blank
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: blank
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: blank
232
+ target: _blank
233
233
 
234
234
  # ----------------------------------------------------------------------------
235
235
  # EXCEPTION banner
@@ -143,6 +143,7 @@ about_config:
143
143
  defaults:
144
144
 
145
145
  enabled: false
146
+ retries: 30 # retry to load theme list from API
146
147
  saveToCookie: true
147
148
  debug: false
148
149
  preview_page: /pages/public/previewer/theme/
@@ -104,28 +104,28 @@
104
104
  column:
105
105
  - title: Bootstrap Home
106
106
  href: http://getbootstrap.com/
107
- target: blank
107
+ target: _blank
108
108
  icon: bootstrap
109
109
  - title: Bootstrap CDN
110
110
  href: https://www.bootstrapcdn.com/
111
- target: blank
111
+ target: _blank
112
112
  icon: bootstrap
113
113
  - title: FA Icons
114
114
  href: http://fontawesome.io/icons/
115
- target: blank
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: blank
120
+ target: _blank
121
121
  icon: google
122
122
  - title: Fonts
123
123
  href: https://fonts.google.com/
124
- target: blank
124
+ target: _blank
125
125
  icon: google
126
126
  - title: cdnJS
127
127
  href: https://cdnjs.com/
128
- target: blank
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: blank
136
+ target: _blank
137
137
  icon: flask
138
138
  - title: Jekyll Tips
139
139
  href: http://jekyll.tips/
140
- target: blank
140
+ target: _blank
141
141
  icon: flask
142
142
  - title: Jekyll Stackoverflow
143
143
  href: https://stackoverflow.com/questions/tagged/jekyll
144
- target: blank
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: blank
148
+ target: _blank
149
149
  icon: bootstrap
150
150
  - title: W3 Schools
151
151
  href: http://www.w3schools.com/
152
- target: blank
152
+ target: _blank
153
153
  icon: xml
154
154
  - title: SelfHTML
155
155
  href: https://wiki.selfhtml.org/
156
- target: blank
156
+ target: _blank
157
157
  icon: xml
158
158
  - title: Asciidoc Language
159
159
  href: https://docs.asciidoctor.org/asciidoc/latest/
160
- target: blank
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: blank
164
+ target: _blank
165
165
  icon: format-color-text
166
166
  - title: Asciidoctor
167
167
  href: http://asciidoctor.org/
168
- target: blank
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: blank
176
+ target: _blank
177
177
  icon: cached
178
178
  - title: Convert CSS to Sass
179
179
  href: http://sebastianpontow.de/css2compass/
180
- target: blank
180
+ target: _blank
181
181
  icon: language-css3
182
182
  - title: CSS Matic Tools
183
183
  href: https://www.cssmatic.com
184
- target: blank
184
+ target: _blank
185
185
  icon: language-css3
186
186
  - title: JSON Editor
187
187
  href: https://jsoneditoronline.org/
188
- target: blank
188
+ target: _blank
189
189
  icon: code-json
190
190
  - title: YAML Parser
191
191
  href: http://yaml-online-parser.appspot.com/
192
- target: blank
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: blank
196
+ target: _blank
197
197
  icon: xml
198
198
  - title: Character Codes
199
199
  href: http://character-code.com/
200
- target: blank
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: blank
204
+ target: _blank
205
205
  icon: cloud
206
206
  - title: RegEx 101
207
207
  href: https://regex101.com/
208
- target: blank
208
+ target: _blank
209
209
  icon: regex
210
210
  - title: RegEx Library
211
211
  href: http://www.regexlib.com/
212
- target: blank
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.11
152
- :url-j1-rubydoc--home: https://www.rubydoc.info/gems/j1-template/2021.0.11
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.11
403
+ :j1-version: 2021.0.12
404
404
  end::products[]
405
405
 
406
406
 
@@ -341,6 +341,6 @@ end
341
341
 
342
342
  module Jekyll
343
343
  module J1LunrSearch
344
- VERSION = '2021.0.11'
344
+ VERSION = '2021.0.12'
345
345
  end
346
346
  end
@@ -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.11\assets\images\modules\icons\d1\d1-256x256.png"
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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": true,
3
3
  "name": "j1_starter",
4
- "version": "2021.0.11",
4
+ "version": "2021.0.12",
5
5
  "description": "J1 Template Starter Web",
6
6
  "homepage": "https://your.site",
7
7
  "author": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": true,
3
3
  "name": "utls",
4
- "version": "2021.0.11",
4
+ "version": "2021.0.12",
5
5
  "description": "J1 Template Utility Server",
6
6
  "homepage": "https://jekyll.one",
7
7
  "author": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": true,
3
3
  "name": "utls",
4
- "version": "2021.0.11",
4
+ "version": "2021.0.12",
5
5
  "description": "J1 Template Utility Server",
6
6
  "homepage": "https://jekyll.one",
7
7
  "author": {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: j1-template
3
3
  version: !ruby/object:Gem::Version
4
- version: 2021.0.11
4
+ version: 2021.0.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - juergen_jekyll_one