aboutsummaryrefslogtreecommitdiff
path: root/_data/metadata.json
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2023-05-22 15:18:52 -0500
committerChristian Cleberg <hello@cleberg.net>2023-05-22 15:18:52 -0500
commitdeb20fdfca35c64066fe4e375099350dc77ea408 (patch)
tree8be0f7541652e4e8f89fc4dd603fae7accf4ee24 /_data/metadata.json
downloadphp-blog-deb20fdfca35c64066fe4e375099350dc77ea408.tar.gz
php-blog-deb20fdfca35c64066fe4e375099350dc77ea408.tar.bz2
php-blog-deb20fdfca35c64066fe4e375099350dc77ea408.zip
initial commit
Diffstat (limited to '_data/metadata.json')
-rw-r--r--_data/metadata.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/_data/metadata.json b/_data/metadata.json
new file mode 100644
index 0000000..fc5c8fb
--- /dev/null
+++ b/_data/metadata.json
@@ -0,0 +1,24 @@
+[
+ {
+ "id": "002",
+ "title": "Syntax Possiblities",
+ "author": "John Doe",
+ "description": "Praesent maximus erat vitae arcu semper, sit amet euismod risus porta.",
+ "tag": "security",
+ "created": "2020-12-08 00:00:00",
+ "modified": "2020-12-08 00:00:00",
+ "link": "https:\/\/blog.example.com\/post\/example-syntax.html",
+ "published": "Yes"
+ },
+ {
+ "id": "001",
+ "title": "Lorem Ipsum",
+ "author": "John Doe",
+ "description": "Lorem ipsum dolor sit amet...",
+ "tag": "writing",
+ "created": "2018-11-28 00:00:00",
+ "modified": "2018-11-28 00:00:00",
+ "link": "https:\/\/blog.example.com\/post\/lorem-ipsum.html",
+ "published": "Yes"
+ }
+]