ultimate-jekyll-manager 0.0.233 → 0.0.235
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.
|
@@ -1,6 +1,20 @@
|
|
|
1
1
|
// Core Verts Styles
|
|
2
2
|
// Styles for ad units (verts) and print visibility
|
|
3
3
|
|
|
4
|
+
// ============================================
|
|
5
|
+
// Sidebar Vert Constraint
|
|
6
|
+
// ============================================
|
|
7
|
+
|
|
8
|
+
// Limit vert height in backend/admin sidebars to prevent massive ads
|
|
9
|
+
// DOESNT WORK WITH GOOGLE ADS?!
|
|
10
|
+
// .sidebar vert-unit,
|
|
11
|
+
// .sidebar .uj-vert-unit,
|
|
12
|
+
// .offcanvas vert-unit,
|
|
13
|
+
// .offcanvas .uj-vert-unit {
|
|
14
|
+
// max-height: 250px !important;
|
|
15
|
+
// overflow: hidden;
|
|
16
|
+
// }
|
|
17
|
+
|
|
4
18
|
// ============================================
|
|
5
19
|
// Print Styles
|
|
6
20
|
// ============================================
|
|
@@ -113,6 +113,10 @@
|
|
|
113
113
|
{% if data.bottom %}
|
|
114
114
|
<div class="mt-auto px-0">
|
|
115
115
|
{% if data.bottom.ad.enabled %}
|
|
116
|
+
<!-- Upsell Link -->
|
|
117
|
+
<a href="/pricing" class="d-block text-center text-muted small text-decoration-none mb-2" data-wm-bind="@show auth.account.subscription.product === basic" hidden>
|
|
118
|
+
Remove with {% uj_icon "crown", "fa-sm text-success" %} <span class="text-success">Premium</span>
|
|
119
|
+
</a>
|
|
116
120
|
<!-- Sidebar Ad -->
|
|
117
121
|
{% include /modules/adunits/adsense.html type="in-article" %}
|
|
118
122
|
{% endif %}
|
|
@@ -228,6 +232,10 @@
|
|
|
228
232
|
{% if data.bottom %}
|
|
229
233
|
<div class="mt-auto pt-3">
|
|
230
234
|
{% if data.bottom.ad.enabled %}
|
|
235
|
+
<!-- Upsell Link -->
|
|
236
|
+
<a href="/pricing" class="d-block text-center text-muted small text-decoration-none mb-2" data-wm-bind="@show auth.account.subscription.product === basic" hidden>
|
|
237
|
+
Remove with {% uj_icon "crown", "fa-sm text-success" %} <span class="text-success">Premium</span>
|
|
238
|
+
</a>
|
|
231
239
|
<!-- Mobile Sidebar Ad -->
|
|
232
240
|
{% include /modules/adunits/adsense.html type="in-article" %}
|
|
233
241
|
{% endif %}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ultimate-jekyll-manager",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.235",
|
|
4
4
|
"description": "Ultimate Jekyll dependency manager",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"exports": {
|
|
@@ -61,8 +61,8 @@
|
|
|
61
61
|
"lighthouse": "Removed from deps to avoid @sentry/core version conflicts with web-manager. Install globally: npm i -g lighthouse"
|
|
62
62
|
},
|
|
63
63
|
"dependencies": {
|
|
64
|
-
"@babel/core": "^7.
|
|
65
|
-
"@babel/preset-env": "^7.
|
|
64
|
+
"@babel/core": "^7.29.0",
|
|
65
|
+
"@babel/preset-env": "^7.29.0",
|
|
66
66
|
"@fullhuman/postcss-purgecss": "^8.0.0",
|
|
67
67
|
"@minify-html/node": "^0.18.1",
|
|
68
68
|
"@octokit/rest": "^22.0.1",
|
|
@@ -74,10 +74,10 @@
|
|
|
74
74
|
"chalk": "^5.6.2",
|
|
75
75
|
"cheerio": "^1.2.0",
|
|
76
76
|
"chrome-launcher": "^1.2.1",
|
|
77
|
-
"dotenv": "^17.
|
|
78
|
-
"fast-xml-parser": "^5.3.
|
|
77
|
+
"dotenv": "^17.3.1",
|
|
78
|
+
"fast-xml-parser": "^5.3.5",
|
|
79
79
|
"fs-jetpack": "^5.1.0",
|
|
80
|
-
"glob": "^13.0.
|
|
80
|
+
"glob": "^13.0.3",
|
|
81
81
|
"gulp-clean-css": "^4.3.0",
|
|
82
82
|
"gulp-filter": "^9.0.1",
|
|
83
83
|
"gulp-postcss": "^10.0.0",
|
|
@@ -86,12 +86,12 @@
|
|
|
86
86
|
"gulp-sass": "^6.0.1",
|
|
87
87
|
"html-minifier-terser": "^7.2.0",
|
|
88
88
|
"html-validate": "^10.7.0",
|
|
89
|
-
"itwcw-package-analytics": "^1.0.
|
|
89
|
+
"itwcw-package-analytics": "^1.0.8",
|
|
90
90
|
"js-yaml": "^4.1.1",
|
|
91
91
|
"json5": "^2.2.3",
|
|
92
92
|
"libsodium-wrappers": "^0.8.2",
|
|
93
93
|
"lodash": "^4.17.23",
|
|
94
|
-
"minimatch": "^10.
|
|
94
|
+
"minimatch": "^10.2.0",
|
|
95
95
|
"node-powertools": "^2.3.2",
|
|
96
96
|
"npm-api": "^1.0.1",
|
|
97
97
|
"postcss": "^8.5.6",
|
|
@@ -99,8 +99,8 @@
|
|
|
99
99
|
"sass": "^1.97.3",
|
|
100
100
|
"spellchecker": "^3.7.1",
|
|
101
101
|
"through2": "^4.0.2",
|
|
102
|
-
"web-manager": "^4.1.
|
|
103
|
-
"webpack": "^5.
|
|
102
|
+
"web-manager": "^4.1.8",
|
|
103
|
+
"webpack": "^5.105.2",
|
|
104
104
|
"wonderful-fetch": "^1.3.4",
|
|
105
105
|
"wonderful-version": "^1.3.2",
|
|
106
106
|
"yargs": "^18.0.0"
|