The software that uses my blog
Go to file
Lucas a28b7ceea8 Actualizar 'README.md' 2021-04-20 23:57:54 +00:00
LICENSE Initial commit 2021-04-09 15:14:59 +00:00
README.md Actualizar 'README.md' 2021-04-20 23:57:54 +00:00
blog_config.php Actualizar 'blog_config.php' 2021-04-10 21:59:56 +00:00
index.php Actualizar 'index.php' 2021-04-11 15:43:55 +00:00

README.md

~weblogs

Requirements

  • PHP

Install

  1. Download
  2. Upload to a PHP server
  3. Edit "blog_config.php"
  4. Enjoy!

Post

  1. Open "blog_config.php" in a editor
  2. Put a "," on the last publication (the post at the bottom of the document)
  3. Add something like:
[
    "9/4/2021", // Date
    "Hello!", // Title
    "Lorem Ipsum" // Body
]

Delete

To delete an article just leave in blank the three sections of the thing you want to delete.