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 +4 -4
- data/assets/data/banner.html +2 -2
- data/lib/j1/version.rb +1 -1
- data/lib/starter_web/Gemfile +6 -2
- data/lib/starter_web/README.md +5 -5
- data/lib/starter_web/_config.yml +1 -1
- data/lib/starter_web/_data/modules/navigator_menu.yml +164 -259
- data/lib/starter_web/_data/templates/feed.xml +1 -1
- data/lib/starter_web/_plugins/index/lunr.rb +1 -1
- data/lib/starter_web/package.json +1 -1
- data/lib/starter_web/pages/public/about/features.adoc +27 -22
- data/lib/starter_web/pages/public/about/reporting_issues.adoc +10 -10
- data/lib/starter_web/pages/public/about/site.adoc +80 -76
- data/lib/starter_web/pages/public/features/general.adoc +4 -4
- data/lib/starter_web/pages/public/features/template.adoc +5 -5
- data/lib/starter_web/pages/public/legal/en/100_copyright.adoc +9 -8
- data/lib/starter_web/pages/public/legal/en/200_impress.adoc +21 -9
- data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +7 -6
- data/lib/starter_web/pages/public/legal/en/400_comment_policy.adoc +6 -2
- data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
- data/lib/starter_web/utilsrv/package.json +1 -1
- metadata +2 -6
- data/lib/starter_web/pages/public/legal/de/100_copyright.adoc +0 -121
- data/lib/starter_web/pages/public/legal/de/100_impress.adoc +0 -88
- data/lib/starter_web/pages/public/legal/de/300_privacy.adoc +0 -600
- data/lib/starter_web/pages/public/legal/de/400_comment_policy.adoc +0 -104
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bc6abda9b3b1527a26e1427b883fe0056d841fce79d11e75a23fcdab53fb27fc
|
|
4
|
+
data.tar.gz: dffeec0b7bd621fd62f4655696a364c4d038027fb87e09e1ab135ab973853f4c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f572b07d5b8bcba3401f724a41d826290e6ab18b60ca79e90000b605a978cff75de471a55f75d586af07ebe4d5b395ffe22c0f20bbd39004ea6f8745643c5f38
|
|
7
|
+
data.tar.gz: 2bf79b3cd0e22cbb1c1e6fe448bb7ae6cfa39ac1983e6ea63b1bbd91436aaecf81961f07b1fc00d2be7d30c1360db65a4c1791dddc8c9b6dce28b63322a42c40
|
data/assets/data/banner.html
CHANGED
|
@@ -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.
|
|
261
|
-
title="Get new version 2023.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
data/lib/starter_web/Gemfile
CHANGED
|
@@ -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.
|
|
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.
|
|
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
|
|
data/lib/starter_web/README.md
CHANGED
|
@@ -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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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 ..
|
data/lib/starter_web/_config.yml
CHANGED
|
@@ -53,7 +53,7 @@ environment: development
|
|
|
53
53
|
# ------------------------------------------------------------------------------
|
|
54
54
|
# Sets the build version of J1 Theme Gem
|
|
55
55
|
#
|
|
56
|
-
version: 2023.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:
|
|
90
|
+
- title: Modules
|
|
170
91
|
icon: alpha-j-box
|
|
171
92
|
dropdown:
|
|
172
93
|
|
|
173
|
-
- title:
|
|
174
|
-
href:
|
|
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:
|
|
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
|
-
|
|
206
|
-
|
|
101
|
+
href: https://jekyll.one/pages/public/manuals/modules/cookie_consent/
|
|
102
|
+
# href: '#'
|
|
207
103
|
icon: cookie
|
|
208
|
-
|
|
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:
|
|
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:
|
|
114
|
+
href: https://jekyll.one/pages/public/manuals/modules/masterslider/
|
|
216
115
|
icon: gesture-swipe
|
|
217
|
-
|
|
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:
|
|
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:
|
|
130
|
+
href: https://jekyll.one/pages/public/manuals/rouge/user_guide/
|
|
224
131
|
icon: format-color-fill
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
icon:
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
icon:
|
|
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:
|
|
144
|
+
- title: Components
|
|
239
145
|
icon: alpha-j-box
|
|
240
146
|
dropdown:
|
|
241
147
|
|
|
242
148
|
- title: Resources
|
|
243
|
-
# href:
|
|
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:
|
|
250
|
-
|
|
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
|
-
|
|
260
|
-
|
|
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:
|
|
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:
|
|
178
|
+
href: https://jekyll.one/pages/public/manuals/j1/content/posts/
|
|
279
179
|
icon: file-delimited
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
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:
|
|
188
|
+
- title: Integrations
|
|
290
189
|
icon: alpha-j-box
|
|
291
190
|
dropdown:
|
|
292
191
|
|
|
293
|
-
- title: Google
|
|
294
|
-
|
|
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:
|
|
311
|
-
href:
|
|
312
|
-
icon:
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
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:
|
|
338
|
-
target: _blank
|
|
215
|
+
icon: comment-outline
|
|
339
216
|
|
|
340
217
|
# --------------------------------------------------------------------------
|
|
341
218
|
# J1 Plugins
|
|
342
219
|
#
|
|
343
|
-
- title:
|
|
220
|
+
- title: Plugins
|
|
344
221
|
icon: alpha-j-box
|
|
345
222
|
dropdown:
|
|
346
223
|
|
|
347
|
-
- title:
|
|
348
|
-
|
|
349
|
-
|
|
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
|
-
#
|
|
260
|
+
# Tools
|
|
369
261
|
#
|
|
370
|
-
- title:
|
|
371
|
-
icon:
|
|
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
|
-
#
|
|
274
|
+
# AsciiDoc
|
|
376
275
|
#
|
|
377
|
-
- title: Asciidoc
|
|
378
|
-
icon:
|
|
276
|
+
- title: Asciidoc
|
|
277
|
+
icon: format-color-text
|
|
379
278
|
dropdown:
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
- title: Documentation
|
|
387
|
-
href: /
|
|
388
|
-
icon:
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
icon:
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
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
|
-
#
|
|
316
|
+
# Previewers
|
|
425
317
|
#
|
|
426
|
-
- title:
|
|
427
|
-
icon:
|
|
318
|
+
- title: Previewers
|
|
319
|
+
icon: eye
|
|
428
320
|
dropdown:
|
|
429
321
|
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
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
|