chore: update homepage URL in package.json

This commit is contained in:
Cell
2025-08-25 17:59:45 +08:00
parent e9366b5ab2
commit 64cc597d17
3 changed files with 22 additions and 2 deletions
@@ -0,0 +1,20 @@
{{- /*
Hope this easter egg brings you surprise rather than shock :-)
Don't worry, the easter egg will only be triggered in development mode.
*/ -}}
{{- if not hugo.IsProduction -}}
{{- $FixIt := dict
"author" "Lruihao"
"description" "A clean, elegant but advanced blog theme for Hugo."
"homepage" "https://fixit.lruihao.cn"
"repository" "https://github.com/Lruihao/FixIt"
"version" (hugo.Store.Get "version")
| dict "FixIt"
| jsonify (dict "prefix" " " "indent" " ")
-}}
{{- printf "```json {title=\"🧐 Oh, you found a FixIt easter egg 🥚~\"}\n%s\n```" $FixIt | $.Page.RenderString -}}
{{- else -}}
{{- $result := transform.HighlightCodeBlock . -}}
{{- $result.Wrapped -}}
{{- end -}}
+1 -1
View File
@@ -1,4 +1,4 @@
{{- hugo.Store.Set "version" "v0.4.0-alpha-20250823084643-0f68046a" -}}
{{- hugo.Store.Set "version" "v0.4.0-alpha-20250825095946-e9366b5a" -}}
{{- .Store.Set "this" dict -}}
{{- partial "init/detection-env.html" . -}}
+1 -1
View File
@@ -9,7 +9,7 @@
"theme",
"fixit"
],
"homepage": "https://github.com/hugo-fixit/FixIt#readme",
"homepage": "https://fixit.lruihao.cn",
"bugs": {
"url": "https://github.com/hugo-fixit/FixIt/issues"
},