Hey there! Welcome to BITS ACM’s newest venture, a technical blog where all the members pool their knowledge with respect to their field of interest.
All members need to follow the following process:
_posts
directory, create a new file in the following format:YYYY-MM-DD-TitleOfYourPost.md
---
layout: post
title: "Title of your post"
tags: [All the tags asscoiated with your post separated by commas]
author: Your Name
desc: A One-liner description (optional)
---
_authors
folder and create a Markdown file in the following format:Your Name.md
---
layout: author
title: Your Name
image_path: /images/xyz.jpg
intro: One-liner introduction
---
images
folder and upload your image. Do not forget to change the image_path
in the front-matter.This completes the entire process!
Now send a pull request to the blog repository which will be merged accordingly!
Peace Out!