Fix the dir name for hosting posts

This commit is contained in:
Dinesh Prasanth M K 2020-12-28 16:52:27 -05:00 committed by Cotes
parent 7a88347c63
commit a20fd5bf6f
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ tags: [writing]
## Naming and Path
Create a new file named `YYYY-MM-DD-TITLE.EXTENSION` and put it in the `_post/` of the root directory. Please note that the `EXTENSION` must be one of `md` and `markdown`.
Create a new file named `YYYY-MM-DD-TITLE.EXTENSION` and put it in the `_posts/` of the root directory. Please note that the `EXTENSION` must be one of `md` and `markdown`.
## Front Matter