# Shiina-Astro-Blog **Repository Path**: shiinafan/Shiina-Astro-Blog ## Basic Information - **Project Name**: Shiina-Astro-Blog - **Description**: A static blog system power by astro & vue - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 9 - **Forks**: 2 - **Created**: 2022-12-13 - **Last Updated**: 2023-10-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: TypeScript, Astro, Vue ## README # Shiina-Astro-Blog 一个基于 Astro + Vue 制作的个人静态博客生成器 不定期更新小功能 ## 阅读指引 [点击这里阅读](./docs/user/%E6%A6%82%E8%A7%88.md) ## 项目启动 ``` git clone https://github.com/QingXia-Ela/Shiina-Astro-Blog.git cd ./Shiina-Astro-Blog pnpm i ``` ## 启动项目 ``` npm run dev ``` ## 新建一篇文章 ``` npx blog n <文章标题> ``` ## 构建 ``` npm run build ``` ## 推送到 git ``` npx blog d ```