Skip to content

Commit 4476aa8

Browse files
authored
Merge pull request #694 from apiraino/patch-1
Tiny clarification about blog post template headers
2 parents c53e215 + a5ace82 commit 4476aa8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,13 @@ Code of Conduct, see `CODE_OF_CONDUCT.md` for more.
4040
Please send pull requests to the master branch. If you're trying to do
4141
something big, please open an issue before working on it, so we can make sure
4242
that it's something that will eventually be accepted.
43+
44+
When writing a new blog post, keep in mind the file headers:
45+
```
46+
---
47+
layout: post
48+
title: Title of the blog post
49+
author: Blog post author (or on behalf of which team)
50+
release: true (to be only used for official posts about Rust releases announcements)
51+
---
52+
```

0 commit comments

Comments
 (0)