krz/php-blog
A PHP blogging system with built-in static comments.
clone: git clone https://gitbay.org/krz/php-blog.git
main: _data/metadata.json · raw
1[
2 {
3 "id": "002",
4 "title": "Syntax Possiblities",
5 "author": "John Doe",
6 "description": "Praesent maximus erat vitae arcu semper, sit amet euismod risus porta.",
7 "tag": "security",
8 "created": "2020-12-08 00:00:00",
9 "modified": "2020-12-08 00:00:00",
10 "link": "https:\/\/blog.example.com\/post\/example-syntax.html",
11 "published": "Yes"
12 },
13 {
14 "id": "001",
15 "title": "Lorem Ipsum",
16 "author": "John Doe",
17 "description": "Lorem ipsum dolor sit amet...",
18 "tag": "writing",
19 "created": "2018-11-28 00:00:00",
20 "modified": "2018-11-28 00:00:00",
21 "link": "https:\/\/blog.example.com\/post\/lorem-ipsum.html",
22 "published": "Yes"
23 }
24]