Skip to content

Commit 5acde9a

Browse files
authored
Add blog post on new website layout (#394)
1 parent 0de24df commit 5acde9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ If you just want to add a blog post or fix a typo in the content, here's how to
99

1010
### Creating a blog post
1111

12-
1. Create a new file in the [`_posts`](./_posts/) directory or copy an existing post. Its name should have the format `YYYY-MM-DD-short_title.md`.
12+
1. Create a new file in the [`./collections/_posts`](./collections/_posts/) directory or copy an existing post. Its name should have the format `YYYY-MM-DD-short_title.md`.
1313
2. Set the `title` (short title of the post, appears as the HTML `<title>`) and `author` (your GitHub user name) in the front matter. MathJax is available via `mathjax: true` inside the front matter.
1414
3. If this is your first blog post, please indicate if you want your name and a profile picture to appear on the post. If not, you can remove the `author` field from the front matter. Add your details in `_data/authors.yml`.
1515
4. Write your content using Markdown. For code highlighting, use the usual GitHub syntax:

0 commit comments

Comments
 (0)