From 14e654b4d9fe73efbeed3fa26a2bfe85fb6e7b68 Mon Sep 17 00:00:00 2001 From: Daniel Jr Date: Sat, 17 May 2025 04:40:33 -0300 Subject: [PATCH] fix avatar Signed-off-by: Daniel Jr --- hugo.toml | 2 -- layouts/partials/header.html | 8 +------- static/images/logo.png | Bin 224006 -> 108304 bytes 3 files changed, 1 insertion(+), 9 deletions(-) diff --git a/hugo.toml b/hugo.toml index 2f1519c..9ff3aeb 100644 --- a/hugo.toml +++ b/hugo.toml @@ -28,11 +28,9 @@ tabWidth = 4 colortheme = "dark" rss = false tocInline = true -logo = "image.jpg" favicon = "favicon.ico" description = "Since 2021 I have been developing web services in microservice architecture for critical, efficient, and scalable systems. I also love Linux, cloud, cli-tools, hardware, and all about computers." tagsOverview = true -showProjectsList = true show_updated = true showReadTime = false diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 3ecdb0b..75db833 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -1,12 +1,6 @@