Merge branch 'theNewDynamic:main' into dark

This commit is contained in:
Kenji Eva 2025-05-13 00:53:26 +01:00 committed by GitHub
commit b32c43524e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 1332 additions and 800 deletions

View File

@ -11,7 +11,10 @@
{{- $rel := $profile.rel | compare.Default "" -}}
{{- $label := $profile.label | compare.Default $setup.label -}}
{{- $link := (fmt.Printf $setup.profile $profile.username) -}}
{{- $link := $setup.profile -}}
{{- with $profile.username -}}
{{- $link = printf $link . -}}
{{- end -}}
{{- with $profile.profilelink -}}
{{- $link = $profile.profilelink -}}
{{- end -}}

2115
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -32,17 +32,17 @@
"gohugo-module"
],
"dependencies": {
"cssnano": "7.0.6",
"cssnano": "7.0.7",
"postcss": "8.5.3",
"postcss-preset-env": "10.1.5",
"postcss-preset-env": "10.1.6",
"tachyons": "4.12.0"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@davidsneighbour/markdownlint-config": "2025.1.1",
"@davidsneighbour/release-config": "2025.1.1",
"@davidsneighbour/tools": "2025.1.1",
"dotenv": "16.4.7"
"@davidsneighbour/markdownlint-config": "2025.1.5",
"@davidsneighbour/release-config": "2025.1.5",
"@davidsneighbour/tools": "2025.1.5",
"dotenv": "16.5.0"
},
"scripts": {
"release": "wireit",