https://github.com/szmxx/blog
blog
https://github.com/szmxx/blog
astro blog vue
Last synced: 5 months ago
JSON representation
blog
- Host: GitHub
- URL: https://github.com/szmxx/blog
- Owner: szmxx
- License: mit
- Created: 2023-12-23T16:09:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-25T11:51:53.000Z (over 1 year ago)
- Last Synced: 2023-12-25T18:25:55.426Z (over 1 year ago)
- Topics: astro, blog, vue
- Language: Astro
- Homepage: https://www.aitimi.cn/blog
- Size: 521 KB
- Stars: 11
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 个人博客
由 `Astro 3` 和 `Vue 3` 构建### 功能特性
- 主题切换
- 本地搜索
- 主页
- 文章列表
- 项目列表
- 标签列表
- 分类列表
- 发布页面
- 文章分页加载
- 阅读时间
- 文章目录### 托管
部署你自己的博客
[](https://vercel.com/new/clone?repository-url=https://github.com/vercel/vercel/tree/main/examples/astro&template=astro)
_真实示例: https://www.aitimi.cn/_
### 注意事项
在开发环境中,需要注释 `src/components/Search.vue` 中的这行 `window.pagefind = await import("/pagefind/pagefind.js");` 代码