Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liruifengv/sayhub-blog-template
使用 Astro 构建的博客模板,快速搭建高性能的个人博客
https://github.com/liruifengv/sayhub-blog-template
astro blog site sitemap template theme
Last synced: about 2 months ago
JSON representation
使用 Astro 构建的博客模板,快速搭建高性能的个人博客
- Host: GitHub
- URL: https://github.com/liruifengv/sayhub-blog-template
- Owner: liruifengv
- License: mit
- Created: 2023-05-17T13:28:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-08T05:49:19.000Z (over 1 year ago)
- Last Synced: 2024-12-11T00:04:46.676Z (about 2 months ago)
- Topics: astro, blog, site, sitemap, template, theme
- Language: Astro
- Homepage: https://sayhub-blog-template.vercel.app/
- Size: 234 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sayhub Blog Template
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/liruifengv/sayhub-blog-template/pulls)
[![Built with Astro](https://astro.badg.es/v1/built-with-astro/tiny.svg)](https://astro.build)使用 Astro 构建的博客模板,快速搭建高性能的个人博客
**在线预览**:https://sayhub-blog-template.vercel.app/
> 本项目是由我的个人博客项目 [SayHub](https://github.com/liruifengv/sayhub) 孵化而来。
## Features
- [x] 使用 Markdown 写作
- [x] 支持代码高亮
- [x] 支持 MDX
- [x] SSG 静态渲染, SEO 友好,极速渲染
- [x] 生成项目站点地图( @astrojs/sitemap )
- [x] 优秀的 [Lighthouse](https://web.dev/measure/) 和
[PageSpeed Insights](https://pagespeed.web.dev/) 报告分数
- [x] 生成 rss.xml 支持 RSS 订阅
- [x] 文章标签
- [x] 文章分类
- [x] 暗黑主题[如何用 RSS 订阅?](https://zhuanlan.zhihu.com/p/55026716)
## TODO
- [ ] 分页功能
- [ ] 归档功能
- [ ] 文章 TOC
- [ ] 搜索功能## ISSUE
如果你有任何问题,请提 [Issue](https://github.com/liruifengv/sayhub-blog-template/issues)。
## Contributing
欢迎贡献你的代码,请 Fork 本项目后提交 PR。
目前需要的贡献有:
- 优化代码,目前代码耦合比较严重,需要重构
- 待完成的 [feature](#todo)
- 样式比较丑,急需有 UI 设计技能的同学帮助## License
本项目使用 MIT 协议。