Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.5 KB

README.md

File metadata and controls

39 lines (30 loc) · 1.5 KB

Blogs

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.

Contribute

Have something to contribute? Publish your own blog!

Steps:

  1. Fork, and clone this repository.
  2. Create a new markdown file <year>-<month>-<date>-<your-blog-title>.md in the root folder. Please note the format of the file-name.
  3. 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!**
  1. Start writing!

  2. 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

  3. Once you're done,

    • git add .
    • git commit -m "blog: <blog-title>"
    • git push origin master
  4. 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.