]> git.danielmrcl.dev Git - danielmrcl.dev.git/commitdiff
remove useless text & add fun gif
authorDaniel Jr <dan@danielmrcl.dev>
Mon, 26 Jan 2026 14:43:13 +0000 (11:43 -0300)
committerDaniel Jr <dan@danielmrcl.dev>
Mon, 26 Jan 2026 14:50:23 +0000 (11:50 -0300)
Signed-off-by: Daniel Jr <dan@danielmrcl.dev>
hugo.toml
layouts/index.html
layouts/partials/head.html
static/images/spongebob-patrick.gif [new file with mode: 0644]

index 27d97af73f076c56848449ba8ac74b680e83dc81..846fa8531f716ba9a53661fffa65cb586ad60912 100644 (file)
--- 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
index d19121accc7cc0d6934b919064fb1aa3363b49f4..6c593215ff0d06567a4dc5e93b10df8f9b94acaa 100644 (file)
@@ -1,8 +1,9 @@
 {{ define "main" }}
   <section id="about">
   {{ if isset .Site.Params "description" }}
-    {{ .Site.Params.description | $.Page.RenderString }}
+    {{ .Site.Params.description | $.Page.RenderString }}<br>
   {{ end }}
+  Worked at Justa and Onnibank.
   {{ if isset .Site.Params "social" }}
       <p>Find me on
       {{ $length := (len .Site.Params.social) }}
@@ -37,7 +38,8 @@
   {{ partial "optional-about.html" . }}
   </section>
 
-  <section id="projects">
+  <img src="./images/spongebob-patrick.gif">
+  <!--<section id="projects">
     <span class="h2">Projects</span>
     <ul class="project-list">
         {{ range .Site.Data.projects.list }}
@@ -49,8 +51,8 @@
         </li>
         {{ end }}
     </ul>
-  </section>
-  <section id="career">
+  </section>-->
+  <!--<section id="career">
     <span class="h2">Career</span>
     <ul class="career-list">
         {{ range .Site.Data.career.list }}
@@ -62,5 +64,5 @@
         </li>
         {{ end }}
     </ul>
-  </section>
+  </section>-->
 {{ end }}
index ef615b6de8f9f76cb16e219814e1c7aada838ced..ad1bf94782a73c41eff363ef4afb7149a2937959 100644 (file)
@@ -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" }}
   <link rel="stylesheet" href="{{ $styles.Permalink }}" integrity="{{ $styles.Data.Integrity }}"> 
 
   <!-- Custom CSS -->
diff --git a/static/images/spongebob-patrick.gif b/static/images/spongebob-patrick.gif
new file mode 100644 (file)
index 0000000..28ae38b
Binary files /dev/null and b/static/images/spongebob-patrick.gif differ