-
Notifications
You must be signed in to change notification settings - Fork 7
Writing a Blog Post
Param Siddharth edited this page Feb 11, 2022
·
2 revisions
To write a post for the blog, follow the following steps:
-
Inside
public/users/your-username/blogs
, create a new file with the.md
extension of the following format:--- title: A Nice Title for the Post date: 2022-01-01 07:00:00 PM --- Hello! This is my first blog post, everyone. In this post, I will talk about my new event with @ghost. It was so awesome!
A new branch will be created with the file committed.
The value for the
date
must follow theYYYY-MM-DD HH:MM:SS AM/PM
format, and must be in IST (Indian Standard Time).You can use all Markdown features in the post contents, including adding images!
You can also mention any GitHub user by their username prefixed with an '@'.
-
Create a pull request from that branch to the
main
branch. -
Wait for the test(s) to finish and merge the PR!
Congratulations! You just posted on the Campus Experts India blog.