diff --git a/config.toml b/config.toml index 4b17f2c..e878b17 100644 --- a/config.toml +++ b/config.toml @@ -13,7 +13,7 @@ pygmentscodefences = true pygmentscodefencesguesssyntax = true #favicon = "img/favicon/favicon.ico" -favicon = "/img/favicon/favicon-32x32.png" +favicon = "/images/favicon.ico" #disqusShortname = "yourdiscussshortname" [params] @@ -21,7 +21,8 @@ favicon = "/img/favicon/favicon-32x32.png" description = "Just some small website" keywords = "blog,developer,cyber security,personal" info = "» Here be dragons «" - avatarurl = "img/spoopy.gif" + #avatarurl = "images/pics/spoopy.gif" + avatarurl = "images/pics/logo.png" footercontent = "" hideFooter = false diff --git a/content/about.md b/content/about.md index 9eaefa5..30e78b2 100644 --- a/content/about.md +++ b/content/about.md @@ -3,12 +3,13 @@ title = "About n0x.io" slug = "about" +++ -## Contact me +![logo](/images/pics/logo.png) +## Contact me! + * E-Mail: tf[@]n0x.io * Twitter: [@_n0tn0x](https://twitter.com/_n0tn0x) * GitLab: [n0x_io](https://gitlab.com/n0x_io) - ## Build with Hugo This Website is generated with [Hugo](https://gohugo.io/) using the [Coder Theme](https://github.com/luizdepra/hugo-coder) diff --git a/layouts/shortcodes/imgresize.html b/layouts/shortcodes/imgresize.html new file mode 100644 index 0000000..2d72696 --- /dev/null +++ b/layouts/shortcodes/imgresize.html @@ -0,0 +1,6 @@ + +{{ $original := .Page.Resources.GetByPrefix (.Get 0) }} +{{ $options := .Get 1 }} +{{ .Scratch.Set "image" ($original.Resize $options) }} +{{ $image := .Scratch.Get "image" }} + \ No newline at end of file diff --git a/static/images/favicon/favicon-16x16.png b/static/images/favicon/favicon-16x16.png deleted file mode 100644 index 9df1235..0000000 Binary files a/static/images/favicon/favicon-16x16.png and /dev/null differ diff --git a/static/images/favicon/favicon-32x32.png b/static/images/favicon/favicon-32x32.png deleted file mode 100644 index 52049d6..0000000 Binary files a/static/images/favicon/favicon-32x32.png and /dev/null differ diff --git a/static/images/favicon/favicon.ico b/static/images/favicon/favicon.ico deleted file mode 100644 index dc0951e..0000000 Binary files a/static/images/favicon/favicon.ico and /dev/null differ diff --git a/static/images/pics/logo.png b/static/images/pics/logo.png new file mode 100644 index 0000000..4e59b22 Binary files /dev/null and b/static/images/pics/logo.png differ diff --git a/static/images/pics/logo_smal.png b/static/images/pics/logo_smal.png new file mode 100644 index 0000000..b566855 Binary files /dev/null and b/static/images/pics/logo_smal.png differ diff --git a/static/images/spoopy.gif b/static/images/pics/spoopy.gif similarity index 100% rename from static/images/spoopy.gif rename to static/images/pics/spoopy.gif