Skip to content

kaminzhi/kamin-webpage

Repository files navigation

kamin_zhi's Blogsite

用Astro製作的個人Blog網站

🚀 Project Structure

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

🧞 Commands

Command Action
yarn/npm install Installs dependencies
yarm/npm run dev Starts local dev server at localhost:4321
yarn/npm run build Build your production site to ./dist/
yarn/npm run preview Preview your build locally, before deploying
yarn/npm run astro ... Run CLI commands like astro add, astro check
yarn/npm run astro -- --help Get help using the Astro CLI

Credit

This theme is based off of the lovely Bear Blog.