The software that uses my blog
Go to file
Lucas 6381967f93 RSS feed added to the Index 2021-04-10 22:17:00 +00:00
LICENSE Initial commit 2021-04-09 15:14:59 +00:00
README.md Actualizar 'README.md' 2021-04-09 18:24:29 +00:00
blog_config.php Actualizar 'blog_config.php' 2021-04-10 21:59:56 +00:00
index.php RSS feed added to the Index 2021-04-10 22:17:00 +00:00

README.md

~weblogs

Requirements

  • PHP

Install

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

Use

  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
]