lxchapu / astro-gyoza

A simple and cute static blog template built with Astro and React.🥟🥟🥟

Home Page:https://gyoza.lxchapu.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gyoza

Gyoza is a static blog template built with Astro and React.

astro version node version

Demo Site:

Enjoy it!

📷 Screenshots

Preview

🎉 Features

  • ✅ 有着规范的 URL 和 OpenGraph 信息,对 SEO 友好
  • ✅ 支持站点地图
  • ✅ 支持 RSS 订阅
  • ✅ 支持夜间模式
  • ✅ 特殊日期变灰
  • ✅ 简单干净的配色和主题
  • ✅ 支持评论系统
  • ✅ 支持代码高亮

🔧 Tech Stack

📖 Documentation

前往:Documentation

🚀 Project Structure

├── public/
├── src/
│   ├── components/
│   ├── content/
│   ├── layouts/
│   ├── pages/
│   ├── plugins/
│   ├── store/
│   ├── styles/
│   ├── utils/
│   └── config.json
├── astro.config.mjs
├── README.md
├── package.json
└── tsconfig.json

网站配置保存在 config.json 文件。

🧞 Commands

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

About

A simple and cute static blog template built with Astro and React.🥟🥟🥟

https://gyoza.lxchapu.com

License:MIT License


Languages

Language:TypeScript 49.0%Language:Astro 32.9%Language:JavaScript 11.7%Language:CSS 6.4%