j1-template 2023.0.0 → 2023.0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b327ca174fd902f4a1783ed6fba1fc571c965c0b15c38c5629a010b5c8c1efe0
4
- data.tar.gz: 33529e2dad43c9fd30f9b901a2e7cfcc1bd8bcfc25206e3922c476efc94792df
3
+ metadata.gz: bc6abda9b3b1527a26e1427b883fe0056d841fce79d11e75a23fcdab53fb27fc
4
+ data.tar.gz: dffeec0b7bd621fd62f4655696a364c4d038027fb87e09e1ab135ab973853f4c
5
5
  SHA512:
6
- metadata.gz: 4b7f6246fd9d709e03706990e2af70b3331e0c6caaad5899d73a39e4e30514e31b83e90f634743667ecc6caa36f2fec3185b5a420998ca836481cc3d54a12dea
7
- data.tar.gz: 7b08b2e44af416c98d9ba84b720fff62237e64774831dbeefec0352502625c1014b6044aee05376be4ecf64532ec19473a4c49eea1b5e6e40e8a49d4b0965a7f
6
+ metadata.gz: f572b07d5b8bcba3401f724a41d826290e6ab18b60ca79e90000b605a978cff75de471a55f75d586af07ebe4d5b395ffe22c0f20bbd39004ea6f8745643c5f38
7
+ data.tar.gz: 2bf79b3cd0e22cbb1c1e6fe448bb7ae6cfa39ac1983e6ea63b1bbd91436aaecf81961f07b1fc00d2be7d30c1360db65a4c1791dddc8c9b6dce28b63322a42c40
@@ -257,8 +257,8 @@ exclude_from_search: true
257
257
  <img
258
258
  class="sticker-image"
259
259
  src="/assets/images/sticker/600x600/sticker-new-version.png"
260
- alt="Get new version 2023.0.0"
261
- title="Get new version 2023.0.0"
260
+ alt="Get new version 2023.0.1"
261
+ title="Get new version 2023.0.1"
262
262
  style="width: 140px; height: 120px;"
263
263
  >
264
264
  </a>
data/lib/j1/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module J1
2
- VERSION = '2023.0.0'
2
+ VERSION = '2023.0.1'
3
3
  end
@@ -75,11 +75,11 @@ end
75
75
  # Specify the THEME GEM used for the project
76
76
 
77
77
  # Loaded from RubyGems
78
- gem 'j1-template', '~> 2023.0.0'
78
+ gem 'j1-template', '~> 2023.0.1'
79
79
 
80
80
  # Loaded from gem.fury.io
81
81
  #source 'https://gem.fury.io/jekyll-one-org/' do
82
- # gem 'j1-template', '~> 2023.0.0'
82
+ # gem 'j1-template', '~> 2023.0.1'
83
83
  #end
84
84
 
85
85
  # ------------------------------------------------------------------------------
@@ -168,6 +168,10 @@ end
168
168
  # gem 'scss_lint', '~> 0.56.0', require: false
169
169
  #
170
170
  # ------------------------------------------------------------------------------
171
+ #
172
+ # Required for Heroku, see support ticket: https://help.heroku.com/tickets/1198846
173
+ gem 'sass-embedded', '~> 1.57.1'
174
+
171
175
  gem 'sassc', '~> 2.4'
172
176
  gem 'bump', '~> 0.10'
173
177
 
@@ -380,7 +380,7 @@ This command creates a **initial** project in folder **my-starter**.
380
380
  2022-07-30 18:12:12 - GENERATE: Resolving dependencies...
381
381
  2022-07-30 18:12:12 - GENERATE: Using bundler 2.3.7
382
382
  ...
383
- 2022-07-30 18:12:12 - GENERATE: Using j1-template 2023.0.0
383
+ 2022-07-30 18:12:12 - GENERATE: Using j1-template 2023.0.1
384
384
  2022-07-30 18:12:12 - GENERATE: Bundle complete! 31 Gemfile dependencies, 78 gems now installed.
385
385
  2022-07-30 18:12:12 - GENERATE: Bundled gems are installed into `../../.gem`
386
386
  2022-07-30 18:12:12 - GENERATE: C:/Users/xxx/.gem/ruby/3.1.0;C:/DevTools/Ruby31-x64/lib/ruby/gems/3.1.0;
@@ -416,7 +416,7 @@ commands are available as well.
416
416
  2022-07-30 18:17:48 - SETUP: Initialize the project ...
417
417
  2022-07-30 18:17:48 - SETUP: Be patient, this will take a while ...
418
418
  2022-07-30 18:17:49 - SETUP:
419
- 2022-07-30 18:17:49 - SETUP: > j1@2023.0.0 setup C:\Users\xxx\j1-projects\my-starter
419
+ 2022-07-30 18:17:49 - SETUP: > j1@2023.0.1 setup C:\Users\xxx\j1-projects\my-starter
420
420
  2022-07-30 18:17:49 - SETUP: > npm --silent run setup-start && npm --silent run setup-base && run-s -s setup:*
421
421
  2022-07-30 18:17:49 - SETUP:
422
422
  2022-07-30 18:17:50 - SETUP: Setup project for first use ..
@@ -461,7 +461,7 @@ browser. Let's start the journey ...
461
461
  Check setup state of the J1 project ...
462
462
  2022-07-30 18:26:18 - SITE: Starting up your site ...
463
463
  2022-07-30 18:26:18 - SITE:
464
- 2022-07-30 18:26:18 - SITE: > j1@2023.0.0 j1-site C:\Users\jadams\j1-projects\my-starter
464
+ 2022-07-30 18:26:18 - SITE: > j1@2023.0.1 j1-site C:\Users\jadams\j1-projects\my-starter
465
465
  2022-07-30 18:26:18 - SITE: > run-p -s j1-site:*
466
466
  2022-07-30 18:26:18 - SITE:
467
467
  2022-07-30 18:26:20 - SITE: Startup UTILSRV ..
@@ -500,7 +500,7 @@ Check setup state of the J1 project ...
500
500
  REBUILD: Rebuild the projects website ...
501
501
  REBUILD: Be patient, this will take a while ...
502
502
  2022-07-30 18:45:09 - REBUILD:
503
- 2022-07-30 18:45:09 - REBUILD: > j1@2023.0.0 rebuild C:\Users\xxx\j1-projects\my-starter
503
+ 2022-07-30 18:45:09 - REBUILD: > j1@2023.0.1 rebuild C:\Users\xxx\j1-projects\my-starter
504
504
  2022-07-30 18:45:09 - REBUILD: > run-s -s rebuild:* && run-s -s post-rebuild:*
505
505
  2022-07-30 18:45:09 - REBUILD:
506
506
  2022-07-30 18:45:10 - REBUILD: Rebuild site incremental ..
@@ -548,7 +548,7 @@ using Lerna for all packages:
548
548
  2022-07-30 18:29:07 - RESET: Reset the project to factory state ...
549
549
  2022-07-30 18:29:07 - RESET: Be patient, this will take a while ...
550
550
  2022-07-30 18:29:08 - RESET:
551
- 2022-07-30 18:29:08 - RESET: > j1@2023.0.0 reset C:\Users\xxx\j1-projects\my-starter
551
+ 2022-07-30 18:29:08 - RESET: > j1@2023.0.1 reset C:\Users\xxx\j1-projects\my-starter
552
552
  2022-07-30 18:29:08 - RESET: > run-s -s reset:*
553
553
  2022-07-30 18:29:08 - RESET:
554
554
  2022-07-30 18:29:08 - RESET: Reset project to factory state ..
@@ -53,7 +53,7 @@ environment: development
53
53
  # ------------------------------------------------------------------------------
54
54
  # Sets the build version of J1 Theme Gem
55
55
  #
56
- version: 2023.0.0
56
+ version: 2023.0.1
57
57
 
58
58
  # version
59
59
  # ------------------------------------------------------------------------------
@@ -78,176 +78,81 @@
78
78
  href: /pages/public/blog/navigator/archive/allview/
79
79
  icon: archive
80
80
 
81
-
82
81
  # ------------------------------------------------------------------------------
83
82
  # Menu MANUALS
84
83
  #
85
84
  - item: Manuals
86
85
  sublevel:
87
86
 
88
- # --------------------------------------------------------------------------
89
- # Tools
90
- #
91
- - title: ToolBox
92
- icon: toolbox
93
- dropdown:
94
-
95
- - title: Pandoc
96
- href: "https://jekyll.one/pages/public/manuals/pandoc/"
97
- icon: cog-transfer
98
- target: _blank
99
- - title: Platform Info
100
- href: "https://jekyll.one/pages/public/manuals/platform/"
101
- icon: folder-information
102
- target: _blank
103
-
104
- # --------------------------------------------------------------------------
105
- # AsciiDoc
106
- #
107
- - title: Asciidoc
108
- icon: format-color-text
109
- dropdown:
110
-
111
- - title: Language Documentation
112
- href: "https://docs.asciidoctor.org/asciidoc/latest/"
113
- icon: book
114
- target: _blank
115
-
116
- - title: Asciidoctor Documentation
117
- href: "https://docs.asciidoctor.org/asciidoctor/latest/"
118
- icon: hospital
119
- target: _blank
120
-
121
- - title: Asciidoctor CLI
122
- href: "https://docs.asciidoctor.org/asciidoctor/latest/cli/"
123
- icon: hospital
124
- target: _blank
125
-
126
- # --------------------------------------------------------------------------
127
- # YAML
128
- #
129
- - title: YAML
130
- icon: format-align-right
131
- dropdown:
132
-
133
- - title: User Guide
134
- href: "https://jekyll.one/pages/public/manuals/yaml/user_guide/"
135
- icon: book-open-page-variant
136
- target: _blank
137
- - title: YAML Reference Guide
138
- href: "https://jekyll.one/pages/public/manuals/yaml/quick_reference/"
139
- icon: book-open
140
- target: _blank
141
-
142
- # --------------------------------------------------------------------------
143
- # Jekyll
144
- #
145
- - title: Jekyll
146
- icon: flask
147
- dropdown:
148
-
149
- - title: Liquid
150
- href: "https://jekyll.one/pages/public/manuals/liquid/user_guide/"
151
- icon: layers
152
- target: _blank
153
- - title: Commandline
154
- href: "https://jekyll.one/pages/public/manuals/jekyll/user_guide/commandline/"
155
- icon: console-line
156
- target: _blank
157
- - title: Configuration
158
- href: "https://jekyll.one/pages/public/manuals/jekyll/user_guide/configuration/"
159
- icon: code-braces
160
- target: _blank
161
- - title: Date formats
162
- href: "https://jekyll.one/pages/public/manuals/jekyll/user_guide/date_formats/"
163
- icon: calendar-blank
164
- target: _blank
165
-
166
87
  # --------------------------------------------------------------------------
167
88
  # Modules
168
89
  #
169
- - title: J1 Modules
90
+ - title: Modules
170
91
  icon: alpha-j-box
171
92
  dropdown:
172
93
 
173
- - title: Attic
174
- href: "https://jekyll.one/pages/public/manuals/modules/attic/"
94
+ - title: Master Header
95
+ href: https://jekyll.one/pages/public/manuals/modules/attic/
175
96
  icon: window-shutter
176
- target: _blank
177
- - title: Lightbox
178
- href: "https://jekyll.one/pages/public/manuals/modules/lightbox/"
179
- icon: flashlight
180
- target: _blank
181
- - title: Navigator
182
- # href: "https://jekyll.one/pages/public/manuals/modules/navigatior/"
183
- href: '#'
184
- icon: near-me
185
- target: _blank
186
- - title: Toccer
187
- # href: "https://jekyll.one/pages/public/manuals/modules/toccer/"
188
- href: '#'
189
- icon: wrap
190
- target: _blank
191
97
  - title: Carousel
192
- href: "https://jekyll.one/pages/public/manuals/modules/carousel/"
98
+ href: https://jekyll.one/pages/public/manuals/modules/carousel/
193
99
  icon: view-carousel
194
- target: _blank
195
- - title: Themer
196
- # href: "https://jekyll.one/pages/public/manuals/modules/themer/"
197
- href: '#'
198
- icon: theme-light-dark
199
- target: _blank
200
- - title: Galleries
201
- href: "https://jekyll.one/pages/public/manuals/modules/gallery/"
202
- icon: view-dashboard-variant
203
- target: _blank
204
100
  - title: Cookie Consent
205
- # href: "https://jekyll.one/pages/public/manuals/modules/cookie_consent/"
206
- href: '#'
101
+ href: https://jekyll.one/pages/public/manuals/modules/cookie_consent/
102
+ # href: '#'
207
103
  icon: cookie
208
- target: _blank
104
+ - title: Galleries
105
+ href: https://jekyll.one/pages/public/manuals/modules/gallery/
106
+ icon: view-dashboard-variant
107
+ - title: Lightbox
108
+ href: https://jekyll.one/pages/public/manuals/modules/lightbox/
109
+ icon: flashlight
209
110
  - title: Logger
210
- href: "https://jekyll.one/pages/public/manuals/modules/logger/"
111
+ href: https://jekyll.one/pages/public/manuals/modules/logger/
211
112
  icon: math-log
212
- target: _blank
213
-
214
113
  - title: Master Slider
215
- href: "https://jekyll.one/pages/public/manuals/modules/masterslider/"
114
+ href: https://jekyll.one/pages/public/manuals/modules/masterslider/
216
115
  icon: gesture-swipe
217
- target: _blank
116
+ - title: Mobile Menu
117
+ href: https://jekyll.one/pages/public/manuals/mmenu/
118
+ icon: menu
119
+ - title: MSDropdown
120
+ href: https://jekyll.one/pages/public/manuals/msdropdown/
121
+ icon: form-dropdown
122
+ - title: Navigator
123
+ href: https://jekyll.one/pages/public/manuals/modules/navigator/
124
+ # href: '#'
125
+ icon: near-me
218
126
  - title: Range Slider
219
- href: "https://jekyll.one/pages/public/manuals/modules/rangeslider/"
127
+ href: https://jekyll.one/pages/public/manuals/modules/rangeslider/
220
128
  icon: distribute-vertical-center
221
- target: _blank
222
129
  - title: Code Hightlighter Rouge
223
- href: "https://jekyll.one/pages/public/manuals/rouge/user_guide/"
130
+ href: https://jekyll.one/pages/public/manuals/rouge/user_guide/
224
131
  icon: format-color-fill
225
- target: _blank
226
- - title: Menu Dropdown
227
- href: "https://jekyll.one/pages/public/manuals/msdropdown/"
228
- icon: form-dropdown
229
- target: _blank
230
- - title: Mobile Menu
231
- href: "https://jekyll.one/pages/public/manuals/mmenu/"
232
- icon: menu
233
- target: _blank
132
+ - title: Themer
133
+ href: https://jekyll.one/pages/public/manuals/modules/themer/
134
+ # href: '#'
135
+ icon: theme-light-dark
136
+ - title: Toccer
137
+ href: https://jekyll.one/pages/public/manuals/modules/toccer/
138
+ # href: '#'
139
+ icon: wrap
234
140
 
235
141
  # --------------------------------------------------------------------------
236
142
  # J1 Components
237
143
  #
238
- - title: J1 Components
144
+ - title: Components
239
145
  icon: alpha-j-box
240
146
  dropdown:
241
147
 
242
148
  - title: Resources
243
- # href: "https://jekyll.one/pages/public/manuals/j1/resources/"
149
+ # href: https://jekyll.one/pages/public/manuals/j1/resources/
244
150
  href: '#'
245
151
  icon: garage
246
- target: _blank
247
-
248
152
  - title: Layouts
249
- # href: "https://jekyll.one/pages/public/manuals/j1/layouts/"
250
- href: '#'
153
+ # href: https://jekyll.one/pages/public/manuals/j1/layouts/
154
+ # href: '#'
155
+ href: https://jekyllrb.com/docs/layouts/
251
156
  icon: page-layout-body
252
157
  target: _blank
253
158
 
@@ -255,74 +160,48 @@
255
160
  icon: page-layout-header-footer
256
161
  dropdown:
257
162
 
258
- - title: Banner
259
- # href: "https://jekyll.one/pages/public/manuals/j1/blocks/banner/"
260
- href: '#'
163
+ - title: Banner And Panel
164
+ href: https://jekyll.one/pages/public/manuals/j1/blocks/banner_panel/
165
+ icon: order-bool-descending
166
+ - title: Footer
167
+ href: https://jekyll.one/pages/public/manuals/j1/blocks/footer/
261
168
  icon: order-bool-ascending
262
- target: _blank
263
- - title: Panel
264
- # href: "https://jekyll.one/pages/public/manuals/j1/blocks/panel/"
265
- href: '#'
266
- icon: order-bool-ascending-variant
267
- target: _blank
268
169
 
269
170
  - title: Content
270
171
  icon: file
271
172
  dropdown:
272
173
 
273
174
  - title: Pages
274
- href: "https://jekyll.one/pages/public/manuals/j1/content/pages/"
175
+ href: https://jekyll.one/pages/public/manuals/j1/content/pages/
275
176
  icon: file-document
276
- target: _blank
277
177
  - title: Posts
278
- href: "https://jekyll.one/pages/public/manuals/j1/content/posts/"
178
+ href: https://jekyll.one/pages/public/manuals/j1/content/posts/
279
179
  icon: file-delimited
280
- target: _blank
281
- - title: Collections
282
- href: "https://jekyll.one/pages/public/manuals/j1/content/collections/"
283
- icon: file-percent
284
- target: _blank
180
+
181
+ # - title: Collections
182
+ # href: https://jekyll.one/pages/public/manuals/j1/content/collections/
183
+ # icon: file-percent
285
184
 
286
185
  # --------------------------------------------------------------------------
287
186
  # J1 Integrations
288
187
  #
289
- - title: J1 Integrations
188
+ - title: Integrations
290
189
  icon: alpha-j-box
291
190
  dropdown:
292
191
 
293
- - title: Google Translate
294
- href: '#'
295
- icon: google-translate
296
- target: _blank
297
- - title: Google Analytics
298
- href: '#'
299
- icon: google-analytics
300
- target: _blank
301
- - title: Google Ads
302
- href: '#'
303
- icon: google-ads
304
- target: _blank
305
-
306
- - title: Jupyter Notebooks
307
- icon: microsoft-onenote
192
+ - title: Google
193
+ icon: google
308
194
  dropdown:
309
195
 
310
- - title: NBI Module Integration
311
- href: "https://jekyll.one/pages/public/jupyter/docs/j1-nbinteract-docs/"
312
- icon: alpha-j-box
313
- target: _blank
314
- - title: NBI Module Wigets
315
- href: "https://jekyll.one/pages/public/jupyter/docs/nbi-widgets/"
316
- icon: alpha-j-box
317
- target: _blank
318
- - title: BinderHub API
319
- href: "https://jekyll.one/pages/public/jupyter/docs/binderhub/"
320
- icon: book
321
- target: _blank
322
- - title: JupyterHub API
323
- href: "https://jekyll.one/pages/public/jupyter/docs/jupyterhub/"
324
- icon: book
325
- target: _blank
196
+ - title: Google Translate
197
+ href: '#'
198
+ icon: google-translate
199
+ - title: Google Analytics
200
+ href: '#'
201
+ icon: google-analytics
202
+ - title: Google Ads
203
+ href: '#'
204
+ icon: google-ads
326
205
 
327
206
  - title: Comment Providers
328
207
  icon: comment
@@ -331,32 +210,45 @@
331
210
  - title: Disqus
332
211
  href: '#'
333
212
  icon: disqus
334
- target: _blank
335
213
  - title: Hyvor Talk
336
214
  href: '#'
337
- icon: disqus
338
- target: _blank
215
+ icon: comment-outline
339
216
 
340
217
  # --------------------------------------------------------------------------
341
218
  # J1 Plugins
342
219
  #
343
- - title: J1 Plugins
220
+ - title: Plugins
344
221
  icon: alpha-j-box
345
222
  dropdown:
346
223
 
347
- - title: SiteMap
348
- href: '#'
349
- icon: map-marker-path
350
- target: _blank
351
- - title: Asciidoctor
352
- href: "https://jekyll.one/pages/public/manuals/jekyll/plugin/asciidoctor/"
353
- icon: hospital
354
- target: _blank
355
- - title: J1 Paginator
356
- href: "https://jekyll.one/pages/public/manuals/j1/plugins/j1_paginator/"
357
- icon: page-last
358
- target: _blank
224
+ - title: Internal Plugins
225
+ icon: power-plug-outline
226
+ dropdown:
359
227
 
228
+ - title: J1 SiteMap
229
+ href: '#' # https://jekyll.one/pages/public/manuals/j1/plugins/j1_sitemap/
230
+ icon: map-marker-radius
231
+ - title: J1 SEO Tags
232
+ href: '#' # https://jekyll.one/pages/public/manuals/j1/plugins/j1_seo_tags/
233
+ icon: tag-text
234
+ - title: J1 Feeds
235
+ href: '#' # https://jekyll.one/pages/public/manuals/j1/plugins/j1_feeds/
236
+ icon: slide
237
+ - title: J1 Quicksearch
238
+ href: '#' # https://jekyll.one/pages/public/manuals/j1/plugins/quicksearch/
239
+ icon: magnify
240
+
241
+ - title: External Plugins
242
+ icon: power-plug
243
+ dropdown:
244
+
245
+ - title: Asciidoctor
246
+ href: https://jekyll.one/pages/public/manuals/j1/plugins/asciidoctor/
247
+ icon: hospital
248
+ - title: J1 Paginator
249
+ # href: https://jekyll.one/pages/public/manuals/j1/plugins/j1_paginator/
250
+ href: '#'
251
+ icon: page-last
360
252
 
361
253
  # ------------------------------------------------------------------------------
362
254
  # Menu TOOLS
@@ -365,77 +257,90 @@
365
257
  sublevel:
366
258
 
367
259
  # --------------------------------------------------------------------------
368
- # Previewers
260
+ # Tools
369
261
  #
370
- - title: Previewer
371
- icon: eye
262
+ - title: ToolBox
263
+ icon: toolbox
372
264
  dropdown:
373
265
 
266
+ - title: Pandoc
267
+ href: https://jekyll.one/pages/public/manuals/pandoc/
268
+ icon: cog-transfer
269
+ - title: Platform Info
270
+ href: https://jekyll.one/pages/public/manuals/platform/
271
+ icon: folder-information
272
+
374
273
  # ----------------------------------------------------------------------
375
- # Asciidoc Skeletons
274
+ # AsciiDoc
376
275
  #
377
- - title: Asciidoc Skeletons
378
- icon: application-settings
276
+ - title: Asciidoc
277
+ icon: format-color-text
379
278
  dropdown:
380
- - title: Simple-Document
381
- href: /pages/public/skeleton/simple/
382
- icon: file-document-outline
383
- - title: Multi-Document
384
- href: /pages/public/skeleton/multi/
385
- icon: file-document-multiple-outline
386
- - title: Documentation
387
- href: /pages/public/skeleton/documentation/
388
- icon: book-open-blank-variant
389
-
390
- - title: Current Theme
391
- href: /pages/public/previewer/current_theme/
392
- icon: theme-light-dark
393
- target: _blank
394
- - title: MD Color Palette
395
- href: "https://jekyll.one/pages/public/previewer/color_palette/"
396
- icon: format-color-fill
397
- target: _blank
398
- - title: Master Slider
399
- href: "https://jekyll.one/pages/public/previewer/masterslider/"
400
- icon: gesture-swipe
401
- target: _blank
402
- - title: Country Flags
403
- href: "https://jekyll.one/pages/public/previewer/country_flags/"
404
- icon: flag
405
- target: _blank
406
- - title: MDI Icons (regular)
407
- href: "https://jekyll.one/pages/public/previewer/mdi_font/"
408
- icon: alarm-light
409
- target: _blank
410
- - title: MDI Icons (light)
411
- href: "https://jekyll.one/pages/public/previewer/mdil_font/"
412
- icon: alarm-light-outline
413
- target: _blank
414
- - title: Rouge Themes
415
- href: "https://jekyll.one/pages/public/previewer/rouge/"
416
- icon: code-parentheses
417
- target: _blank
418
- - title: Justified Gallery
419
- href: "https://jekyll.one/pages/public/previewer/justified_gallery/"
420
- icon: view-dashboard
421
- target: _blank
279
+
280
+ - title: Language Documentation
281
+ href: https://docs.asciidoctor.org/asciidoc/latest/
282
+ icon: book
283
+ target: _blank
284
+
285
+ - title: Asciidoctor Documentation
286
+ href: https://docs.asciidoctor.org/asciidoctor/latest/
287
+ icon: hospital
288
+ target: _blank
289
+
290
+ - title: Asciidoctor CLI
291
+ href: https://docs.asciidoctor.org/asciidoctor/latest/cli/
292
+ icon: hospital
293
+ target: _blank
294
+
295
+ # ----------------------------------------------------------------------
296
+ # Jekyll
297
+ #
298
+ - title: Jekyll
299
+ icon: flask
300
+ dropdown:
301
+
302
+ - title: Liquid
303
+ href: https://jekyll.one/pages/public/manuals/liquid/user_guide/
304
+ icon: mustache
305
+ - title: Commandline
306
+ href: https://jekyll.one/pages/public/manuals/jekyll/user_guide/commandline/
307
+ icon: console-line
308
+ - title: Configuration
309
+ href: https://jekyll.one/pages/public/manuals/jekyll/user_guide/configuration/
310
+ icon: code-braces
311
+ - title: Time and Date formats
312
+ href: https://jekyll.one/pages/public/manuals/jekyll/user_guide/date_formats/
313
+ icon: calendar-blank
422
314
 
423
315
  # --------------------------------------------------------------------------
424
- # CheatSheets
316
+ # Previewers
425
317
  #
426
- - title: CheatSheets
427
- icon: bookshelf
318
+ - title: Previewers
319
+ icon: eye
428
320
  dropdown:
429
321
 
430
- - title: Asciidoc Quick Reference
431
- href: "https://docs.asciidoctor.org/asciidoc/latest/syntax-quick-reference/"
432
- icon: format-color-text
433
- target: _blank
434
- - title: Editor Atom Quick Reference
435
- href: "https://jekyll.one/pages/public/cheatsheets/atom/"
436
- icon: atom
437
- target: _blank
438
-
322
+ - title: Current Theme
323
+ href: /pages/public/previewer/current_theme/
324
+ icon: theme-light-dark
325
+ - title: MD Color Palette
326
+ href: https://jekyll.one/pages/public/previewer/color_palette/
327
+ icon: format-color-fill
328
+ - title: Master Slider
329
+ href: https://jekyll.one/pages/public/previewer/masterslider/
330
+ icon: gesture-swipe
331
+ - title: Country Flags
332
+ href: https://jekyll.one/pages/public/previewer/country_flags/
333
+ icon: flag
334
+ - title: MDI Icons (regular)
335
+ href: https://jekyll.one/pages/public/previewer/mdi_font/
336
+ icon: sprout
337
+ - title: MDI Icons (light)
338
+ href: https://jekyll.one/pages/public/previewer/mdil_font/
339
+ icon: sprout-outline
340
+ icon: emoticon-cool-outline
341
+ - title: Rouge Styles
342
+ href: https://jekyll.one/pages/public/previewer/rouge/
343
+ icon: code-parentheses
439
344
 
440
345
  # ------------------------------------------------------------------------------
441
346
  # Menu ONLINE