j1-template 2023.2.0 → 2023.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/assets/data/banner.html +2 -2
- data/lib/j1/version.rb +1 -1
- data/lib/starter_web/Gemfile +1 -1
- data/lib/starter_web/README.md +5 -5
- data/lib/starter_web/_config.yml +1 -1
- data/lib/starter_web/_data/modules/masonry.yml +4 -5
- data/lib/starter_web/_data/modules/navigator_menu.yml +632 -632
- data/lib/starter_web/_data/templates/feed.xml +1 -1
- data/lib/starter_web/_plugins/index/lunr.rb +1 -1
- data/lib/starter_web/collections/posts/public/featured/_posts/2021-01-01-about-cookies.adoc +1 -1
- data/lib/starter_web/package.json +1 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/documentation.adoc +1 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/multi.adoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/responsive_tables.adoc +1 -1
- data/lib/starter_web/pages/public/previewer/preview_bootstrap_theme.adoc +54 -82
- data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
- data/lib/starter_web/utilsrv/package.json +1 -1
- metadata +2 -2
@@ -57,7 +57,7 @@
|
|
57
57
|
<id>{{ page.url | absolute_url | xml_escape }}</id>
|
58
58
|
<post_limited>{{ limit_posts }}</post_limited>
|
59
59
|
<template_name>J1 Theme</template_name>
|
60
|
-
<template_version>2023.2.
|
60
|
+
<template_version>2023.2.1</template_version>
|
61
61
|
|
62
62
|
{% assign title = site.title | default: site.name %}
|
63
63
|
{% if page.collection != "posts" %}
|
@@ -18,7 +18,7 @@ image:
|
|
18
18
|
alt: Photo by Clem Onojeghuo on Unsplash
|
19
19
|
|
20
20
|
comments: false
|
21
|
-
fab_menu_id:
|
21
|
+
fab_menu_id: open_toc
|
22
22
|
scrollbar: false
|
23
23
|
regenerate: false
|
24
24
|
permalink: /pages/public/previewer/current_theme/
|
@@ -1686,11 +1686,11 @@ ifeval::[{navs} == true]
|
|
1686
1686
|
== Navs
|
1687
1687
|
|
1688
1688
|
Navigation available in Bootstrap shares general markup and styles, from the
|
1689
|
-
base
|
1689
|
+
base `.nav` class to the active and disabled states. Swap modifier classes to
|
1690
1690
|
switch between each style.
|
1691
1691
|
|
1692
|
-
The base
|
1693
|
-
for building all navigation components. It includes some style
|
1692
|
+
The base `.nav` component is built with a flexbox and provides a strong
|
1693
|
+
foundation for building all navigation components. It includes some style
|
1694
1694
|
overrides (for working with lists), link padding for larger hit areas,
|
1695
1695
|
and basic disabled styling.
|
1696
1696
|
|
@@ -1700,51 +1700,43 @@ link:{url-bs-docs--components-navs}[Bootstrap Docs {char-middot} Navs, {browser-
|
|
1700
1700
|
ifeval::[{navs_tabs} == true]
|
1701
1701
|
=== Tabs
|
1702
1702
|
|
1703
|
-
Tabs takes the basic nav from above and adds the
|
1704
|
-
a tabbed interface. Use them to create tabbable regions with
|
1703
|
+
Tabs takes the basic nav from above and adds the `.nav-tabs` class to generate
|
1704
|
+
a tabbed interface. Use them to create tabbable regions with the BS5 tab
|
1705
1705
|
JavaScript plugin.
|
1706
1706
|
|
1707
1707
|
++++
|
1708
1708
|
<div class="doc-example mb-3">
|
1709
|
-
|
1710
|
-
|
1711
|
-
|
1709
|
+
|
1710
|
+
<ul id="myTab" class="nav nav-tabs mb-3" role="tablist">
|
1711
|
+
<li class="nav-item mr-1" role="presentation">
|
1712
|
+
<button id="home-tab" class="nav-link active" data-bs-toggle="tab" data-bs-target="#home-tab-pane" type="button" role="tab" aria-controls="home-tab-pane" aria-selected="true">Home</button>
|
1712
1713
|
</li>
|
1713
|
-
<li class="nav-item">
|
1714
|
-
<
|
1714
|
+
<li class="nav-item mr-1" role="presentation">
|
1715
|
+
<button id="profile-tab" class="nav-link" data-bs-toggle="tab" data-bs-target="#profile-tab-pane" type="button" role="tab" aria-controls="profile-tab-pane" aria-selected="false" tabindex="-1">Profile</button>
|
1715
1716
|
</li>
|
1716
|
-
<li class="nav-item
|
1717
|
-
<
|
1718
|
-
role="button"
|
1719
|
-
aria-haspopup="true" aria-expanded="false">
|
1720
|
-
Dropdown
|
1721
|
-
</a>
|
1722
|
-
<div class="dropdown-menu">
|
1723
|
-
<a href="javascript:void(0)" class="dropdown-item">Action</a>
|
1724
|
-
<a href="javascript:void(0)" class="dropdown-item">Another action</a>
|
1725
|
-
<a href="javascript:void(0)" class="dropdown-item">Something else here</a>
|
1726
|
-
<div class="dropdown-divider"></div>
|
1727
|
-
<a href="javascript:void(0)" class="dropdown-item">Separated link</a>
|
1728
|
-
</div>
|
1717
|
+
<li class="nav-item mr-1" role="presentation">
|
1718
|
+
<button id="contact-tab" class="nav-link" data-bs-toggle="tab" data-bs-target="#contact-tab-pane" type="button" role="tab" aria-controls="contact-tab-pane" aria-selected="false" tabindex="-1">Contact</button>
|
1729
1719
|
</li>
|
1730
|
-
<li class="nav-item">
|
1731
|
-
<
|
1720
|
+
<li class="nav-item mr-1" role="presentation">
|
1721
|
+
<button id="disabled-tab" class="nav-link" data-bs-toggle="tab" data-bs-target="#disabled-tab-pane" type="button" role="tab" aria-controls="disabled-tab-pane" aria-selected="false" disabled="" tabindex="-1">Disabled</button>
|
1732
1722
|
</li>
|
1733
1723
|
</ul>
|
1724
|
+
|
1734
1725
|
<div id="myTabContent" class="tab-content">
|
1735
|
-
<div class="tab-pane fade active show"
|
1736
|
-
<p>
|
1726
|
+
<div id="home-tab-pane" class="tab-pane fade active show" role="tabpanel" aria-labelledby="home-tab" tabindex="0">
|
1727
|
+
<p>This is some placeholder content the <strong>Home tab's</strong> associated content. Clicking another tab will toggle the visibility of this one for the next. The tab JavaScript swaps classes to control the content visibility and styling. You can use it with tabs, pills, and any other <code>.nav</code>-powered navigation.</p>
|
1737
1728
|
</div>
|
1738
|
-
<div class="tab-pane fade"
|
1739
|
-
<p>
|
1729
|
+
<div id="profile-tab-pane" class="tab-pane fade" role="tabpanel" aria-labelledby="profile-tab" tabindex="0">
|
1730
|
+
<p>This is some placeholder content the <strong>Profile tab's</strong> associated content. Clicking another tab will toggle the visibility of this one for the next. The tab JavaScript swaps classes to control the content visibility and styling. You can use it with tabs, pills, and any other <code>.nav</code>-powered navigation.</p>
|
1740
1731
|
</div>
|
1741
|
-
<div class="tab-pane fade"
|
1742
|
-
<p>
|
1732
|
+
<div id="contact-tab-pane" class="tab-pane fade" role="tabpanel" aria-labelledby="contact-tab" tabindex="0">
|
1733
|
+
<p>This is some placeholder content the <strong>Contact tab's</strong> associated content. Clicking another tab will toggle the visibility of this one for the next. The tab JavaScript swaps classes to control the content visibility and styling. You can use it with tabs, pills, and any other <code>.nav</code>-powered navigation.</p>
|
1743
1734
|
</div>
|
1744
|
-
<div class="tab-pane fade"
|
1745
|
-
<p>
|
1735
|
+
<div id="disabled-tab-pane" class="tab-pane fade" role="tabpanel" aria-labelledby="disabled-tab" tabindex="0">
|
1736
|
+
<p>This is some placeholder content the <strong>Disabled tab's</strong> associated content.</p>
|
1746
1737
|
</div>
|
1747
1738
|
</div>
|
1739
|
+
|
1748
1740
|
</div>
|
1749
1741
|
++++
|
1750
1742
|
endif::[]
|
@@ -1752,61 +1744,41 @@ endif::[]
|
|
1752
1744
|
ifeval::[{navs_pills} == true]
|
1753
1745
|
=== Pills
|
1754
1746
|
|
1755
|
-
Take that same HTML as Tabs, but use
|
1747
|
+
Take that same HTML as Tabs, but use `.nav-pills` class instead.
|
1756
1748
|
|
1757
1749
|
++++
|
1758
1750
|
<div class="doc-example mb-3">
|
1759
|
-
<div class="row mb-5">
|
1760
1751
|
|
1761
|
-
|
1762
|
-
|
1763
|
-
<
|
1764
|
-
|
1765
|
-
|
1766
|
-
|
1767
|
-
|
1768
|
-
|
1769
|
-
|
1770
|
-
|
1771
|
-
|
1772
|
-
|
1773
|
-
|
1774
|
-
|
1775
|
-
|
1776
|
-
|
1777
|
-
|
1778
|
-
|
1779
|
-
</li>
|
1780
|
-
<li class="nav-item mr-1 mb-2">
|
1781
|
-
<a href="javascript:void(0)" class="nav-link disabled">Disabled</a>
|
1782
|
-
</li>
|
1783
|
-
</ul>
|
1752
|
+
<ul id="pills-tab" class="nav nav-pills mb-3" role="tablist">
|
1753
|
+
<li class="nav-item mr-1" role="presentation">
|
1754
|
+
<button id="pills-home-tab" class="nav-link active" data-bs-toggle="pill" data-bs-target="#pills-home" type="button" role="tab" aria-controls="pills-home" aria-selected="true">Home</button>
|
1755
|
+
</li>
|
1756
|
+
<li class="nav-item mr-1" role="presentation">
|
1757
|
+
<button id="pills-profile-tab" class="nav-link" data-bs-toggle="pill" data-bs-target="#pills-profile" type="button" role="tab" aria-controls="pills-profile" aria-selected="false" tabindex="-1">Profile</button>
|
1758
|
+
</li>
|
1759
|
+
<li class="nav-item mr-1" role="presentation">
|
1760
|
+
<button id="pills-contact-tab" class="nav-link" data-bs-toggle="pill" data-bs-target="#pills-contact" type="button" role="tab" aria-controls="pills-contact" aria-selected="false" tabindex="-1">Contact</button>
|
1761
|
+
</li>
|
1762
|
+
<li class="nav-item mr-1" role="presentation">
|
1763
|
+
<button id="pills-disabled-tab" class="nav-link" data-bs-toggle="pill" data-bs-target="#pills-disabled" type="button" role="tab" aria-controls="pills-disabled" aria-selected="false" disabled="" tabindex="-1">Disabled</button>
|
1764
|
+
</li>
|
1765
|
+
</ul>
|
1766
|
+
|
1767
|
+
<div id="pills-tabContent" class="tab-content">
|
1768
|
+
<div id="pills-home" class="tab-pane fade active show" role="tabpanel" aria-labelledby="pills-home-tab" tabindex="0">
|
1769
|
+
<p>This is some placeholder content the <strong>Home tab's</strong> associated content. Clicking another tab will toggle the visibility of this one for the next. The tab JavaScript swaps classes to control the content visibility and styling. You can use it with tabs, pills, and any other <code>.nav</code>-powered navigation.</p>
|
1784
1770
|
</div>
|
1785
|
-
<div class="
|
1786
|
-
<
|
1787
|
-
|
1788
|
-
|
1789
|
-
|
1790
|
-
|
1791
|
-
|
1792
|
-
|
1793
|
-
<div class="dropdown-menu">
|
1794
|
-
<a href="javascript:void(0)" class="dropdown-item">Action</a>
|
1795
|
-
<a href="javascript:void(0)" class="dropdown-item">Another action</a>
|
1796
|
-
<a href="javascript:void(0)" class="dropdown-item">Something else here</a>
|
1797
|
-
<div class="dropdown-divider"></div>
|
1798
|
-
<a href="javascript:void(0)" class="dropdown-item">Separated link</a>
|
1799
|
-
</div>
|
1800
|
-
</li>
|
1801
|
-
<li class="nav-item mb-2">
|
1802
|
-
<a href="javascript:void(0)" class="nav-link">Link</a>
|
1803
|
-
</li>
|
1804
|
-
<li class="nav-item mb-2">
|
1805
|
-
<a href="javascript:void(0)" class="nav-link disabled">Disabled</a>
|
1806
|
-
</li>
|
1807
|
-
</ul>
|
1771
|
+
<div id="pills-profile" class="tab-pane fade" role="tabpanel" aria-labelledby="pills-profile-tab" tabindex="0">
|
1772
|
+
<p>This is some placeholder content the <strong>Profile tab's</strong> associated content. Clicking another tab will toggle the visibility of this one for the next. The tab JavaScript swaps classes to control the content visibility and styling. You can use it with tabs, pills, and any other <code>.nav</code>-powered navigation.</p>
|
1773
|
+
</div>
|
1774
|
+
<div id="pills-contact" class="tab-pane fade" role="tabpanel" aria-labelledby="pills-contact-tab" tabindex="0">
|
1775
|
+
<p>This is some placeholder content the <strong>Contact tab's</strong> associated content. Clicking another tab will toggle the visibility of this one for the next. The tab JavaScript swaps classes to control the content visibility and styling. You can use it with tabs, pills, and any other <code>.nav</code>-powered navigation.</p>
|
1776
|
+
</div>
|
1777
|
+
<div id="pills-disabled" class="tab-pane fade" role="tabpanel" aria-labelledby="pills-disabled-tab" tabindex="0">
|
1778
|
+
<p>This is some placeholder content the <strong>Disabled tab's</strong> associated content.</p>
|
1808
1779
|
</div>
|
1809
1780
|
</div>
|
1781
|
+
|
1810
1782
|
</div>
|
1811
1783
|
++++
|
1812
1784
|
endif::[]
|
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: 2023.2.
|
4
|
+
version: 2023.2.1
|
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: 2023-05-
|
11
|
+
date: 2023-05-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|