@trimble-oss/modus-docs-hugo-theme 1.0.0-alpha30 → 1.0.0-alpha31
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/data/menu.yml
CHANGED
package/data/navbar_apps.yml
CHANGED
@@ -1,12 +1,5 @@
|
|
1
1
|
<div class="container mb-5">
|
2
2
|
<div class="share py-2 float-end">
|
3
|
-
<!-- <div class="d-inline-block me-2">
|
4
|
-
<a href="https://x.com/intent/tweet?via=TrimbleCorpNews&text={{- .Title -}}&url={{- .Permalink -}}"
|
5
|
-
class="opacity-75" title="Share on X" data-bs-toggle="tooltip"
|
6
|
-
onclick="window.open(this.href, 'window', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;">
|
7
|
-
{{ partial "icons/brands/square-x-twitter.svg" (dict "class" "text-body" "width" "28" "height" "28") }}
|
8
|
-
<span class="visually-hidden">X</span></a>
|
9
|
-
</div> -->
|
10
3
|
<div class="d-inline-block me-2">
|
11
4
|
<a href="https://www.facebook.com/sharer.php?u={{- .Permalink -}}" class="opacity-75" title="Share on Facebook"
|
12
5
|
data-bs-toggle="tooltip" data-bs-placement="top"
|
@@ -16,9 +16,11 @@
|
|
16
16
|
<link rel="stylesheet" href="{{ $styles.RelPermalink }}?v{{- hugo.Version -}}">
|
17
17
|
|
18
18
|
<!-- Load jQuery from CDN with fallback -->
|
19
|
-
<script src="https://cdn.jsdelivr.net/npm/jquery@
|
20
|
-
<script>window.jQuery || document.write('<script src="https://code.jquery.com/jquery-
|
19
|
+
<script src="https://cdn.jsdelivr.net/npm/jquery@4.0.0-beta.2/dist/jquery.min.js"></script>
|
20
|
+
<script>window.jQuery || document.write('<script src="https://code.jquery.com/jquery-4.0.0-beta.2.min.js"><\/script>');</script>
|
21
|
+
{{- if .Site.Params.includeModusIconFonts }}
|
21
22
|
<link rel="stylesheet" href="{{- .Site.BaseURL -}}fonts/modus-icons.css">
|
23
|
+
{{- end }}
|
22
24
|
|
23
25
|
{{- if not .Site.Params.disableThemeToggle -}}
|
24
26
|
<!-- Loads Dark Mode Toggle JS -->
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@trimble-oss/modus-docs-hugo-theme",
|
3
|
-
"version": "1.0.0-
|
3
|
+
"version": "1.0.0-alpha31",
|
4
4
|
"description": "A Documentation theme for Hugo built by Trimble",
|
5
5
|
"homepage": "https://github.com/trimble-oss/modus-docs-hugo-theme",
|
6
6
|
"bugs": {
|
@@ -36,11 +36,11 @@
|
|
36
36
|
"eslint": "8.57.1",
|
37
37
|
"eslint-config-prettier": "9.1.0",
|
38
38
|
"htmlhint": "1.1.4",
|
39
|
-
"hugo-bin": "0.
|
40
|
-
"postcss": "8.5.
|
39
|
+
"hugo-bin": "0.142.0",
|
40
|
+
"postcss": "8.5.2",
|
41
41
|
"postcss-cli": "11.0.0",
|
42
|
-
"prettier": "3.
|
43
|
-
"stylelint": "16.
|
42
|
+
"prettier": "3.5.3",
|
43
|
+
"stylelint": "16.15.0",
|
44
44
|
"stylelint-config-standard-scss": "14.0.0",
|
45
45
|
"stylelint-order": "6.0.4"
|
46
46
|
},
|
@@ -57,6 +57,6 @@
|
|
57
57
|
"node": ">=18.0.0"
|
58
58
|
},
|
59
59
|
"volta": {
|
60
|
-
"node": "20.18.
|
60
|
+
"node": "20.18.3"
|
61
61
|
}
|
62
62
|
}
|