3 Commits

Author SHA1 Message Date
3d3f6e6769 chore(deps): bump astro-expressive-code from 0.40.2 to 0.41.2
Bumps [astro-expressive-code](https://github.com/expressive-code/expressive-code/tree/HEAD/packages/astro-expressive-code) from 0.40.2 to 0.41.2.
- [Release notes](https://github.com/expressive-code/expressive-code/releases)
- [Changelog](https://github.com/expressive-code/expressive-code/blob/main/packages/astro-expressive-code/CHANGELOG.md)
- [Commits](https://github.com/expressive-code/expressive-code/commits/astro-expressive-code@0.41.2/packages/astro-expressive-code)

---
updated-dependencies:
- dependency-name: astro-expressive-code
  dependency-version: 0.41.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-01 03:10:51 +00:00
ff2bb77707 feat: 更新自我介绍页面
- 更改自我介绍内容为 "前端 / 吉他 / 摄影 / 追星"
- 移除旧的介绍文字和外部链接
2025-04-30 12:50:18 +08:00
f0752c8a1a feat: 添加Umami分析
- 集成Umami进行网站分析
- 添加Umami跟踪脚本
2025-04-30 12:37:07 +08:00
3 changed files with 7 additions and 6 deletions

View File

@ -23,7 +23,7 @@
"@giscus/react": "^3.1.0",
"@tailwindcss/vite": "4.0.7",
"astro": "5.2.5",
"astro-expressive-code": "^0.40.1",
"astro-expressive-code": "^0.41.2",
"astro-icon": "^1.1.5",
"astro-robots-txt": "^1.0.0",
"astro-webmanifest": "^1.0.0",

View File

@ -121,6 +121,11 @@ const socialImageURL = new URL(ogImage ? ogImage : "/social-card.png", Astro.url
})(window, document, "clarity", "script", "kvbyuhu6d2");
</script>
<script
defer
src="https://cloud.umami.is/script.js"
data-website-id="247d7726-70c1-46fd-9453-fbe95630c3d6"></script>
<meta content={Astro.generator} name="generator" />
<style is:global>

View File

@ -3,9 +3,5 @@
---
<div class="prose prose-base prose-cactus max-w-none">
<p>只是一个前端开发</p>
<p>
这里的更新频次会比较低,期望的是后续在这里记录一些编辑有价值或者长篇的内容,更多的比较碎片化的内容
会发布在 <a href="https://notion.kazoottt.top" target="_blank">这里</a>
</p>
<p>前端 / 吉他 / 摄影 / 追星</p>
</div>