Skip to content

lxchapu/astro-gyoza

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

44 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

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