aboutsummaryrefslogtreecommitdiff
path: root/_data
diff options
context:
space:
mode:
Diffstat (limited to '_data')
-rw-r--r--_data/comments.json14
-rw-r--r--_data/metadata.json24
2 files changed, 38 insertions, 0 deletions
diff --git a/_data/comments.json b/_data/comments.json
new file mode 100644
index 0000000..43a4383
--- /dev/null
+++ b/_data/comments.json
@@ -0,0 +1,14 @@
+[
+ {
+ "timestamp": "2021-04-20 19:16:36",
+ "username": "John Doe",
+ "comment": "Lorem ipsum dolor sit amet!",
+ "postURL": "https:\/\/blog.example.com\/post\/lorem-ipsum.html"
+ },
+ {
+ "timestamp": "2021-04-21 02:32:39",
+ "username": "Jane Dow",
+ "comment": "# Lorem Ipsum!",
+ "postURL": "https:\/\/blog.example.com\/post\/example-syntax.html"
+ }
+]
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"
+ }
+]