Fix the dir name for hosting posts
This commit is contained in:
parent
7a88347c63
commit
a20fd5bf6f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue