We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c53e215 commit a5ace82Copy full SHA for a5ace82
README.md
@@ -40,3 +40,13 @@ Code of Conduct, see `CODE_OF_CONDUCT.md` for more.
40
Please send pull requests to the master branch. If you're trying to do
41
something big, please open an issue before working on it, so we can make sure
42
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