Changed tags and authors formatting.

This commit is contained in:
pablo 2021-12-08 20:14:07 +01:00
parent 65de889359
commit 714b3bfe5e
3 changed files with 21 additions and 9 deletions

View file

@ -20,8 +20,8 @@ Posts should be stored in the `posts` folder. Each post:
|------------|---------------------------------------------------------------------------------------------|
| `title` | The human readable title for the post. |
| `date` | The posting date of the post, with format `YYYY-MM-DD HH:MM:SS`, as in 2021-05-30 11:59:59. |
| `category` | A category for the post. |
| `tags` | A list of tags, represented as comma separated strings. |
| `slug` | Unique, machine readable slug. |
| `authors` | List of authors, represented as comma separated strings. |
| `summary` | A brief, human readable summary for the post. |
| `category` | A category for the post. |
| `tags` | A list of tags. |
| `slug` | Unique, machine readable slug. |
| `authors` | A list of authors. |
| `summary` | A brief, human readable summary for the post. |