From 7985947c4b5624c2211d2851fa69eefba5daf178 Mon Sep 17 00:00:00 2001
From: Toni Uhlig
Date: Sat, 23 Oct 2021 01:32:04 +0200
Subject: Initial blog.impl.cc
Signed-off-by: Toni Uhlig
---
wwwroot/00_header.tmpl | 47 +++++++++++++++++++++++++++++
wwwroot/01_footer.tmpl | 18 +++++++++++
wwwroot/blog/hello-world.json | 9 ++++++
wwwroot/blog/hello-world.md | 3 ++
wwwroot/blog/index.html | 27 -----------------
wwwroot/blog/my-second-blog-entry.json | 9 ------
wwwroot/blog/my-second-blog-entry.md | 5 ---
wwwroot/blog/my-third-blog-entry.json | 9 ------
wwwroot/blog/my-third-blog-entry.md | 2 --
wwwroot/blog/my-very-first-blog-entry.json | 9 ------
wwwroot/blog/my-very-first-blog-entry.md | 8 -----
wwwroot/index.html | 22 +++++++++++---
wwwroot/pages.html | 6 ++++
wwwroot/pages/about.md | 9 ++++++
wwwroot/pages/index.md | 3 +-
wwwroot/static/.placeholder | 0
wwwroot/static/gohu.woff | Bin 0 -> 517184 bytes
wwwroot/static/test.txt | 1 -
18 files changed, 110 insertions(+), 77 deletions(-)
create mode 100644 wwwroot/00_header.tmpl
create mode 100644 wwwroot/01_footer.tmpl
create mode 100644 wwwroot/blog/hello-world.json
create mode 100644 wwwroot/blog/hello-world.md
delete mode 100644 wwwroot/blog/index.html
delete mode 100644 wwwroot/blog/my-second-blog-entry.json
delete mode 100644 wwwroot/blog/my-second-blog-entry.md
delete mode 100644 wwwroot/blog/my-third-blog-entry.json
delete mode 100644 wwwroot/blog/my-third-blog-entry.md
delete mode 100644 wwwroot/blog/my-very-first-blog-entry.json
delete mode 100644 wwwroot/blog/my-very-first-blog-entry.md
create mode 100644 wwwroot/pages.html
create mode 100644 wwwroot/pages/about.md
create mode 100644 wwwroot/static/.placeholder
create mode 100644 wwwroot/static/gohu.woff
delete mode 100644 wwwroot/static/test.txt
(limited to 'wwwroot')
diff --git a/wwwroot/00_header.tmpl b/wwwroot/00_header.tmpl
new file mode 100644
index 0000000..7175753
--- /dev/null
+++ b/wwwroot/00_header.tmpl
@@ -0,0 +1,47 @@
+
+
+
+ blog.impl.cc
+
+
+
+
+
+
+
+ ┌───────────────────────┐
+ │████ █████ ███ ████ │
+ │█ █ █ █ █ █ █│
+ │█ █ ███ █████ █ █│
+ │█ █ █ █ █ █ █│
+ │████ █████ █ █ ████ │
+┌── blog ── about ─────────────────────────┴───────────────────────┘
+├┐
+└┘
+
+
+
+
diff --git a/wwwroot/01_footer.tmpl b/wwwroot/01_footer.tmpl
new file mode 100644
index 0000000..a4d35e9
--- /dev/null
+++ b/wwwroot/01_footer.tmpl
@@ -0,0 +1,18 @@
+
+ |
+
+
+┌┐
+└┤
+ └─────────────────────────────────────────┬───────────────────────┐
+ │ ████ ███ ████ █████│
+ │█ █ █ █ █ █ │
+ │█ █ █ █ █ ███ │
+ │█ █ █ █ █ █ │
+ │ ████ ███ ████ █████│
+ └───────────────────────┘
+
+made without love and cpp-web, theme inspired by tmpout.sh
+
+
+
diff --git a/wwwroot/blog/hello-world.json b/wwwroot/blog/hello-world.json
new file mode 100644
index 0000000..ce3ecba
--- /dev/null
+++ b/wwwroot/blog/hello-world.json
@@ -0,0 +1,9 @@
+{
+ "title": "Hello World!",
+ "tags": [ "first" ],
+ "author": "lns",
+ "createDate": "30.10.2021 22:32",
+ "publishDate": "30.10.2021 22:39",
+ "published": true,
+ "accessAllowed": true
+}
diff --git a/wwwroot/blog/hello-world.md b/wwwroot/blog/hello-world.md
new file mode 100644
index 0000000..f3891e5
--- /dev/null
+++ b/wwwroot/blog/hello-world.md
@@ -0,0 +1,3 @@
+```C
+hello = world();
+```
diff --git a/wwwroot/blog/index.html b/wwwroot/blog/index.html
deleted file mode 100644
index a4c520a..0000000
--- a/wwwroot/blog/index.html
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-blabla
-Test fn....: {{ test_fn }}
-Test RetFN.: {{ test_return_true }}
-{% if exists("blog_listing") %}
-
-## for entry in blog_listing
-
- {{ loop.index1 }} |
- {{ entry.filename }} |
- {{ entry.title }} |
- {{ entry.tags }} |
- {{ entry.author }} |
- {{ entry.createDate }} |
- {{ entry.publishDate }} |
- {{ entry.published }} |
-
- {{ indent(entry.content, 12, false, false) }}
- |
- {% if loop.is_last == false %}more{% else %}eof{% endif %}
- |
-## endfor
-
-{% endif %}
-
-
diff --git a/wwwroot/blog/my-second-blog-entry.json b/wwwroot/blog/my-second-blog-entry.json
deleted file mode 100644
index c1a4fe6..0000000
--- a/wwwroot/blog/my-second-blog-entry.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "title": "Second blog entry.",
- "tags": [ "bla" ],
- "author": "lns",
- "createDate": "23.02.1989 23:59",
- "publishDate": "30.12.2020 1:00",
- "published": true,
- "accessAllowed": false
-}
diff --git a/wwwroot/blog/my-second-blog-entry.md b/wwwroot/blog/my-second-blog-entry.md
deleted file mode 100644
index 054046a..0000000
--- a/wwwroot/blog/my-second-blog-entry.md
+++ /dev/null
@@ -1,5 +0,0 @@
-Text
-=======
-
-*lorem* **ipsum**
-~~striked~~
diff --git a/wwwroot/blog/my-third-blog-entry.json b/wwwroot/blog/my-third-blog-entry.json
deleted file mode 100644
index 3478508..0000000
--- a/wwwroot/blog/my-third-blog-entry.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "title": "Third.",
- "tags": [ "test" ],
- "author": "lns",
- "createDate": "24.02.1989 23:59",
- "publishDate": "31.12.2020 1:00",
- "published": false,
- "accessAllowed": false
-}
diff --git a/wwwroot/blog/my-third-blog-entry.md b/wwwroot/blog/my-third-blog-entry.md
deleted file mode 100644
index 292b1e1..0000000
--- a/wwwroot/blog/my-third-blog-entry.md
+++ /dev/null
@@ -1,2 +0,0 @@
-Text
-=======
diff --git a/wwwroot/blog/my-very-first-blog-entry.json b/wwwroot/blog/my-very-first-blog-entry.json
deleted file mode 100644
index e10fb2c..0000000
--- a/wwwroot/blog/my-very-first-blog-entry.json
+++ /dev/null
@@ -1,9 +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,
- "accessAllowed": true
-}
diff --git a/wwwroot/blog/my-very-first-blog-entry.md b/wwwroot/blog/my-very-first-blog-entry.md
deleted file mode 100644
index 017cbfc..0000000
--- a/wwwroot/blog/my-very-first-blog-entry.md
+++ /dev/null
@@ -1,8 +0,0 @@
-Text
-=======
-
-`test`
-
-```
-some code...
-```
diff --git a/wwwroot/index.html b/wwwroot/index.html
index 07dd49d..ae3f1a7 100644
--- a/wwwroot/index.html
+++ b/wwwroot/index.html
@@ -1,5 +1,17 @@
-
- INDEX TMPL
- {{ uri }}
- {{ indent(content, 4, false, false) }}
-
+## include "00_header.tmpl"
+## if exists("blog_post")
+{{ blog_post.title }}
+ {{ blog_post.publishDate }} by {{ blog_post.author }}
+{{ blog_post.content }}
+## endif
+## if exists("blog_listing") and length("blog_listing") > 0
+## for entry in blog_listing
+ {{ loop.index1 }}
+ {{ entry.title }} by {{ entry.author }}
+ published {{ entry.publishDate }}
+## if not loop.is_last
+
+## endif
+## endfor
+## endif
+## include "01_footer.tmpl"
diff --git a/wwwroot/pages.html b/wwwroot/pages.html
new file mode 100644
index 0000000..311f325
--- /dev/null
+++ b/wwwroot/pages.html
@@ -0,0 +1,6 @@
+## include "00_header.tmpl"
+{{- indent(uri, 4, false, true) -}}
+
+{{- indent(content, 8, false, true) -}}
+
+## include "01_footer.tmpl"
diff --git a/wwwroot/pages/about.md b/wwwroot/pages/about.md
new file mode 100644
index 0000000..9ebe9ab
--- /dev/null
+++ b/wwwroot/pages/about.md
@@ -0,0 +1,9 @@
+*What?*
+A blog about _Coding_, _Reverse Engineering_, _Operating Systems_, _Politics_ and _Travelling_.
+
+*Who?*
+See: [GitHub Profile](https://github.com/lnslbrty)
+Contact: toni@impl.cc
+
+Please use my GPG public key for any mail based conversation.
+You can get it from [Ubuntu Keyserver](https://keyserver.ubuntu.com/pks/lookup?search=toni%40impl.cc&fingerprint=on&op=index).
diff --git a/wwwroot/pages/index.md b/wwwroot/pages/index.md
index 99bd385..8c6fcb5 100644
--- a/wwwroot/pages/index.md
+++ b/wwwroot/pages/index.md
@@ -1,2 +1 @@
-*Just HTML*
-~~plaintext~~
+Nothing to see here..
diff --git a/wwwroot/static/.placeholder b/wwwroot/static/.placeholder
new file mode 100644
index 0000000..e69de29
diff --git a/wwwroot/static/gohu.woff b/wwwroot/static/gohu.woff
new file mode 100644
index 0000000..67cfd9e
Binary files /dev/null and b/wwwroot/static/gohu.woff differ
diff --git a/wwwroot/static/test.txt b/wwwroot/static/test.txt
deleted file mode 100644
index 50bb49a..0000000
--- a/wwwroot/static/test.txt
+++ /dev/null
@@ -1 +0,0 @@
-This is a static text file.
--
cgit v1.2.3