j1-template 2022.0.12 → 2022.0.16
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/assets/themes/j1/adapter/js/advertising.js +65 -44
- data/assets/themes/j1/adapter/js/algolia.js +9 -9
- data/assets/themes/j1/adapter/js/analytics.js +46 -24
- data/assets/themes/j1/adapter/js/asciidoctor.js +9 -9
- data/assets/themes/j1/adapter/js/attic.js +9 -1
- data/assets/themes/j1/adapter/js/bmd.js +9 -10
- data/assets/themes/j1/adapter/js/carousel.js +9 -9
- data/assets/themes/j1/adapter/js/clipboard.js +9 -9
- data/assets/themes/j1/adapter/js/comments.js +31 -10
- data/assets/themes/j1/adapter/js/cookieConsent.js +73 -80
- data/assets/themes/j1/adapter/js/fab.js +10 -10
- data/assets/themes/j1/adapter/js/framer.js +59 -58
- data/assets/themes/j1/adapter/js/j1.js +166 -103
- data/assets/themes/j1/adapter/js/justifiedGallery.js +11 -10
- data/assets/themes/j1/adapter/js/justifiedGalleryCustomizer.js +9 -9
- data/assets/themes/j1/adapter/js/lightbox.js +11 -4
- data/assets/themes/j1/adapter/js/logger.js +10 -3
- data/assets/themes/j1/adapter/js/mmenu.js +9 -9
- data/assets/themes/j1/adapter/js/navigator.js +9 -9
- data/assets/themes/j1/adapter/js/quicksearch.js +9 -9
- data/assets/themes/j1/adapter/js/rouge.js +9 -9
- data/assets/themes/j1/adapter/js/rtable.js +9 -9
- data/assets/themes/j1/adapter/js/rtextResizer.js +9 -9
- data/assets/themes/j1/adapter/js/scroller.js +12 -7
- data/assets/themes/j1/adapter/js/themer.js +11 -2
- data/assets/themes/j1/adapter/js/toccer.js +9 -9
- data/assets/themes/j1/adapter/js/translator.js +13 -16
- data/assets/themes/j1/core/css/vendor.css +6 -1
- data/assets/themes/j1/core/css/vendor.min.css +1 -1
- data/assets/themes/j1/core/js/template.js +4 -3
- data/assets/themes/j1/core/js/template.min.js +1 -1
- data/assets/themes/j1/core/js/template.min.js.map +1 -1
- data/assets/themes/j1/modules/advertising/js/google/adInitializer.js +14 -4
- data/exe/j1 +31 -11
- data/lib/j1/commands/generate.rb +37 -36
- data/lib/j1/commands/help.rb +35 -0
- data/lib/j1/commands/patch.rb +81 -0
- data/lib/j1/commands/reset.rb +36 -0
- data/lib/j1/commands/setup.rb +126 -0
- data/lib/j1/commands/site.rb +27 -0
- data/lib/j1/external.rb +1 -1
- data/lib/j1/utils/exec_until_trap.rb +28 -0
- data/lib/j1/utils.rb +31 -0
- 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/layouts/home.ads.yml +262 -0
- data/lib/starter_web/_data/layouts/home.no-ads.yml +262 -0
- data/lib/starter_web/_data/layouts/home.yml +1 -1
- data/lib/starter_web/_data/modules/advertising.yml +1 -12
- data/lib/starter_web/_data/modules/analytics.yml +1 -1
- data/lib/starter_web/_data/modules/cookies.yml +5 -2
- data/lib/starter_web/_data/modules/defaults/advertising.yml +7 -8
- data/lib/starter_web/_data/modules/defaults/comments.yml +4 -4
- data/lib/starter_web/_data/modules/defaults/cookies.yml +106 -36
- data/lib/starter_web/_data/modules/defaults/themer.yml +3 -2
- data/lib/starter_web/_data/modules/themer.yml +2 -1
- data/lib/starter_web/_includes/attributes.asciidoc +1 -1
- data/lib/starter_web/_plugins/lunr_index.rb +1 -1
- data/lib/starter_web/collections/posts/public/featured/_posts/0000-00-00-welcome-to-j1.adoc.erb +1 -1
- data/lib/starter_web/collections/posts/public/featured/_posts/2021-01-01-about-cookies.adoc +1 -1
- data/lib/starter_web/collections/posts/public/featured/_posts/2021-01-01-about-cookies.ads.asciidoc +1 -1
- data/lib/starter_web/collections/posts/public/featured/_posts/2021-01-01-about-cookies.comments.asciidoc +1 -1
- data/lib/starter_web/collections/posts/public/featured/_posts/2021-02-01-site-generators.adoc +1 -1
- data/lib/starter_web/collections/posts/public/featured/_posts/2021-03-03-about-j1.adoc +1 -1
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-01-post-wiki-series.adoc +1 -1
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-02-post-wiki-series.adoc +1 -1
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-03-post-wiki-series.adoc +1 -1
- data/lib/starter_web/index.html +0 -3
- data/lib/starter_web/package.json +5 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/000_intro.adoc +1 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/100_converter.adoc +1 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/200_themes.adoc +1 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/documentation.adoc +1 -4
- data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/multi.adoc +1 -4
- data/lib/starter_web/pages/public/asciidoc_skeletons/simple-document/simple.adoc +1 -4
- data/lib/starter_web/pages/public/learn/roundtrip/400_asciidoc_extensions.adoc +7 -7
- data/lib/starter_web/pages/public/manuals/dropdown-help.adoc +23 -2
- data/lib/starter_web/pages/public/previewer/preview_bootstrap_theme.adoc +100 -166
- data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
- data/lib/starter_web/utilsrv/package.json +1 -1
- metadata +11 -3
@@ -9,18 +9,42 @@ description: >
|
|
9
9
|
The Themes Previewer provides an overview of common components of a selected
|
10
10
|
theme. Find base Bootstrap features and styles for the current theme selected.
|
11
11
|
|
12
|
+
keywords: >
|
13
|
+
previewer, tool, preview, overview, themeable, sizes, common, component,
|
14
|
+
nav, navbar, button, active, disabled, outline, flat, pulsed, blocklevel,
|
15
|
+
selection, checkbox, radio-button, switch, fab, typography, heading,
|
16
|
+
blockquote, table, form, tabs, pills, nav-tab, nav-pill, breadcrumb,
|
17
|
+
pagination, indicator, alert, badge, scrollbar, progress, list, card,
|
18
|
+
dialog, modal, popover, tooltip,
|
19
|
+
opensource, free, load, download, start, starter, example,
|
20
|
+
high, easy, use, secure, encrypt, standard, popular,
|
21
|
+
generate, develop, create, learn, distribute, publish, deploy,
|
22
|
+
beginner, advanced, expert, student, learner, writer, reader, visitor
|
23
|
+
framework, toolkit, integration, extension, module, api,
|
24
|
+
dynamic, static, generator, client, server, internet, local, localhost
|
25
|
+
page, web, website, webdesign, material, design, responsive,
|
26
|
+
javascript, nodejs, ruby, windows, linux, osx, mac, os,
|
27
|
+
http, https, html, html5, css, scss, style,
|
28
|
+
browser, firefox, chrome, edge, opera, safari,
|
29
|
+
configuration, generator, navigation, menu, dropdown, fab, action, button
|
30
|
+
application, interface, provider, api, repository,
|
31
|
+
cookie, language, translation, gdpr, dsgvo, privacy,
|
32
|
+
asciidoc, aciidoctor, bootstrap, jekyll, liquid,
|
33
|
+
hyvor, disqus, git, github, netlify, heroku, apple, microsoft,
|
34
|
+
provider, service, internet, support,
|
35
|
+
google, analytics, advertising, search, console, silverlight, score,
|
36
|
+
j1, template, jekyllone, comment
|
37
|
+
|
12
38
|
categories: [ Previewer ]
|
13
39
|
tags: [ Bootstrap, Themes ]
|
14
40
|
|
15
41
|
scrollbar: false
|
16
|
-
scrollInPageHashes: false
|
17
|
-
flowtext: false
|
18
42
|
fab_menu_id: page_ctrl_simple
|
19
43
|
|
20
44
|
permalink: /pages/public/previewer/theme/
|
21
45
|
regenerate: false
|
22
46
|
|
23
|
-
resources: [ animate, clipboard, rouge ]
|
47
|
+
resources: [ animate, comments, clipboard, rouge ]
|
24
48
|
resource_options:
|
25
49
|
- attic:
|
26
50
|
padding_top: 400
|
@@ -84,9 +108,7 @@ resource_options:
|
|
84
108
|
:progress_multiple_bars: true
|
85
109
|
:progress_striped: true
|
86
110
|
:progress_animated: true
|
87
|
-
:
|
88
|
-
:list_group_basic: true
|
89
|
-
:list_group_action: true
|
111
|
+
:lists: true
|
90
112
|
:cards: true
|
91
113
|
:cards_simple: true
|
92
114
|
:cards_image: false
|
@@ -363,25 +385,25 @@ a *ripple* effect is shown for feedback.
|
|
363
385
|
|
364
386
|
++++
|
365
387
|
<div class="doc-example mb-3">
|
366
|
-
<button type="button" class="btn btn-primary">Primary</button>
|
367
|
-
<button type="button" class="btn btn-secondary">Secondary</button>
|
368
|
-
<button type="button" class="btn btn-success">Success</button>
|
369
|
-
<button type="button" class="btn btn-info">Info</button>
|
370
|
-
<button type="button" class="btn btn-warning">Warning</button>
|
371
|
-
<button type="button" class="btn btn-danger">Danger</button>
|
372
|
-
<button type="button" class="btn btn-link">Link</button>
|
388
|
+
<button type="button" class="btn btn-primary btn-raised">Primary</button>
|
389
|
+
<button type="button" class="btn btn-secondary btn-raised">Secondary</button>
|
390
|
+
<button type="button" class="btn btn-success btn-raised">Success</button>
|
391
|
+
<button type="button" class="btn btn-info btn-raised">Info</button>
|
392
|
+
<button type="button" class="btn btn-warning btn-raised">Warning</button>
|
393
|
+
<button type="button" class="btn btn-danger btn-raised">Danger</button>
|
394
|
+
<button type="button" class="btn btn-link btn-raised">Link</button>
|
373
395
|
</div>
|
374
396
|
++++
|
375
397
|
|
376
398
|
[source, html]
|
377
399
|
----
|
378
|
-
<button type="button" class="btn btn-primary">Primary</button>
|
379
|
-
<button type="button" class="btn btn-secondary">Secondary</button>
|
380
|
-
<button type="button" class="btn btn-success">Success</button>
|
381
|
-
<button type="button" class="btn btn-info">Info</button>
|
382
|
-
<button type="button" class="btn btn-warning">Warning</button>
|
383
|
-
<button type="button" class="btn btn-danger">Danger</button>
|
384
|
-
<button type="button" class="btn btn-link">Link</button>
|
400
|
+
<button type="button" class="btn btn-primary btn-raised">Primary</button>
|
401
|
+
<button type="button" class="btn btn-secondary btn-raised">Secondary</button>
|
402
|
+
<button type="button" class="btn btn-success btn-raised">Success</button>
|
403
|
+
<button type="button" class="btn btn-info btn-raised">Info</button>
|
404
|
+
<button type="button" class="btn btn-warning btn-raised">Warning</button>
|
405
|
+
<button type="button" class="btn btn-danger btn-raised">Danger</button>
|
406
|
+
<button type="button" class="btn btn-link btn-raised">Link</button>
|
385
407
|
----
|
386
408
|
endif::[]
|
387
409
|
|
@@ -573,17 +595,17 @@ Beside the *default* size, small and large buttons are available.
|
|
573
595
|
|
574
596
|
++++
|
575
597
|
<div class="doc-example mb-3">
|
576
|
-
<button type="button" class="btn btn-primary btn-lg">Large button</button>
|
577
|
-
<button type="button" class="btn btn-primary">Default button</button>
|
578
|
-
<button type="button" class="btn btn-primary btn-sm">Small button</button>
|
598
|
+
<button type="button" class="btn btn-primary btn-raised btn-lg">Large button</button>
|
599
|
+
<button type="button" class="btn btn-primary btn-raised">Default button</button>
|
600
|
+
<button type="button" class="btn btn-primary btn-raised btn-sm">Small button</button>
|
579
601
|
</div>
|
580
602
|
++++
|
581
603
|
|
582
604
|
[source, html]
|
583
605
|
----
|
584
|
-
<button type="button" class="btn btn-primary btn-lg">Large button</button>
|
585
|
-
<button type="button" class="btn btn-primary">Default button</button>
|
586
|
-
<button type="button" class="btn btn-primary btn-sm">Small button</button>
|
606
|
+
<button type="button" class="btn btn-primary btn-raised btn-lg">Large button</button>
|
607
|
+
<button type="button" class="btn btn-primary btn-raised">Default button</button>
|
608
|
+
<button type="button" class="btn btn-primary btn-raised btn-sm">Small button</button>
|
587
609
|
----
|
588
610
|
endif::[]
|
589
611
|
|
@@ -594,13 +616,13 @@ Draw attention to a button, e.g for a *recommended* action.
|
|
594
616
|
|
595
617
|
++++
|
596
618
|
<div class="doc-example mb-3">
|
597
|
-
<button type="button" class="btn btn-primary pulsed-z2">Recommend</button>
|
619
|
+
<button type="button" class="btn btn-primary btn-raised pulsed-z2">Recommend</button>
|
598
620
|
</div>
|
599
621
|
++++
|
600
622
|
|
601
623
|
[source, html]
|
602
624
|
----
|
603
|
-
<button type="button" class="btn btn-primary pulsed-z2">Primary</button>
|
625
|
+
<button type="button" class="btn btn-primary btn-raised pulsed-z2">Primary</button>
|
604
626
|
----
|
605
627
|
endif::[]
|
606
628
|
|
@@ -615,8 +637,8 @@ and responsive behaviors.
|
|
615
637
|
++++
|
616
638
|
<div class="doc-example mb-3">
|
617
639
|
<div class="d-grid gap-2">
|
618
|
-
<button type="button" class="btn btn-primary btn-lg">Block level button</button>
|
619
|
-
<button type="button" class="btn btn-secondary">Block level button</button>
|
640
|
+
<button type="button" class="btn btn-primary btn-lg btn-raised">Block level button</button>
|
641
|
+
<button type="button" class="btn btn-secondary btn-raised">Block level button</button>
|
620
642
|
</div>
|
621
643
|
</div>
|
622
644
|
++++
|
@@ -624,8 +646,8 @@ and responsive behaviors.
|
|
624
646
|
[source, html]
|
625
647
|
----
|
626
648
|
<div class="d-grid gap-2">
|
627
|
-
<button type="button" class="btn btn-primary btn-lg">Block level button</button>
|
628
|
-
<button type="button" class="btn btn-secondary">Block level button</button>
|
649
|
+
<button type="button" class="btn btn-primary btn-lg btn-raised">Block level button</button>
|
650
|
+
<button type="button" class="btn btn-secondary btn-raised">Block level button</button>
|
629
651
|
</div>
|
630
652
|
----
|
631
653
|
endif::[]
|
@@ -1394,7 +1416,7 @@ link:{url-bs-docs--components-forms}[Bootstrap Docs {char-middot} Forms, {browse
|
|
1394
1416
|
</label>
|
1395
1417
|
</div>
|
1396
1418
|
</div>
|
1397
|
-
<button type="submit" class="btn btn-primary mt-3">Submit</button>
|
1419
|
+
<button type="submit" class="btn btn-primary btn-raised mt-3">Submit</button>
|
1398
1420
|
</form>
|
1399
1421
|
</div>
|
1400
1422
|
++++
|
@@ -2201,20 +2223,11 @@ ifeval::[{progress_animated} == true]
|
|
2201
2223
|
endif::[]
|
2202
2224
|
endif::[]
|
2203
2225
|
|
2204
|
-
ifeval::[{
|
2205
|
-
==
|
2206
|
-
|
2207
|
-
mdi:bootstrap[24px, mdi-md-deep-purple]
|
2208
|
-
link:{url-bs-docs--components-badges}[Bootstrap Docs {char-middot} List group, {browser-window--new}]
|
2209
|
-
|
2210
|
-
List groups are a flexible and powerful component for displaying a *series*
|
2211
|
-
of content within an *single* HTML element.
|
2212
|
-
|
2213
|
-
ifeval::[{list_group_basic} == true]
|
2214
|
-
=== Basic
|
2226
|
+
ifeval::[{lists} == true]
|
2227
|
+
== Lists
|
2215
2228
|
|
2216
|
-
|
2217
|
-
|
2229
|
+
Lists are a flexible and powerful component for displaying a series of content
|
2230
|
+
within an single HTML element.
|
2218
2231
|
|
2219
2232
|
++++
|
2220
2233
|
<div class="doc-example mb-3">
|
@@ -2227,85 +2240,6 @@ upon it with the options that follow, or with your own CSS as needed.
|
|
2227
2240
|
</ul>
|
2228
2241
|
</div>
|
2229
2242
|
++++
|
2230
|
-
|
2231
|
-
.Basic list group
|
2232
|
-
[source, html]
|
2233
|
-
----
|
2234
|
-
<div>
|
2235
|
-
<ul class="list-group">
|
2236
|
-
<li class="list-group-item">An item</li>
|
2237
|
-
<li class="list-group-item">A second item</li>
|
2238
|
-
<li class="list-group-item">A third item</li>
|
2239
|
-
<li class="list-group-item">A fourth item</li>
|
2240
|
-
<li class="list-group-item">And a fifth one</li>
|
2241
|
-
</ul>
|
2242
|
-
</div>
|
2243
|
-
----
|
2244
|
-
endif::[]
|
2245
|
-
|
2246
|
-
ifeval::[{list_group_action} == true]
|
2247
|
-
=== Actionable
|
2248
|
-
|
2249
|
-
Use `<a>` or `<button>` elements to create *actionable* list group items with
|
2250
|
-
hover, disabled, and active states by adding `.list-group-item-action`.
|
2251
|
-
We separate these pseudo-classes to ensure list groups made of non-interactive
|
2252
|
-
elements (like `<li>` or `<div>` elements) don’t provide a click or tap
|
2253
|
-
affordance.
|
2254
|
-
|
2255
|
-
++++
|
2256
|
-
<div class="doc-example mb-3">
|
2257
|
-
<div class="list-group">
|
2258
|
-
<a href="#" class="list-group-item list-group-item-action active" aria-current="true"> The current link item </a>
|
2259
|
-
<a href="#" class="list-group-item list-group-item-action">A second link item</a>
|
2260
|
-
<a href="#" class="list-group-item list-group-item-action">A third link item</a>
|
2261
|
-
<a href="#" class="list-group-item list-group-item-action">A fourth link item</a>
|
2262
|
-
<a href="#" class="list-group-item list-group-item-action disabled" tabindex="-1" aria-disabled="true">A disabled link item</a>
|
2263
|
-
</div>
|
2264
|
-
</div>
|
2265
|
-
++++
|
2266
|
-
|
2267
|
-
.Actionable list group
|
2268
|
-
[source, html]
|
2269
|
-
----
|
2270
|
-
<div class="list-group">
|
2271
|
-
<a href="#" class="list-group-item list-group-item-action active"
|
2272
|
-
aria-current="true"> The current link item </a>
|
2273
|
-
<a href="#" class="list-group-item list-group-item-action">
|
2274
|
-
A second link item</a>
|
2275
|
-
<a href="#" class="list-group-item list-group-item-action">
|
2276
|
-
A third link item</a>
|
2277
|
-
<a href="#" class="list-group-item list-group-item-action">
|
2278
|
-
A fourth link item</a>
|
2279
|
-
<a href="#" class="list-group-item list-group-item-action
|
2280
|
-
disabled" tabindex="-1"
|
2281
|
-
aria-disabled="true">
|
2282
|
-
A disabled link item</a>
|
2283
|
-
</div>
|
2284
|
-
----
|
2285
|
-
endif::[]
|
2286
|
-
|
2287
|
-
// === Numbered
|
2288
|
-
//
|
2289
|
-
// Add the .list-group-numbered modifier class (and optionally use an
|
2290
|
-
// <ol> element) to opt into numbered list group items. Numbers are
|
2291
|
-
// generated via CSS (as opposed to a <ol>s default browser styling) for
|
2292
|
-
// better placement inside list group items and to allow for better
|
2293
|
-
// customization.
|
2294
|
-
//
|
2295
|
-
// Numbers are generated by counter-reset on the <ol>, and then styled
|
2296
|
-
// and placed with a ::before pseudo-element on the <li> with counter-increment
|
2297
|
-
// and content.
|
2298
|
-
|
2299
|
-
// === With badges
|
2300
|
-
//
|
2301
|
-
// Add badges to any list group item to show unread counts, activity, and more
|
2302
|
-
// with the help of some utilities.
|
2303
|
-
|
2304
|
-
// === Custom content
|
2305
|
-
//
|
2306
|
-
// Add nearly any HTML within, even for linked list groups like the one below,
|
2307
|
-
// with the help of flexbox utilities.
|
2308
|
-
|
2309
2243
|
endif::[]
|
2310
2244
|
|
2311
2245
|
ifeval::[{cards} == true]
|
@@ -2555,7 +2489,7 @@ from the top of the page.
|
|
2555
2489
|
<div class="ml-0">
|
2556
2490
|
<!-- Button trigger modal -->
|
2557
2491
|
<button type="button"
|
2558
|
-
class="btn btn-primary"
|
2492
|
+
class="btn btn-primary btn-raised"
|
2559
2493
|
data-bs-toggle="modal"
|
2560
2494
|
data-bs-target="#exampleSimpleModal">
|
2561
2495
|
Launch Example
|
@@ -2580,8 +2514,8 @@ from the top of the page.
|
|
2580
2514
|
<p>Modal body text goes here.</p>
|
2581
2515
|
</div>
|
2582
2516
|
<div class="modal-footer">
|
2583
|
-
<button type="button" class="btn btn-primary btn-flex mr-2">Do nothing</button>
|
2584
|
-
<button type="button" class="btn btn-secondary btn-flex" data-bs-dismiss="modal">Close</button>
|
2517
|
+
<button type="button" class="btn btn-primary btn-flex btn-raised mr-2">Do nothing</button>
|
2518
|
+
<button type="button" class="btn btn-secondary btn-flex btn-raised" data-bs-dismiss="modal">Close</button>
|
2585
2519
|
</div>
|
2586
2520
|
</div>
|
2587
2521
|
</div>
|
@@ -2596,7 +2530,7 @@ it (the backdrop).
|
|
2596
2530
|
<div class="ml-0">
|
2597
2531
|
<!-- Button trigger modal -->
|
2598
2532
|
<button type="button"
|
2599
|
-
class="btn btn-primary"
|
2533
|
+
class="btn btn-primary btn-raised"
|
2600
2534
|
data-bs-toggle="modal"
|
2601
2535
|
data-bs-target="#exampleStaticModal">
|
2602
2536
|
Launch Example
|
@@ -2623,8 +2557,8 @@ it (the backdrop).
|
|
2623
2557
|
<p>Modal body text goes here.</p>
|
2624
2558
|
</div>
|
2625
2559
|
<div class="modal-footer">
|
2626
|
-
<button type="button" class="btn btn-primary btn-flex mr-2">Do nothing</button>
|
2627
|
-
<button type="button" class="btn btn-secondary btn-flex" data-bs-dismiss="modal">Close</button>
|
2560
|
+
<button type="button" class="btn btn-primary btn-flex btn-raised mr-2">Do nothing</button>
|
2561
|
+
<button type="button" class="btn btn-secondary btn-flex btn-raised" data-bs-dismiss="modal">Close</button>
|
2628
2562
|
</div>
|
2629
2563
|
</div>
|
2630
2564
|
</div>
|
@@ -2640,7 +2574,7 @@ the height.
|
|
2640
2574
|
<div class="ml-0">
|
2641
2575
|
<!-- Button trigger modal -->
|
2642
2576
|
<button type="button"
|
2643
|
-
class="btn btn-primary"
|
2577
|
+
class="btn btn-primary btn-raised"
|
2644
2578
|
data-bs-toggle="modal"
|
2645
2579
|
data-bs-target="#exampleModalLong">
|
2646
2580
|
Launch Example
|
@@ -2699,8 +2633,8 @@ the height.
|
|
2699
2633
|
</p>
|
2700
2634
|
</div>
|
2701
2635
|
<div class="modal-footer">
|
2702
|
-
<button type="button" class="btn btn-primary btn-flex mr-2">Do nothing</button>
|
2703
|
-
<button type="button" class="btn btn-secondary btn-flex" data-bs-dismiss="modal">Close</button>
|
2636
|
+
<button type="button" class="btn btn-primary btn-flex btn-raised mr-2">Do nothing</button>
|
2637
|
+
<button type="button" class="btn btn-secondary btn-flex btn-raised" data-bs-dismiss="modal">Close</button>
|
2704
2638
|
</div>
|
2705
2639
|
</div>
|
2706
2640
|
</div>
|
@@ -2715,7 +2649,7 @@ modal body. Try the demo and scroll the content.
|
|
2715
2649
|
<div class="ml-0">
|
2716
2650
|
<!-- Button trigger modal -->
|
2717
2651
|
<button type="button"
|
2718
|
-
class="btn btn-primary"
|
2652
|
+
class="btn btn-primary btn-raised"
|
2719
2653
|
data-bs-toggle="modal"
|
2720
2654
|
data-bs-target="#exampleModalLongScrollable">
|
2721
2655
|
Launch Example
|
@@ -2774,8 +2708,8 @@ modal body. Try the demo and scroll the content.
|
|
2774
2708
|
</p>
|
2775
2709
|
</div>
|
2776
2710
|
<div class="modal-footer">
|
2777
|
-
<button type="button" class="btn btn-primary btn-flex mr-2">Do nothing</button>
|
2778
|
-
<button type="button" class="btn btn-secondary btn-flex" data-bs-dismiss="modal">Close</button>
|
2711
|
+
<button type="button" class="btn btn-primary btn-flex btn-raised mr-2">Do nothing</button>
|
2712
|
+
<button type="button" class="btn btn-secondary btn-flex btn-raised" data-bs-dismiss="modal">Close</button>
|
2779
2713
|
</div>
|
2780
2714
|
</div>
|
2781
2715
|
</div>
|
@@ -2789,7 +2723,7 @@ modal body. Try the demo and scroll the content.
|
|
2789
2723
|
<div class="ml-0">
|
2790
2724
|
<!-- Button trigger modal -->
|
2791
2725
|
<button type="button"
|
2792
|
-
class="btn btn-primary"
|
2726
|
+
class="btn btn-primary btn-raised"
|
2793
2727
|
data-bs-toggle="modal" data-bs-target="#exampleModalVerticalCenter">
|
2794
2728
|
Launch Example
|
2795
2729
|
</button>
|
@@ -2815,8 +2749,8 @@ modal body. Try the demo and scroll the content.
|
|
2815
2749
|
voluptua. At vero eos et accusam et justo duo dolores et ea rebum.
|
2816
2750
|
</div>
|
2817
2751
|
<div class="modal-footer">
|
2818
|
-
<button type="button" class="btn btn-primary btn-flex mr-2">Do nothing</button>
|
2819
|
-
<button type="button" class="btn btn-secondary btn-flex" data-bs-dismiss="modal">Close</button>
|
2752
|
+
<button type="button" class="btn btn-primary btn-flex btn-raised mr-2">Do nothing</button>
|
2753
|
+
<button type="button" class="btn btn-secondary btn-flex btn-raised" data-bs-dismiss="modal">Close</button>
|
2820
2754
|
</div>
|
2821
2755
|
</div>
|
2822
2756
|
</div>
|
@@ -2831,7 +2765,7 @@ closed, any tooltips and popovers within are also automatically dismissed.
|
|
2831
2765
|
<div class="ml-0">
|
2832
2766
|
<!-- Button trigger modal -->
|
2833
2767
|
<button type="button"
|
2834
|
-
class="btn btn-primary"
|
2768
|
+
class="btn btn-primary btn-raised"
|
2835
2769
|
data-bs-toggle="modal"
|
2836
2770
|
data-bs-target="#exampleModalTooltip">
|
2837
2771
|
Launch Example
|
@@ -2854,14 +2788,14 @@ closed, any tooltips and popovers within are also automatically dismissed.
|
|
2854
2788
|
</div>
|
2855
2789
|
<div class="modal-body">
|
2856
2790
|
<h4 class="notoc">Popover in a modal</h4>
|
2857
|
-
<p>This <a href="#" role="button" class="btn btn-primary popover-test" data-bs-toggle="popover" title="Popover title" data-content="Popover body content is set in this attribute.">button</a> triggers a popover on hover or click.</p>
|
2791
|
+
<p>This <a href="#" role="button" class="btn btn-primary btn-raised popover-test" data-bs-toggle="popover" title="Popover title" data-content="Popover body content is set in this attribute.">button</a> triggers a popover on hover or click.</p>
|
2858
2792
|
<hr>
|
2859
2793
|
<h4 class="notoc">Tooltips in a modal</h4>
|
2860
2794
|
<p><a href="#" class="tooltip-test" data-bs-toggle="tooltip" title="Tooltip">This link</a> and <a href="#" class="tooltip-test" data-bs-toggle="tooltip" title="Tooltip">that link</a> have tooltips on hover.</p>
|
2861
2795
|
</div>
|
2862
2796
|
<div class="modal-footer">
|
2863
|
-
<button type="button" class="btn btn-primary btn-flex mr-2">Do nothing</button>
|
2864
|
-
<button type="button" class="btn btn-secondary btn-flex" data-bs-dismiss="modal">Close</button>
|
2797
|
+
<button type="button" class="btn btn-primary btn-flex btn-raised mr-2">Do nothing</button>
|
2798
|
+
<button type="button" class="btn btn-secondary btn-flex btn-raised" data-bs-dismiss="modal">Close</button>
|
2865
2799
|
</div>
|
2866
2800
|
</div>
|
2867
2801
|
</div>
|
@@ -2875,7 +2809,7 @@ closed, any tooltips and popovers within are also automatically dismissed.
|
|
2875
2809
|
<!-- Trigger Button (modal) -->
|
2876
2810
|
<div class="ml-0">
|
2877
2811
|
<button type="button"
|
2878
|
-
class="btn btn-primary"
|
2812
|
+
class="btn btn-primary btn-raised"
|
2879
2813
|
data-bs-toggle="modal"
|
2880
2814
|
data-bs-target="#exampleSimpleModal">
|
2881
2815
|
Launch Example
|
@@ -2906,11 +2840,11 @@ closed, any tooltips and popovers within are also automatically dismissed.
|
|
2906
2840
|
</div>
|
2907
2841
|
<div class="modal-footer">
|
2908
2842
|
<button type="button"
|
2909
|
-
class="btn btn-primary btn-flex mr-2"> Do nothing
|
2843
|
+
class="btn btn-primary btn-flex btn-raised mr-2"> Do nothing
|
2910
2844
|
</button>
|
2911
2845
|
<button
|
2912
2846
|
type="button"
|
2913
|
-
class="btn btn-secondary btn-flex"
|
2847
|
+
class="btn btn-secondary btn-flex btn-raised"
|
2914
2848
|
data-bs-dismiss="modal"> Close
|
2915
2849
|
</button>
|
2916
2850
|
</div>
|
@@ -2938,10 +2872,10 @@ link:{url-bs-docs--components-tooltips}[Bootstrap Docs {char-middot} Tooltips, {
|
|
2938
2872
|
<div class="doc-example mb-3">
|
2939
2873
|
<div class="row d-flex justify-content-center">
|
2940
2874
|
<div class="col-md-6 p-0">
|
2941
|
-
<button type="button" class="btn btn-primary" data-bs-toggle="tooltip" data-bs-placement="left" title="Tooltip on left">Left</button>
|
2942
|
-
<button type="button" class="btn btn-primary" data-bs-toggle="tooltip" data-bs-placement="top" title="Tooltip on top">Top</button>
|
2943
|
-
<button type="button" class="btn btn-primary" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Tooltip on bottom">Bottom</button>
|
2944
|
-
<button type="button" class="btn btn-primary" data-bs-toggle="tooltip" data-bs-placement="right" title="Tooltip on right">Right</button>
|
2875
|
+
<button type="button" class="btn btn-primary btn-raised" data-bs-toggle="tooltip" data-bs-placement="left" title="Tooltip on left">Left</button>
|
2876
|
+
<button type="button" class="btn btn-primary btn-raised" data-bs-toggle="tooltip" data-bs-placement="top" title="Tooltip on top">Top</button>
|
2877
|
+
<button type="button" class="btn btn-primary btn-raised" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Tooltip on bottom">Bottom</button>
|
2878
|
+
<button type="button" class="btn btn-primary btn-raised" data-bs-toggle="tooltip" data-bs-placement="right" title="Tooltip on right">Right</button>
|
2945
2879
|
</div>
|
2946
2880
|
</div>
|
2947
2881
|
</div>
|
@@ -2950,22 +2884,22 @@ link:{url-bs-docs--components-tooltips}[Bootstrap Docs {char-middot} Tooltips, {
|
|
2950
2884
|
.Examples for Tooltips
|
2951
2885
|
[source, html]
|
2952
2886
|
----
|
2953
|
-
<button type="button" class="btn btn-primary"
|
2887
|
+
<button type="button" class="btn btn-primary btn-raised"
|
2954
2888
|
data-bs-toggle="tooltip"
|
2955
2889
|
data-bs-placement="top"
|
2956
2890
|
title="Tooltip on top">Top
|
2957
2891
|
</button>
|
2958
|
-
<button type="button" class="btn btn-primary"
|
2892
|
+
<button type="button" class="btn btn-primary btn-raised"
|
2959
2893
|
data-bs-toggle="tooltip"
|
2960
2894
|
data-bs-placement="bottom"
|
2961
2895
|
title="Tooltip on bottom">Bottom
|
2962
2896
|
</button>
|
2963
|
-
<button type="button" class="btn btn-primary"
|
2897
|
+
<button type="button" class="btn btn-primary btn-raised"
|
2964
2898
|
data-bs-toggle="tooltip"
|
2965
2899
|
data-bs-placement="right"
|
2966
2900
|
title="Tooltip on right">Right
|
2967
2901
|
</button>
|
2968
|
-
<button type="button" class="btn btn-primary"
|
2902
|
+
<button type="button" class="btn btn-primary btn-raised"
|
2969
2903
|
data-bs-toggle="tooltip"
|
2970
2904
|
data-bs-placement="left"
|
2971
2905
|
title="Tooltip on left">Left
|
@@ -2983,10 +2917,10 @@ link:{url-bs-docs--components-popovers}[Bootstrap Docs {char-middot} Popovers, {
|
|
2983
2917
|
<div class="doc-example mb-3">
|
2984
2918
|
<div class="row d-flex justify-content-center">
|
2985
2919
|
<div class="col-md-6 p-0">
|
2986
|
-
<button type="button" class="btn btn-primary" title="Popover Title" data-container="body" data-bs-toggle="popover" data-bs-placement="left" data-bs-trigger="hover focus" data-bs-content="Vivamus sagittis lacus vel augue laoreet rutrum faucibus.">Left</button>
|
2987
|
-
<button type="button" class="btn btn-primary" title="Popover Title" data-container="body" data-bs-toggle="popover" data-bs-placement="top" data-bs-trigger="hover focus" data-bs-content="Vivamus sagittis lacus vel augue laoreet rutrum faucibus.">Top</button>
|
2988
|
-
<button type="button" class="btn btn-primary" title="Popover Title" data-container="body" data-bs-toggle="popover" data-bs-placement="bottom" data-bs-trigger="hover focus" data-bs-content="Vivamus sagittis lacus vel augue laoreet rutrum faucibus.">Bottom</button>
|
2989
|
-
<button type="button" class="btn btn-primary" title="Popover Title" data-container="body" data-bs-toggle="popover" data-bs-placement="right" data-bs-trigger="hover focus" data-bs-content="Vivamus sagittis lacus vel augue laoreet rutrum faucibus.">Right</button>
|
2920
|
+
<button type="button" class="btn btn-primary btn-raised" title="Popover Title" data-container="body" data-bs-toggle="popover" data-bs-placement="left" data-bs-trigger="hover focus" data-bs-content="Vivamus sagittis lacus vel augue laoreet rutrum faucibus.">Left</button>
|
2921
|
+
<button type="button" class="btn btn-primary btn-raised" title="Popover Title" data-container="body" data-bs-toggle="popover" data-bs-placement="top" data-bs-trigger="hover focus" data-bs-content="Vivamus sagittis lacus vel augue laoreet rutrum faucibus.">Top</button>
|
2922
|
+
<button type="button" class="btn btn-primary btn-raised" title="Popover Title" data-container="body" data-bs-toggle="popover" data-bs-placement="bottom" data-bs-trigger="hover focus" data-bs-content="Vivamus sagittis lacus vel augue laoreet rutrum faucibus.">Bottom</button>
|
2923
|
+
<button type="button" class="btn btn-primary btn-raised" title="Popover Title" data-container="body" data-bs-toggle="popover" data-bs-placement="right" data-bs-trigger="hover focus" data-bs-content="Vivamus sagittis lacus vel augue laoreet rutrum faucibus.">Right</button>
|
2990
2924
|
</div>
|
2991
2925
|
</div>
|
2992
2926
|
</div>
|
@@ -2995,7 +2929,7 @@ link:{url-bs-docs--components-popovers}[Bootstrap Docs {char-middot} Popovers, {
|
|
2995
2929
|
.Examples for Popovers
|
2996
2930
|
[source, html]
|
2997
2931
|
----
|
2998
|
-
<button type="button" class="btn btn-primary"
|
2932
|
+
<button type="button" class="btn btn-primary btn-raised"
|
2999
2933
|
title="Popover Title"
|
3000
2934
|
data-container="body"
|
3001
2935
|
data-bs-toggle="popover"
|
@@ -3004,7 +2938,7 @@ link:{url-bs-docs--components-popovers}[Bootstrap Docs {char-middot} Popovers, {
|
|
3004
2938
|
data-bs-content="Vivamus sagittis lacus vel augue laoreet rutrum faucibus.">
|
3005
2939
|
Top
|
3006
2940
|
</button>
|
3007
|
-
<button type="button" class="btn btn-primary"
|
2941
|
+
<button type="button" class="btn btn-primary btn-raised"
|
3008
2942
|
title="Popover Title"
|
3009
2943
|
data-container="body"
|
3010
2944
|
data-bs-toggle="popover"
|
@@ -3013,7 +2947,7 @@ link:{url-bs-docs--components-popovers}[Bootstrap Docs {char-middot} Popovers, {
|
|
3013
2947
|
data-bs-content="Vivamus sagittis lacus vel augue laoreet rutrum faucibus.">
|
3014
2948
|
Bottom
|
3015
2949
|
</button>
|
3016
|
-
<button type="button" class="btn btn-primary"
|
2950
|
+
<button type="button" class="btn btn-primary btn-raised"
|
3017
2951
|
title="Popover Title" data-container="body"
|
3018
2952
|
data-bs-toggle="popover"
|
3019
2953
|
data-bs-placement="right"
|
@@ -3021,7 +2955,7 @@ link:{url-bs-docs--components-popovers}[Bootstrap Docs {char-middot} Popovers, {
|
|
3021
2955
|
data-bs-content="Vivamus sagittis lacus vel augue laoreet rutrum faucibus.">
|
3022
2956
|
Right
|
3023
2957
|
</button>
|
3024
|
-
<button type="button" class="btn btn-primary"
|
2958
|
+
<button type="button" class="btn btn-primary btn-raised"
|
3025
2959
|
title="Popover Title"
|
3026
2960
|
data-container="body"
|
3027
2961
|
data-bs-toggle="popover"
|
@@ -3071,9 +3005,9 @@ endif::[]
|
|
3071
3005
|
theme_slogans.Yeti = 'A friendly foundation';
|
3072
3006
|
theme_slogans.Zephyr = 'Breezy and beautiful';
|
3073
3007
|
|
3074
|
-
themeName
|
3075
|
-
theme_slogan
|
3076
|
-
themeNameHeadline
|
3008
|
+
themeName = user_state.theme_name;
|
3009
|
+
theme_slogan = theme_slogans[themeName];
|
3010
|
+
themeNameHeadline = '<h1 id="theme_name" class="mb-0">Theme ' +themeName+ '</h1>';
|
3077
3011
|
|
3078
3012
|
$('#theme').prepend(themeNameHeadline);
|
3079
3013
|
$('#theme').append('<p class="tagline mb-2"><b>' + theme_slogan + '</b></p>');
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: j1-template
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2022.0.
|
4
|
+
version: 2022.0.16
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- juergen_jekyll_one
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2022-01-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -1455,6 +1455,11 @@ files:
|
|
1455
1455
|
- lib/j1.rb
|
1456
1456
|
- lib/j1/command.rb
|
1457
1457
|
- lib/j1/commands/generate.rb
|
1458
|
+
- lib/j1/commands/help.rb
|
1459
|
+
- lib/j1/commands/patch.rb
|
1460
|
+
- lib/j1/commands/reset.rb
|
1461
|
+
- lib/j1/commands/setup.rb
|
1462
|
+
- lib/j1/commands/site.rb
|
1458
1463
|
- lib/j1/external.rb
|
1459
1464
|
- lib/j1/log_adapter.rb
|
1460
1465
|
- lib/j1/log_helper.rb
|
@@ -1466,6 +1471,7 @@ files:
|
|
1466
1471
|
- lib/j1/utils.rb
|
1467
1472
|
- lib/j1/utils/ansi.rb
|
1468
1473
|
- lib/j1/utils/exec.rb
|
1474
|
+
- lib/j1/utils/exec_until_trap.rb
|
1469
1475
|
- lib/j1/utils/platforms.rb
|
1470
1476
|
- lib/j1/utils/win_tz.rb
|
1471
1477
|
- lib/j1/version.rb
|
@@ -1564,6 +1570,8 @@ files:
|
|
1564
1570
|
- lib/starter_web/_data/layouts/blog_archive.yml
|
1565
1571
|
- lib/starter_web/_data/layouts/collection.yml
|
1566
1572
|
- lib/starter_web/_data/layouts/default.yml
|
1573
|
+
- lib/starter_web/_data/layouts/home.ads.yml
|
1574
|
+
- lib/starter_web/_data/layouts/home.no-ads.yml
|
1567
1575
|
- lib/starter_web/_data/layouts/home.yml
|
1568
1576
|
- lib/starter_web/_data/layouts/news_panel_posts.yml
|
1569
1577
|
- lib/starter_web/_data/layouts/page.yml
|
@@ -2035,7 +2043,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
2035
2043
|
- !ruby/object:Gem::Version
|
2036
2044
|
version: '0'
|
2037
2045
|
requirements: []
|
2038
|
-
rubygems_version: 3.
|
2046
|
+
rubygems_version: 3.3.4
|
2039
2047
|
signing_key:
|
2040
2048
|
specification_version: 4
|
2041
2049
|
summary: J1 Template
|