- Add to the src/mdxposts folder the posts that you want to add.
- publish the posts to the website.
Credits: This is a edited template based on https://github.com/Ganevru/gatsby-starter-blog-grommet.git
Workflow: Dev
- Open VSCODE
- select the branch (git branch , git checkout branch, git checkout -b ***)you want to to work on
- add the feature or the post
- test(gatsby develop) the feature or post on local machine
- push the branch to remote
- merge the remote branch to master