j1_template_mde 2018.4.16 → 2018.4.17
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/modules/navigator/generator.html +3 -3
- data/_includes/themes/j1/modules/navigator/procedures/quicklinks.proc +7 -7
- data/_layouts/default.html +1 -1
- data/lib/j1/version.rb +1 -1
- data/lib/starter_web/Gemfile +1 -1
- data/lib/starter_web/_config.yml +6 -1
- data/lib/starter_web/_data/j1_config.yml +2 -1
- data/lib/starter_web/_data/layouts/home.yml +2 -2
- data/lib/starter_web/_data/modules/j1_footer.yml +1 -1
- data/lib/starter_web/_data/modules/j1_navigator.yml +16 -15
- data/lib/starter_web/_data/modules/j1_navigator_menu.yml +56 -59
- data/lib/starter_web/assets/data/menu.html +23 -23
- data/lib/starter_web/assets/images/icons/j1/scalable/j1v2.svg +2034 -0
- data/lib/starter_web/assets/themes/j1/core/css/theme_extensions.css +106 -89
- data/lib/starter_web/assets/themes/j1/core/css/theme_extensions.min.css +1 -1
- data/lib/starter_web/assets/themes/j1/core/css/uno.css +107 -90
- data/lib/starter_web/assets/themes/j1/core/css/uno.min.css +1 -1
- data/lib/starter_web/assets/themes/j1/core/css/vendor.css +7 -11
- data/lib/starter_web/assets/themes/j1/core/css/vendor.min.css +1 -1
- data/lib/starter_web/assets/themes/j1/core/js/adapter/navigator.js +3 -3
- data/lib/starter_web/collections/posts/premium/series/_posts/000_includes/documents/100-docker-using-shared-folders.asciidoc +12 -0
- data/lib/starter_web/collections/posts/premium/series/_posts/2018-11-01-docker-using-shared-folders.adoc +0 -12
- data/lib/starter_web/collections/posts/private/wikipedia/_posts/2016-11-20-minneapolis.adoc +0 -4
- data/lib/starter_web/collections/posts/private/wikipedia/_posts/2016-11-24-narcisse-snake-pits.adoc +6 -8
- data/lib/starter_web/collections/posts/private/wikipedia/_posts/2016-11-26-columbia-river.adoc +4 -4
- data/lib/starter_web/collections/posts/public/featured/_posts/2017-06-01-top-open-source-static-site-generators.adoc +11 -10
- data/lib/starter_web/collections/posts/public/featured/_posts/2017-07-01-what-is-a-static-site.adoc +7 -6
- data/lib/starter_web/index.html +4 -4
- data/lib/starter_web/package.json +1 -1
- data/lib/starter_web/pages/public/previewer/bootstrap_theme.adoc +3 -3
- data/lib/starter_web/pages/public/start/roundtrip/700_j1_modals.adoc +1 -2
- metadata +3 -3
- data/lib/starter_web/assets/themes/j1/core/js/adapter/navigator.js.failed +0 -797
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f733c43d55fa5936d4cfc8957dacdb3cfb1b89a0
|
|
4
|
+
data.tar.gz: b511d8492b0ac81812aad442d5128f5fc3f0a115
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dc05ddf5d11b2155f90a8e9d4487e361e74a917f194829b8360341cfbff87ac255f1cbb0df9f4cb6376b12710fe2dd5e9c8c5a8741560185cbaa0b0529565404
|
|
7
|
+
data.tar.gz: dd8580c25c18ff934189fd46360a6a16d1eed1a79ff84ce7c45211a85716c3f5c08579013486dbfee1c73c6cb99f06d1887847fdb85168f5ef70773833a6caa1
|
|
@@ -120,12 +120,12 @@
|
|
|
120
120
|
<a class="navbar-brand" href="{{home_path}}" "> <b><font color="{{site.brand.text_color}}">{{ site.brand.text }}</font></b></a>
|
|
121
121
|
{% endif %}
|
|
122
122
|
<button type="button" class="navigator navbar-toggler animated fadeIn" data-toggle="collapse" data-target="#{{menu_id}}" aria-controls="{{menu_id}}" aria-expanded="false" aria-label="Toggle navigation">
|
|
123
|
-
<i class="mdi mdi-menu mdi-48px"
|
|
123
|
+
<i class="mdi mdi-menu mdi-48px"></i>
|
|
124
124
|
</button>
|
|
125
125
|
{% elsif brand_position == "right" %}
|
|
126
126
|
<!-- [INFO ] [j1.modules.navigator.generator.html ] place brand to the right] -->
|
|
127
127
|
<button type="button" class="navigator navbar-toggler animated fadeIn" data-toggle="collapse" data-target="#{{menu_id}}" aria-controls="{{menu_id}}" aria-expanded="false" aria-label="Toggle navigation">
|
|
128
|
-
<i class="mdi mdi-menu mdi-48px"
|
|
128
|
+
<i class="mdi mdi-menu mdi-48px"></i>
|
|
129
129
|
</button>
|
|
130
130
|
{% if site.brand.image %}
|
|
131
131
|
<a class="navbar-brand" href="{{ home_path }}"> <img src="{{ site.data.j1_config.image_path }}/{{ site.brand.image }}" height="{{ site.brand.image_height }}" alt="{{ site.brand.text }}"></a>
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
{% else %}
|
|
136
136
|
<!-- [INFO ] [j1.modules.navigator.generator.html ] place brand to default (right)] -->
|
|
137
137
|
<button type="button" class="navigator navbar-toggler animated fadeIn" data-toggle="collapse" data-target="#{{menu_id}}" aria-controls="{{menu_id}}" aria-expanded="false" aria-label="Toggle navigation">
|
|
138
|
-
<i class="mdi mdi-menu mdi-48px"
|
|
138
|
+
<i class="mdi mdi-menu mdi-48px"></i>
|
|
139
139
|
</button>
|
|
140
140
|
{% if site.brand.image %}
|
|
141
141
|
<a class="navbar-brand" href="{{ home_path }}"> <img src="{{ site.data.j1_config.image_path }}/{{ site.brand.image }}" height="{{ site.brand.image_height }}" alt="{{ site.brand.text }}"></a>
|
|
@@ -85,13 +85,13 @@
|
|
|
85
85
|
<!-- [INFO ] [j1.modules.navigator.quicklinks.proc] [start processing: quick links] -->
|
|
86
86
|
<div id="mod_quicklinks" class="attr-nav collapse navbar-collapse justify-content-end">
|
|
87
87
|
<ul class="navbar-nav">
|
|
88
|
-
{% if facebook_url != "none" %}<li nav-item><a class="nav-
|
|
89
|
-
{% if github_url != "none" %}<li nav-item><a class="nav-
|
|
90
|
-
{% if google_plus_url != "none" %}<li nav-item><a class="nav-
|
|
91
|
-
{% if twitter_url != "none" %}<li nav-item><a class="nav-
|
|
92
|
-
{% if signin %}<li class="nav-item" id="quickLinksSignInOutButton"><a class="nav-
|
|
93
|
-
{% if top_search_enabled %}<li class="nav-item search"><a class="nav-
|
|
94
|
-
{% if sidebar_enabled %}<li class="nav-item side-menu"><a class="nav-
|
|
88
|
+
{% if facebook_url != "none" %}<li nav-item><a class="nav-icon" href="{{facebook_url}}"><i class="{{icon_family}} {{icon_family}}-{{facebook_icon}} {{icon_size}}"></i></a></li>{% endif %}
|
|
89
|
+
{% if github_url != "none" %}<li nav-item><a class="nav-icon" href="{{github_url}}"><i class="{{icon_family}} {{icon_family}}-{{github_icon}} {{icon_size}}"></i></a></li>{% endif %}
|
|
90
|
+
{% if google_plus_url != "none" %}<li nav-item><a class="nav-icon" href="{{google_plus_url}}"><i class="{{icon_family}} {{icon_family}}-{{google_plus_icon}} {{icon_size}}"></i></a></li>{% endif %}
|
|
91
|
+
{% if twitter_url != "none" %}<li nav-item><a class="nav-icon" href="{{twitter_url}}"><i class="{{icon_family}} {{icon_family}}-{{twitter_icon}} {{icon_size}}"></i></a></li>{% endif %}
|
|
92
|
+
{% if signin %}<li class="nav-item" id="quickLinksSignInOutButton"><a class="nav-icon" id="navLinkSignInOut" href="#" data-toggle="modal" data-target="#{{signin_modal_id}}"><i id="iconSignInOut" class="{{icon_family}} {{icon_family}}-{{signin_icon}} {{icon_size}}"></i></a></li>{% endif %}
|
|
93
|
+
{% if top_search_enabled %}<li class="nav-item search"><a class="nav-icon" href="#"><i class="{{icon_family}} {{icon_family}}-{{search_icon}} {{icon_size}}"></i></a></li>{% endif %}
|
|
94
|
+
{% if sidebar_enabled %}<li class="nav-item side-menu"><a class="nav-icon" href="#"><i class="{{icon_family}} {{icon_family}}-{{sidebar_icon}} {{icon_size}}"></i></a></li>{% endif %}
|
|
95
95
|
</ul>
|
|
96
96
|
</div>
|
|
97
97
|
<!-- [INFO ] [j1.modules.navigator.quicklinks.proc] [end processing: quick links] -->
|
data/_layouts/default.html
CHANGED
|
@@ -129,7 +129,7 @@ layout: compress
|
|
|
129
129
|
if($('.modal-backdrop').length) {
|
|
130
130
|
} else {
|
|
131
131
|
|
|
132
|
-
$modal_dialog = $(this).children('.modal-dialog')
|
|
132
|
+
$modal_dialog = $(this).children('.modal-dialog');
|
|
133
133
|
|
|
134
134
|
if($modal_dialog.hasClass('modal-side')) {
|
|
135
135
|
$(this).addClass('modal-scrolling');
|
data/lib/j1/version.rb
CHANGED
data/lib/starter_web/Gemfile
CHANGED
|
@@ -45,7 +45,7 @@ gem 'jekyll', '~> 3.8.5'
|
|
|
45
45
|
# Default theme (J1 Template Material Design Elements) based on
|
|
46
46
|
# Bootstrap v4.1.1 and MD for Bootstrap v0.5.10.
|
|
47
47
|
#
|
|
48
|
-
gem 'j1_template_mde', '~> 2018.4.
|
|
48
|
+
gem 'j1_template_mde', '~> 2018.4.17'
|
|
49
49
|
|
|
50
50
|
# --------------------------------------------------------------------
|
|
51
51
|
# PRODUCTION: Gem needed for the Jekyll and J1 prod environment
|
data/lib/starter_web/_config.yml
CHANGED
|
@@ -60,7 +60,7 @@ environment: development
|
|
|
60
60
|
# anything here because version information is bumped-in by
|
|
61
61
|
# the build process
|
|
62
62
|
#
|
|
63
|
-
version: 2018.4.
|
|
63
|
+
version: 2018.4.17
|
|
64
64
|
|
|
65
65
|
|
|
66
66
|
# ==============================================================================
|
|
@@ -549,6 +549,7 @@ j1_auth:
|
|
|
549
549
|
|
|
550
550
|
disqus:
|
|
551
551
|
home_url: https://disqus.com
|
|
552
|
+
product_url: https://patreon.com/jekyll_one
|
|
552
553
|
strategy: member
|
|
553
554
|
scope: []
|
|
554
555
|
users: [ all ]
|
|
@@ -562,6 +563,7 @@ j1_auth:
|
|
|
562
563
|
|
|
563
564
|
facebook:
|
|
564
565
|
home_url: https://facebook.com
|
|
566
|
+
product_url: https://patreon.com/jekyll_one
|
|
565
567
|
strategy: member
|
|
566
568
|
scope: []
|
|
567
569
|
users: [ all ]
|
|
@@ -576,6 +578,7 @@ j1_auth:
|
|
|
576
578
|
|
|
577
579
|
github:
|
|
578
580
|
home_url: https://github.com
|
|
581
|
+
product_url: https://patreon.com/jekyll_one
|
|
579
582
|
strategy: member
|
|
580
583
|
scope: []
|
|
581
584
|
users: [ all ]
|
|
@@ -590,6 +593,7 @@ j1_auth:
|
|
|
590
593
|
|
|
591
594
|
patreon:
|
|
592
595
|
home_url: https://github.com
|
|
596
|
+
product_url: https://patreon.com/jekyll_one
|
|
593
597
|
strategy: member
|
|
594
598
|
scope: [ users, pledges-to-me ]
|
|
595
599
|
users: [ all ]
|
|
@@ -622,6 +626,7 @@ j1_auth:
|
|
|
622
626
|
|
|
623
627
|
twitter:
|
|
624
628
|
home_url: https://twitter.com
|
|
629
|
+
product_url: https://patreon.com/jekyll_one
|
|
625
630
|
strategy: member
|
|
626
631
|
scope: []
|
|
627
632
|
users: [ all ]
|
|
@@ -117,11 +117,12 @@ body:
|
|
|
117
117
|
# Set 'provider' to the comment provider you want to use.
|
|
118
118
|
# Set 'provider' to false to turn commenting off globally.
|
|
119
119
|
#
|
|
120
|
+
# short_name: your-disqus-short-name (w/o disqus.com)
|
|
121
|
+
#
|
|
120
122
|
comment:
|
|
121
123
|
active_feeds: true
|
|
122
124
|
provider: disqus
|
|
123
125
|
disqus:
|
|
124
|
-
# short_name: your-disqus-short-name (w/o .disqus.com)
|
|
125
126
|
short_name: jekyll-one
|
|
126
127
|
flicker_timeout: 200
|
|
127
128
|
livefyre:
|
|
@@ -170,7 +170,7 @@ lanes:
|
|
|
170
170
|
region: body-main
|
|
171
171
|
type: async
|
|
172
172
|
id: home_teaser_banner
|
|
173
|
-
|
|
173
|
+
# helper_classes: mt-3 mb-3
|
|
174
174
|
|
|
175
175
|
# ------------------------------------------------------------------------------
|
|
176
176
|
# INTRO panel
|
|
@@ -180,7 +180,7 @@ lanes:
|
|
|
180
180
|
region: body-main
|
|
181
181
|
type: async
|
|
182
182
|
id: home_intro_panel
|
|
183
|
-
helper_classes: mt-
|
|
183
|
+
helper_classes: mt-4 mb-4
|
|
184
184
|
|
|
185
185
|
# ------------------------------------------------------------------------------
|
|
186
186
|
# PARALLAX banner
|
|
@@ -39,7 +39,7 @@ global:
|
|
|
39
39
|
footer:
|
|
40
40
|
|
|
41
41
|
- legal_info:
|
|
42
|
-
- copyright_statement: J1 · Copyright ©
|
|
42
|
+
- copyright_statement: J1 · Copyright © 2019 · All Rights reserved
|
|
43
43
|
- impress_statement: Impress
|
|
44
44
|
impress_link: /pages/public/legal/en/impress/
|
|
45
45
|
- terms_statement: Terms Of Use
|
|
@@ -32,38 +32,39 @@ defaults:
|
|
|
32
32
|
position: left
|
|
33
33
|
bottom_line_height: 1
|
|
34
34
|
bottom_line_color: md_grey_200
|
|
35
|
-
background_color_full: rgba_darken
|
|
36
|
-
background_color_collapsed: "#
|
|
37
|
-
background_color_scrolled: "#20295B"
|
|
38
|
-
|
|
35
|
+
background_color_full: rgba_darken_400 # rgba_darken
|
|
36
|
+
background_color_collapsed: "#3f51b5" # "#20295B"
|
|
37
|
+
background_color_scrolled: "#3f51b5" # "#20295B"
|
|
38
|
+
|
|
39
39
|
nav_menu:
|
|
40
|
-
raised_level:
|
|
41
|
-
delay_open_menu:
|
|
42
|
-
max_height:
|
|
40
|
+
raised_level: 15
|
|
41
|
+
delay_open_menu: 200
|
|
42
|
+
max_height: 550
|
|
43
43
|
menu_font_size: larger
|
|
44
44
|
megamenu_font_size: large
|
|
45
45
|
icon_family: MDI
|
|
46
46
|
icon_style: mdi # far regular icon
|
|
47
47
|
icon_color: "#9E9E9E"
|
|
48
|
-
icon_size: larger
|
|
48
|
+
icon_size: mdi-18px #larger
|
|
49
49
|
menu_item_color: rgba_lighten
|
|
50
50
|
menu_item_color_hover: rgba_lighten_900
|
|
51
51
|
dropdown_style: raised
|
|
52
52
|
dropdown_item_style: flat
|
|
53
53
|
dropdown_animate: false
|
|
54
|
-
dropdown_animate_in:
|
|
55
|
-
dropdown_animate_out:
|
|
54
|
+
dropdown_animate_in: slideInDown
|
|
55
|
+
dropdown_animate_out: fadeOutDown
|
|
56
56
|
dropdown_animate_duration: .75
|
|
57
57
|
dropdown_item_width: 15
|
|
58
|
-
|
|
58
|
+
dropdown_menu_height_max: 25 #em !important
|
|
59
59
|
dropdown_font_size: small
|
|
60
60
|
dropdown_padding_x: 15
|
|
61
61
|
dropdown_padding_y: 10
|
|
62
62
|
dropdown_item_color: md_grey_900
|
|
63
|
-
dropdown_border_color:
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
63
|
+
dropdown_border_color: "#3f51b5" #BS bg-primary
|
|
64
|
+
dropdown_border_top: 3
|
|
65
|
+
dropdown_border_radius: 0
|
|
66
|
+
dropdown_background_color_hover: md_bluegrey_50
|
|
67
|
+
dropdown_background_color_active: md_bluegrey_100
|
|
67
68
|
|
|
68
69
|
nav_quicklinks:
|
|
69
70
|
enabled: false
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
# Copyright (C) 2019 Juergen Adams
|
|
11
11
|
#
|
|
12
12
|
# J1 Template is licensed under the MIT License.
|
|
13
|
-
# See: https://github.com/jekyll-one/j1_template_mde/blob/master/LICENSE
|
|
13
|
+
# See: https://github.com/jekyll-one/j1_template_mde/blob/master/LICENSE
|
|
14
14
|
# ------------------------------------------------------------------------------
|
|
15
15
|
|
|
16
16
|
- item: Start
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
|
|
62
62
|
- title: Article Navigator
|
|
63
63
|
href: /pages/public/blog/navigator/
|
|
64
|
-
icon:
|
|
64
|
+
icon: navigation
|
|
65
65
|
- title: Category Viewer
|
|
66
66
|
href: /pages/public/blog/navigator/archive/categoryview/
|
|
67
67
|
icon: pin
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
|
|
81
81
|
- title: About collections
|
|
82
82
|
href: /pages/premium/bookshelf/about_collections/
|
|
83
|
-
icon:
|
|
83
|
+
icon: read
|
|
84
84
|
|
|
85
85
|
- title: A Book Shelf
|
|
86
86
|
icon: book-open-variant
|
|
@@ -126,52 +126,8 @@
|
|
|
126
126
|
- item: Online
|
|
127
127
|
megamenu:
|
|
128
128
|
|
|
129
|
-
- title: Tools
|
|
130
|
-
icon: wrench
|
|
131
|
-
column:
|
|
132
|
-
- title: FreeFormatter
|
|
133
|
-
href: http://www.freeformatter.com/
|
|
134
|
-
target: blank
|
|
135
|
-
icon: cached
|
|
136
|
-
- title: CSS Unminifier
|
|
137
|
-
href: http://mrcoles.com/blog/css-unminify/
|
|
138
|
-
target: blank
|
|
139
|
-
icon: language-css3
|
|
140
|
-
- title: CSS BoxShadow Previewer
|
|
141
|
-
href: https://www.cssmatic.com/box-shadow
|
|
142
|
-
target: blank
|
|
143
|
-
icon: language-css3
|
|
144
|
-
- title: JSON Editor
|
|
145
|
-
href: https://jsoneditoronline.org/
|
|
146
|
-
target: blank
|
|
147
|
-
icon: json
|
|
148
|
-
- title: YAML Parser
|
|
149
|
-
href: http://yaml-online-parser.appspot.com/
|
|
150
|
-
target: blank
|
|
151
|
-
icon: hackernews
|
|
152
|
-
- title: XML to YAML Converter
|
|
153
|
-
href: http://codebeautify.org/xml-to-yaml
|
|
154
|
-
target: blank
|
|
155
|
-
icon: xml
|
|
156
|
-
- title: Word Cloud Generator
|
|
157
|
-
href: https://www.jasondavies.com/wordcloud/
|
|
158
|
-
target: blank
|
|
159
|
-
icon: cloud
|
|
160
|
-
- title: RegEx 101
|
|
161
|
-
href: https://regex101.com/
|
|
162
|
-
target: blank
|
|
163
|
-
icon: regex
|
|
164
|
-
- title: RegEx Library
|
|
165
|
-
href: http://www.regexlib.com/
|
|
166
|
-
target: blank
|
|
167
|
-
icon: regex
|
|
168
|
-
- title: Character Codes
|
|
169
|
-
href: http://character-code.com/
|
|
170
|
-
target: blank
|
|
171
|
-
icon: dictionary
|
|
172
|
-
|
|
173
129
|
- title: Sites
|
|
174
|
-
icon: web
|
|
130
|
+
icon: #web
|
|
175
131
|
column:
|
|
176
132
|
- title: Bootstrap Home
|
|
177
133
|
href: http://getbootstrap.com/
|
|
@@ -181,26 +137,27 @@
|
|
|
181
137
|
href: https://www.bootstrapcdn.com/
|
|
182
138
|
target: blank
|
|
183
139
|
icon: bootstrap
|
|
184
|
-
- title:
|
|
140
|
+
- title: FA Icons
|
|
185
141
|
href: http://fontawesome.io/icons/
|
|
186
142
|
target: blank
|
|
187
143
|
icon: font-awesome
|
|
188
|
-
- title:
|
|
144
|
+
- title: MD Icons
|
|
189
145
|
href: https://materialdesignicons.com/
|
|
190
146
|
# href: http://zavoloklom.github.io/material-design-iconic-font/cheatsheet.html
|
|
191
147
|
target: blank
|
|
192
148
|
icon: google
|
|
149
|
+
- title: Fonts
|
|
150
|
+
href: https://fonts.google.com/
|
|
151
|
+
target: blank
|
|
152
|
+
icon: google
|
|
193
153
|
- title: cdnJS
|
|
194
154
|
href: https://cdnjs.com/
|
|
195
155
|
target: blank
|
|
196
156
|
icon: arrow-down-bold-hexagon-outline
|
|
197
|
-
|
|
198
|
-
href: https://fonts.google.com/
|
|
199
|
-
target: blank
|
|
200
|
-
icon: google
|
|
157
|
+
|
|
201
158
|
|
|
202
159
|
- title: Knowledge
|
|
203
|
-
icon: lightbulb-on
|
|
160
|
+
icon: #lightbulb-on
|
|
204
161
|
column:
|
|
205
162
|
- title: Jekyll Home
|
|
206
163
|
href: https://jekyllrb.com/
|
|
@@ -210,22 +167,22 @@
|
|
|
210
167
|
href: http://jekyll.tips/
|
|
211
168
|
target: blank
|
|
212
169
|
icon: flask
|
|
213
|
-
- title: Jekyll
|
|
170
|
+
- title: Jekyll Stackoverflow
|
|
214
171
|
href: https://stackoverflow.com/questions/tagged/jekyll
|
|
215
172
|
target: blank
|
|
216
173
|
icon: flask
|
|
217
|
-
- title:
|
|
174
|
+
- title: BS 4 Stackoverflow
|
|
218
175
|
href: https://stackoverflow.com/questions/tagged/bootstrap-4
|
|
219
176
|
target: blank
|
|
220
177
|
icon: bootstrap
|
|
221
178
|
- title: W3 Schools
|
|
222
179
|
href: http://www.w3schools.com/
|
|
223
180
|
target: blank
|
|
224
|
-
icon:
|
|
181
|
+
icon: xml
|
|
225
182
|
- title: SelfHTML
|
|
226
183
|
href: https://wiki.selfhtml.org/
|
|
227
184
|
target: blank
|
|
228
|
-
icon:
|
|
185
|
+
icon: xml
|
|
229
186
|
- title: Asciidoc FAQ
|
|
230
187
|
href: http://www.methods.co.nz/asciidoc/faq.html
|
|
231
188
|
target: blank
|
|
@@ -235,6 +192,46 @@
|
|
|
235
192
|
target: blank
|
|
236
193
|
icon: hospital
|
|
237
194
|
|
|
195
|
+
- title: Tools
|
|
196
|
+
icon: #wrench
|
|
197
|
+
column:
|
|
198
|
+
- title: FreeFormatter
|
|
199
|
+
href: http://www.freeformatter.com/
|
|
200
|
+
target: blank
|
|
201
|
+
icon: cached
|
|
202
|
+
- title: CSS Matic Tools
|
|
203
|
+
href: https://www.cssmatic.com
|
|
204
|
+
target: blank
|
|
205
|
+
icon: language-css3
|
|
206
|
+
- title: JSON Editor
|
|
207
|
+
href: https://jsoneditoronline.org/
|
|
208
|
+
target: blank
|
|
209
|
+
icon: json
|
|
210
|
+
- title: YAML Parser
|
|
211
|
+
href: http://yaml-online-parser.appspot.com/
|
|
212
|
+
target: blank
|
|
213
|
+
icon: hackernews
|
|
214
|
+
- title: XML-YAML Converter
|
|
215
|
+
href: http://codebeautify.org/xml-to-yaml
|
|
216
|
+
target: blank
|
|
217
|
+
icon: xml
|
|
218
|
+
- title: Character Codes
|
|
219
|
+
href: http://character-code.com/
|
|
220
|
+
target: blank
|
|
221
|
+
icon: alpha-a-box-outline
|
|
222
|
+
- title: Wordcloud Generator
|
|
223
|
+
href: https://www.jasondavies.com/wordcloud/
|
|
224
|
+
target: blank
|
|
225
|
+
icon: cloud
|
|
226
|
+
- title: RegEx 101
|
|
227
|
+
href: https://regex101.com/
|
|
228
|
+
target: blank
|
|
229
|
+
icon: regex
|
|
230
|
+
- title: RegEx Library
|
|
231
|
+
href: http://www.regexlib.com/
|
|
232
|
+
target: blank
|
|
233
|
+
icon: regex
|
|
234
|
+
|
|
238
235
|
- item: About
|
|
239
236
|
sublevel:
|
|
240
237
|
|
|
@@ -5,7 +5,7 @@ regenerate: true
|
|
|
5
5
|
|
|
6
6
|
{% comment %}
|
|
7
7
|
# -----------------------------------------------------------------------------
|
|
8
|
-
# ~/assets/data/menu.html
|
|
8
|
+
# ~/assets/data/menu.html
|
|
9
9
|
# Liquid procedure to generate HTML (data) portion of the main menu bar for
|
|
10
10
|
# (fragmented) AJAX load
|
|
11
11
|
#
|
|
@@ -175,9 +175,9 @@ regenerate: true
|
|
|
175
175
|
<!-- [INFO ] [j1.modules.navigator.menu.html ] [submenu level 1 detected] -->
|
|
176
176
|
<li class="dropdown nav-item">
|
|
177
177
|
{% if menu.icon == null %}
|
|
178
|
-
<a href="
|
|
178
|
+
<a href="javascript:void(0)" class="nav-link dropdown-toggle" data-toggle="dropdown" data-hover="dropdown">{{ menu.item }}</a>
|
|
179
179
|
{% else %}
|
|
180
|
-
<a href="
|
|
180
|
+
<a href="javascript:void(0)" class="nav-link dropdown-toggle" data-toggle="dropdown" data-hover="dropdown"> <i class="{{nav_menu_icon_style}} {{nav_menu_icon_family}}-{{menu.icon}} {{nav_menu_icon_size}} mr-2" style="color:{{nav_menu_icon_color}}"></i>{{ menu.item }}</a>
|
|
181
181
|
{% endif %}
|
|
182
182
|
|
|
183
183
|
<!-- jadams, 2017-11-24: (3) ul class="dropdown-menu {{nav_menu_position}} raised-z{{raised_level}}" style="opacity: 1; display: none;" -->
|
|
@@ -203,9 +203,9 @@ regenerate: true
|
|
|
203
203
|
<!-- [INFO ] [j1.modules.navigator.menu.html ] [submenu level 2 (dropdown) detected] -->
|
|
204
204
|
<li class="dropdown nav-item nav-sub-item">
|
|
205
205
|
{% if level_1.icon == null %}
|
|
206
|
-
<a href="
|
|
206
|
+
<a href="javascript:void(0)" class="dropdown-toggle" data-toggle="dropdown">{{ level_1.title }}</a>
|
|
207
207
|
{% else %}
|
|
208
|
-
<a href="
|
|
208
|
+
<a href="javascript:void(0)" class="dropdown-toggle" data-toggle="dropdown"><i class="{{nav_menu_icon_style}} {{nav_menu_icon_family}}-{{level_1.icon}} {{nav_menu_icon_size}} mr-2" style="color:{{nav_menu_icon_color}}"></i> {{ level_1.title }}</a>
|
|
209
209
|
{% endif %}
|
|
210
210
|
<!-- jadams, 2017-11-24: (4) ul class="dropdown-menu {{nav_menu_position}} raised-z{{raised_level}}" style="opacity: 1;" -->
|
|
211
211
|
<ul class="dropdown-menu {{nav_menu_position}} raised-z{{raised_level}}">
|
|
@@ -230,9 +230,9 @@ regenerate: true
|
|
|
230
230
|
<!-- [INFO ] [j1.modules.navigator.menu.html ] [submenu level 3 detected (last level supported)] -->
|
|
231
231
|
<li class="dropdown nav-item nav-sub-item">
|
|
232
232
|
{% if level_2.icon == null %}
|
|
233
|
-
<a href="
|
|
233
|
+
<a href="javascript:void(0)" class="dropdown-toggle" data-toggle="dropdown">{{ level_2.title }}</a>
|
|
234
234
|
{% else %}
|
|
235
|
-
<a href="
|
|
235
|
+
<a href="javascript:void(0)" class="dropdown-toggle" data-toggle="dropdown"><i class="{{nav_menu_icon_style}} {{nav_menu_icon_family}}-{{level_2.icon}} {{nav_menu_icon_size}} mr-2" style="color:{{nav_menu_icon_color}}"></i> {{ level_2.title }}</a>
|
|
236
236
|
{% endif %}
|
|
237
237
|
<!-- jadams, 2017-11-24: (5) ul class="dropdown-menu {{nav_menu_position}} raised-z{{raised_level}}" style="opacity: 1;" -->
|
|
238
238
|
<ul class="dropdown-menu {{nav_menu_position}} raised-z{{raised_level}}">
|
|
@@ -276,19 +276,19 @@ regenerate: true
|
|
|
276
276
|
<!-- [INFO ] [j1.modules.navigator.menu.html ] [Calculated size of mm_columns: {{ columns_width_md }}] -->
|
|
277
277
|
|
|
278
278
|
<li class="dropdown nav-item megamenu-fw">
|
|
279
|
-
<a href="
|
|
280
|
-
<ul class="dropdown-menu megamenu-content raised-z{{raised_level}}" style="max-height:
|
|
279
|
+
<a href="javascript:void(0)" class="nav-link dropdown-toggle" data-toggle="dropdown">{{menu.item}} </a>
|
|
280
|
+
<ul class="dropdown-menu megamenu-content raised-z{{raised_level}}" style="max-height: {{nav_menu_options.max_height}}px; overflow-x: hidden; overflow-y: auto;" role="menu">
|
|
281
281
|
<li>
|
|
282
282
|
<div class="row">
|
|
283
283
|
{% for megabox in menu.megamenu %}
|
|
284
284
|
<div class="col-menu col-md-{{columns_width_md}} col-sm-6">
|
|
285
285
|
{% if megabox.icon == null %}
|
|
286
|
-
<div class="post-headline mt-2">
|
|
287
|
-
<h2 class="title" style="font-size:
|
|
286
|
+
<div class="post-headline mt-2 mb-3">
|
|
287
|
+
<h2 class="title" style="font-size:1.25em !important">{{megabox.title}}</h2>
|
|
288
288
|
</div>
|
|
289
289
|
{% else %}
|
|
290
|
-
<div class="post-headline mt-2">
|
|
291
|
-
<h2 class="title" style="font-size:
|
|
290
|
+
<div class="post-headline mt-2 mb-3">
|
|
291
|
+
<h2 class="title" style="font-size:1.25em !important"><i class="{{nav_menu_icon_style}} {{nav_menu_icon_family}}-{{megabox.icon}} mr-2" style="color:{{nav_menu_icon_color}}"></i> {{megabox.title}}</h2>
|
|
292
292
|
</div>
|
|
293
293
|
{% endif %}
|
|
294
294
|
<div class="content">
|
|
@@ -345,7 +345,7 @@ regenerate: true
|
|
|
345
345
|
{% when 'auth_client' %}
|
|
346
346
|
<!-- [INFO ] [j1.modules.navigator.menu.html ] [found menu-type: auth_client] -->
|
|
347
347
|
<li id="menuBarSignInOut" class="dropdown nav-item">
|
|
348
|
-
<a href="
|
|
348
|
+
<a href="javascript:void(0)" class="nav-link dropdown-toggle" data-toggle="dropdown" data-hover="dropdown">{{menu.item}} </a>
|
|
349
349
|
|
|
350
350
|
{% if nav_menu_animation %}
|
|
351
351
|
<!-- jadams, 2017-11-24: (1) ul class="dropdown-menu {{nav_menu_position}} raised-z{{raised_level}}" style="opacity: 1; display: none;" -->
|
|
@@ -362,7 +362,7 @@ regenerate: true
|
|
|
362
362
|
<!-- [INFO ] [j1.modules.navigator.menu.html ] [START: check signin] -->
|
|
363
363
|
{% if item.mode == 'signin' %}
|
|
364
364
|
<li class="dropdown-item">
|
|
365
|
-
<a href="
|
|
365
|
+
<a href="javascript:void(0)" data-toggle="modal" data-target="#modalOmniSignIn"><i class="{{nav_menu_icon_style}} {{nav_menu_icon_family}}-{{item.icon}} {{nav_menu_icon_size}}" style="color:{{nav_menu_icon_color}}"></i>{{item.title}}</a>
|
|
366
366
|
</li>
|
|
367
367
|
{% assign item_found = 'true' %}
|
|
368
368
|
{% endif %}
|
|
@@ -371,7 +371,7 @@ regenerate: true
|
|
|
371
371
|
<!-- [INFO ] [j1.modules.navigator.menu.html ] [START: check signout] -->
|
|
372
372
|
{% if item.mode == 'signout' %}
|
|
373
373
|
<li class="dropdown-item">
|
|
374
|
-
<a href="
|
|
374
|
+
<a href="javascript:void(0)" data-toggle="modal" data-target="#modalOmniSignOut"><i class="{{nav_menu_icon_style}} {{nav_menu_icon_family}}-{{item.icon}} {{nav_menu_icon_size}}" style="color:{{nav_menu_icon_color}}"></i>{{item.title}}</a>
|
|
375
375
|
</li>
|
|
376
376
|
{% assign item_found = 'true' %}
|
|
377
377
|
{% endif %}
|
|
@@ -381,9 +381,9 @@ regenerate: true
|
|
|
381
381
|
<!-- [FATAL ] [j1.modules.navigator.menu.html ] [no valid menu item config found] -->
|
|
382
382
|
<li class="dropdown-item">
|
|
383
383
|
{% if item.title %}
|
|
384
|
-
<a href="
|
|
384
|
+
<a href="javascript:void(0)" >Invalid: {{item.title}}</a>
|
|
385
385
|
{% else %}
|
|
386
|
-
<a href="
|
|
386
|
+
<a href="javascript:void(0)" >Item invalid</a>
|
|
387
387
|
{% endif %}
|
|
388
388
|
</li>
|
|
389
389
|
{% endif %}
|
|
@@ -400,7 +400,7 @@ regenerate: true
|
|
|
400
400
|
{% when 'theme_select' %}
|
|
401
401
|
<!-- [INFO ] [j1.modules.navigator.menu.html ] [found menu-type: theme_select] -->
|
|
402
402
|
<li class="dropdown nav-item">
|
|
403
|
-
<a href="
|
|
403
|
+
<a href="javascript:void(0)" class="nav-link dropdown-toggle" data-toggle="dropdown" data-hover="dropdown">{{menu.item}} </a>
|
|
404
404
|
{% if nav_menu_animation %}
|
|
405
405
|
<ul class="dropdown-menu raised-z{{raised_level}}">
|
|
406
406
|
<!-- ul class="dropdown-menu data-in="{{nav_menu_animation}}" data-out="{{nav_menu_animation}}" -->
|
|
@@ -412,7 +412,7 @@ regenerate: true
|
|
|
412
412
|
<!-- check for J1 Theme selector -->
|
|
413
413
|
{% if item.local_themes and item.local_themes == 'enabled' %}
|
|
414
414
|
<li class="dropdown nav-item nav-sub-item">
|
|
415
|
-
<a href="
|
|
415
|
+
<a href="javascript:void(0)" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown"><i class="dropdown {{nav_menu_icon_family}} {{nav_menu_icon_family}}-{{item.icon}} {{nav_menu_icon_size}} mr-2" style="color:{{nav_menu_icon_color}}"></i> {{item.title}}</a>
|
|
416
416
|
<ul class="dropdown-menu raised-z{{raised_level}}" id="ThemeSelect"> </ul>
|
|
417
417
|
</li>
|
|
418
418
|
{% assign item_found = 'true' %}
|
|
@@ -420,7 +420,7 @@ regenerate: true
|
|
|
420
420
|
<!-- check for BootSwatch theme selector -->
|
|
421
421
|
{% if item.bootswatch_themes and item.bootswatch_themes == 'enabled' %}
|
|
422
422
|
<li class="dropdown nav-item nav-sub-item">
|
|
423
|
-
<a href="
|
|
423
|
+
<a href="javascript:void(0)" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown"><i class="dropdown {{nav_menu_icon_family}} {{nav_menu_icon_family}}-{{item.icon}} {{nav_menu_icon_size}} mr-2" style="color:{{nav_menu_icon_color}}"></i> {{item.title}}</a>
|
|
424
424
|
<ul class="dropdown-menu raised-z{{raised_level}}" id="ThemeList"> </ul>
|
|
425
425
|
</li>
|
|
426
426
|
{% assign item_found = 'true' %}
|
|
@@ -435,9 +435,9 @@ regenerate: true
|
|
|
435
435
|
{% if item_found == 'false' %}
|
|
436
436
|
<li>
|
|
437
437
|
{% if item.title %}
|
|
438
|
-
<a href="
|
|
438
|
+
<a href="javascript:void(0)" >Invalid: {{item.title}}</a>
|
|
439
439
|
{% else %}
|
|
440
|
-
<a href="
|
|
440
|
+
<a href="javascript:void(0)" >Item invalid</a>
|
|
441
441
|
{% endif %}
|
|
442
442
|
</li>
|
|
443
443
|
{% endif %} <!-- end fallback -->
|