j1-template 2023.8.2 → 2023.9.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/_includes/themes/j1/layouts/content_generator_post.html +19 -49
- data/_includes/themes/j1/procedures/posts/collate_timeline.proc +185 -192
- data/_includes/themes/j1/procedures/posts/create_series_header.proc +1 -14
- data/_includes/themes/j1/procedures/posts/pager.proc +39 -46
- data/assets/themes/j1/adapter/js/speak2me.js +1 -1
- data/assets/themes/j1/adapter/js/translator.js +4 -2
- data/assets/themes/j1/core/css/themes/bootstrap/bootstrap.css +31 -26
- data/assets/themes/j1/core/css/themes/bootstrap/bootstrap.min.css +2 -2
- data/assets/themes/j1/core/css/themes/unodark/bootstrap.css +31 -26
- data/assets/themes/j1/core/css/themes/unodark/bootstrap.min.css +2 -2
- data/assets/themes/j1/core/css/themes/unolight/bootstrap.css +37 -29
- data/assets/themes/j1/core/css/themes/unolight/bootstrap.min.css +3 -3
- data/assets/themes/j1/core/js/template.js +58 -43
- data/assets/themes/j1/core/js/template.min.js +7 -7
- data/assets/themes/j1/core/js/template.min.js.map +1 -1
- data/lib/j1/version.rb +1 -1
- data/lib/starter_web/Gemfile +2 -2
- data/lib/starter_web/README.md +5 -5
- data/lib/starter_web/_config.yml +1 -1
- data/lib/starter_web/_data/blocks/footer.yml +6 -4
- data/lib/starter_web/_data/modules/defaults/blog_navigator.yml +89 -135
- data/lib/starter_web/_data/modules/defaults/speak2me.yml +1 -0
- data/lib/starter_web/_data/modules/justifiedGallery.yml +3 -3
- data/lib/starter_web/_data/modules/navigator_menu.yml +14 -7
- 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/0000-00-00-welcome-to-j1.adoc.erb +74 -70
- data/lib/starter_web/collections/posts/public/featured/_posts/2021-01-01-about-cookies.adoc +110 -84
- data/lib/starter_web/collections/posts/public/featured/_posts/2021-02-01-static-site-generators.adoc +49 -33
- data/lib/starter_web/collections/posts/public/featured/_posts/2022-02-01-about-j1.adoc +47 -26
- data/lib/starter_web/package.json +1 -1
- data/lib/starter_web/pages/public/blog/navigator/archive/allview.html +66 -63
- data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +76 -77
- data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +63 -64
- data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +79 -64
- data/lib/starter_web/pages/public/blog/navigator/index.html +55 -99
- data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/themes_bootstrap.asciidoc +6 -2
- data/lib/starter_web/pages/public/learn/roundtrip/asciidoc_extensions.adoc +59 -35
- data/lib/starter_web/pages/public/learn/roundtrip/bootstrap_themes.adoc +4 -4
- data/lib/starter_web/pages/public/learn/roundtrip/highlghter_rouge.adoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/icon_fonts.adoc +28 -12
- data/lib/starter_web/pages/public/learn/roundtrip/lunr_search.adoc +12 -4
- data/lib/starter_web/pages/public/learn/roundtrip/modal_extentions.adoc +5 -1
- data/lib/starter_web/pages/public/learn/roundtrip/present_images.adoc +512 -470
- data/lib/starter_web/pages/public/learn/roundtrip/present_videos.adoc +20 -6
- data/lib/starter_web/pages/public/learn/roundtrip/responsive_tables.adoc +5 -2
- data/lib/starter_web/pages/public/learn/where_to_go.adoc +24 -13
- data/lib/starter_web/pages/public/legal/en/100_copyright.adoc +4 -1
- data/lib/starter_web/pages/public/legal/en/200_impress.adoc +4 -1
- data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +632 -595
- data/lib/starter_web/pages/public/legal/en/400_comment_policy.adoc +12 -3
- data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
- data/lib/starter_web/utilsrv/package.json +1 -1
- metadata +2 -2
@@ -65,7 +65,7 @@ $caret-width: .3em !default;
|
|
65
65
|
$caret-width-lg: $caret-width !default;
|
66
66
|
*/
|
67
67
|
/*!
|
68
|
-
* Bootstrap v5.3.
|
68
|
+
* Bootstrap v5.3.2 (https://getbootstrap.com/)
|
69
69
|
* Copyright 2011-2023 The Bootstrap Authors
|
70
70
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
71
71
|
*/
|
@@ -164,6 +164,7 @@ $caret-width-lg: $caret-width !default;
|
|
164
164
|
--bs-link-hover-color: #0a3981;
|
165
165
|
--bs-link-hover-color-rgb: 10, 57, 129;
|
166
166
|
--bs-code-color: #e91e63;
|
167
|
+
--bs-highlight-color: #424242;
|
167
168
|
--bs-highlight-bg: #fff9c4;
|
168
169
|
--bs-border-width: 1px;
|
169
170
|
--bs-border-style: solid;
|
@@ -234,6 +235,8 @@ $caret-width-lg: $caret-width !default;
|
|
234
235
|
--bs-link-color-rgb: 122, 192, 248;
|
235
236
|
--bs-link-hover-color-rgb: 149, 205, 249;
|
236
237
|
--bs-code-color: #f278a1;
|
238
|
+
--bs-highlight-color: #e0e0e0;
|
239
|
+
--bs-highlight-bg: #f9a825;
|
237
240
|
--bs-border-color: #616161;
|
238
241
|
--bs-border-color-translucent: rgba(255, 255, 255, 0.15);
|
239
242
|
--bs-form-valid-color: #81c784;
|
@@ -355,6 +358,7 @@ small, .small {
|
|
355
358
|
|
356
359
|
mark, .mark {
|
357
360
|
padding: 0.1875em;
|
361
|
+
color: var(--bs-highlight-color);
|
358
362
|
background-color: var(--bs-highlight-bg); }
|
359
363
|
|
360
364
|
sub,
|
@@ -1712,16 +1716,16 @@ progress {
|
|
1712
1716
|
--bs-table-bg-type: initial;
|
1713
1717
|
--bs-table-color-state: initial;
|
1714
1718
|
--bs-table-bg-state: initial;
|
1715
|
-
--bs-table-color: var(--bs-
|
1719
|
+
--bs-table-color: var(--bs-emphasis-color);
|
1716
1720
|
--bs-table-bg: var(--bs-body-bg);
|
1717
1721
|
--bs-table-border-color: var(--bs-border-color);
|
1718
1722
|
--bs-table-accent-bg: transparent;
|
1719
|
-
--bs-table-striped-color: var(--bs-
|
1720
|
-
--bs-table-striped-bg: rgba(
|
1721
|
-
--bs-table-active-color: var(--bs-
|
1722
|
-
--bs-table-active-bg: rgba(
|
1723
|
-
--bs-table-hover-color: var(--bs-
|
1724
|
-
--bs-table-hover-bg: rgba(
|
1723
|
+
--bs-table-striped-color: var(--bs-emphasis-color);
|
1724
|
+
--bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
|
1725
|
+
--bs-table-active-color: var(--bs-emphasis-color);
|
1726
|
+
--bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
|
1727
|
+
--bs-table-hover-color: var(--bs-emphasis-color);
|
1728
|
+
--bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
|
1725
1729
|
width: 100%;
|
1726
1730
|
margin-bottom: 1rem;
|
1727
1731
|
vertical-align: top;
|
@@ -1776,7 +1780,7 @@ progress {
|
|
1776
1780
|
.table-primary {
|
1777
1781
|
--bs-table-color: #000;
|
1778
1782
|
--bs-table-bg: #d3eafd;
|
1779
|
-
--bs-table-border-color: #
|
1783
|
+
--bs-table-border-color: #a9bbca;
|
1780
1784
|
--bs-table-striped-bg: #c8def0;
|
1781
1785
|
--bs-table-striped-color: #000;
|
1782
1786
|
--bs-table-active-bg: #bed3e4;
|
@@ -1789,7 +1793,7 @@ progress {
|
|
1789
1793
|
.table-secondary {
|
1790
1794
|
--bs-table-color: #000;
|
1791
1795
|
--bs-table-bg: #e3e3e3;
|
1792
|
-
--bs-table-border-color: #
|
1796
|
+
--bs-table-border-color: #b6b6b6;
|
1793
1797
|
--bs-table-striped-bg: #d8d8d8;
|
1794
1798
|
--bs-table-striped-color: #000;
|
1795
1799
|
--bs-table-active-bg: #cccccc;
|
@@ -1802,7 +1806,7 @@ progress {
|
|
1802
1806
|
.table-success {
|
1803
1807
|
--bs-table-color: #000;
|
1804
1808
|
--bs-table-bg: #dbefdc;
|
1805
|
-
--bs-table-border-color: #
|
1809
|
+
--bs-table-border-color: #afbfb0;
|
1806
1810
|
--bs-table-striped-bg: #d0e3d1;
|
1807
1811
|
--bs-table-striped-color: #000;
|
1808
1812
|
--bs-table-active-bg: #c5d7c6;
|
@@ -1815,7 +1819,7 @@ progress {
|
|
1815
1819
|
.table-info {
|
1816
1820
|
--bs-table-color: #000;
|
1817
1821
|
--bs-table-bg: #ccf2f6;
|
1818
|
-
--bs-table-border-color: #
|
1822
|
+
--bs-table-border-color: #a3c2c5;
|
1819
1823
|
--bs-table-striped-bg: #c2e6ea;
|
1820
1824
|
--bs-table-striped-color: #000;
|
1821
1825
|
--bs-table-active-bg: #b8dadd;
|
@@ -1828,7 +1832,7 @@ progress {
|
|
1828
1832
|
.table-warning {
|
1829
1833
|
--bs-table-color: #000;
|
1830
1834
|
--bs-table-bg: #fef2d5;
|
1831
|
-
--bs-table-border-color: #
|
1835
|
+
--bs-table-border-color: #cbc2aa;
|
1832
1836
|
--bs-table-striped-bg: #f1e6ca;
|
1833
1837
|
--bs-table-striped-color: #000;
|
1834
1838
|
--bs-table-active-bg: #e5dac0;
|
@@ -1841,7 +1845,7 @@ progress {
|
|
1841
1845
|
.table-danger {
|
1842
1846
|
--bs-table-color: #000;
|
1843
1847
|
--bs-table-bg: #fdd9d7;
|
1844
|
-
--bs-table-border-color: #
|
1848
|
+
--bs-table-border-color: #caaeac;
|
1845
1849
|
--bs-table-striped-bg: #f0cecc;
|
1846
1850
|
--bs-table-striped-color: #000;
|
1847
1851
|
--bs-table-active-bg: #e4c3c2;
|
@@ -1854,7 +1858,7 @@ progress {
|
|
1854
1858
|
.table-light {
|
1855
1859
|
--bs-table-color: #000;
|
1856
1860
|
--bs-table-bg: #e0e0e0;
|
1857
|
-
--bs-table-border-color: #
|
1861
|
+
--bs-table-border-color: #b3b3b3;
|
1858
1862
|
--bs-table-striped-bg: #d5d5d5;
|
1859
1863
|
--bs-table-striped-color: #000;
|
1860
1864
|
--bs-table-active-bg: #cacaca;
|
@@ -1867,7 +1871,7 @@ progress {
|
|
1867
1871
|
.table-dark {
|
1868
1872
|
--bs-table-color: #fff;
|
1869
1873
|
--bs-table-bg: #212121;
|
1870
|
-
--bs-table-border-color: #
|
1874
|
+
--bs-table-border-color: #4d4d4d;
|
1871
1875
|
--bs-table-striped-bg: #2c2c2c;
|
1872
1876
|
--bs-table-striped-color: #fff;
|
1873
1877
|
--bs-table-active-bg: #373737;
|
@@ -2070,7 +2074,7 @@ textarea.form-control-lg {
|
|
2070
2074
|
background-size: 16px 12px;
|
2071
2075
|
border: var(--bs-border-width) solid rgba(0, 0, 0, 0.26);
|
2072
2076
|
border-radius: 0;
|
2073
|
-
box-shadow: inset
|
2077
|
+
box-shadow: var(--bs-box-shadow-inset);
|
2074
2078
|
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
|
2075
2079
|
@media (prefers-reduced-motion: reduce) {
|
2076
2080
|
.form-select {
|
@@ -2078,7 +2082,7 @@ textarea.form-control-lg {
|
|
2078
2082
|
.form-select:focus {
|
2079
2083
|
border-color: #90cbf9;
|
2080
2084
|
outline: 0;
|
2081
|
-
box-shadow: inset
|
2085
|
+
box-shadow: var(--bs-box-shadow-inset), 0 0 0 0.25rem rgba(33, 150, 243, 0.25); }
|
2082
2086
|
.form-select[multiple], .form-select[size]:not([size="1"]) {
|
2083
2087
|
padding-right: 0;
|
2084
2088
|
background-image: none; }
|
@@ -2125,6 +2129,7 @@ textarea.form-control-lg {
|
|
2125
2129
|
|
2126
2130
|
.form-check-input {
|
2127
2131
|
--bs-form-check-bg: rgba(0, 0, 0, 0);
|
2132
|
+
flex-shrink: 0;
|
2128
2133
|
width: 1em;
|
2129
2134
|
height: 1em;
|
2130
2135
|
margin-top: 0.25em;
|
@@ -2241,10 +2246,10 @@ textarea.form-control-lg {
|
|
2241
2246
|
height: 0.5rem;
|
2242
2247
|
color: transparent;
|
2243
2248
|
cursor: pointer;
|
2244
|
-
background-color: var(--bs-
|
2249
|
+
background-color: var(--bs-secondary-bg);
|
2245
2250
|
border-color: transparent;
|
2246
2251
|
border-radius: 1rem;
|
2247
|
-
box-shadow: inset
|
2252
|
+
box-shadow: var(--bs-box-shadow-inset); }
|
2248
2253
|
.form-range::-moz-range-thumb {
|
2249
2254
|
width: 1rem;
|
2250
2255
|
height: 1rem;
|
@@ -2264,10 +2269,10 @@ textarea.form-control-lg {
|
|
2264
2269
|
height: 0.5rem;
|
2265
2270
|
color: transparent;
|
2266
2271
|
cursor: pointer;
|
2267
|
-
background-color: var(--bs-
|
2272
|
+
background-color: var(--bs-secondary-bg);
|
2268
2273
|
border-color: transparent;
|
2269
2274
|
border-radius: 1rem;
|
2270
|
-
box-shadow: inset
|
2275
|
+
box-shadow: var(--bs-box-shadow-inset); }
|
2271
2276
|
.form-range:disabled {
|
2272
2277
|
pointer-events: none; }
|
2273
2278
|
.form-range:disabled::-webkit-slider-thumb {
|
@@ -4720,7 +4725,7 @@ textarea.form-control-lg {
|
|
4720
4725
|
--bs-modal-border-color: var(--bs-border-color-translucent);
|
4721
4726
|
--bs-modal-border-width: var(--bs-border-width);
|
4722
4727
|
--bs-modal-border-radius: var(--bs-border-radius-lg);
|
4723
|
-
--bs-modal-box-shadow:
|
4728
|
+
--bs-modal-box-shadow: var(--bs-box-shadow-sm);
|
4724
4729
|
--bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
|
4725
4730
|
--bs-modal-header-padding-x: 1rem;
|
4726
4731
|
--bs-modal-header-padding-y: 1rem;
|
@@ -4841,7 +4846,7 @@ textarea.form-control-lg {
|
|
4841
4846
|
@media (min-width: 576px) {
|
4842
4847
|
.modal {
|
4843
4848
|
--bs-modal-margin: 1.75rem;
|
4844
|
-
--bs-modal-box-shadow:
|
4849
|
+
--bs-modal-box-shadow: var(--bs-box-shadow); }
|
4845
4850
|
.modal-dialog {
|
4846
4851
|
max-width: var(--bs-modal-width);
|
4847
4852
|
margin-right: auto;
|
@@ -5051,7 +5056,7 @@ textarea.form-control-lg {
|
|
5051
5056
|
--bs-popover-border-color: var(--bs-border-color-translucent);
|
5052
5057
|
--bs-popover-border-radius: var(--bs-border-radius-lg);
|
5053
5058
|
--bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
|
5054
|
-
--bs-popover-box-shadow:
|
5059
|
+
--bs-popover-box-shadow: var(--bs-box-shadow);
|
5055
5060
|
--bs-popover-header-padding-x: 1rem;
|
5056
5061
|
--bs-popover-header-padding-y: 0.5rem;
|
5057
5062
|
--bs-popover-header-font-size: 1rem;
|
@@ -5425,7 +5430,7 @@ textarea.form-control-lg {
|
|
5425
5430
|
--bs-offcanvas-bg: var(--bs-body-bg);
|
5426
5431
|
--bs-offcanvas-border-width: var(--bs-border-width);
|
5427
5432
|
--bs-offcanvas-border-color: var(--bs-border-color-translucent);
|
5428
|
-
--bs-offcanvas-box-shadow:
|
5433
|
+
--bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
|
5429
5434
|
--bs-offcanvas-transition: transform 0.3s ease-in-out;
|
5430
5435
|
--bs-offcanvas-title-line-height: 1.5; }
|
5431
5436
|
|
@@ -6276,13 +6281,13 @@ textarea.form-control-lg {
|
|
6276
6281
|
display: none !important; }
|
6277
6282
|
|
6278
6283
|
.shadow {
|
6279
|
-
box-shadow:
|
6284
|
+
box-shadow: var(--bs-box-shadow) !important; }
|
6280
6285
|
|
6281
6286
|
.shadow-sm {
|
6282
|
-
box-shadow:
|
6287
|
+
box-shadow: var(--bs-box-shadow-sm) !important; }
|
6283
6288
|
|
6284
6289
|
.shadow-lg {
|
6285
|
-
box-shadow:
|
6290
|
+
box-shadow: var(--bs-box-shadow-lg) !important; }
|
6286
6291
|
|
6287
6292
|
.shadow-none {
|
6288
6293
|
box-shadow: none !important; }
|
@@ -12728,6 +12733,9 @@ li > a:hover {
|
|
12728
12733
|
text-decoration: none;
|
12729
12734
|
color: rgba(0, 0, 0, 0.8) !important; }
|
12730
12735
|
|
12736
|
+
.page-link.disabled {
|
12737
|
+
background-color: #e0e0e0; }
|
12738
|
+
|
12731
12739
|
.page-link:hover, .page-link:focus {
|
12732
12740
|
border: 1px solid !important;
|
12733
12741
|
background-color: #757575 !important;
|