j1-template 2020.0.1 → 2020.0.6

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.
Files changed (83) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/layouts/content_generator_blog_archive.html +22 -18
  3. data/_includes/themes/j1/layouts/content_generator_collection.html +15 -12
  4. data/_includes/themes/j1/layouts/content_generator_page.html +16 -17
  5. data/_includes/themes/j1/layouts/content_generator_post.html +19 -24
  6. data/_includes/themes/j1/modules/navigator/generator.html +62 -40
  7. data/assets/data/menu.html +6 -5
  8. data/assets/data/mmenu.html +455 -0
  9. data/assets/data/{sidebar.html → mmenu_sidebar.html} +24 -18
  10. data/assets/data/mmenu_toc.html +45 -0
  11. data/assets/data/quicklinks.html +9 -4
  12. data/assets/data/ssm.html +227 -0
  13. data/assets/error_pages/HTTP204.html +3 -3
  14. data/assets/themes/j1/core/css/bootstrap.css +116 -93
  15. data/assets/themes/j1/core/css/bootstrap.min.css +4 -4
  16. data/assets/themes/j1/core/css/globals.css +1 -1
  17. data/assets/themes/j1/core/css/theme_extensions.css +186 -96
  18. data/assets/themes/j1/core/css/theme_extensions.min.css +1 -1
  19. data/assets/themes/j1/core/css/uno.css +186 -96
  20. data/assets/themes/j1/core/css/uno.min.css +1 -1
  21. data/assets/themes/j1/core/css/vendor.css +130 -104
  22. data/assets/themes/j1/core/css/vendor.min.css +4 -4
  23. data/assets/themes/j1/core/js/template.js +296 -24
  24. data/assets/themes/j1/core/js/template.js.map +1 -1
  25. data/assets/themes/j1/core/js/template.min.js +1 -1
  26. data/lib/j1/version.rb +1 -1
  27. data/lib/j1_app/j1_auth_manager/auth_manager.rb +21 -17
  28. data/lib/j1_app/j1_auth_manager/config.rb +13 -9
  29. data/lib/j1_app/j1_site_manager/static_site.rb +1 -1
  30. data/lib/starter_web/Gemfile +2 -2
  31. data/lib/starter_web/_config.yml +12 -139
  32. data/lib/starter_web/_data/modules/authentication.yml +1 -1
  33. data/lib/starter_web/_data/modules/defaults/navigator.yml +25 -24
  34. data/lib/starter_web/_data/modules/defaults/ssm.yml +50 -0
  35. data/lib/starter_web/_data/modules/defaults/toccer.yml +14 -15
  36. data/lib/starter_web/_data/modules/navigator.yml +164 -97
  37. data/lib/starter_web/_data/modules/ssm.yml +133 -0
  38. data/lib/starter_web/_data/modules/toccer.yml +20 -62
  39. data/lib/starter_web/_data/resources.yml +74 -51
  40. data/lib/starter_web/_data/template_settings.yml +13 -13
  41. data/lib/starter_web/_plugins/uglify.rb +41 -0
  42. data/lib/starter_web/apps/public/{cc → cc/cc.yml} +0 -0
  43. data/lib/starter_web/apps/public/cc/index.adoc +107 -0
  44. data/lib/starter_web/assets/images/modules/icons/j1/{j1..ico → j1.ico} +0 -0
  45. data/lib/starter_web/assets/themes/j1/adapter/js/algolia.js +321 -0
  46. data/lib/starter_web/assets/themes/j1/adapter/js/attic.js +4 -4
  47. data/lib/starter_web/assets/themes/j1/adapter/js/carousel.js +3 -3
  48. data/lib/starter_web/assets/themes/j1/adapter/js/framer.js +3 -3
  49. data/lib/starter_web/assets/themes/j1/adapter/js/j1.js +19 -60
  50. data/lib/starter_web/assets/themes/j1/adapter/js/mmenu.js +452 -0
  51. data/lib/starter_web/assets/themes/j1/adapter/js/navigator.js +50 -50
  52. data/lib/starter_web/assets/themes/j1/adapter/js/ssm.js +498 -0
  53. data/lib/starter_web/assets/themes/j1/adapter/js/themer.js +1 -1
  54. data/lib/starter_web/assets/themes/j1/adapter/js/toccer.js +40 -43
  55. data/lib/starter_web/assets/themes/j1/extensions/mmenu-light/css/mmenu-light.css +384 -0
  56. data/lib/starter_web/assets/themes/j1/extensions/mmenu-light/css/mmenu-light.min.css +384 -0
  57. data/lib/starter_web/assets/themes/j1/extensions/mmenu-light/css/themes/uno.css +153 -0
  58. data/lib/starter_web/assets/themes/j1/extensions/mmenu-light/css/themes/uno.min.css +153 -0
  59. data/lib/starter_web/assets/themes/j1/extensions/mmenu-light/js/mmenu-light.js +11 -0
  60. data/lib/starter_web/assets/themes/j1/extensions/mmenu-light/js/mmenu-light.min.js +11 -0
  61. data/lib/starter_web/assets/themes/j1/extensions/mmenu-light/js/mmenu-light.polyfills.js +118 -0
  62. data/lib/starter_web/assets/themes/j1/extensions/mmenu-light/js/mmenu-light.polyfills.min.js +118 -0
  63. data/lib/starter_web/collections/posts/public/{jekyll → featured}/_posts/2018-05-01-confusion-about-base-url.adoc +0 -0
  64. data/lib/starter_web/package.json +1 -1
  65. data/lib/starter_web/pages/public/learn/floating_sidebar.adoc +199 -0
  66. data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.adoc +2 -2
  67. data/lib/starter_web/pages/public/learn/roundtrip/200_typography.adoc +2 -2
  68. data/lib/starter_web/pages/public/learn/whats_up.adoc +12 -11
  69. data/lib/starter_web/pages/public/legal/en/500_support.adoc +1 -1
  70. data/lib/starter_web/pages/public/previewer/000_includes/tables/mdi_icons/200_rotate.asciidoc +1 -1
  71. data/lib/starter_web/pages/public/previewer/mdi_icons_preview.adoc +2 -3
  72. data/lib/starter_web/pages/public/previewer/twitter_emoji_preview.adoc +3 -3
  73. data/lib/starter_web/pages/public/site_search.adoc +196 -0
  74. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  75. data/lib/starter_web/utilsrv/package.json +1 -1
  76. metadata +26 -13
  77. data/assets/themes/j1/core/css/globals.scss +0 -28
  78. data/lib/starter_web/_data/modules/back2top.yml +0 -40
  79. data/lib/starter_web/_data/modules/defaults/back2top.yml +0 -147
  80. data/lib/starter_web/_data/modules/defaults/smooth_scroll.yml +0 -169
  81. data/lib/starter_web/_data/modules/smooth_scroll.yml +0 -169
  82. data/lib/starter_web/assets/themes/j1/adapter/js/back2top.js +0 -227
  83. data/lib/starter_web/assets/themes/j1/adapter/js/scroller.js +0 -177
@@ -1,5 +1,5 @@
1
1
  ---
2
- title: Roundtripppp
2
+ title: Roundtrip
3
3
  tagline: present images
4
4
  description: J1 Template Roundtrip - Present image based data
5
5
 
@@ -276,7 +276,7 @@ and high quality *justified* image galleries. J1 Template combines the gallery
276
276
  with the *lightboxes* supported to *enlage* the images of a gallery.
277
277
 
278
278
  See *Justified Gallery* in action - and for sure all what you see is even
279
- responsive. Change the size of your current browser window, by width or height,
279
+ responsive. Change the size of your current browser window, by width or height,
280
280
  to see what will happen!
281
281
 
282
282
  === Justified Gallery
@@ -63,8 +63,8 @@ include::{includedir}/attributes.asciidoc[tag=data]
63
63
  == Typography
64
64
 
65
65
  Typography serves as one the most crucial branding elements for any business.
66
- Typography matters for any media presenting text. Text will take on a important
67
- role of acting not only as plain text but will also serve as something like
66
+ Typography matters for any media presenting text. Text will take on a important
67
+ role of acting not only as plain text but will also serve as something like
68
68
  images.
69
69
 
70
70
  === Responsive Text
@@ -12,6 +12,8 @@ regenerate: false
12
12
 
13
13
  resources: [ lightbox ]
14
14
  resource_options:
15
+ - ssm:
16
+ mode: menu
15
17
  - attic:
16
18
  padding_top: 400
17
19
  padding_bottom: 50
@@ -61,21 +63,21 @@ resource_options:
61
63
  // -----------------------------------------------------------------------------
62
64
 
63
65
  Welcome to the pages of J1 Template. If your here first time,
64
- hopefully you get on that page first. For sure, there is no better
66
+ hopefully you get on that page first. For sure, there is no better
65
67
  place to step in.
66
68
 
67
- Having a menu system is great. We hope the the navigator module of J1 will
68
- support you to explore this site, find what your are looking for. The site
69
- of J1 has grown over the last month a lot. Many documents were seeking for
69
+ Having a menu system is great. We hope the the navigator module of J1 will
70
+ support you to explore this site, find what your are looking for. The site
71
+ of J1 has grown over the last month a lot. Many documents were seeking for
70
72
  a home. And we have really a bunch of them.
71
73
 
72
74
  To get better orientated, the site is organized for *natural reading*. As we
73
- use the English language for our international vistors (we are German),
74
- *natural reading* means for a western language, reading from the left to the
75
- right (LTR), and from top to down a page. The same to all menus, sections
75
+ use the English language for our international vistors (we are German),
76
+ *natural reading* means for a western language, reading from the left to the
77
+ right (LTR), and from top to down a page. The same to all menus, sections
76
78
  and pages.
77
79
 
78
- To read the site it is recommended to go for LTR. Other languages, other
80
+ To read the site it is recommended to go for LTR. Other languages, other
79
81
  countries and cultures go for RTL, but currently we've *no* support for RTL
80
82
  implemented.
81
83
 
@@ -84,7 +86,7 @@ For that reason, it was a good decision to start from here.
84
86
 
85
87
  == Whats up
86
88
 
87
- First of all, you've started already! The important first step in to find
89
+ First of all, you've started already! The important first step in to find
88
90
  your way to Jekyll is done. Congratiulations.
89
91
 
90
92
  The *Learn* section contains all you need to learn what Jekyll and J1 can do
@@ -96,7 +98,7 @@ With this section you'll find a:
96
98
  *J1*.
97
99
 
98
100
  . *Kickstarter* are Tutorials. The most important one to start is *Web in a Day*.
99
- This tutorial guides you through all the steps to build a website using
101
+ This tutorial guides you through all the steps to build a website using
100
102
  the template system Jekyll One - your site using Jekyll and the template J1.
101
103
 
102
104
  == Where to go
@@ -114,4 +116,3 @@ You're welcome!
114
116
 
115
117
  If you like, continue by walking through the roundtrip examples
116
118
  link:/pages/public/learn/roundtrip/present_images/[by starting the tour here].
117
-
@@ -7,7 +7,7 @@ tags: [ Support ]
7
7
  index: []
8
8
  categories: [ pages ]
9
9
 
10
- permalink: /pages/public/legal/de/support/
10
+ permalink: /pages/public/legal/en/support/
11
11
  regenerate: false
12
12
 
13
13
  resources: []
@@ -41,7 +41,7 @@
41
41
  |
42
42
  [source, html]
43
43
  ----
44
- <i class="mdi mdi-3x mdi-account mdi-rotate-45">
44
+ <i class="mdi mdi-3x mdi-account mdi-rotate-180">
45
45
  ----
46
46
 
47
47
  |`mdi-rotate-225`
@@ -10,7 +10,7 @@ categories: [ pages, manuals ]
10
10
  permalink: /pages/protected/previewer/mdi_font/
11
11
  regenerate: false
12
12
 
13
- scrollbar: true
13
+ scrollbar: false
14
14
 
15
15
  resources: []
16
16
  resource_options:
@@ -46,7 +46,7 @@ include::{includedir}/attributes.asciidoc[tag=data]
46
46
 
47
47
  // Additional Asciidoc page attributes goes here
48
48
  // -----------------------------------------------------------------------------
49
-
49
+
50
50
 
51
51
  // Include documents
52
52
  // -----------------------------------------------------------------------------
@@ -89,7 +89,6 @@ include equivalent text either inside the `` tag or right next to it
89
89
  click to reply, the link is usable if CSS doesn't load, and human readers
90
90
  with good eyesight and a decent browser see a pretty icon.
91
91
 
92
-
93
92
  == Sizes
94
93
 
95
94
  For more eye-minded placement, or to place emphasis on, all icons can be
@@ -8,9 +8,9 @@ index: []
8
8
  categories: [ pages, manuals ]
9
9
 
10
10
  permalink: /pages/protected/previewer/twitter_emoji/
11
- regenerate: false
11
+ regenerate: false
12
12
 
13
- scrollbar: true
13
+ scrollbar: false
14
14
 
15
15
  resources: []
16
16
  resource_options:
@@ -50,7 +50,7 @@ include::{includedir}/attributes.asciidoc[tag=data]
50
50
 
51
51
  // Additional Asciidoc page attributes goes here
52
52
  // -----------------------------------------------------------------------------
53
- :jollygoodcode-emoji: https://github.com/jollygoodcode/twemoji
53
+ :jollygoodcode-emoji: https://github.com/jollygoodcode/twemoji
54
54
 
55
55
  // Include documents
56
56
  // -----------------------------------------------------------------------------
@@ -0,0 +1,196 @@
1
+ ---
2
+ title: Site Search
3
+ tagline: Full-text search engine
4
+ description: Algolia Index for all documents
5
+
6
+ tags: [
7
+ Doc, Post, Documents, Full, Text,
8
+ Site, Search, Engine, Algolia
9
+ ]
10
+ index: []
11
+ categories: [ pages ]
12
+
13
+ toc: false
14
+
15
+ permalink: /pages/public/start/site_search/
16
+ regenerate: false
17
+
18
+ resources: [ algolia ]
19
+ resource_options:
20
+ - masthead:
21
+ opacity: 0.2
22
+ slides:
23
+ - url: /assets/images/widescreen/featured-1920x800.jpg
24
+ alt: featured-1920x800
25
+ ---
26
+
27
+ // Enable the Liquid Preprocessor
28
+ // -----------------------------------------------------------------------------
29
+ :page-liquid:
30
+
31
+ // Set other global page attributes here
32
+ // -----------------------------------------------------------------------------
33
+
34
+ // Liquid procedures
35
+ // -----------------------------------------------------------------------------
36
+ //{% capture set_env_entry_document %}themes/{{site.template.name}}/procedures/global/set_env_entry_document.proc{%endcapture%}
37
+
38
+ // Initialize entry document paths
39
+ // -----------------------------------------------------------------------------
40
+ //{% include {{set_env_entry_document}} init_folders=all %}
41
+
42
+ // Load tags and urls
43
+ // -----------------------------------------------------------------------------
44
+ //include::{includedir}/attributes.asciidoc[tag=tags]
45
+ //include::{includedir}/attributes.asciidoc[tag=urls]
46
+ //include::{includedir}/attributes.asciidoc[tag=data]
47
+
48
+ // Additional Asciidoc page attributes goes here
49
+ // -----------------------------------------------------------------------------
50
+
51
+ // Include sub-documents
52
+ // -----------------------------------------------------------------------------
53
+
54
+ == Site Search
55
+
56
+ J1 Template integrates an Algolia Search Index for all documents of this site.
57
+ Using Algolia *Site Search*, looking for documents is done in a second.
58
+
59
+ ++++
60
+ <!-- See: https://community.algolia.com/instantsearch.js/v2/getting-started.html -->
61
+
62
+ <!-- CurrentRefinedValues widget -->
63
+ <div id="current-refined-values"></div>
64
+
65
+ <!-- ClearAll widget -->
66
+ <div id="clear-all"></div>
67
+
68
+ <!-- SearchBox widget -->
69
+ <div id="search-searchbar" class="mb-4"> </div>
70
+
71
+ <!-- HitsPerPage widget -->
72
+ <!-- div id="hits-per-page-selector"></div -->
73
+
74
+ <div id="searcher" class"row">
75
+ <div class="col-md-4 col-xs-6">
76
+ <!-- CurrentRefinedValues widget -->
77
+ <div id="current-refined-values"></div>
78
+ <!-- RefinementList widget -->
79
+ <div id="refinement-list" class="limit-y"></div>
80
+ </div>
81
+
82
+ <div class="col-md-8 col-xs-6">
83
+ <!-- Pagination widget -->
84
+ <div id="pagination"></div>
85
+ <!-- Hits widget -->
86
+ <ul class="list-unstyled">
87
+ <div id="search-hits" class="result-list" >
88
+ <div class="result-item"></div>
89
+ </div>
90
+ </ul>
91
+ </div>
92
+
93
+ </div>
94
+ ++++
95
+
96
+ ++++
97
+ <style>
98
+
99
+ #refinement-list {
100
+ scrollbar-width: none; /* Firefox */
101
+ -ms-overflow-style: none; /* IE 10+ */
102
+ }
103
+
104
+ #refinement-list::-webkit-scrollbar {
105
+ width: 0px; /* WebKit */
106
+ }
107
+
108
+ /*
109
+ input:focus{
110
+ outline: none;
111
+ // box-shadow: 0px 0px 5px #61C5FA;
112
+ border: 1px solid #424242;
113
+ }
114
+
115
+ input:hover {
116
+ border: 1px solid #424242;
117
+ border-radius: 5px;
118
+ }
119
+
120
+ input:focus:hover{
121
+ outline: none;
122
+ box-shadow: 0px 0px 5px #424242;
123
+ border: 1px solid #3f51b5;
124
+ border-radius:0;
125
+ }
126
+ */
127
+
128
+ .limit-y {
129
+ max-height: 1000px;
130
+ overflow-y: scroll;
131
+ }
132
+
133
+ .ais-pagination {
134
+ -webkit-box-shadow: 0 !important;
135
+ box-shadow: 0 !important;
136
+ width: 100%;
137
+ }
138
+
139
+ .ais-pagination--item__active {
140
+ background: #3f51b5;
141
+ }
142
+
143
+ .ais-clear-all--link, .ais-current-refined-values--clear-all,
144
+ .ais-price-ranges--button, .ais-range-input--submit {
145
+ background: #3f51b5;
146
+ }
147
+
148
+
149
+ .ais-current-refined-values--link, .ais-geo-search--toggle-label,
150
+ .ais-hierarchical-menu--link, .ais-menu--link, .ais-price-ranges--link,
151
+ .ais-refinement-list--label, .ais-star-rating--link, .ais-toggle--label {
152
+ color: #3f51b5;
153
+ }
154
+
155
+ .ais-refinement-list {
156
+ margin-top: 1.25rem;
157
+ }
158
+
159
+ .search-result-item {
160
+ margin-bottom: 0px;
161
+ }
162
+
163
+ .ais-search-box {
164
+ max-width: 100%;
165
+ /* margin-bottom: 15px; */
166
+ }
167
+
168
+ .ais-search-box--input {
169
+ padding-left: 2.5rem !important;
170
+ }
171
+
172
+ .ais-search-box--magnifier {
173
+ top: 1rem !important;
174
+ right: 1rem !important;
175
+ left: 1rem !important;
176
+ }
177
+
178
+ .ais-search-box--reset {
179
+ top: 1rem !important;
180
+ right: 1rem !important;
181
+ }
182
+
183
+ .ais-clear-all {
184
+ margin-bottom: .125rem!important;
185
+ }
186
+
187
+ em.ais-Highlight {
188
+ font-weight: bold;
189
+ /* font-size: 1.125rem; */
190
+ /* font-style: inherit; */
191
+ color: #ef2929;
192
+ font-style: unset !important;
193
+ }
194
+
195
+ </style>
196
+ ++++
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": true,
3
3
  "name": "utls",
4
- "version": "2020.0.1",
4
+ "version": "2020.0.6",
5
5
  "description": "J1 Template Utility Server",
6
6
  "homepage": "https://jekyll.one",
7
7
  "author": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": true,
3
3
  "name": "utls",
4
- "version": "2020.0.1",
4
+ "version": "2020.0.6",
5
5
  "description": "J1 Template Utility Server",
6
6
  "homepage": "https://jekyll.one",
7
7
  "author": {
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: 2020.0.1
4
+ version: 2020.0.6
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: 2020-06-15 00:00:00.000000000 Z
11
+ date: 2020-07-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -367,10 +367,13 @@ files:
367
367
  - assets/data/mdi_icons.json
368
368
  - assets/data/menu.html
369
369
  - assets/data/messages.yml
370
+ - assets/data/mmenu.html
371
+ - assets/data/mmenu_sidebar.html
372
+ - assets/data/mmenu_toc.html
370
373
  - assets/data/panel.html
371
374
  - assets/data/quicklinks.html
372
375
  - assets/data/search.yml
373
- - assets/data/sidebar.html
376
+ - assets/data/ssm.html
374
377
  - assets/data/themes.json
375
378
  - assets/data/twa_v1.json
376
379
  - assets/error_pages/HTTP204.html
@@ -390,7 +393,6 @@ files:
390
393
  - assets/themes/j1/core/css/custom.scss
391
394
  - assets/themes/j1/core/css/globals.css
392
395
  - assets/themes/j1/core/css/globals.min.css
393
- - assets/themes/j1/core/css/globals.scss
394
396
  - assets/themes/j1/core/css/theme_extensions.css
395
397
  - assets/themes/j1/core/css/theme_extensions.min.css
396
398
  - assets/themes/j1/core/css/uno.css
@@ -545,12 +547,10 @@ files:
545
547
  - lib/starter_web/_data/layouts/raw.yml
546
548
  - lib/starter_web/_data/modules/attics.yml
547
549
  - lib/starter_web/_data/modules/authentication.yml
548
- - lib/starter_web/_data/modules/back2top.yml
549
550
  - lib/starter_web/_data/modules/cookie_consent.yml
550
551
  - lib/starter_web/_data/modules/cookiebar.yml
551
552
  - lib/starter_web/_data/modules/defaults/attics.yml
552
553
  - lib/starter_web/_data/modules/defaults/authentication.yml
553
- - lib/starter_web/_data/modules/defaults/back2top.yml
554
554
  - lib/starter_web/_data/modules/defaults/cookie_consent.yml
555
555
  - lib/starter_web/_data/modules/defaults/cookiebar.yml
556
556
  - lib/starter_web/_data/modules/defaults/framer.yml
@@ -558,7 +558,7 @@ files:
558
558
  - lib/starter_web/_data/modules/defaults/log4javascript.yml
559
559
  - lib/starter_web/_data/modules/defaults/log4r.yml
560
560
  - lib/starter_web/_data/modules/defaults/navigator.yml
561
- - lib/starter_web/_data/modules/defaults/smooth_scroll.yml
561
+ - lib/starter_web/_data/modules/defaults/ssm.yml
562
562
  - lib/starter_web/_data/modules/defaults/stickybits.yml
563
563
  - lib/starter_web/_data/modules/defaults/themer.yml
564
564
  - lib/starter_web/_data/modules/defaults/toccer.yml
@@ -568,7 +568,7 @@ files:
568
568
  - lib/starter_web/_data/modules/log4r.yml
569
569
  - lib/starter_web/_data/modules/navigator.yml
570
570
  - lib/starter_web/_data/modules/navigator_menu.yml
571
- - lib/starter_web/_data/modules/smooth_scroll.yml
571
+ - lib/starter_web/_data/modules/ssm.yml
572
572
  - lib/starter_web/_data/modules/themer.yml
573
573
  - lib/starter_web/_data/modules/toccer.yml
574
574
  - lib/starter_web/_data/pages/builder.yml
@@ -601,7 +601,9 @@ files:
601
601
  - lib/starter_web/_plugins/prettify.rb
602
602
  - lib/starter_web/_plugins/simple_search_filter.rb
603
603
  - lib/starter_web/_plugins/symlink_watcher.rb
604
- - lib/starter_web/apps/public/cc
604
+ - lib/starter_web/_plugins/uglify.rb
605
+ - lib/starter_web/apps/public/cc/cc.yml
606
+ - lib/starter_web/apps/public/cc/index.adoc
605
607
  - lib/starter_web/assets/images/collections/blog/featured/jekyll.1200x400.png
606
608
  - lib/starter_web/assets/images/collections/blog/featured/jekyll.png
607
609
  - lib/starter_web/assets/images/collections/blog/featured/staticgen.jpg
@@ -728,7 +730,7 @@ files:
728
730
  - lib/starter_web/assets/images/modules/icons/j1/j1-32x32.ico
729
731
  - lib/starter_web/assets/images/modules/icons/j1/j1-512x512.png
730
732
  - lib/starter_web/assets/images/modules/icons/j1/j1-64x64.png
731
- - lib/starter_web/assets/images/modules/icons/j1/j1..ico
733
+ - lib/starter_web/assets/images/modules/icons/j1/j1.ico
732
734
  - lib/starter_web/assets/images/modules/icons/j1/scalable/j1.svg
733
735
  - lib/starter_web/assets/images/modules/icons/netlify/nf-logo.png
734
736
  - lib/starter_web/assets/images/modules/icons/p1/favicon.ico
@@ -900,8 +902,8 @@ files:
900
902
  - lib/starter_web/assets/images/pages/roundtrip/typography-1920x1280-bw.jpg
901
903
  - lib/starter_web/assets/images/quotes/default.png
902
904
  - lib/starter_web/assets/images/quotes/people.png
905
+ - lib/starter_web/assets/themes/j1/adapter/js/algolia.js
903
906
  - lib/starter_web/assets/themes/j1/adapter/js/attic.js
904
- - lib/starter_web/assets/themes/j1/adapter/js/back2top.js
905
907
  - lib/starter_web/assets/themes/j1/adapter/js/carousel.js
906
908
  - lib/starter_web/assets/themes/j1/adapter/js/cookie_consent.js
907
909
  - lib/starter_web/assets/themes/j1/adapter/js/framer.js
@@ -910,9 +912,10 @@ files:
910
912
  - lib/starter_web/assets/themes/j1/adapter/js/justified_gallery.js
911
913
  - lib/starter_web/assets/themes/j1/adapter/js/lightbox.js
912
914
  - lib/starter_web/assets/themes/j1/adapter/js/logger.js
915
+ - lib/starter_web/assets/themes/j1/adapter/js/mmenu.js
913
916
  - lib/starter_web/assets/themes/j1/adapter/js/navigator.js
914
- - lib/starter_web/assets/themes/j1/adapter/js/scroller.js
915
917
  - lib/starter_web/assets/themes/j1/adapter/js/searcher.js
918
+ - lib/starter_web/assets/themes/j1/adapter/js/ssm.js
916
919
  - lib/starter_web/assets/themes/j1/adapter/js/themer.js
917
920
  - lib/starter_web/assets/themes/j1/adapter/js/toccer.js
918
921
  - lib/starter_web/assets/themes/j1/extensions/carousel/css/carousel.css
@@ -1015,6 +1018,14 @@ files:
1015
1018
  - lib/starter_web/assets/themes/j1/extensions/light_gallery/js/modules/lg-zoom.min.js
1016
1019
  - lib/starter_web/assets/themes/j1/extensions/log4javascript/log4javascript.js
1017
1020
  - lib/starter_web/assets/themes/j1/extensions/log4javascript/log4javascript.min.js
1021
+ - lib/starter_web/assets/themes/j1/extensions/mmenu-light/css/mmenu-light.css
1022
+ - lib/starter_web/assets/themes/j1/extensions/mmenu-light/css/mmenu-light.min.css
1023
+ - lib/starter_web/assets/themes/j1/extensions/mmenu-light/css/themes/uno.css
1024
+ - lib/starter_web/assets/themes/j1/extensions/mmenu-light/css/themes/uno.min.css
1025
+ - lib/starter_web/assets/themes/j1/extensions/mmenu-light/js/mmenu-light.js
1026
+ - lib/starter_web/assets/themes/j1/extensions/mmenu-light/js/mmenu-light.min.js
1027
+ - lib/starter_web/assets/themes/j1/extensions/mmenu-light/js/mmenu-light.polyfills.js
1028
+ - lib/starter_web/assets/themes/j1/extensions/mmenu-light/js/mmenu-light.polyfills.min.js
1018
1029
  - lib/starter_web/assets/themes/j1/extensions/rouge/css/base16.dark/theme.css
1019
1030
  - lib/starter_web/assets/themes/j1/extensions/rouge/css/base16.light/theme.css
1020
1031
  - lib/starter_web/assets/themes/j1/extensions/rouge/css/base16.monokai.dark/theme.css
@@ -1070,9 +1081,9 @@ files:
1070
1081
  - lib/starter_web/collections/posts/public/featured/_posts/0000-00-00-welcome-to-j1-template.adoc.erb
1071
1082
  - lib/starter_web/collections/posts/public/featured/_posts/000_includes/attributes.asciidoc
1072
1083
  - lib/starter_web/collections/posts/public/featured/_posts/000_includes/unsplash-badge.asciidoc
1084
+ - lib/starter_web/collections/posts/public/featured/_posts/2018-05-01-confusion-about-base-url.adoc
1073
1085
  - lib/starter_web/collections/posts/public/featured/_posts/2019-05-01-top-open-source-static-site-generators.adoc
1074
1086
  - lib/starter_web/collections/posts/public/featured/_posts/2019-06-01-about-cookies.adoc
1075
- - lib/starter_web/collections/posts/public/jekyll/_posts/2018-05-01-confusion-about-base-url.adoc
1076
1087
  - lib/starter_web/collections/posts/public/series/_posts/000_includes/attributes.asciidoc
1077
1088
  - lib/starter_web/collections/posts/public/series/_posts/000_includes/documents/100-docker-using-shared-folders.asciidoc
1078
1089
  - lib/starter_web/collections/posts/public/series/_posts/000_includes/documents/loop.sh
@@ -1099,6 +1110,7 @@ files:
1099
1110
  - lib/starter_web/pages/public/blog/navigator/archive/dateview.html
1100
1111
  - lib/starter_web/pages/public/blog/navigator/archive/tagview.html
1101
1112
  - lib/starter_web/pages/public/blog/navigator/index.html
1113
+ - lib/starter_web/pages/public/learn/floating_sidebar.adoc
1102
1114
  - lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/000_includes/attributes.asciidoc
1103
1115
  - lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/000_includes/documents/100_meet_and_greet_jekyll.asciidoc
1104
1116
  - lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/000_includes/documents/200_preparations.asciidoc
@@ -1183,6 +1195,7 @@ files:
1183
1195
  - lib/starter_web/pages/public/previewer/justified_gallery.html
1184
1196
  - lib/starter_web/pages/public/previewer/mdi_icons_preview.adoc
1185
1197
  - lib/starter_web/pages/public/previewer/twitter_emoji_preview.adoc
1198
+ - lib/starter_web/pages/public/site_search.adoc
1186
1199
  - lib/starter_web/utilsrv/_defaults/package.json
1187
1200
  - lib/starter_web/utilsrv/package.json
1188
1201
  - lib/starter_web/utilsrv/server.js