ultimate-jekyll-manager 1.3.12 → 1.4.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.
Files changed (71) hide show
  1. package/CHANGELOG.md +31 -0
  2. package/CLAUDE.md +2 -2
  3. package/README.md +4 -0
  4. package/dist/assets/js/core/auth.js +14 -0
  5. package/dist/assets/js/libs/auth.js +62 -2
  6. package/dist/assets/js/libs/form-manager.js +10 -0
  7. package/dist/assets/themes/classy/css/components/_forms.scss +25 -1
  8. package/dist/defaults/dist/_alternatives/example-competitor.md +2 -2
  9. package/dist/defaults/dist/_includes/admin/sections/sidebar.json +1 -1
  10. package/dist/defaults/dist/_layouts/blueprint/admin/calendar/index.html +4 -4
  11. package/dist/defaults/dist/_layouts/blueprint/admin/firebase/index.html +2 -2
  12. package/dist/defaults/dist/_layouts/blueprint/admin/users/index.html +5 -5
  13. package/dist/defaults/dist/_layouts/blueprint/admin/users/new.html +3 -3
  14. package/dist/defaults/dist/_layouts/blueprint/legal/cookies.md +6 -6
  15. package/dist/defaults/dist/_layouts/blueprint/legal/terms.md +1 -1
  16. package/dist/defaults/dist/_layouts/blueprint/portal/email-preferences.html +2 -2
  17. package/dist/defaults/dist/_layouts/themes/classy/backend/pages/dashboard/index.html +5 -5
  18. package/dist/defaults/dist/_layouts/themes/classy/frontend/pages/404.html +2 -2
  19. package/dist/defaults/dist/_layouts/themes/classy/frontend/pages/about.html +3 -3
  20. package/dist/defaults/dist/_layouts/themes/classy/frontend/pages/account/index.html +22 -22
  21. package/dist/defaults/dist/_layouts/themes/classy/frontend/pages/alternatives/alternative.html +11 -11
  22. package/dist/defaults/dist/_layouts/themes/classy/frontend/pages/alternatives/index.html +10 -10
  23. package/dist/defaults/dist/_layouts/themes/classy/frontend/pages/app.html +4 -4
  24. package/dist/defaults/dist/_layouts/themes/classy/frontend/pages/auth/oauth2.html +3 -3
  25. package/dist/defaults/dist/_layouts/themes/classy/frontend/pages/auth/reset.html +3 -3
  26. package/dist/defaults/dist/_layouts/themes/classy/frontend/pages/auth/signin.html +10 -9
  27. package/dist/defaults/dist/_layouts/themes/classy/frontend/pages/auth/signup.html +8 -8
  28. package/dist/defaults/dist/_layouts/themes/classy/frontend/pages/blog/categories/category.html +2 -2
  29. package/dist/defaults/dist/_layouts/themes/classy/frontend/pages/blog/categories/index.html +1 -1
  30. package/dist/defaults/dist/_layouts/themes/classy/frontend/pages/blog/tags/index.html +1 -1
  31. package/dist/defaults/dist/_layouts/themes/classy/frontend/pages/blog/tags/tag.html +2 -2
  32. package/dist/defaults/dist/_layouts/themes/classy/frontend/pages/contact.html +13 -13
  33. package/dist/defaults/dist/_layouts/themes/classy/frontend/pages/download.html +13 -13
  34. package/dist/defaults/dist/_layouts/themes/classy/frontend/pages/extension/index.html +7 -7
  35. package/dist/defaults/dist/_layouts/themes/classy/frontend/pages/extension/installed.html +1 -1
  36. package/dist/defaults/dist/_layouts/themes/classy/frontend/pages/feedback.html +3 -3
  37. package/dist/defaults/dist/_layouts/themes/classy/frontend/pages/index.html +29 -29
  38. package/dist/defaults/dist/_layouts/themes/classy/frontend/pages/payment/checkout.html +16 -16
  39. package/dist/defaults/dist/_layouts/themes/classy/frontend/pages/payment/confirmation.html +5 -5
  40. package/dist/defaults/dist/_layouts/themes/classy/frontend/pages/portal/email-preferences.html +4 -4
  41. package/dist/defaults/dist/_layouts/themes/classy/frontend/pages/pricing.html +40 -20
  42. package/dist/defaults/dist/_layouts/themes/classy/frontend/pages/status.html +2 -2
  43. package/dist/defaults/dist/_layouts/themes/classy/frontend/pages/team/index.html +10 -10
  44. package/dist/defaults/dist/_layouts/themes/classy/frontend/pages/team/member.html +1 -1
  45. package/dist/defaults/dist/pages/test/account/dashboard.html +1 -1
  46. package/dist/defaults/dist/pages/test/components/hero-demo-custom.html +2 -2
  47. package/dist/defaults/dist/pages/test/components/hero-demo-form.html +4 -4
  48. package/dist/defaults/dist/pages/test/components/hero-demo-input.html +3 -3
  49. package/dist/defaults/dist/pages/test/components/hero-demo-side.html +2 -2
  50. package/dist/defaults/dist/pages/test/components/hero-demo-video.html +2 -2
  51. package/dist/defaults/dist/pages/test/index.md +2 -2
  52. package/dist/defaults/dist/pages/test/libraries/appearance.html +6 -6
  53. package/dist/defaults/dist/pages/test/libraries/bootstrap.html +99 -99
  54. package/dist/defaults/dist/pages/test/libraries/cover.html +4 -4
  55. package/dist/defaults/dist/pages/test/libraries/error.html +5 -5
  56. package/dist/defaults/dist/pages/test/libraries/firestore.html +2 -2
  57. package/dist/defaults/dist/pages/test/libraries/form-manager.html +9 -9
  58. package/dist/defaults/dist/pages/test/libraries/lazy-loading.html +9 -9
  59. package/dist/defaults/dist/pages/test/redirect/external.md +2 -2
  60. package/dist/defaults/dist/pages/test/redirect/internal.md +2 -2
  61. package/dist/defaults/dist/pages/test/translation/index.md +3 -3
  62. package/dist/defaults/src/_includes/backend/sections/sidebar.json +3 -3
  63. package/dist/defaults/src/_includes/frontend/sections/footer.json +5 -5
  64. package/dist/defaults/src/_includes/frontend/sections/nav.json +1 -1
  65. package/dist/defaults/src/_includes/global/sections/account.json +2 -2
  66. package/dist/gulp/main.js +5 -0
  67. package/dist/gulp/tasks/imagemin.js +160 -79
  68. package/dist/utils/attach-log-file.js +78 -0
  69. package/docs/images.md +27 -0
  70. package/docs/local-development.md +11 -0
  71. package/package.json +11 -11
@@ -43,7 +43,7 @@ pricing:
43
43
  icon: "download"
44
44
  # Additional features
45
45
  - id: "storage"
46
- name: "Logo Storage"
46
+ name: "Logo storage"
47
47
  icon: "clock"
48
48
 
49
49
  - id: "plus"
@@ -63,7 +63,7 @@ pricing:
63
63
  name: "API Access"
64
64
  icon: "code"
65
65
  - id: "priority_support"
66
- name: "Priority Support"
66
+ name: "Priority support"
67
67
  icon: "headset"
68
68
 
69
69
  - id: "pro"
@@ -95,10 +95,10 @@ pricing:
95
95
  icon: "download"
96
96
  # Additional features
97
97
  - id: "team_collaboration"
98
- name: "Team Collaboration"
98
+ name: "Team collaboration"
99
99
  icon: "users"
100
100
  - id: "custom_branding"
101
- name: "Custom Branding"
101
+ name: "Custom branding"
102
102
  icon: "palette"
103
103
 
104
104
  # Feature Comparison Section
@@ -137,7 +137,7 @@ cta:
137
137
  headline_accent: "needs?"
138
138
  subheadline: "Talk to our support team 24/7"
139
139
  button:
140
- text: "Talk to Us"
140
+ text: "Talk to us"
141
141
  icon: "headset"
142
142
  href: "/contact"
143
143
 
@@ -223,7 +223,7 @@ faqs:
223
223
  {{ page.resolved.hero.headline }} <span class="text-gradient-rainbow">{{ page.resolved.hero.headline_accent }}</span>
224
224
  </h1>
225
225
  {% iftruthy page.resolved.hero.subheadline %}
226
- <p class="fs-5 text-muted">
226
+ <p class="fs-5 text-muted mb-0">
227
227
  {{ page.resolved.hero.subheadline }}
228
228
  </p>
229
229
  {% endiftruthy %}
@@ -240,24 +240,25 @@ faqs:
240
240
  <div class="text-center mb-5">
241
241
  <div class="btn-group" role="group" aria-label="Billing toggle" data-lazy="@class animation-popup">
242
242
  <input type="radio" class="btn-check" name="billing" id="monthly" autocomplete="off" data-billing="monthly">
243
- <label class="btn btn-outline-adaptive rounded-start-pill hover-flex" for="monthly">Monthly</label>
243
+ <label class="btn btn-outline-adaptive rounded-start-pill" for="monthly">Monthly</label>
244
244
 
245
245
  <input type="radio" class="btn-check" name="billing" id="annually" autocomplete="off" checked data-billing="annually">
246
- <label class="btn btn-primary rounded-end-pill position-relative hover-flex" for="annually">
246
+ <label class="btn btn-primary rounded-end-pill position-relative" for="annually">
247
247
  Annually
248
- <!-- <span class="position-absolute top-0 start-100 translate-middle badge rounded-pill bg-primary">
249
- up to 20% off
250
- <span class="visually-hidden">discount</span>
251
- </span> -->
252
248
  </label>
253
249
 
254
- <span class="position-absolute top-0 start-100 translate-middle badge rounded-pill bg-primary">
255
- up to 20% off!
250
+ <span class="position-absolute top-0 start-100 translate-middle badge rounded-pill bg-adaptive-inverse text-adaptive">
251
+ 🎁 up to 20% off!
256
252
  <span class="visually-hidden">discount</span>
257
253
  </span>
258
254
  </div>
259
255
  </div>
260
256
 
257
+ <p class="small text-muted text-center mb-4">
258
+ {% uj_icon "shield-check", "me-1 text-success" %}
259
+ Every paid plan backed by a 7-day money-back guarantee
260
+ </p>
261
+
261
262
  {% assign plan_count = page.resolved.pricing.plans | size %}
262
263
 
263
264
  <!-- Automatically detect common features across ALL plans -->
@@ -397,21 +398,27 @@ faqs:
397
398
  {% iftruthy plan.url %}
398
399
  <a href="{{ plan.url }}" class="btn {% if _plan_monthly == 0 %}btn-adaptive{% else %}{{ btn_style }}{% endif %} btn-md fw-semibold px-2 fs-5">
399
400
  {% if _plan_monthly == 0 %}
400
- Get Started
401
+ Get started
402
+ {% elsif plan.trial.days > 0 %}
403
+ Get free trial
401
404
  {% else %}
402
- Get Free Trial
405
+ Get started
403
406
  {% endif %}
404
407
  </a>
405
408
  {% endiftruthy %}
406
409
  {% iffalsy plan.url %}
407
410
  <button class="btn {{ btn_style }} btn-md fw-semibold px-2 fs-5" data-plan-id="{{ plan.id }}">
408
- Get Free Trial
411
+ {% if plan.trial.days > 0 %}
412
+ Get free trial
413
+ {% else %}
414
+ Get started
415
+ {% endif %}
409
416
  </button>
410
417
  {% endiffalsy %}
411
418
  </div>
412
419
 
413
420
  <!-- Billing info -->
414
- <p class="text-center text-muted small mb-3">
421
+ <p class="text-center text-muted small mb-1">
415
422
  {% if _plan_monthly == 0 %}
416
423
  <span>No credit card required</span>
417
424
  {% else %}
@@ -421,6 +428,19 @@ faqs:
421
428
  {% endif %}
422
429
  </p>
423
430
 
431
+ <!-- Guarantee badge (paid plans only) -->
432
+ {% if _plan_monthly > 0 %}
433
+ <p class="text-center text-muted small mb-3">
434
+ {% uj_icon "shield-check", "me-1 text-success" %}
435
+ 7-day money-back guarantee
436
+ </p>
437
+ {% else %}
438
+ <p class="text-center text-muted small mb-3">
439
+ {% uj_icon "rocket", "me-1 text-success" %}
440
+ Upgrade any time
441
+ </p>
442
+ {% endif %}
443
+
424
444
  <hr class="border-1">
425
445
 
426
446
  <!-- Features -->
@@ -608,7 +628,7 @@ faqs:
608
628
  <button class="btn btn-primary btn-lg" data-plan-id="enterprise">
609
629
  {% uj_icon "envelope", "fa-lg me-2" %}
610
630
  <span class="button-text">
611
- Contact Us
631
+ Contact us
612
632
  </span>
613
633
  </button>
614
634
  </div>
@@ -668,7 +688,7 @@ faqs:
668
688
  <div class="container">
669
689
  <div class="table-responsive" data-lazy="@class animation-slide-up">
670
690
  <table class="table caption-top">
671
- <caption>Compare Features</caption>
691
+ <caption>Compare features</caption>
672
692
  <thead>
673
693
  <tr>
674
694
  <th scope="col">Feature</th>
@@ -306,7 +306,7 @@ build_info:
306
306
  {% uj_icon "clock", "text-primary" %}
307
307
  </div>
308
308
  <div>
309
- <div class="text-muted small mb-1">Last Build</div>
309
+ <div class="text-muted small mb-1">Last build</div>
310
310
  <div class="fw-semibold"><span id="build-time">—</span> <span id="build-time-ago" class="text-muted small ms-1"></span></div>
311
311
  </div>
312
312
  </div>
@@ -332,7 +332,7 @@ build_info:
332
332
  {% uj_icon "box", "text-success" %}
333
333
  </div>
334
334
  <div class="flex-grow-1">
335
- <div class="text-muted small mb-2">Package Versions</div>
335
+ <div class="text-muted small mb-2">Package versions</div>
336
336
  <div id="build-packages" class="d-flex flex-wrap gap-2">
337
337
  <!-- Package badges will be inserted here -->
338
338
  </div>
@@ -4,16 +4,16 @@ layout: themes/[ site.theme.id ]/frontend/core/base
4
4
 
5
5
  ### PAGE CONFIG ###
6
6
  company_values:
7
- - title: "Innovation First"
7
+ - title: "Innovation first"
8
8
  description: "We push boundaries and challenge the status quo to create breakthrough solutions"
9
9
  icon: "lightbulb"
10
- - title: "Customer Obsessed"
10
+ - title: "Customer obsessed"
11
11
  description: "Everything we do is focused on delivering exceptional value to our customers"
12
12
  icon: "heart"
13
- - title: "Team Excellence"
13
+ - title: "Team excellence"
14
14
  description: "We hire the best talent and create an environment where everyone can thrive"
15
15
  icon: "users"
16
- - title: "Transparent Culture"
16
+ - title: "Transparent culture"
17
17
  description: "We believe in open communication, honest feedback, and shared decision-making"
18
18
  icon: "magnifying-glass"
19
19
  ---
@@ -34,7 +34,7 @@ company_values:
34
34
  </div>
35
35
  </section>
36
36
 
37
- <!-- Team Members Section -->
37
+ <!-- Team members section -->
38
38
  <section class="pt-0">
39
39
  <div class="container">
40
40
  <div class="text-center mb-5">
@@ -77,7 +77,7 @@ company_values:
77
77
 
78
78
  <div class="mt-3">
79
79
  <a href="{{ site.url }}{{ member.url }}" class="btn btn-outline-primary btn-sm">
80
- View Profile
80
+ View profile
81
81
  </a>
82
82
  </div>
83
83
  </div>
@@ -94,7 +94,7 @@ company_values:
94
94
  <div class="row justify-content-center">
95
95
  <div class="col-lg-8 text-center">
96
96
  <div class="bg-primary bg-gradient rounded-4 p-5 text-light">
97
- <h2 class="h2 mb-4">Our Mission</h2>
97
+ <h2 class="h2 mb-4">Our mission</h2>
98
98
  <p class="fs-4 fw-bold mb-4 opacity-90">
99
99
  "To empower individuals and businesses with innovative technology solutions that simplify complex challenges and unlock new possibilities for growth and success."
100
100
  </p>
@@ -149,7 +149,7 @@ company_values:
149
149
  <div class="container">
150
150
  <div class="text-center mb-5" data-lazy="@class animation-slide-up">
151
151
  <h2 class="h2 mb-3">
152
- Our <span class="">Core Values</span>
152
+ Our <span class="">Core values</span>
153
153
  </h2>
154
154
  <p class="fs-5 text-muted">The principles that guide everything we do</p>
155
155
  </div>
@@ -189,11 +189,11 @@ company_values:
189
189
  <div class="d-flex flex-column flex-sm-row gap-3 justify-content-center">
190
190
  <a href="/careers" class="btn btn-primary btn-lg px-5 py-3">
191
191
  {% uj_icon "rocket", "me-2" %}
192
- Apply Now
192
+ Apply now
193
193
  </a>
194
194
  <a href="/contact" class="btn btn-outline-adaptive btn-lg px-5 py-3">
195
195
  {% uj_icon "envelope", "me-2" %}
196
- Get in Touch
196
+ Get in touch
197
197
  </a>
198
198
  </div>
199
199
  </div>
@@ -143,7 +143,7 @@ layout: themes/[ site.theme.id ]/frontend/core/base
143
143
  <div class="col-lg-8">
144
144
  <a href="/team" class="btn btn-outline-adaptive btn-lg px-5 py-3">
145
145
  {% uj_icon "arrow-left", "me-2" %}
146
- Back to Team
146
+ Back to team
147
147
  </a>
148
148
  </div>
149
149
  </div>
@@ -5,7 +5,7 @@ permalink: /test/account/dashboard
5
5
 
6
6
  ### REGULAR PAGES ###
7
7
  meta:
8
- title: "Dashboard Account Test Page"
8
+ title: "Dashboard account test page"
9
9
  description: "Test"
10
10
  breadcrumb: "Dashboard Test page"
11
11
  index: false
@@ -48,12 +48,12 @@ hero:
48
48
  </div>
49
49
  </div>
50
50
  primary_button:
51
- text: "Get Started Free"
51
+ text: "Get started free"
52
52
  icon: "rocket"
53
53
  href: "/dashboard"
54
54
  class: "btn-light"
55
55
  secondary_button:
56
- text: "Explore Solutions"
56
+ text: "Explore solutions"
57
57
  icon: "book-open"
58
58
  href: "/pricing"
59
59
  class: "btn-outline-light"
@@ -43,7 +43,7 @@ hero:
43
43
  - value: "retail"
44
44
  label: "Retail"
45
45
  - name: "company_size"
46
- label: "Company Size"
46
+ label: "Company size"
47
47
  icon: "users"
48
48
  type: "select"
49
49
  size: "half"
@@ -66,17 +66,17 @@ hero:
66
66
  rows: 4
67
67
  required: true
68
68
  button:
69
- text: "Get Quote"
69
+ text: "Get quote"
70
70
  icon: "paper-plane"
71
71
  full_width: true
72
72
  class: "btn-adaptive-inverse"
73
73
  primary_button:
74
- text: "Get Started Free"
74
+ text: "Get started free"
75
75
  icon: "rocket"
76
76
  href: "/dashboard"
77
77
  class: "btn-light"
78
78
  secondary_button:
79
- text: "Explore Solutions"
79
+ text: "Explore solutions"
80
80
  icon: "book-open"
81
81
  href: "/pricing"
82
82
  class: "btn-outline-light"
@@ -31,16 +31,16 @@ hero:
31
31
  redirect: "/dashboard"
32
32
  subtext: "No credit card required - 5 free logos"
33
33
  button:
34
- text: "Generate Logo"
34
+ text: "Generate logo"
35
35
  icon: "sparkles"
36
36
  class: "btn-adaptive-inverse"
37
37
  primary_button:
38
- text: "Get Started Free"
38
+ text: "Get started free"
39
39
  icon: "rocket"
40
40
  href: "/dashboard"
41
41
  class: "btn-light"
42
42
  secondary_button:
43
- text: "Explore Solutions"
43
+ text: "Explore solutions"
44
44
  icon: "book-open"
45
45
  href: "/pricing"
46
46
  class: "btn-outline-light"
@@ -31,12 +31,12 @@ hero:
31
31
  controls: false
32
32
  subtext: "No sound - autoplay enabled"
33
33
  primary_button:
34
- text: "Get Started Free"
34
+ text: "Get started free"
35
35
  icon: "rocket"
36
36
  href: "/dashboard"
37
37
  class: "btn-light"
38
38
  secondary_button:
39
- text: "Explore Solutions"
39
+ text: "Explore solutions"
40
40
  icon: "book-open"
41
41
  href: "/pricing"
42
42
  class: "btn-outline-light"
@@ -31,12 +31,12 @@ hero:
31
31
  controls: false
32
32
  subtext: "No sound - autoplay enabled"
33
33
  primary_button:
34
- text: "Get Started Free"
34
+ text: "Get started free"
35
35
  icon: "rocket"
36
36
  href: "/dashboard"
37
37
  class: "btn-light"
38
38
  secondary_button:
39
- text: "Explore Solutions"
39
+ text: "Explore solutions"
40
40
  icon: "book-open"
41
41
  href: "/pricing"
42
42
  class: "btn-outline-light"
@@ -7,9 +7,9 @@ permalink: /test
7
7
  sitemap:
8
8
  include: false
9
9
  meta:
10
- title: "Test Page"
10
+ title: "Test page"
11
11
  description: "This is a test page for the Ultimate Jekyll Manager."
12
- breadcrumb: "Test Page"
12
+ breadcrumb: "Test page"
13
13
  index: false
14
14
  ---
15
15
 
@@ -7,16 +7,16 @@ permalink: /test/libraries/appearance
7
7
  sitemap:
8
8
  include: false
9
9
  meta:
10
- title: "Appearance Test Page"
10
+ title: "Appearance test page"
11
11
  description: "Testing the appearance switching system (dark, light, system modes)."
12
- breadcrumb: "Appearance Test"
12
+ breadcrumb: "Appearance test"
13
13
  index: false
14
14
 
15
15
  ---
16
16
 
17
17
  <section>
18
18
  <div class="container">
19
- <h1 class="mb-4">Appearance Test Page</h1>
19
+ <h1 class="mb-4">Appearance test page</h1>
20
20
  <p class="text-muted mb-5">Testing the appearance switching system with detailed debugging information.</p>
21
21
 
22
22
  <div class="row g-4">
@@ -157,7 +157,7 @@ meta:
157
157
  <div class="col-12">
158
158
  <div class="card">
159
159
  <div class="card-header">
160
- <h5 class="mb-0">Visual Theme Test</h5>
160
+ <h5 class="mb-0">Visual theme test</h5>
161
161
  <small class="text-muted">These elements should adapt to the current theme</small>
162
162
  </div>
163
163
  <div class="card-body">
@@ -181,7 +181,7 @@ meta:
181
181
 
182
182
  <!-- Buttons -->
183
183
  <div class="col-md-4">
184
- <h6>Adaptive Buttons</h6>
184
+ <h6>Adaptive buttons</h6>
185
185
  <div class="d-flex gap-2 flex-wrap">
186
186
  <button class="btn btn-adaptive">btn-adaptive</button>
187
187
  <button class="btn btn-outline-adaptive">btn-outline-adaptive</button>
@@ -198,7 +198,7 @@ meta:
198
198
 
199
199
  <!-- Form -->
200
200
  <div class="col-md-6">
201
- <h6>Form Elements</h6>
201
+ <h6>Form elements</h6>
202
202
  <input type="text" class="form-control mb-2" placeholder="Text input">
203
203
  <select class="form-select mb-2">
204
204
  <option>Select option</option>