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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -233,8 +233,8 @@ You can check which languages are supported in the theme [languages](https://git
233
233
You can also use a similar way to override the configuration to customize the language:
234
234
235
235
1. Go to or create `source/_data` directory of the blog directory, then create the `languages` folder;
236
-
2. Create a file `en.yml` in `_languages` , copy the content of [en.yml](https://github.com/fluid-dev/hexo-theme-fluid/blob/master/languages/en.yml);
237
-
3. You can set any config with the new `en.yml`, it can be used when `hexo g`.
236
+
2. Create a file named `en.yml` in `source/_data/languages` , copy the content of [en.yml](https://github.com/fluid-dev/hexo-theme-fluid/blob/master/languages/en.yml) in `fluid/languages` to you just created;
237
+
3. You can reset any config in `en.yml` you just created, it can be used when `hexo g`.
238
238
239
239
Of course, you can also choose other language yaml, just keep the filename and config value the same.
0 commit comments