From 5ed6ec5d6c42057c8dfef18d475a4eeb941fafc6 Mon Sep 17 00:00:00 2001 From: Max Date: Fri, 21 Apr 2017 19:38:53 +0200 Subject: Add new page 'blogs'. --- content/blogs.md | 8 ++++++++ layouts/blogs/single.html | 32 ++++++++++++++++++++++++++++++++ layouts/index.html | 13 +++++++++++-- static/custom.css | 10 ++++++++++ 4 files changed, 61 insertions(+), 2 deletions(-) create mode 100644 content/blogs.md create mode 100644 layouts/blogs/single.html diff --git a/content/blogs.md b/content/blogs.md new file mode 100644 index 0000000..97d70c1 --- /dev/null +++ b/content/blogs.md @@ -0,0 +1,8 @@ ++++ +date = "2016-11-18T11:10:19+02:00" +draft = false +title = "my blogs" +type = "blogs" +layout = "single" + ++++ diff --git a/layouts/blogs/single.html b/layouts/blogs/single.html new file mode 100644 index 0000000..b84d572 --- /dev/null +++ b/layouts/blogs/single.html @@ -0,0 +1,32 @@ +{{partial "header.tmpl" .}} +
+

{{.Title}}

+
+
+
+
+
Der Complicissimus.de
+

My Blog, where I collect interesting articles on the web and post my random thoughts (in German).

+
+ Read More +
+
+
+
+
+
+
+
Fuselkönig.de
+

I write over Alcohol and Spirits and keep notes of the taste. It's in German as well.

+
+ Read More +
+
+
+
+
+

+ go back +

+
+{{partial "footer.tmpl" .}} diff --git a/layouts/index.html b/layouts/index.html index 79e4bdc..6e3e448 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -5,17 +5,26 @@
-
+ + + +
{{partial "footer.tmpl"}} diff --git a/static/custom.css b/static/custom.css index 807ab55..ec5f0b5 100644 --- a/static/custom.css +++ b/static/custom.css @@ -48,6 +48,9 @@ a:hover { .button:hover { color:#efefef; } +.button-dark { + background-color: #171717; +} .center { text-align: center; } @@ -167,3 +170,10 @@ select:focus { .hp { display: none; } + +.header-link { + font-size: inherit; +} +.header-link:hover { + color: #171717; +} -- cgit v1.2.3