# shiori-blog **Repository Path**: shiori2024/shiori-blog ## Basic Information - **Project Name**: shiori-blog - **Description**: 基于vuepress-theme-hope的博客网站 - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-02-18 - **Last Updated**: 2024-02-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![](https://img.shields.io/static/v1?label=POWER&message=VuePress&color=brightgreen&style=flat-square)](https://vuepress.vuejs.org/zh/) [![](https://img.shields.io/static/v1?label=Theme&message=hope&color=blue&style=flat-square)](https://theme-hope.vuejs.press/zh/) [![](https://img.shields.io/static/v1?label=CDN&message=jsdelivr&color=orange&style=flat-square)](https://www.jsdelivr.com/) # shiori-blog 基于[VuePress](https://www.vuepress.cn/)修改的个人笔记网站,主题使用[hope](https://theme-hope.vuejs.press/zh/)。 ## 使用 ```shell # 安装依赖 npm i ``` 如果你在使用 `npm` 的过程,遇到依赖下载失败的情况,那么请使用[nvm](https://github.com/coreybutler/nvm-windows) ## 运行 ```shell // 启动开发服务器 npm run docs:dev // or // npm run dev // 项目打包 npm run docs:build // or // npm run build ``` ## 加入了git commit规范 [github](https://github.com/ITxiaohao/conventional-changelog-custom-config) ### 如何使用它 生成 CHANGELOG 之前得先 commit,记得在 master 主分支上发布版本,再生成 CHANGELOG,流程如下: ``` git add . npm run commit npm run release npm run changelog ```