Skip to content

Commit

Permalink
Modify README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SingleMoonlight committed Sep 22, 2024
1 parent bf40e2a commit 73bd5e8
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 54 deletions.
34 changes: 10 additions & 24 deletions README.md
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) | 自动构建 |
27 changes: 0 additions & 27 deletions README.zh-CN.md

This file was deleted.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
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": "青何博客",
Expand Down

0 comments on commit 73bd5e8

Please sign in to comment.