Skip to content

Commit

Permalink
Update dev dependencies
Browse files Browse the repository at this point in the history
+ Fixes a moderate security issue
  • Loading branch information
coliff committed Nov 1, 2023
1 parent 42b57da commit b4034f5
Show file tree
Hide file tree
Showing 7 changed files with 1,237 additions and 725 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Enforce LF line endings
* text eol=lf
4 changes: 2 additions & 2 deletions hugo-dev.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
baseurl: http://dev.devguide.trimble.com/
disableKinds: ["section", "taxonomy", "taxonomyTerm", "404", "sitemap"]
baseurl: https://devguide.trimble.com/
disableKinds: ["taxonomy", "RSS", "sitemap"]
googleAnalytics: "disabled"
2 changes: 1 addition & 1 deletion hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ params:
images:
- https://devguide.trimble.com/img/preview.png

disableKinds: ["taxonomy", "taxonomyTerm", "RSS", "404"]
disableKinds: ["taxonomy", "RSS"]

pygmentsUseClasses: true

Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/analytics.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
</script>

<script id="plausible" defer data-domain="devguide.trimble.com"
src="https://plausible.io/js/script.compat.outbound-links.js" fetchpriority="low"></script>
src="https://plausible.io/js/script.outbound-links.js" fetchpriority="low"></script>
{{- end -}}
4 changes: 2 additions & 2 deletions layouts/partials/blog-brief.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="card-header top-rounded mb-0 py-2 border-0"
style="background-image: url();{{ if .Params.headerBGColor }}background-color:{{ .Params.headerBGColor }}{{- end -}}">
<div class="{{ if .Params.headerBGInvert }}bg-filter-invert{{- end -}}">
<img src="{{ .Params.Image | relURL }}" class="mx-auto text-center mt-4" alt="" width="52" height="52">
<img src="{{- .Params.Image | relURL -}}" class="mx-auto text-center mt-4" alt="" width="52" height="52">
</div>
</div>
<div class="card-body bg-white border-0 pb-0">
Expand All @@ -15,7 +15,7 @@ <h5 class="card-title px-2 ml-n2 name {{ if .Params.DoNotTranslateTitle }}notran
{{- end -}}
</h5>
<p>
<a href="{{ .RelPermalink }}" class="stretched-link">
<a href="{{- .RelPermalink -}}" class="stretched-link">
</a>
</p>
</div>
Expand Down
Loading

0 comments on commit b4034f5

Please sign in to comment.