Gyoza is a static blog template built with Astro and React.
Demo Site:
Enjoy it!
- ✅ 有着规范的 URL 和 OpenGraph 信息,对 SEO 友好
- ✅ 支持站点地图
- ✅ 支持 RSS 订阅
- ✅ 支持夜间模式
- ✅ 特殊日期变灰
- ✅ 简单干净的配色和主题
- ✅ 支持评论系统
- ✅ 支持代码高亮
├── public/
├── src/
│ ├── components/
│ ├── content/
│ ├── layouts/
│ ├── pages/
│ ├── plugins/
│ ├── store/
│ ├── styles/
│ ├── utils/
│ └── config.json
├── astro.config.mjs
├── README.md
├── package.json
└── tsconfig.json
网站配置保存在 config.json
文件。
Command | Action |
---|---|
pnpm i |
Installs dependencies |
pnpm dev |
Starts local dev server at localhost:4321 |
pnpm build |
Build your production site to ./dist/ |
pnpm preview |
Preview your build locally, before deploying |
pnpm format |
Format code using Prettier |