baseURL = "https://danielmrcl.dev"
languageCode = "en-us"
-title = "Daniel Marcelo | Software Engineer"
+title = "Daniel Marcelo"
copyright = "Me"
[[menu.main]]
[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
{{ 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) }}
{{ 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 }}
</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 }}
</li>
{{ end }}
</ul>
- </section>
+ </section>-->
{{ end }}
{{ 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 -->