34 lines
588 B
Markdown
34 lines
588 B
Markdown
## 1. anzhiyu主题
|
|
**dev server 启动**
|
|
```shell
|
|
hexo cl && hexo g && hexo s
|
|
```
|
|
|
|
## 2. butterfly 主题
|
|
**dev server 启动**
|
|
```shell
|
|
hexo server
|
|
```
|
|
**重新构建**
|
|
```shell
|
|
npm run build
|
|
```
|
|
|
|
## 3. 隐藏文章说明
|
|
文章《无法访问外网?需要订阅代理服务?》已设置为“隐藏文章”:
|
|
|
|
- 不显示在首页、归档、标签、分类、侧边栏最新文章中
|
|
- 但仍然可以通过文章直链访问
|
|
|
|
线上访问地址:
|
|
|
|
```text
|
|
https://qr.shenjianl.cn/posts/14011.html
|
|
```
|
|
|
|
本地访问地址:
|
|
|
|
```text
|
|
http://localhost:4000/posts/14011.html
|
|
```
|