Skip to content

Latest commit

 

History

History
25 lines (24 loc) · 840 Bytes

README.md

File metadata and controls

25 lines (24 loc) · 840 Bytes

blog

A magazine blog about programming a tech which author can pay me to send a JSON file with all the data of the post.

JSON format of the post

  {
    // Name of the post
    "name" : "Post Name",
   // Your name
    "author" : "Author Name",
   // When finish of write the post
    "date" : "dd/mm/yyyy (Writing finishing Date in Gregorian Calendar)",
   // Mails list of the authors and publishers
    "contacts" : ["[email protected]"],
   // List of the texts of your post
    "contents" : [],
   // Categories of your post
    "tags" : [],
   // CSS template available in folder themes
    "template" : "default.css"
  }

Payment Methods

Send a E-mail width adjunt JSON file to [email protected]

  • Send 5 USD by PayPal to my E-mail