diff --git a/config.toml b/config.toml index 7f04f84..43941f8 100644 --- a/config.toml +++ b/config.toml @@ -22,7 +22,7 @@ ignoreErrors = ["error-disable-taxonomy"] [params] # The "description" of your website. This is used in the meta data of your generated html. - description = "blog website yova yvwntr Johannes Winter" + description = "Personal website of Johannes Valentin Winter" # The path to your "favicon". This should be a square (at least 32px x 32px) png-file. # Hint: It's good practise to also put a "favicon.ico"-file into your "static"-folder. @@ -49,3 +49,5 @@ ignoreErrors = ["error-disable-taxonomy"] # for details. An example TOML config that uses [ISO # 8601](https://en.wikipedia.org/wiki/ISO_8601) format: # dateFormat = "2006-01-02" + + tags = "blog, website, yova, yvwntr, Johannes Winter" diff --git a/layouts/partials/_default/baseof.html b/layouts/partials/_default/baseof.html new file mode 100644 index 0000000..2cb0849 --- /dev/null +++ b/layouts/partials/_default/baseof.html @@ -0,0 +1,43 @@ + + + + + + + + {{- partial "favicon.html" . -}} + {{- block "title" . }}{{ with .Title }}{{ . }} | {{ end }}{{ .Site.Title }}{{- end }} + + {{- partial "seo_tags.html" . -}} + + + {{ with .OutputFormats.Get "rss" -}} + {{ printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} + {{ end -}} + + {{- partial "style.html" . -}} + + + {{- partial "custom_head.html" . -}} + + + +
+ {{- partial "header.html" . -}} +
+
+ {{- block "main" . }}{{- end }} +
+ + + + {{- partial "custom_body.html" . -}} + + + diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index a77f9e7..d34eb29 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,5 +1,6 @@ {{ if ne .Site.Params.hideMadeWithLine true }}

-© 2022, Johannes Winter. Find credits in the gittea. +© 2022, Johannes Winter
+Find credits in the gittea {{ end }} diff --git a/layouts/partials/seo_tags.html b/layouts/partials/seo_tags.html new file mode 100644 index 0000000..e0318a0 --- /dev/null +++ b/layouts/partials/seo_tags.html @@ -0,0 +1,8 @@ + + + +{{ with .Site.Params.tags }} + +{{ end }} + +{{ template "_internal/schema.html" . }} diff --git a/static/contact-form/images/jurassic-coast-1089035_1920.jpg b/static/contact-form/images/jurassic-coast-1089035_1920.jpg deleted file mode 100644 index c3061bb..0000000 Binary files a/static/contact-form/images/jurassic-coast-1089035_1920.jpg and /dev/null differ