docs: change siteMetadata.json to siteMetadata.js

This commit is contained in:
Timothy Lin
2021-07-24 15:00:50 +08:00
parent d592dea3ff
commit 4609d5a125
3 changed files with 5 additions and 5 deletions

View File

@@ -198,7 +198,7 @@ comment: {
## Multiple authors
Information on authors is now split from `siteMetadata.json` and stored in its own `data/authors` folder as a markdown file. Minimally, you will need to have a `default.md` file with authorship information. You can create additional files as required and the file name will be used as the reference to the author.
Information on authors is now split from `siteMetadata.js` and stored in its own `data/authors` folder as a markdown file. Minimally, you will need to have a `default.md` file with authorship information. You can create additional files as required and the file name will be used as the reference to the author.
Here's how an author markdown file might looks like: