krz/php-blog

A PHP blogging system with built-in static comments.

clone: git clone https://gitbay.org/krz/php-blog.git

main: _data/comments.json · raw

 1[
 2  {
 3    "timestamp": "2021-04-20 19:16:36",
 4    "username": "John Doe",
 5    "comment": "Lorem ipsum dolor sit amet!",
 6    "postURL": "https:\/\/blog.example.com\/post\/lorem-ipsum.html"
 7  },
 8  {
 9    "timestamp": "2021-04-21 02:32:39",
10    "username": "Jane Dow",
11    "comment": "# Lorem Ipsum!",
12    "postURL": "https:\/\/blog.example.com\/post\/example-syntax.html"
13  }
14]