gem install bundler
bundle install
jekyll serve --watch
- [Fork the repo].
- Clone a copy of your fork on your local
- Create a branch off of master and give it a meaningful name (e.g. new-frontier).
- Make necessary changes, commit, push and open a pull request on GitHub.
Frontmatter format:
---
layout: post
title: "Title"(optional)
author: Author Name
tags: Tag1 Tag2 Tag3
category: Cat1
type: Article
image: /path/to/image
---
Thank you!