Skip to content
/ blog Public

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

License

Notifications You must be signed in to change notification settings

NicoPauer/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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" : ["nicolaspauer20@gmail.com"],
   // 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 nicolaspauer20@gmail.com

  • Send 5 USD by PayPal to my E-mail

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published