Skip to content

Commit

Permalink
Fix the dir name for hosting posts
Browse files Browse the repository at this point in the history
  • Loading branch information
SilleBille authored and cotes2020 committed Dec 28, 2020
1 parent 7a88347 commit a20fd5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2019-08-08-write-a-new-post.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a20fd5b

Please sign in to comment.