Skip to content

Commit e3cfe76

Browse files
committed
docs: update config.toml to hugo.toml in README files
1 parent 5cbd317 commit e3cfe76

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ For users of other systems, see: https://gohugo.io/getting-started/installing/
5151

5252
### Blogging
5353

54-
1. Replace `config.toml` with [config examples](https://github.com/reuixiy/hugo-theme-meme/blob/master/config-examples/en/config.toml).
54+
1. Replace `hugo.toml` with [config examples](https://github.com/reuixiy/hugo-theme-meme/blob/master/config-examples/en/config.toml).
5555

5656
```sh
57-
~/blog $ rm config.toml && cp themes/meme/config-examples/en/config.toml config.toml
57+
~/blog $ rm hugo.toml && cp themes/meme/config-examples/en/config.toml config.toml
5858
```
5959

6060
2. Create a new post and the about page:
@@ -82,6 +82,8 @@ Actually, you can override any template of theme in Hugo, see this _unofficial m
8282

8383
```sh
8484
~/blog $ git submodule update --rebase --remote
85+
# or
86+
~/blog $ cd themes/meme && git pull
8587
```
8688

8789
If failed, try:

README.zh-cn.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ https://gohugo.io/getting-started/quick-start/
5555

5656
### 开始写作
5757

58-
1.`config.toml` 替换为[示例配置](https://github.com/reuixiy/hugo-theme-meme/blob/master/config-examples/zh-cn/config.toml)
58+
1.`hugo.toml` 替换为[示例配置](https://github.com/reuixiy/hugo-theme-meme/blob/master/config-examples/zh-cn/config.toml)
5959

6060
```sh
61-
~/blog $ rm config.toml && cp themes/meme/config-examples/zh-cn/config.toml config.toml
61+
~/blog $ rm hugo.toml && cp themes/meme/config-examples/zh-cn/config.toml config.toml
6262
```
6363

6464
2. 新建一篇文章和一个关于页面:
@@ -86,6 +86,8 @@ MemE 通过 Hugo 管道实现使用 SCSS 生成 CSS,而非静态的 CSS 文件
8686

8787
```sh
8888
~/blog $ git submodule update --rebase --remote
89+
#
90+
~/blog $ cd themes/meme && git pull
8991
```
9092

9193
如果失败了,请尝试:

README.zh-tw.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ https://gohugo.io/getting-started/quick-start/
5555

5656
### 開始寫作
5757

58-
1.`config.toml` 替換為[示例配置](https://github.com/reuixiy/hugo-theme-meme/blob/master/config-examples/zh-cn/config.toml)
58+
1.`hugo.toml` 替換為[示例配置](https://github.com/reuixiy/hugo-theme-meme/blob/master/config-examples/zh-tw/config.toml)
5959

6060
```sh
61-
~/blog $ rm config.toml && cp themes/meme/config-examples/zh-cn/config.toml config.toml
61+
~/blog $ rm hugo.toml && cp themes/meme/config-examples/zh-tw/config.toml config.toml
6262
```
6363

6464
2. 新建一篇文章和一個關於頁面:
@@ -86,6 +86,8 @@ MemE 透過 Hugo 管道實現使用 SCSS 生成 CSS,而非靜態的 CSS 檔案
8686

8787
```sh
8888
~/blog $ git submodule update --rebase --remote
89+
#
90+
~/blog $ cd themes/meme && git pull
8991
```
9092

9193
如果失敗了,請嘗試:

0 commit comments

Comments
 (0)