Skip to content

Commit

Permalink
Use draft instead of unlisted
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekSi committed Apr 5, 2023
1 parent 37f0565 commit 8404484
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion website/blog/_guide/YYYY-MM-DD.blog-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keywords:
- keyword2
image: /img/blog/post-cover-image.jpg
tags: [tag1, tag2]
unlisted: true
draft: true
---

Leave a space before starting article.
Expand Down
6 changes: 3 additions & 3 deletions website/blog/_guide/content-process.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
sidebar_position: 2
unlisted: true
draft: true
---

# Content Creation Guide for FerretDB
Expand Down Expand Up @@ -39,7 +39,7 @@ Please see our [writing guide](writing-guide.md) for help formatting your blog p

Front matter is the metadata that appears at the top of the markdown file and provides information about the post, such as the title, author, and date.

In the front matter, ensure to set the `unlisted: true` in the front matter until it's ready to publish.
In the front matter, ensure to set the `draft: true` in the front matter until it's ready to publish.
Make sure to include all necessary information in the front matter, such as the title, author, and date.

## Reviewing and Editing Content
Expand All @@ -57,7 +57,7 @@ Once the content is ready for review, please open a PR and assign it to @Ferretd
## Final Approval and Publishing

The final approval for publishing content is given once it has passed through all reviews and approved by the team.
To publish the content, change the date in the front matter to the proposed published date, and then remove `unlisted: true` from the front matter.
To publish the content, change the date in the front matter to the proposed published date, and then remove `draft: true` from the front matter.

## Post Publishing

Expand Down
2 changes: 1 addition & 1 deletion website/docs/contributing/writing-guide.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
sidebar_position: 99
unlisted: true
draft: true
---

# Writing guide
Expand Down

0 comments on commit 8404484

Please sign in to comment.