From 6f6be7964788d701fe22492ad7209786f7f6ca68 Mon Sep 17 00:00:00 2001 From: Thomas Sindt Date: Sat, 13 Jun 2026 00:09:28 +0200 Subject: [PATCH] Checkin --- northsidestudio/public/about/index.html | 36 ++++++++----------- northsidestudio/public/categories/index.html | 26 ++++++-------- northsidestudio/public/contact/index.html | 36 ++++++++----------- northsidestudio/public/css/style.css | 25 +++++++++++++ northsidestudio/public/index.html | 36 ++++++++----------- northsidestudio/public/posts/index.html | 26 ++++++-------- .../public/posts/post-1/index.html | 26 ++++++-------- .../public/posts/post-2/index.html | 26 ++++++-------- .../public/posts/post-3/index.html | 26 ++++++-------- northsidestudio/public/tags/blue/index.html | 26 ++++++-------- northsidestudio/public/tags/green/index.html | 26 ++++++-------- northsidestudio/public/tags/index.html | 26 ++++++-------- northsidestudio/public/tags/red/index.html | 26 ++++++-------- .../themes/basic/layouts/_default/single.html | 16 +++------ .../basic/layouts/_partials/footer.html | 2 ++ .../themes/basic/layouts/_partials/head.html | 8 ++--- .../basic/layouts/_partials/header.html | 12 +++++-- .../themes/basic/layouts/baseof.html | 2 ++ .../themes/basic/layouts/index.html | 14 ++------ .../themes/basic/static/css/style.css | 25 +++++++++++++ 20 files changed, 219 insertions(+), 227 deletions(-) create mode 100644 northsidestudio/public/css/style.css create mode 100644 northsidestudio/themes/basic/static/css/style.css diff --git a/northsidestudio/public/about/index.html b/northsidestudio/public/about/index.html index 6b1e984..7bebdf9 100644 --- a/northsidestudio/public/about/index.html +++ b/northsidestudio/public/about/index.html @@ -2,33 +2,24 @@ - -About | The Northside Studio Achim - - - - - + +The Northside Studio Achim + +
-

The Northside Studio Achim

+
+

The Northside Studio Achim

+
- +
@@ -52,7 +43,10 @@

Copyright 2026. All rights reserved.

+

Impressum: Thomas Sindt * Auf dem Born 7 * 28832 Achim

+
+
diff --git a/northsidestudio/public/categories/index.html b/northsidestudio/public/categories/index.html index c472c5b..a2a4a17 100644 --- a/northsidestudio/public/categories/index.html +++ b/northsidestudio/public/categories/index.html @@ -2,7 +2,7 @@ - + Categories | The Northside Studio Achim @@ -14,21 +14,15 @@
-

The Northside Studio Achim

+
+

The Northside Studio Achim

+
- +
@@ -41,6 +35,8 @@ diff --git a/northsidestudio/public/contact/index.html b/northsidestudio/public/contact/index.html index bcbe355..28b3cd6 100644 --- a/northsidestudio/public/contact/index.html +++ b/northsidestudio/public/contact/index.html @@ -2,33 +2,24 @@ - -Contact | The Northside Studio Achim - - - - - + +The Northside Studio Achim + +
-

The Northside Studio Achim

+
+

The Northside Studio Achim

+
- +
@@ -52,7 +43,10 @@ Mail: Thomas.Sindt@gmx.de

Copyright 2026. All rights reserved.

+

Impressum: Thomas Sindt * Auf dem Born 7 * 28832 Achim

+
+
diff --git a/northsidestudio/public/css/style.css b/northsidestudio/public/css/style.css new file mode 100644 index 0000000..74854a4 --- /dev/null +++ b/northsidestudio/public/css/style.css @@ -0,0 +1,25 @@ +.container { + margin: 0, auto; + width: 80%; +} + +nav,footer { + background-color: #333; + color: #fff; + text-align: center; +} + +nav { + display: flex; + flex-direction: column; +} +nav > a { + flex: 1; + text-align: center; + text-decoration: none; + color: #fff; } + @media only screen and (min-width: 768px) { + nav { flex-direction: row; + } +} + diff --git a/northsidestudio/public/index.html b/northsidestudio/public/index.html index d3a48de..26f31f5 100644 --- a/northsidestudio/public/index.html +++ b/northsidestudio/public/index.html @@ -3,33 +3,24 @@ - -The Northside Studio Achim - - - - - + +The Northside Studio Achim + +
-

The Northside Studio Achim

+
+

The Northside Studio Achim

+
- +
@@ -89,7 +80,10 @@ Mail: Thomas.Sindt@gmx.de

Copyright 2026. All rights reserved.

+

Impressum: Thomas Sindt * Auf dem Born 7 * 28832 Achim

+
+
diff --git a/northsidestudio/public/posts/index.html b/northsidestudio/public/posts/index.html index 3ed2589..0655e08 100644 --- a/northsidestudio/public/posts/index.html +++ b/northsidestudio/public/posts/index.html @@ -2,7 +2,7 @@ - + Posts | The Northside Studio Achim @@ -14,21 +14,15 @@
-

The Northside Studio Achim

+
+

The Northside Studio Achim

+
- +
@@ -59,6 +53,8 @@ diff --git a/northsidestudio/public/posts/post-1/index.html b/northsidestudio/public/posts/post-1/index.html index 3f6bf72..70a31e8 100644 --- a/northsidestudio/public/posts/post-1/index.html +++ b/northsidestudio/public/posts/post-1/index.html @@ -2,7 +2,7 @@ - + Post 1 | The Northside Studio Achim @@ -14,21 +14,15 @@
-

The Northside Studio Achim

+
+

The Northside Studio Achim

+
- +
@@ -55,6 +49,8 @@ diff --git a/northsidestudio/public/posts/post-2/index.html b/northsidestudio/public/posts/post-2/index.html index 0ace45d..ff677ee 100644 --- a/northsidestudio/public/posts/post-2/index.html +++ b/northsidestudio/public/posts/post-2/index.html @@ -2,7 +2,7 @@ - + Post 2 | The Northside Studio Achim @@ -14,21 +14,15 @@
-

The Northside Studio Achim

+
+

The Northside Studio Achim

+
- +
@@ -56,6 +50,8 @@ diff --git a/northsidestudio/public/posts/post-3/index.html b/northsidestudio/public/posts/post-3/index.html index eb61c86..6498a77 100644 --- a/northsidestudio/public/posts/post-3/index.html +++ b/northsidestudio/public/posts/post-3/index.html @@ -2,7 +2,7 @@ - + Post 3 | The Northside Studio Achim @@ -14,21 +14,15 @@
-

The Northside Studio Achim

+
+

The Northside Studio Achim

+
- +
@@ -58,6 +52,8 @@ diff --git a/northsidestudio/public/tags/blue/index.html b/northsidestudio/public/tags/blue/index.html index 0e86370..3858877 100644 --- a/northsidestudio/public/tags/blue/index.html +++ b/northsidestudio/public/tags/blue/index.html @@ -2,7 +2,7 @@ - + Blue | The Northside Studio Achim @@ -14,21 +14,15 @@
-

The Northside Studio Achim

+
+

The Northside Studio Achim

+
- +
@@ -43,6 +37,8 @@ diff --git a/northsidestudio/public/tags/green/index.html b/northsidestudio/public/tags/green/index.html index d6f7c55..f451153 100644 --- a/northsidestudio/public/tags/green/index.html +++ b/northsidestudio/public/tags/green/index.html @@ -2,7 +2,7 @@ - + Green | The Northside Studio Achim @@ -14,21 +14,15 @@
-

The Northside Studio Achim

+
+

The Northside Studio Achim

+
- +
@@ -45,6 +39,8 @@ diff --git a/northsidestudio/public/tags/index.html b/northsidestudio/public/tags/index.html index 32dbc61..60fca6d 100644 --- a/northsidestudio/public/tags/index.html +++ b/northsidestudio/public/tags/index.html @@ -2,7 +2,7 @@ - + Tags | The Northside Studio Achim @@ -14,21 +14,15 @@
-

The Northside Studio Achim

+
+

The Northside Studio Achim

+
- +
@@ -47,6 +41,8 @@ diff --git a/northsidestudio/public/tags/red/index.html b/northsidestudio/public/tags/red/index.html index 9323e0e..45c722e 100644 --- a/northsidestudio/public/tags/red/index.html +++ b/northsidestudio/public/tags/red/index.html @@ -2,7 +2,7 @@ - + Red | The Northside Studio Achim @@ -14,21 +14,15 @@
-

The Northside Studio Achim

+
+

The Northside Studio Achim

+
- +
@@ -47,6 +41,8 @@ diff --git a/northsidestudio/themes/basic/layouts/_default/single.html b/northsidestudio/themes/basic/layouts/_default/single.html index 679825c..cb4e26d 100644 --- a/northsidestudio/themes/basic/layouts/_default/single.html +++ b/northsidestudio/themes/basic/layouts/_default/single.html @@ -1,13 +1,5 @@ - - - - - {{ .Site.Title }} - - -

{{ .Site.Title}}

-

{{ .Title }}

- {{ .Content }} - - +{{ define "main" }} +

{{ .Title }}

+ {{ .Content }} +{{ end }} diff --git a/northsidestudio/themes/basic/layouts/_partials/footer.html b/northsidestudio/themes/basic/layouts/_partials/footer.html index a7cd916..0645542 100644 --- a/northsidestudio/themes/basic/layouts/_partials/footer.html +++ b/northsidestudio/themes/basic/layouts/_partials/footer.html @@ -1 +1,3 @@

Copyright {{ now.Year }}. All rights reserved.

+

Impressum: Thomas Sindt * Auf dem Born 7 * 28832 Achim

+ diff --git a/northsidestudio/themes/basic/layouts/_partials/head.html b/northsidestudio/themes/basic/layouts/_partials/head.html index 02c2240..c66df39 100644 --- a/northsidestudio/themes/basic/layouts/_partials/head.html +++ b/northsidestudio/themes/basic/layouts/_partials/head.html @@ -1,5 +1,5 @@ - -{{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }} -{{ partialCached "head/css.html" . }} -{{ partialCached "head/js.html" . }} + +{{ .Site.Title }} + + diff --git a/northsidestudio/themes/basic/layouts/_partials/header.html b/northsidestudio/themes/basic/layouts/_partials/header.html index 7980a00..76c2af5 100644 --- a/northsidestudio/themes/basic/layouts/_partials/header.html +++ b/northsidestudio/themes/basic/layouts/_partials/header.html @@ -1,2 +1,10 @@ -

{{ site.Title }}

-{{ partial "menu.html" (dict "menuID" "main" "page" .) }} +
+

{{ .Site.Title }}

+
+ + + diff --git a/northsidestudio/themes/basic/layouts/baseof.html b/northsidestudio/themes/basic/layouts/baseof.html index 7d17aa5..dd9644a 100644 --- a/northsidestudio/themes/basic/layouts/baseof.html +++ b/northsidestudio/themes/basic/layouts/baseof.html @@ -4,6 +4,7 @@ {{ partial "head.html" . }} +
{{ partial "header.html" . }}
@@ -13,5 +14,6 @@
{{ partial "footer.html" . }}
+
diff --git a/northsidestudio/themes/basic/layouts/index.html b/northsidestudio/themes/basic/layouts/index.html index ea0aa47..0f40d75 100644 --- a/northsidestudio/themes/basic/layouts/index.html +++ b/northsidestudio/themes/basic/layouts/index.html @@ -1,12 +1,4 @@ - - - - - {{ .Site.Title }} - - -

{{ .Site.Title}}

- {{ .Content }} - - +{{define "main"}} + {{.Content}} +{{end}} diff --git a/northsidestudio/themes/basic/static/css/style.css b/northsidestudio/themes/basic/static/css/style.css new file mode 100644 index 0000000..74854a4 --- /dev/null +++ b/northsidestudio/themes/basic/static/css/style.css @@ -0,0 +1,25 @@ +.container { + margin: 0, auto; + width: 80%; +} + +nav,footer { + background-color: #333; + color: #fff; + text-align: center; +} + +nav { + display: flex; + flex-direction: column; +} +nav > a { + flex: 1; + text-align: center; + text-decoration: none; + color: #fff; } + @media only screen and (min-width: 768px) { + nav { flex-direction: row; + } +} +