commit 442e2dd05e38d7a3ad1453f3d78d3818e04c493f Author: root Date: Tue Sep 10 07:59:38 2019 +0000 initial commit diff --git a/.lektor/buildstate b/.lektor/buildstate new file mode 100644 index 0000000..a5e799e Binary files /dev/null and b/.lektor/buildstate differ diff --git a/about/index.html b/about/index.html new file mode 100644 index 0000000..f7ce8bd --- /dev/null +++ b/about/index.html @@ -0,0 +1,32 @@ + + + +About this Website — blog + +
+

blog

+ +
+
+ +

About this Website

+

This is a website that was made with the Lektor quickstart.

+

And it does not contain a lot of information.

+ + +
+ + diff --git a/blog/first-post/index.html b/blog/first-post/index.html new file mode 100644 index 0000000..d52a18c --- /dev/null +++ b/blog/first-post/index.html @@ -0,0 +1,44 @@ + + + +Hello Website — blog + +
+

blog

+ +
+
+ + +
+ +

Hello Website

+ +

+ written by + + ungleich + + on 2019-09-09 +

+

This is an example blog post. Not much here but that's not the point :)

+ +
+ + +
+ + diff --git a/blog/index.html b/blog/index.html new file mode 100644 index 0000000..47c7dbc --- /dev/null +++ b/blog/index.html @@ -0,0 +1,79 @@ + + + +ungleich testing blog — blog + +
+

blog

+ +
+
+ + + +
+ +

Hello Website

+ +

+ written by + + ungleich + + on 2019-09-09 +

+

This is an example blog post. Not much here but that's not the point :)

+ +
+ + + +
+ +

Nico's first test page

+ +

+ written by + + + + on +

+

test texts

+

alt text

+

{% for image in this.attachments.images %} +

+{% endfor %}

+ +
+ + + + + + + +
+ + diff --git a/blog/nicos-first-test-page/foo.png b/blog/nicos-first-test-page/foo.png new file mode 100644 index 0000000..45b31cd Binary files /dev/null and b/blog/nicos-first-test-page/foo.png differ diff --git a/blog/nicos-first-test-page/index.html b/blog/nicos-first-test-page/index.html new file mode 100644 index 0000000..0473808 --- /dev/null +++ b/blog/nicos-first-test-page/index.html @@ -0,0 +1,48 @@ + + + +Nico's first test page — blog + +
+

blog

+ +
+
+ + +
+ +

Nico's first test page

+ +

+ written by + + + + on +

+

test texts

+

alt text

+

{% for image in this.attachments.images %} +

+{% endfor %}

+ +
+ + +
+ + diff --git a/blog/nicos-first-test-page/wireguard-tunnel.jpg b/blog/nicos-first-test-page/wireguard-tunnel.jpg new file mode 100644 index 0000000..337256f Binary files /dev/null and b/blog/nicos-first-test-page/wireguard-tunnel.jpg differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..7b2a5e3 --- /dev/null +++ b/index.html @@ -0,0 +1,32 @@ + + + +Welcome to Testing blog! — blog + +
+

blog

+ +
+
+ +

Welcome to Testing blog!

+

Please be aware that this is testing area.

+

+ + +
+ + diff --git a/projects/index.html b/projects/index.html new file mode 100644 index 0000000..ad62415 --- /dev/null +++ b/projects/index.html @@ -0,0 +1,36 @@ + + + +Projects — blog + +
+

blog

+ +
+
+ +

Projects

+

This is a list of the projects:

+ + + +
+ + diff --git a/static/style.css b/static/style.css new file mode 100644 index 0000000..7ff6e0b --- /dev/null +++ b/static/style.css @@ -0,0 +1,42 @@ +body { + font-family: 'Verdana', sans-serif; + margin: 50px 25px; +} + +a { + color: #2a99b6; +} + +a:hover { + color: #33bbdf; +} + +header, footer, div.page { + width: 760px; + margin: 0 auto; + background: #daeef3; + padding: 20px 30px; +} + +header h1 { + color: #169bbd; + margin: 0; + font-weight: normal; + font-size: 42px; +} + +header nav ul { + list-style: none; + margin: 0; + padding: 0; +} + +header nav ul li { + display: inline; + margin: 0 8px 0 0; + padding: 0; +} + +div.page { + background: #f1fbfe; +}