Skip to content

Commit d7251b2

Browse files
authored
Update README.md
1 parent e16b3e3 commit d7251b2

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,12 @@ domain: YOUR_HASHNODE_BLOG_DOMAIN_NAME_HERE (e.g. sandeep.dev or sandeep.hashnod
2626
/* When you have a team publication and a publication member has created an article */
2727
/* Please note that this param is only supported while creating an article and not updating */
2828
publishAs: USERNAME_OF_AUTHOR_OF_ARTICLE
29-
/* When your article is republished and you want to use the origin url as canonical url */ <br/>
29+
/* When your article is republished and you want to use the origin url as canonical url */
3030
canonical: CANONICAL_URL_OF_ARTICLE
3131
/* Only if you don't want this article to be published yet */
32-
ignorePost: true
32+
ignorePost: Boolean (default: false)
33+
/* If you want to post it only on your blog and hide it from Hashnode community feed */
34+
hideFromHashnodeCommunity: Boolean (default: false)
3335
---
3436
3537
Enter article body here

0 commit comments

Comments
 (0)