[CroCoder Jobs](https://jobs.crocoder.dev?rel="crocoder) website shows all posts that are presented as files in the content folder of the jobboard project. What this means is that each file inside of the content folder represents a single post and contains important information about it.

Most of the time, these posts are created automatically by a different par of our system, however we do allow you to submit a PR that contains a file representing your company's post.

In such case, you need to make sure that the created file is placed in the before mentioned content folder of the jobboard website package and to make sure it follows the following template.

---
title: "Name of my Jobs title"
host: "<https://example.com/>"  <!--Your company site's host-->
companyName: "Name of the Company"
url: "<https://example.com/>"  <!--URL where the original post is held -->
applyUrl: "<https://example.com/>" <!--URL where the candidate can apply for this position-->
timestamp: 1602164402658  <!--You can set the current time here or the date of ad's publish-->
hashtags: "#lorem, #ipsum, #bahama" <!-- Specify all relevant hashtags for your site starting with the most important ones first -->
logoUrl: "" <!-- URL of your company's logo -->
jobType: software  <!-- "software" or "other" -->
companyWebsite: "<https://example.com/>" <!--URL of your company site-->
summary: "Example company is looking for testing job post that has 3+ years of experience in advertising sales and account management." <!-- A short summary of what the job is about -->
---
<!-- Your entire job post text goes here. You can use markdown to format it -->

Note: make sure to remove comments from the newly-created .md file otherwise your PR will be declined.