Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 1.49 KB

File metadata and controls

50 lines (31 loc) · 1.49 KB
layout
docs

Adding a new Blog Post

To add a new Blog Post, head over under _post folder and add a new file.
To add a new Blog post on Github to add a new file, simply click "Add file" and then "Create new file".

Add Post

and save by committing the file
Commit

The format of the filename should be: YYYY-MM-DD-MY-FIRST-BLOG.MD

Filename Format\

Writing a Blog Post

Every blog post needs a Front Matter which contains:

  • title: blog's title.
  • categories: categories which the blog belongs to, this is not mandatory, you can add categories as you please. More than one category requres brackets around, separated by commas: [category, hehe].
  • subtitle: appears on the sub info on the card display of the blog entry.
  • thumbnail: appears on the card's image of the blog entry, as well as on the banner of the blog's post.

Filename Format\

Note: three dashes are required

Writing a Job Post

Basically same as how you would create a new Blog Post excpet it's located under _careers folder.
Every career post needs a Front Matter which contains:

  • title
  • description
    • department
    • location
    • created-on

Filename Format

Note: three dashes are required

**Every content update could be done via Github.