tildeweblogs/README.md

21 lines
452 B
Markdown
Raw Permalink Normal View History

2021-04-09 17:43:15 +00:00
# ~weblogs
## Requirements
- PHP
## Install
1. Download
2. Upload to a PHP server
3. Edit "blog_config.php"
4. Enjoy!
2021-04-20 23:57:54 +00:00
## Post
2021-04-09 18:24:29 +00:00
1. Open "blog_config.php" in a editor
2021-04-09 17:43:15 +00:00
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
]
2021-04-20 23:57:54 +00:00
```
## Delete
To delete an article just leave in blank the three sections of the thing you want to delete.