A very simple useless and databaseless Blogging platform built with Pure PHP, Phraser and JSON.
- Create Posts
- Read Posts (using Markdown)
- List Posts (From JSON, can be host localy or remotely)
- Thumbnails (From JSON, can be host localy or remotely)
- Category (From JSON)
- Tag (Just create under post, listing is not currently supported)
- Social Media Links (From JSON)
- API
- Tags?
- Edit Post
- Delete Post (Have to change entire post grabing method)
- Markdowns editor included
- Pure PHP files (Tested on 7.3)
- HTML + JS + CSS for frontend rendering (responsive for Mobile and Desktop)
- JSON file handling
- Admin panel with CRUD (Currently just Read and Create :p)
Homepage
Category listing
Post display
- Clone this repo
- Edit data.json and upload it to your host. Now you are good to go
- Upload markdown (.md) file to
/post/
- To add post, go to
/admin/new
(Have to add password in future), and enter information - Done!