aboutsummaryrefslogtreecommitdiff
path: root/blog
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2021-10-25 14:35:32 +0200
committerToni Uhlig <matzeton@googlemail.com>2021-10-25 14:41:11 +0200
commit8c2089dd8117835cfbfaed2c8f50cd34e666487f (patch)
tree5954b63122b1f71903469907a76ac74e36f81ec7 /blog
parent47a838f292439b9d1ce921a79341e4a7170d0810 (diff)
Added CMake install targets and reworked wwwroot folder structure.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'blog')
-rw-r--r--blog/my-second-blog-entry.json8
-rw-r--r--blog/my-second-blog-entry.md5
-rw-r--r--blog/my-third-blog-entry.json8
-rw-r--r--blog/my-third-blog-entry.md2
-rw-r--r--blog/my-very-first-blog-entry.json8
-rw-r--r--blog/my-very-first-blog-entry.md8
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...
-```