QingXia-Ela / Shiina-Astro-Blog

A blog powered by Astro & Vue with SSG & SSR build mode.
https://qingxia-ela.github.io/Shiina-Astro-Blog/
MIT License
33 stars 6 forks source link
astro astrojs blog blog-theme mdx seo-friendly ssg ssr typescript vue

Shiina-Astro-Blog

一个基于 Astro + Vue 制作的个人静态博客生成器

不定期更新小功能

阅读指引

点击这里阅读

项目启动

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