Post Title (Optional)


Create a post


Date










Info

This is a quick personal thing I made to semi-automate a VERY basic blog concept I've had for a while. The idea is every 'post' is stored into one big .json file, that can then be parsed and displayed. Currently only implemented text and date, but I figure everything else can easily be tweaked during parsing and formatting. Also, the format it's meant to be used with is an Array of Objects with keys and values. Something like this.

By default the "edited" part is set to false when making a post. Write whatever date it was edited manually. Also title is optional.