-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bf40e2a
commit 73bd5e8
Showing
4 changed files
with
13 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,13 @@ | ||
# qinghe-bolg | ||
# qinghe-blog | ||
|
||
The Site is generated using [vuepress](https://vuepress.vuejs.org/) and [vuepress-theme-plume](https://github.com/pengzhanbo/vuepress-theme-plume) | ||
使用以下工具搭建的个人博客网站,欢迎来看看。 | ||
|
||
## Install | ||
https://blog.ifback.com/ | ||
|
||
```sh | ||
npm i | ||
``` | ||
|
||
## Usage | ||
|
||
```sh | ||
# start dev server | ||
npm run dev | ||
# build for production | ||
npm run build | ||
# preview production build in local | ||
npm run preview | ||
# update vuepress and theme | ||
npm run vp-update | ||
``` | ||
|
||
## Documents | ||
|
||
- [vuepress](https://vuepress.vuejs.org/) | ||
- [vuepress-theme-plume](https://theme-plume.vuejs.press/) | ||
| 工具 | 用途 | | ||
| -------------------------------------------------------- | ------------ | | ||
| [vuepress](https://vuepress.vuejs.org/) | 博客框架 | | ||
| [vuepress-theme-plume](https://theme-plume.vuejs.press/) | 博客主题 | | ||
| [Elog](https://elog.1874.cool/) | 语雀文章同步 | | ||
| [GitHub Pages](https://pages.github.com/) | 部署平台 | | ||
| [GitHub Action](https://docs.github.com/zh/actions) | 自动构建 | |
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "qinghe-bolg", | ||
"name": "qinghe-blog", | ||
"type": "module", | ||
"version": "1.0.0", | ||
"description": "青何博客", | ||
|