Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
D-Sketon committed Oct 20, 2024
1 parent 7c522b1 commit b750180
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ sticky: true
### Code highlighting

To ensure that the code blocks are displayed correctly, please ensure that the outer `_config.yml` is configured as follows
(<7.0.0)
(Hexo <7.0.0)

```yaml
highlight:
Expand All @@ -190,7 +190,7 @@ prismjs:
enable: false
```

(>=7.0.0)
(Hexo >=7.0.0)

```yaml
syntax_highlighter: highlight.js
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@ theme: reimu
### 基本结构
为了保证显示正确,请参考 `_example` 在 `source` 中分别建立 `_data`、`about` 和 `friend` 文件夹
为了保证显示正确,请参考 `_example` 在 `source` 中分别建立 `_data`、`about` 和 `friend` 文件夹 (注意:是博客根目录下的 `source` 文件夹,而不是主题中的 `source` !)

#### \_data

- `avatar` 文件夹中存储作者头像,默认命名 `avatar.webp`,可在 内层 `_config.yml` 中做如下配置
- `avatar` 文件夹中存储作者头像,默认命名 `avatar.webp`,可在内层 `_config.yml` 中做如下配置

```yaml
avatar: "avatar.webp" # 默认就是在avatar文件夹内寻找,请不要包含路径,否则会404
Expand Down Expand Up @@ -178,7 +178,7 @@ sticky: true
### 代码高亮

为保证代码块的正确显示,请保证外层 `_config.yml` 中为如下配置
(<7.0.0)
(Hexo <7.0.0)

```yaml
highlight:
Expand All @@ -189,7 +189,7 @@ prismjs:
enable: false
```

(>=7.0.0)
(Hexo >=7.0.0)

```yaml
syntax_highlighter: highlight.js
Expand Down
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-reimu",
"version": "0.3.0-alpha.2",
"version": "0.3.0",
"description": "A Hakurei Reimu style Hexo theme",
"repository": {
"type": "git",
Expand Down

0 comments on commit b750180

Please sign in to comment.