ultimate-jekyll-manager 0.0.140 → 0.0.142

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.
package/README.md CHANGED
@@ -59,6 +59,14 @@ npm start -- --debug=true
59
59
  ```bash
60
60
  npm start -- --ujPluginDevMode=true
61
61
  ```
62
+ * `--profile` - Enables Jekyll build profiling to see how long each phase takes.
63
+ ```bash
64
+ npm start -- --profile
65
+ ```
66
+ * `--all-posts` - Disables the development post limit (15 posts) and builds with all posts. Useful when you need to test with full blog content.
67
+ ```bash
68
+ npm start -- --all-posts
69
+ ```
62
70
 
63
71
  ### Other ENV variables
64
72
  ```bash
@@ -164,7 +164,10 @@ $avatar-sizes: (
164
164
  md: 2.5rem,
165
165
  lg: 3.5rem,
166
166
  xl: 5rem,
167
- 2xl: 7.5rem
167
+ 2xl: 7.5rem,
168
+ 3xl: 10rem,
169
+ 4xl: 12.5rem,
170
+ 5xl: 15rem
168
171
  ) !default;
169
172
 
170
173
  // Forward Bootstrap with our configuration
@@ -438,6 +438,54 @@ faqs:
438
438
  {% endfor %}
439
439
  </ul>
440
440
 
441
+ <!-- Show unique features for the first (Basic) plan -->
442
+ {% if forloop.index == 1 %}
443
+ {% assign has_unique_basic = false %}
444
+ {% for feature in plan.features %}
445
+ {% unless common_feature_ids contains feature.id %}
446
+ {% assign has_unique_basic = true %}
447
+ {% break %}
448
+ {% endunless %}
449
+ {% endfor %}
450
+
451
+ {% if has_unique_basic %}
452
+ <div class="text-muted small mb-2">
453
+ <em>What you get:</em>
454
+ </div>
455
+ <ul class="list-unstyled mb-0">
456
+ {% for feature in plan.features %}
457
+ {% unless common_feature_ids contains feature.id %}
458
+ {% assign feature_definition = nil %}
459
+ {% for def in page.resolved.pricing.definitions %}
460
+ {% if def.id == feature.id %}
461
+ {% assign feature_definition = def.definition %}
462
+ {% break %}
463
+ {% endif %}
464
+ {% endfor %}
465
+ <li class="d-flex align-items-start mb-2 {% if forloop.last %}mb-0{% endif %}">
466
+ <span class="me-3">{% uj_icon feature.icon, "fa-md" %}</span>
467
+ <span>
468
+ {% if feature.value == "24/7" %}
469
+ {{ feature.value }}
470
+ {% elsif feature.value == "Included" or feature.value == "Available" or feature.value == "Full" %}
471
+ <!-- No prefix for these values -->
472
+ {% else %}
473
+ {{ feature.value | uj_commaify }}
474
+ {% endif %}
475
+ {% iftruthy feature_definition %}
476
+ <span class="text-decoration-underline text-decoration-dotted cursor-help" data-bs-toggle="tooltip" data-bs-title="{{ feature_definition }}">{{ feature.name }}</span>
477
+ {% endiftruthy %}
478
+ {% iffalsy feature_definition %}
479
+ {{ feature.name }}
480
+ {% endiffalsy %}
481
+ </span>
482
+ </li>
483
+ {% endunless %}
484
+ {% endfor %}
485
+ </ul>
486
+ {% endif %}
487
+ {% endif %}
488
+
441
489
  <!-- Show "Everything in previous plan" for non-Basic plans -->
442
490
  {% if forloop.index > 1 %}
443
491
  <!-- Check if there are additional features -->
@@ -12,7 +12,7 @@ layout: themes/[ site.theme.id ]/frontend/core/base
12
12
  <div class="col-lg-10">
13
13
  <div class="text-center">
14
14
  <!-- Member Image -->
15
- <div class="mb-4 avatar avatar-2xl">
15
+ <div class="mb-4 avatar avatar-5xl">
16
16
  {%- uj_member page.member.id, "image-tag", class="rounded-circle object-fit-cover shadow-lg team-member-image" -%}
17
17
  </div>
18
18
 
@@ -2452,3 +2452,31 @@
2452
2452
  [debug] [2025-12-04T21:06:53.316Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
2453
2453
  [debug] [2025-12-04T21:06:53.317Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
2454
2454
  [debug] [2025-12-04T21:06:53.317Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
2455
+ [debug] [2025-12-05T10:19:15.821Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
2456
+ [debug] [2025-12-05T10:19:15.823Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
2457
+ [debug] [2025-12-05T10:19:15.824Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
2458
+ [debug] [2025-12-05T10:19:15.825Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
2459
+ [debug] [2025-12-05T10:19:15.825Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
2460
+ [debug] [2025-12-05T10:19:15.836Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
2461
+ [debug] [2025-12-05T10:19:15.836Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
2462
+ [debug] [2025-12-05T10:19:15.826Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
2463
+ [debug] [2025-12-05T10:19:15.827Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
2464
+ [debug] [2025-12-05T10:19:15.827Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
2465
+ [debug] [2025-12-05T10:19:15.836Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
2466
+ [debug] [2025-12-05T10:19:15.836Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
2467
+ [debug] [2025-12-05T10:19:15.887Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
2468
+ [debug] [2025-12-05T10:19:15.887Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
2469
+ [debug] [2025-12-05T10:19:15.888Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
2470
+ [debug] [2025-12-05T10:19:15.888Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
2471
+ [debug] [2025-12-05T10:19:15.891Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
2472
+ [debug] [2025-12-05T10:19:15.891Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
2473
+ [debug] [2025-12-05T10:19:15.891Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
2474
+ [debug] [2025-12-05T10:19:15.892Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
2475
+ [debug] [2025-12-05T10:19:15.901Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
2476
+ [debug] [2025-12-05T10:19:15.901Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
2477
+ [debug] [2025-12-05T10:19:15.903Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
2478
+ [debug] [2025-12-05T10:19:15.903Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
2479
+ [debug] [2025-12-05T10:19:15.905Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
2480
+ [debug] [2025-12-05T10:19:15.905Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
2481
+ [debug] [2025-12-05T10:19:15.905Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
2482
+ [debug] [2025-12-05T10:19:15.905Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ultimate-jekyll-manager",
3
- "version": "0.0.140",
3
+ "version": "0.0.142",
4
4
  "description": "Ultimate Jekyll dependency manager",
5
5
  "main": "dist/index.js",
6
6
  "exports": {