upstream #1
| @@ -59,7 +59,7 @@ I wanted it to be nearly as feature-rich as popular blogging templates like [bea | ||||
| ## Quick Start Guide | ||||
|  | ||||
| 1. JS (official support) - `npx degit https://github.com/timlrx/tailwind-nextjs-starter-blog.git` or TS (community support) - `npx degit timlrx/tailwind-nextjs-starter-blog#typescript` | ||||
| 2. Personalize `siteMetadata.json` (site related information) | ||||
| 2. Personalize `siteMetadata.js` (site related information) | ||||
| 3. Personalize `authors/default.md` (main author) | ||||
| 4. Modify `projectsData.js` | ||||
| 5. Modify `headerNavLinks.js` to customize navigation links | ||||
| @@ -82,7 +82,7 @@ You can start editing the page by modifying `pages/index.js`. The page auto-upda | ||||
|  | ||||
| ## Extend / Customize | ||||
|  | ||||
| `data/siteMetadata.json` - contains most of the site related information which should be modified for a user's need. | ||||
| `data/siteMetadata.js` - contains most of the site related information which should be modified for a user's need. | ||||
|  | ||||
| `data/authors/default.md` - default author information (required). Additional authors can be added as files in `data/authors`. | ||||
|  | ||||
|   | ||||
| @@ -64,7 +64,7 @@ I wanted it to be nearly as feature-rich as popular blogging templates like [bea | ||||
| ## Quick Start Guide | ||||
|  | ||||
| 1. JS (official support) - `npx degit https://github.com/timlrx/tailwind-nextjs-starter-blog.git` or TS (community support) - `npx degit timlrx/tailwind-nextjs-starter-blog#typescript` | ||||
| 2. Personalize `siteMetadata.json` (site related information) | ||||
| 2. Personalize `siteMetadata.js` (site related information) | ||||
| 3. Personalize `authors/default.md` (main author) | ||||
| 4. Modify `projectsData.js` | ||||
| 5. Modify `headerNavLinks.js` to customize navigation links | ||||
| @@ -87,7 +87,7 @@ You can start editing the page by modifying `pages/index.js`. The page auto-upda | ||||
|  | ||||
| ## Extend / Customize | ||||
|  | ||||
| `data/siteMetadata.json` - contains most of the site related information which should be modified for a user's need. | ||||
| `data/siteMetadata.js` - contains most of the site related information which should be modified for a user's need. | ||||
|  | ||||
| `data/authors/default.md` - default author information (required). Additional authors can be added as files in `data/authors`. | ||||
|  | ||||
|   | ||||
| @@ -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: | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user