mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
synced 2025-06-07 16:42:45 +00:00
Merge branch 'theNewDynamic:main' into dark
This commit is contained in:
commit
b32c43524e
@ -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
2115
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
12
package.json
12
package.json
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user