Skip to content

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

License

Notifications You must be signed in to change notification settings

ether-lnk/astro-gyoza

This branch is up to date with lxchapu/astro-gyoza:main.

Folders and files

NameName
Last commit message
Last commit date
May 25, 2024
Apr 26, 2024
May 20, 2024
May 12, 2024
Aug 25, 2024
Apr 26, 2024
Apr 26, 2024
Apr 26, 2024
May 12, 2024
Apr 29, 2024
May 6, 2024
Aug 18, 2024
May 12, 2024
Aug 18, 2024
Aug 18, 2024
May 21, 2024
Apr 28, 2024

Repository files navigation

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.🥟🥟🥟

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 51.2%
  • Astro 31.2%
  • JavaScript 11.4%
  • CSS 6.2%