Skip to content

Commit

Permalink
docs: README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaohaodu committed Dec 10, 2023
1 parent 79e3fca commit a8dc644
Showing 1 changed file with 17 additions and 13 deletions.
30 changes: 17 additions & 13 deletions public/_blogs/README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
# <center>以NUXT3为基础构建的博客网站 <br/>(非纯静态,为node-server项目)</center>
# <center>以NUXT3为基础构建的网站 <br/>(非纯静态,为node-server项目)</center>

## 博客以md格式编写,网站解析展示
## 文章以md格式编写,网站解析展示

* 博客存储位置

>public下的_blog文件夹作为博客的存储文件夹
>可以建立子文件夹来分类博客,调用server接口可以解析获取博客文件树来渲染目录
- 文章存储位置

* 使用github action自动构建部署
> public下的\_blog文件夹作为文章的存储文件夹
* 使用PM2管理项目
> 可以建立子文件夹来分类文章,调用server接口可以解析获取文章文件树来渲染目录
* 目前网站接入了百度分析和谷歌分析来分析网站流量
- 使用github action自动构建部署

- 使用PM2管理项目

- 目前网站接入了百度分析和谷歌分析来分析网站流量

- 目前github auth接入限制主要作为本人编写博客,无访客登录系统,访客github登录无修改权限

- 在线编写博客主要利用github api推送和github action自动构建部署完成,故文章推送实时性延后

## Setup

Expand All @@ -34,13 +38,13 @@ pnpm install
Start the development server on `http://localhost:3000`

```bash
npm run dev
pnpm dev
```

## Production

Build the application for production:

```bash
npm run build
```
pnpm build
```

0 comments on commit a8dc644

Please sign in to comment.