Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
lh1me committed Feb 9, 2021
1 parent 79856ec commit 04712e0
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 1.16.2

### Bug Fixes

- Fixed: Default page layout
- Fixed: Page comment init

# 1.16.1

### Features
Expand Down
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,24 @@ aomori_valine:
## Page
#### Friends Links
#### Default Page
1. First create the page,
```
hexo new page xxx
```

2. Go to `source/xxx/index.md`,Set up `Front-matter`

```
title:
comment: true # or false
```

Setting the `comment` to `true` will open the comment plugin of the page

#### Friends Links Page

1. First create the page,

Expand Down
21 changes: 19 additions & 2 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,15 +304,32 @@ aomori_valine:
## 页面
#### 友情链接
#### 默认页面
1. 首先创建页面
```
hexo new page xxx
```

2. 前往 `source/xxx/index.md`,文件,设置 `Front-matter`

```
title:
comment: true # or false
```

设置 `comment``true` 会打开页面的评论功能

#### 友情链接页面

1. 首先创建页面

```
hexo new page friends
```

2. 前往 `source/friends/index.md` 文件,设置 Front-matter
2. 前往 `source/friends/index.md` 文件,设置 `Front-matter`

```
title: 友情链接 # 文章标题
Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version: 1.16.1
version: 1.16.2
language: cn
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hexo-theme-aomori",
"version": "1.16.1",
"version": "1.16.2",
"description": "",
"author": "lh1me",
"scripts": {
Expand Down

0 comments on commit 04712e0

Please sign in to comment.