diff --git a/.gitattributes b/.gitattributes index 213e0cb..0b5b3d4 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ *.jpg filter=lfs diff=lfs merge=lfs -text *.jpeg filter=lfs diff=lfs merge=lfs -text +*.pxm filter=lfs diff=lfs merge=lfs -text diff --git a/layouts/partials/head.html b/layouts/partials/head.html index d4dca3f..a5f0953 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -19,13 +19,13 @@ {{- end -}} - - + + {{ hugo.Generator }} {{- range .AlternativeOutputFormats -}} - + {{- end -}} {{- if or hugo.IsProduction (eq site.Params.env "production") -}} diff --git a/logo.html b/logo.html index 5c82de5..6f27208 100644 --- a/logo.html +++ b/logo.html @@ -1,8 +1,13 @@ -

Site Logo

- +
+

Site Logo

+
+
+ + +
diff --git a/logo.png b/logo.png new file mode 100644 index 0000000..7eb6403 Binary files /dev/null and b/logo.png differ diff --git a/logo.pxm b/logo.pxm new file mode 100644 index 0000000..c56bf5e --- /dev/null +++ b/logo.pxm @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac330d86c788701d3f4981bee56954b324844a4115e28611bba8028b2f43ee7b +size 785132 diff --git a/static/icons/favicon.png b/static/icons/favicon.png new file mode 100644 index 0000000..21f5ebc Binary files /dev/null and b/static/icons/favicon.png differ diff --git a/static/icons/touchicon.png b/static/icons/touchicon.png new file mode 100644 index 0000000..337957f Binary files /dev/null and b/static/icons/touchicon.png differ