From: Daniel Jr Date: Mon, 26 Jan 2026 14:43:13 +0000 (-0300) Subject: remove useless text & add fun gif X-Git-Url: https://git.danielmrcl.dev/?a=commitdiff_plain;h=8d1fc4733763d8f3d1cab0c57f8973ae3dd146f8;p=danielmrcl.dev.git remove useless text & add fun gif Signed-off-by: Daniel Jr --- diff --git a/hugo.toml b/hugo.toml index 27d97af..846fa85 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,6 +1,6 @@ baseURL = "https://danielmrcl.dev" languageCode = "en-us" -title = "Daniel Marcelo | Software Engineer" +title = "Daniel Marcelo" copyright = "Me" [[menu.main]] @@ -27,7 +27,7 @@ tabWidth = 4 [params] rss = false tocInline = true -description = "Since 2020 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." +description = "Software Engineer | Back End Developer | Java 8+ | Microservices" tagsOverview = true show_updated = true showReadTime = false diff --git a/layouts/index.html b/layouts/index.html index d19121a..6c59321 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,8 +1,9 @@ {{ define "main" }}
{{ if isset .Site.Params "description" }} - {{ .Site.Params.description | $.Page.RenderString }} + {{ .Site.Params.description | $.Page.RenderString }}
{{ end }} + Worked at Justa and Onnibank. {{ if isset .Site.Params "social" }}

Find me on {{ $length := (len .Site.Params.social) }} @@ -37,7 +38,8 @@ {{ partial "optional-about.html" . }}

-
+ + + {{ end }} diff --git a/layouts/partials/head.html b/layouts/partials/head.html index ef615b6..ad1bf94 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -19,7 +19,7 @@ {{ template "_internal/twitter_cards.html" . }} {{- $options := (dict "targetPath" "css/styles.css" "outputStyle" "compressed" "enableSourceMap" "true") -}} - {{- $styles := resources.Get "scss/style.scss" | resources.ExecuteAsTemplate "scss/style.scss" . | resources.ToCSS $options | resources.Fingerprint "sha512" }} + {{- $styles := resources.Get "scss/style.scss" | resources.ExecuteAsTemplate "scss/style.scss" . | css.Sass $options | resources.Fingerprint "sha512" }} diff --git a/static/images/spongebob-patrick.gif b/static/images/spongebob-patrick.gif new file mode 100644 index 0000000..28ae38b Binary files /dev/null and b/static/images/spongebob-patrick.gif differ