Skip to content

Commit e82096b

Browse files
committed
更新描述
1 parent 70d0b26 commit e82096b

File tree

1 file changed

+62
-0
lines changed

1 file changed

+62
-0
lines changed
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
---
2+
title: 新主题astro-theme-fishcpy
3+
published: 2025-09-06
4+
description: 更新至新系统版本后,整体体验有明显提升:动画更流畅、发热情况改善、应用切换更加顺畅。本文分享实际使用感受。
5+
image: https://cdn.fis.ink/cdn/2025/09/06/68bb1a79306d1.webp
6+
tags: [主题]
7+
category: 主题
8+
draft: false
9+
customSlug: "34"
10+
---
11+
# 顺便说一下 今天本站一周年啦!
12+
13+
# 🐟 fishcpy 主题
14+
![Node.js >= 20](https://img.shields.io/badge/node.js-%3E%3D20-brightgreen)
15+
![pnpm >= 9](https://img.shields.io/badge/pnpm-%3E%3D9-blue)
16+
17+
[**文档**](https://docs.fis.ink/astro-theme-fishcpy/)
18+
19+
> 基于[Astro](https://astro.build)构建的静态博客模板,由[Fuwari](https://github.com/saicaca/fuwari)修改而来。
20+
21+
[**🖥️ 实时演示**](https://fishcpy-theme.demo.fis.ink)
22+
23+
![预览图](https://cdn.fis.ink/cdn/2025/09/06/68bb1a79306d1.webp)
24+
25+
🌏 中文版 README 在
26+
[**中文**](./README-zh-CN.md)
27+
*(由社区提供,内容可能未及时更新)*
28+
29+
---
30+
31+
## ✨ 核心特性
32+
33+
- [x] 基于 [Astro](https://astro.build)[Tailwind CSS](https://tailwindcss.com) 构建
34+
- [x] 流畅动画与页面过渡效果
35+
- [x] 浅色/深色模式
36+
- [x] 可自定义主题配色与横幅
37+
- [x] 响应式设计
38+
- [x] 搭载[Pagefind](https://pagefind.app/)的搜索功能
39+
- [x] [Markdown扩展功能](https://github.com/saicaca/fuwari?tab=readme-ov-file#-markdown-extended-syntax)
40+
- [x] 目录功能
41+
- [x] RSS订阅源
42+
- [x] Twikoo与artalk评论区
43+
44+
## ⚡ 命令列表
45+
46+
| 命令 | 操作 |
47+
|----------------------------|-----------------------------------------------------|
48+
| `pnpm install` | 安装依赖项 |
49+
| `pnpm dev` |`localhost:4321` 启动开发服务器 |
50+
| `pnpm build` | 将生产站点构建至 `./dist/` |
51+
| `pnpm preview` | 部署前预览构建站点 |
52+
| `pnpm check` | 运行代码质量与类型检查 |
53+
| `pnpm format` | 使用 Biome 格式化代码 |
54+
| `pnpm new-post <文件名>` | 创建新博客文章 |
55+
| `pnpm astro ...` | 运行 Astro CLI 命令(例如 `astro add`|
56+
| `pnpm astro --help` | 显示 Astro CLI 帮助 |
57+
58+
## 📄 许可协议
59+
60+
本项目采用 MIT 许可协议授权。
61+
62+
基于 [Fuwari](https://github.com/saicaca/fuwari) 修改而来。

0 commit comments

Comments
 (0)