This repository holds the blog posts that are shown on https://drawpi.com. You can view these blogs on https://drawpi.com/blogs (Link to be active soon).
We started DrawPI blogs to build a focussed knowledge base on the best practices and understandings of API-building. Everything about APIs, from the basic terms to the most advanced optimized techniques can be, and should be made known to any developer finding his/her way in API-building. DrawPI blogs also contain all information, and techniques that can be used to create APIs on DrawPI.
Have something to contribute? Publish your own blog!
- Fork, and clone this repository.
- Create a new markdown file
<year>-<month>-<date>-<your-blog-title>.md
in the root folder. Please note the format of the file-name. - In this file, add the following in the first line:
---
title: '<YOUR-BLOG-TITLE>'
date: '<year>-<date>-<month>'
author: '<YOUR-NAME>'
---
**Replace this line with your content!**
-
Start writing!
-
If you need to add images, upload those images in the
public
folder with the name of your markdown file, and an image name. For example,<year>-<month>-<date>-<your-blog-title>-image1.jpg
-
Once you're done,
git add .
git commit -m "blog: <blog-title>"
git push origin master
-
Make a Pull Request with the same name as the commit message.
Wait for few hours to see your blog published on DrawPI!
Made with ❤️ from DrawPI Inc.