j1_template_mde 2018.4.30 → 2018.4.31

Sign up to get free protection for your applications and to get access to all the features.
Files changed (49) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/layouts/layout_metadata_generator.html +5 -2
  3. data/_includes/themes/j1/modules/connectors/ad/{google-adsense → google-adsense.html} +10 -11
  4. data/_includes/themes/j1/modules/connectors/ads +7 -6
  5. data/_includes/themes/j1/procedures/layouts/default_writer.proc +0 -1
  6. data/lib/j1/version.rb +1 -1
  7. data/lib/starter_web/Gemfile +13 -1
  8. data/lib/starter_web/_config.yml +116 -82
  9. data/lib/starter_web/_data/j1_config.yml +10 -0
  10. data/lib/starter_web/_data/layouts/default.yml +10 -0
  11. data/lib/starter_web/_data/modules/j1_cookiebar.yml +2 -2
  12. data/lib/starter_web/_rack/nginx.conf +92 -35
  13. data/lib/starter_web/{package.json.new → _unused/package.json.new} +1 -1
  14. data/lib/starter_web/assets/images/pages/roundtrip/package.json +1 -1
  15. data/lib/starter_web/assets/themes/j1/core/css/theme_extensions.css +1 -1
  16. data/lib/starter_web/assets/themes/j1/core/css/theme_extensions.min.css +1 -1
  17. data/lib/starter_web/assets/themes/j1/core/css/uno.css +1 -1
  18. data/lib/starter_web/assets/themes/j1/core/css/uno.min.css +1 -1
  19. data/lib/starter_web/assets/themes/j1/core/css/vendor.css +41 -42
  20. data/lib/starter_web/assets/themes/j1/core/css/vendor.min.css +2 -2
  21. data/lib/starter_web/assets/themes/j1/core/js/adapter/algolia.js +1 -1
  22. data/lib/starter_web/assets/themes/j1/core/js/adapter/cookiebar.js +1 -1
  23. data/lib/starter_web/assets/themes/j1/core/js/adapter/template.js +2 -2
  24. data/lib/starter_web/assets/themes/j1/extensions/carousel/css/theme/uno.css +5 -4
  25. data/lib/starter_web/assets/themes/j1/extensions/carousel/css/theme/uno.min.css +1 -2
  26. data/lib/starter_web/index.html +2 -2
  27. data/lib/starter_web/package.json +1 -1
  28. data/lib/starter_web/pages/private/previewer/000_includes/tables/mdi_icons/100_absolute_sizes.asciidoc +5 -5
  29. data/lib/starter_web/pages/private/previewer/000_includes/tables/mdi_icons/110_bs_grid_sizes.asciidoc +6 -6
  30. data/lib/starter_web/pages/private/previewer/000_includes/tables/mdi_icons/120_relative_sizes.asciidoc +11 -11
  31. data/lib/starter_web/pages/private/previewer/000_includes/tables/mdi_icons/200_rotate.asciidoc +1 -1
  32. data/lib/starter_web/pages/private/previewer/000_includes/tables/mdi_icons/300_flip.asciidoc +1 -0
  33. data/lib/starter_web/pages/private/previewer/000_includes/tables/mdi_icons/400_spin_pulsed.asciidoc +1 -1
  34. data/lib/starter_web/pages/private/previewer/000_includes/tables/mdi_icons/500_bw_color_palette.asciidoc +1 -0
  35. data/lib/starter_web/pages/private/previewer/000_includes/tables/mdi_icons/510_bs_color_palette.asciidoc +1 -0
  36. data/lib/starter_web/pages/private/previewer/000_includes/tables/mdi_icons/600_md_color_palette.asciidoc +1 -0
  37. data/lib/starter_web/pages/private/previewer/000_includes/tables/mdi_icons/601_md_color_palette_indigo.asciidoc +1 -0
  38. data/lib/starter_web/pages/private/previewer/000_includes/tables/mdi_icons/602_md_color_palette_pink.asciidoc +1 -0
  39. data/lib/starter_web/pages/private/previewer/000_includes/tables/twitter_emoji/100_bs_sizes.asciidoc +6 -5
  40. data/lib/starter_web/pages/private/previewer/000_includes/tables/twitter_emoji/100_relative_sizes.asciidoc +6 -5
  41. data/lib/starter_web/pages/private/previewer/000_includes/tables/twitter_emoji/200_rotate.asciidoc +1 -0
  42. data/lib/starter_web/pages/private/previewer/000_includes/tables/twitter_emoji/300_flip.asciidoc +1 -0
  43. data/lib/starter_web/pages/private/previewer/000_includes/tables/twitter_emoji/400_spin_pulsed.asciidoc +1 -0
  44. data/lib/starter_web/pages/private/previewer/mdi_icons_preview.adoc +1 -1
  45. data/lib/starter_web/pages/private/previewer/twitter_emoji_preview.adoc +1 -1
  46. data/lib/starter_web/pages/public/start/roundtrip/000_includes/documents/710_responsive_tables.asciidoc +1 -0
  47. data/lib/starter_web/pages/public/start/roundtrip/400_icon_fonts.adoc +3 -1
  48. data/lib/starter_web/pages/public/start/roundtrip/800_search_engine.adoc +3 -1
  49. metadata +4 -4
@@ -1,11 +1,11 @@
1
1
 
2
-
2
+ .Bootstrap (BS) grid sizes
3
3
  [cols="2,1,9a", options="header", role="table-responsive mb-5"]
4
4
  |===============================================================================
5
5
  |Class |Result |Code
6
6
 
7
7
  |`mdi-xs`
8
- |pass:[<i class="mdi mdi-xs mdi-account"></i>]
8
+ ^|pass:[<i class="mdi mdi-xs mdi-account"></i>]
9
9
  |
10
10
  [source, html]
11
11
  ----
@@ -13,7 +13,7 @@
13
13
  ----
14
14
 
15
15
  |`mdi-sm`
16
- |pass:[<i class="mdi mdi-sm mdi-account"></i>]
16
+ ^|pass:[<i class="mdi mdi-sm mdi-account"></i>]
17
17
  |
18
18
  [source, html]
19
19
  ----
@@ -21,7 +21,7 @@
21
21
  ----
22
22
 
23
23
  |`mdi-md`
24
- |pass:[<i class="mdi mdi-md mdi-account"></i>]
24
+ ^|pass:[<i class="mdi mdi-md mdi-account"></i>]
25
25
  |
26
26
  [source, html]
27
27
  ----
@@ -29,7 +29,7 @@
29
29
  ----
30
30
 
31
31
  |`mdi-lg`
32
- |pass:[<i class="mdi mdi-lg mdi-account"></i>]
32
+ ^|pass:[<i class="mdi mdi-lg mdi-account"></i>]
33
33
  |
34
34
  [source, html]
35
35
  ----
@@ -37,7 +37,7 @@
37
37
  ----
38
38
 
39
39
  |`mdi-xl`
40
- |pass:[<i class="mdi mdi-xl mdi-account"></i>]
40
+ ^|pass:[<i class="mdi mdi-xl mdi-account"></i>]
41
41
  |
42
42
  [source, html]
43
43
  ----
@@ -1,11 +1,11 @@
1
1
 
2
-
2
+ .Relative sizes
3
3
  [cols="2,1,9a", options="header", role="table-responsive mb-5"]
4
4
  |===============================================================================
5
5
  |Class |Result |Code
6
6
 
7
7
  |`mdi-1x`
8
- |pass:[<i class="mdi mdi-1x mdi-account"></i>]
8
+ ^|pass:[<i class="mdi mdi-1x mdi-account"></i>]
9
9
  |
10
10
  [source, html]
11
11
  ----
@@ -13,7 +13,7 @@
13
13
  ----
14
14
 
15
15
  |`mdi-2x`
16
- |pass:[<i class="mdi mdi-2x mdi-account"></i>]
16
+ ^|pass:[<i class="mdi mdi-2x mdi-account"></i>]
17
17
  |
18
18
  [source, html]
19
19
  ----
@@ -21,7 +21,7 @@
21
21
  ----
22
22
 
23
23
  |`mdi-3x`
24
- |pass:[<i class="mdi mdi-3x mdi-account"></i>]
24
+ ^|pass:[<i class="mdi mdi-3x mdi-account"></i>]
25
25
  |
26
26
  [source, html]
27
27
  ----
@@ -29,7 +29,7 @@
29
29
  ----
30
30
 
31
31
  |`mdi-4x`
32
- |pass:[<i class="mdi mdi-4x mdi-account"></i>]
32
+ ^|pass:[<i class="mdi mdi-4x mdi-account"></i>]
33
33
  |
34
34
  [source, html]
35
35
  ----
@@ -37,7 +37,7 @@
37
37
  ----
38
38
 
39
39
  |`mdi-5x`
40
- |pass:[<i class="mdi mdi-5x mdi-account"></i>]
40
+ ^|pass:[<i class="mdi mdi-5x mdi-account"></i>]
41
41
  |
42
42
  [source, html]
43
43
  ----
@@ -45,7 +45,7 @@
45
45
  ----
46
46
 
47
47
  |`mdi-6x`
48
- |pass:[<i class="mdi mdi-6x mdi-account"></i>]
48
+ ^|pass:[<i class="mdi mdi-6x mdi-account"></i>]
49
49
  |
50
50
  [source, html]
51
51
  ----
@@ -53,7 +53,7 @@
53
53
  ----
54
54
 
55
55
  |`mdi-7x`
56
- |pass:[<i class="mdi mdi-7x mdi-account"></i>]
56
+ ^|pass:[<i class="mdi mdi-7x mdi-account"></i>]
57
57
  |
58
58
  [source, html]
59
59
  ----
@@ -61,7 +61,7 @@
61
61
  ----
62
62
 
63
63
  |`mdi-8x`
64
- |pass:[<i class="mdi mdi-8x mdi-account"></i>]
64
+ ^|pass:[<i class="mdi mdi-8x mdi-account"></i>]
65
65
  |
66
66
  [source, html]
67
67
  ----
@@ -69,7 +69,7 @@
69
69
  ----
70
70
 
71
71
  |`mdi-9x`
72
- |pass:[<i class="mdi mdi-9x mdi-account"></i>]
72
+ ^|pass:[<i class="mdi mdi-9x mdi-account"></i>]
73
73
  |
74
74
  [source, html]
75
75
  ----
@@ -77,7 +77,7 @@
77
77
  ----
78
78
 
79
79
  |`mdi-10x`
80
- |pass:[<i class="mdi mdi-10x mdi-account"></i>]
80
+ ^|pass:[<i class="mdi mdi-10x mdi-account"></i>]
81
81
  |
82
82
  [source, html]
83
83
  ----
@@ -1,5 +1,5 @@
1
1
 
2
-
2
+ .Rotate icons
3
3
  [cols="2,1,9a", options="header", role="table-responsive mb-5"]
4
4
  |===============================================================================
5
5
  |Class |Result |Code
@@ -1,4 +1,5 @@
1
1
 
2
+ .Flip icons
2
3
  [cols="2,1,9a", options="header", role="table-responsive mb-5"]
3
4
  |===============================================================================
4
5
  |Class |Result |Code
@@ -1,5 +1,5 @@
1
1
 
2
-
2
+ .Animate icons
3
3
  [cols="2,1,9a", options="header", role="table-responsive mb-5"]
4
4
  |===============================================================================
5
5
  |Class |Result |Code
@@ -1,4 +1,5 @@
1
1
 
2
+ .Black and White color palette
2
3
  [cols="2,1,9a", options="header", role="table-responsive mb-5"]
3
4
  |===============================================================================
4
5
  |Class |Result |Code
@@ -1,4 +1,5 @@
1
1
 
2
+ .Bootstrap (BS) color palette
2
3
  [cols="2,1,9a", options="header", role="table-responsive mb-5"]
3
4
  |===============================================================================
4
5
  |Class |Result |Code
@@ -1,4 +1,5 @@
1
1
 
2
+ .Material Design (MD) color palette
2
3
  [cols="2,1,9a", options="header", role="table-responsive mb-5"]
3
4
  |===============================================================================
4
5
  |Class |Result |Code
@@ -1,4 +1,5 @@
1
1
 
2
+ .MD colors - Indigo
2
3
  [cols="2,1,9a", options="header", role="table-responsive mb-5"]
3
4
  |===============================================================================
4
5
  |Class |Result |Code
@@ -1,4 +1,5 @@
1
1
 
2
+ .MD colors - Pink
2
3
  [cols="2,1,9a", options="header", role="table-responsive mb-5"]
3
4
  |===============================================================================
4
5
  |Class |Result |Code
@@ -1,10 +1,11 @@
1
1
 
2
+ .Bootstrap (BS) grid sizes
2
3
  [cols="2,1,9a", options="header", role="table-responsive mb-5"]
3
4
  |===============================================================================
4
5
  |Class |Result |Code
5
6
 
6
7
  |`xs`
7
- |emoji:heart[xs]
8
+ ^|emoji:heart[xs]
8
9
  |
9
10
  [source, html]
10
11
  ----
@@ -12,7 +13,7 @@ emoji:heart[xs]
12
13
  ----
13
14
 
14
15
  |`sm`
15
- |emoji:heart[sm]
16
+ ^|emoji:heart[sm]
16
17
  |
17
18
  [source, html]
18
19
  ----
@@ -20,7 +21,7 @@ emoji:heart[sm]
20
21
  ----
21
22
 
22
23
  |`md`
23
- |emoji:heart[md]
24
+ ^|emoji:heart[md]
24
25
  |
25
26
  [source, html]
26
27
  ----
@@ -28,7 +29,7 @@ emoji:heart[md]
28
29
  ----
29
30
 
30
31
  |`lg`
31
- |emoji:heart[lg]
32
+ ^|emoji:heart[lg]
32
33
  |
33
34
  [source, html]
34
35
  ----
@@ -36,7 +37,7 @@ emoji:heart[lg]
36
37
  ----
37
38
 
38
39
  |`xl`
39
- |emoji:heart[xl]
40
+ ^|emoji:heart[xl]
40
41
  |
41
42
  [source, html]
42
43
  ----
@@ -1,10 +1,11 @@
1
1
 
2
+ .Relative sizes
2
3
  [cols="2,1,9a", options="header", role="table-responsive mb-5"]
3
4
  |===============================================================================
4
5
  |Class |Result |Code
5
6
 
6
7
  |`1x`
7
- |emoji:heart[1x]
8
+ ^|emoji:heart[1x]
8
9
  |
9
10
  [source, html]
10
11
  ----
@@ -12,7 +13,7 @@ emoji:heart[1x]
12
13
  ----
13
14
 
14
15
  |`2x`
15
- |emoji:heart[2x]
16
+ ^|emoji:heart[2x]
16
17
  |
17
18
  [source, html]
18
19
  ----
@@ -20,7 +21,7 @@ emoji:heart[2x]
20
21
  ----
21
22
 
22
23
  |`3x`
23
- |emoji:heart[3x]
24
+ ^|emoji:heart[3x]
24
25
  |
25
26
  [source, html]
26
27
  ----
@@ -28,7 +29,7 @@ emoji:heart[3x]
28
29
  ----
29
30
 
30
31
  |`4x`
31
- |emoji:heart[4x]
32
+ ^|emoji:heart[4x]
32
33
  |
33
34
  [source, html]
34
35
  ----
@@ -36,7 +37,7 @@ emoji:heart[4x]
36
37
  ----
37
38
 
38
39
  |`5x`
39
- |emoji:heart[5x]
40
+ ^|emoji:heart[5x]
40
41
  |
41
42
  [source, html]
42
43
  ----
@@ -1,4 +1,5 @@
1
1
 
2
+ .Rotate icons
2
3
  [cols="2,1,9a", options="header", role="table-responsive mb-5"]
3
4
  |===============================================================================
4
5
  |Class |Result |Code
@@ -1,4 +1,5 @@
1
1
 
2
+ .Flip icons
2
3
  [cols="2,1,9a", options="header", role="table-responsive mb-5"]
3
4
  |===============================================================================
4
5
  |Class |Result |Code
@@ -1,4 +1,5 @@
1
1
 
2
+ .Animate icons
2
3
  [cols="2,1,9a", options="header", role="table-responsive mb-5"]
3
4
  |===============================================================================
4
5
  |Class |Result |Code
@@ -17,7 +17,7 @@ resource_options:
17
17
  - masthead:
18
18
  opacity: 0.5
19
19
  slides:
20
- - url: /"pages/roundtrip/icon-fonts-1920.jpg
20
+ - url: /assets/images/pages/roundtrip/icon-fonts-1920.jpg
21
21
  alt: Photo by Harpal Singh on Unsplash
22
22
  caption: Photo by Harpal Singh on Unsplash
23
23
  caption_href: https://unsplash.com/aquatium/portfolio
@@ -17,7 +17,7 @@ resource_options:
17
17
  - masthead:
18
18
  opacity: 0.5
19
19
  slides:
20
- - url: /"pages/roundtrip/icon-fonts-1920.jpg
20
+ - url: /assets/images/pages/roundtrip/icon-fonts-1920.jpg
21
21
  alt: Photo by Harpal Singh on Unsplash
22
22
  caption: Photo by Harpal Singh on Unsplash
23
23
  caption_href: https://unsplash.com/aquatium/portfolio
@@ -8,6 +8,7 @@ But, for sure, the solution provided is a compromise. To fit the common needs
8
8
  for tables viewed on desktop *and* mobile devices, three types of responsive
9
9
  tables are implemented:
10
10
 
11
+ .Types of responsive tables
11
12
  [cols="2a,4a,6a", options="header", width="100%", role="rtable_v table-responsive mt-3"]
12
13
  |===============================================================================
13
14
  |Type |Style |Description
@@ -62,7 +62,7 @@ _Font Awesome_.
62
62
  === Material Design Icons
63
63
 
64
64
  The primary icon set for J1 Template are _Material Design Icons_, because it
65
- is an rich set providing more tha 2100+ icons. From a design prospective,
65
+ is an rich set providing more than 2100+ icons. From a design prospective,
66
66
  _MDI_ has an excellent Material Design support an comes with the original icon
67
67
  set created by _Google_ build-in.
68
68
 
@@ -71,6 +71,7 @@ that is based on *_Google_'s Material Design*. _MDI_ is a community-driven
71
71
  project to create an increased icon-set based on _Google_'s official repository
72
72
  and MD style specification.
73
73
 
74
+ .Material Design Icons
74
75
  [cols="2a,3a,4a,3a", options="header", width="100%", role="rtable_v table-responsive mt-3"]
75
76
  |===============================================================================
76
77
  |Size |Modifier |Markup |Render
@@ -195,6 +196,7 @@ The free versions (all releases up to 4 and the free version for 5) are
195
196
  available under SIL Open Font License 1.1, Creative Commons Attribution 4.0,
196
197
  and MIT License.
197
198
 
199
+ .Font Awesome Icons
198
200
  [cols="2a,3a,4a,3a", options="header", width="100%", role="rtable_v table-responsive mt-3"]
199
201
  |===============================================================================
200
202
  |Size |Modifier |Markup |Render
@@ -64,6 +64,8 @@ well.
64
64
  == Algolia Site Search
65
65
 
66
66
  ++++
67
+ <!-- See: https://community.algolia.com/instantsearch.js/v2/getting-started.html -->
68
+
67
69
  <!-- CurrentRefinedValues widget -->
68
70
  <div id="current-refined-values"></div>
69
71
 
@@ -149,7 +151,7 @@ input:focus:hover{
149
151
 
150
152
  .ais-search-box {
151
153
  max-width: 100%;
152
- margin-bottom: 15px;
154
+ // margin-bottom: 15px;
153
155
  }
154
156
 
155
157
  .ais-search-box--input {
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: j1_template_mde
3
3
  version: !ruby/object:Gem::Version
4
- version: 2018.4.30
4
+ version: 2018.4.31
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: 2019-04-05 00:00:00.000000000 Z
11
+ date: 2019-04-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dotenv
@@ -61,7 +61,7 @@ files:
61
61
  - _includes/themes/j1/layouts/layout_shim_generator.html
62
62
  - _includes/themes/j1/layouts/layout_theme_generator.html
63
63
  - _includes/themes/j1/modules/boards/news_pin_board.html
64
- - _includes/themes/j1/modules/connectors/ad/google-adsense
64
+ - _includes/themes/j1/modules/connectors/ad/google-adsense.html
65
65
  - _includes/themes/j1/modules/connectors/ads
66
66
  - _includes/themes/j1/modules/connectors/analytic/google
67
67
  - _includes/themes/j1/modules/connectors/analytic/googleUA
@@ -237,6 +237,7 @@ files:
237
237
  - lib/starter_web/_rack/nginx.conf
238
238
  - lib/starter_web/_rack/puma.rb
239
239
  - lib/starter_web/_sass/README.md
240
+ - lib/starter_web/_unused/package.json.new
240
241
  - lib/starter_web/assets/data/animate.json
241
242
  - lib/starter_web/assets/data/ascii_code_table.json
242
243
  - lib/starter_web/assets/data/authclient.html
@@ -839,7 +840,6 @@ files:
839
840
  - lib/starter_web/favicon.ico
840
841
  - lib/starter_web/index.html
841
842
  - lib/starter_web/package.json
842
- - lib/starter_web/package.json.new
843
843
  - lib/starter_web/pages/premium/bookshelf/100_about_jekyll_collections.adoc
844
844
  - lib/starter_web/pages/premium/bookshelf/200_book_shelf_biography.adoc
845
845
  - lib/starter_web/pages/premium/bookshelf/300_book_shelf_fantasy.adoc