diff options
Diffstat (limited to 'blog')
-rw-r--r-- | blog/my-second-blog-entry.json | 8 | ||||
-rw-r--r-- | blog/my-second-blog-entry.md | 5 | ||||
-rw-r--r-- | blog/my-third-blog-entry.json | 8 | ||||
-rw-r--r-- | blog/my-third-blog-entry.md | 2 | ||||
-rw-r--r-- | blog/my-very-first-blog-entry.json | 8 | ||||
-rw-r--r-- | blog/my-very-first-blog-entry.md | 8 |
6 files changed, 0 insertions, 39 deletions
diff --git a/blog/my-second-blog-entry.json b/blog/my-second-blog-entry.json deleted file mode 100644 index ecb2b8b..0000000 --- a/blog/my-second-blog-entry.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "title": "Second blog entry.", - "tags": [ "bla" ], - "author": "lns", - "createDate": "23.02.1989 23:59", - "publishDate": "30.12.2020 1:00", - "published": true -} diff --git a/blog/my-second-blog-entry.md b/blog/my-second-blog-entry.md deleted file mode 100644 index 054046a..0000000 --- a/blog/my-second-blog-entry.md +++ /dev/null @@ -1,5 +0,0 @@ -Text -======= - -*lorem* **ipsum** -~~striked~~ diff --git a/blog/my-third-blog-entry.json b/blog/my-third-blog-entry.json deleted file mode 100644 index 9682cd2..0000000 --- a/blog/my-third-blog-entry.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "title": "Third.", - "tags": [ "test" ], - "author": "lns", - "createDate": "24.02.1989 23:59", - "publishDate": "31.12.2020 1:00", - "published": false -} diff --git a/blog/my-third-blog-entry.md b/blog/my-third-blog-entry.md deleted file mode 100644 index 292b1e1..0000000 --- a/blog/my-third-blog-entry.md +++ /dev/null @@ -1,2 +0,0 @@ -Text -======= diff --git a/blog/my-very-first-blog-entry.json b/blog/my-very-first-blog-entry.json deleted file mode 100644 index 52f52f7..0000000 --- a/blog/my-very-first-blog-entry.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "title": "My first blog entry!", - "tags": [ "test", "bla" ], - "author": "lns", - "createDate": "22.02.1989 23:59", - "publishDate": "31.12.2020 1:00", - "published": true -} diff --git a/blog/my-very-first-blog-entry.md b/blog/my-very-first-blog-entry.md deleted file mode 100644 index 017cbfc..0000000 --- a/blog/my-very-first-blog-entry.md +++ /dev/null @@ -1,8 +0,0 @@ -Text -======= - -`test` - -``` -some code... -``` |