diff --git a/public/assets/posts/hello-world.json b/public/assets/posts/hello-world.json new file mode 100644 index 0000000..75fd470 --- /dev/null +++ b/public/assets/posts/hello-world.json @@ -0,0 +1,8 @@ +{ + "postTitle": "Hello World!", + "timestamp": "1654062776", + "editedTimestamp": "", + "postContent": "Welcome to my humble blog! This blog is hosted using a blog platform loosely based on my [ngx-dumblog](http:\/\/github.com\/pedroCX486\/ngx-dumblog) project. My intent is to make this look more and more retro with time.\r\n \r\nAnd before you ask, it's availabe [here](http:\/\/git.pedrocx486.club\/pedrocx486\/ngx-retroblog).\r\n \r\nFor more info (maybe), check [The Club](https:\/\/pedrocx486.club)!", + "filename": "hello-world", + "draft": false +} diff --git a/src/App.vue b/src/App.vue index aeda89d..44482b1 100755 --- a/src/App.vue +++ b/src/App.vue @@ -1,133 +1,104 @@