chore: 更新关于页面

This commit is contained in:
2026-03-30 15:03:18 +08:00
parent b4caa00827
commit b570c9e621
2 changed files with 101 additions and 8 deletions
+52 -8
View File
@@ -1,11 +1,55 @@
# About
This is the demo site for [Fuwari](https://github.com/saicaca/fuwari).
<div class="logo-container">
<img src="/image.svg" alt="icon" class="logo-icon">
<span class="logo-text">
MilkBlogs<span class="logo-dot">.</span>
</span>
</div>
::github{repo="saicaca/fuwari"}
<style>
.logo-container {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
box-sizing: border-box;
}
.logo-icon {
height: clamp(3rem, 5vw, 8rem); /* 与文字大小保持一致的比例 */
width: auto;
flex-shrink: 0;
margin-right: clamp(5px, 1vw, 20px); /* 间距也响应式 */
}
.logo-text {
font-size: clamp(3rem, 5vw, 8rem);
white-space: nowrap;
text-align: center;
}
.logo-dot {
color: #ff1e00ff
}
</style>
## 👋 Hi,欢迎来到MilkBlogs
我是一名**电子信息专业**学生 ,立志成为一名优秀的**嵌入式系统工程师**。
## 🏗技术栈
* 📟 嵌入式 MCU 开发 (Bare-metal & RTOS)
* 🐧 嵌入式 Linux
* <...> C / C++ , Python ,Shell , Rust (探索中)
## 🚀开源
网站项目已开源
::gitea{repo="CapaCake/milkblogs-fuwari" service="https://git.milkfunc.top"}
> ### Sources of images used in this site
> - [Unsplash](https://unsplash.com/)
> - [星と少女](https://www.pixiv.net/artworks/108916539) by [Stella](https://www.pixiv.net/users/93273965)
> - [Rabbit - v1.4 Showcase](https://civitai.com/posts/586908) by [Rabbit_YourMajesty](https://civitai.com/user/Rabbit_YourMajesty)
## 📬建立联系
如果你有什么问题,欢迎交流:
* **GitHub**: [@CapaCake](https://github.com/CapaCake)
* **Blog**: [milkfunc.top](https://milkfunc.top)
* **Email**: [executor.cat@outlook.com](executor.cat@outlook.com)
## 🥂鸣谢
本站基于以下优秀的开源项目构建:
* **Framework**: [Astro](https://astro.build/)
* **BlogTemplate**: [Fuwari](https://github.com/saicaca/fuwari)