Gyoza is a static blog template built with Astro and React.
Demo Site:
Enjoy it!
- โ ๆ็่ง่็ URL ๅ OpenGraph ไฟกๆฏ๏ผๅฏน SEO ๅๅฅฝ
- โ ๆฏๆ็ซ็นๅฐๅพ
- โ ๆฏๆ RSS ่ฎข้
- โ ๆฏๆๅค้ดๆจกๅผ
- โ ็นๆฎๆฅๆๅ็ฐ
- โ ็ฎๅๅนฒๅ็้ ่ฒๅไธป้ข
- โ ๆฏๆ่ฏ่ฎบ็ณป็ป
- โ ๆฏๆไปฃ็ ้ซไบฎ
ๅๅพ๏ผDocumentation
โโโ 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 |