Skip to content

Commit a576717

Browse files
committed
rename content to posts
1 parent 76e9429 commit a576717

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ This repository contains the source code for the Coder.com blog.
99

1010
## Structure of the repository
1111

12-
The source code for the blog is in the `content` directory. The `content` directory contains a directory for each blog post.
12+
The source code for the blog is in the `posts` directory. The `posts` directory contains a directory for each blog post.
1313

14-
Tha name of the blog post directory is the slug of the blog post. The slug is the name of the blog post in the URL. For example, the slug of the blog post "How to Manage Coder Templates" is `how-to-manage-coder-templates`.
14+
Tha name of the individual blog post directory is the slug of the blog post. The slug is the name of the blog post in the URL. For example, the slug of the blog post "How to Manage Coder Templates" is `how-to-manage-coder-templates`.
1515

1616
Each blog post directory contains a `index.md` file and any images used in the blog post. The `index.md` file contains the front matter and the content of the blog post. The front matter contains the title, date, and author of the blog post. The content of the blog post is written in Markdown.
1717

0 commit comments

Comments
 (0)