You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/guide/README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ This guide is only for partial configuration instructions, **Not for the all con
8
8
9
9
:::tip
10
10
About the config file in the guide:
11
-
- "**blog config**" refer to the `_config.yml` in the blog root directory.
11
+
- "**site config**" refer to the `_config.yml` in the blog root directory.
12
12
- "**theme config**" refer to the path `theme/fluid/_config.yml`
13
13
:::
14
14
@@ -110,7 +110,7 @@ Each post page can define its banner independently, you can read the config abou
110
110
111
111
### Title of Blog
112
112
113
-
The title is on the left of the banner, Its value can set by the attribute `title` in file **blog config**, which is also the title of the browser's tab.
113
+
The title is on the left of the banner, Its value can set by the attribute `title` in file **site config**, which is also the title of the browser's tab.
114
114
115
115
If you want to set varies titles for different pages, you can change the **theme config** as follows:
116
116
@@ -222,7 +222,7 @@ web_analytics:
222
222
223
223
### Languages
224
224
225
-
Set a different language in the **blog config** will change the text of the theme:
225
+
Set a different language in the **site config** will change the text of the theme:
226
226
227
227
```yaml
228
228
language: en
@@ -332,7 +332,7 @@ index:
332
332
keys: ["hitokoto"]
333
333
```
334
334
335
-
If `text` is blank, the `subtitle` in the **blog config** will replace it.
335
+
If `text` is blank, the `subtitle` in the **site config** will replace it.
336
336
337
337
In addition, the content can be obtained through the API interface. If the request fails, it will be displayed in the text field:
0 commit comments