Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aviskase committed Nov 7, 2024
1 parent 292d4c2 commit b2ac8a2
Show file tree
Hide file tree
Showing 5 changed files with 413 additions and 224 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
HUGO_VERSION=0.121
HUGO_VERSION=0.138
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '20.x'
node-version: '22.x'
cache: 'npm'
cache-dependency-path: '**/package-lock.json'
check-latest: true
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
{{/* styles */}}
{{ $options := dict "inlineImports" true }}
{{- $styles := resources.Get "css/main.css" -}}
{{ $styles = $styles | resources.PostCSS $options }}
{{ $styles = $styles | css.PostCSS $options }}
{{- if hugo.IsProduction -}}
{{- $styles = $styles| minify | fingerprint | resources.PostProcess -}}
<link rel="stylesheet" href="{{ $styles.RelPermalink }}" integrity="{{ $styles.Data.Integrity }}">
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/opengraph.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@
{{ end }}

<meta name="twitter:card" content="summary"/>
{{- with .Site.Social.twitter_creator -}}<meta name="twitter:creator" content="{{ . }}" />{{- end -}}
{{- with .Site.Params.Social.twitter_creator -}}<meta name="twitter:creator" content="{{ . }}" />{{- end -}}
<link rel="me" href="https://mastodon.social/@aviskase" />
Loading

0 comments on commit b2ac8a2

Please sign in to comment.