From: Daniel Jr Date: Tue, 29 Apr 2025 18:53:49 +0000 (-0300) Subject: optimize projects and description X-Git-Url: https://git.danielmrcl.dev/?a=commitdiff_plain;h=9f159667b05d7de80749c530ab4c49ce65dee993;p=danielmrcl.dev.git optimize projects and description Signed-off-by: Daniel Jr --- diff --git a/data/projects.json b/data/projects.json index 09a463a..385e4ea 100644 --- a/data/projects.json +++ b/data/projects.json @@ -4,32 +4,31 @@ "name": "Onnibank", "url": "https://click.danielmrcl.dev/onnibank-k9Uw", "tags": [ - { "name": "current", "color": "#b8bb26" }, - { "name": "work", "color": "#fb4934" } + { "name": "job", "color": "#fb4934" } ], "desc": "HR solution to manage payroll and benefits for employees. #SpringBoot #Quarkus #Kafka" }, { - "name": "Justa", - "url": "https://click.danielmrcl.dev/justa-Oo7g", + "name": "EncURL", + "url": "https://click.danielmrcl.dev/gitlab-2bCe", "tags": [ - { "name": "work", "color": "#fb4934" } + { "name": "proj", "color": "#83a598" } ], - "desc": "B2B payment solutions fintech. #PlayFramework #SpringBoot #NestJS" + "desc": "Link shortener with some extra features. #VueJS #CSharp" }, { - "name": "EncURL", - "url": "https://click.danielmrcl.dev/gitlab-2bCe", + "name": "Justa", + "url": "https://click.danielmrcl.dev/justa-Oo7g", "tags": [ - { "name": "project", "color": "#83a598" } + { "name": "job", "color": "#fb4934" } ], - "desc": "Link shortener with some extra features. #VueJS #CSharp" + "desc": "B2B payment solutions fintech. #PlayFramework #SpringBoot #NestJS" }, { "name": "ArtDigital", "url": "https://click.danielmrcl.dev/github-4OO7", "tags": [ - { "name": "project", "color": "#83a598" } + { "name": "proj", "color": "#83a598" } ], "desc": "E-commerce that simplifies sale of products in the handcraft sector. #JavaEE #JSP #WebServlets" } diff --git a/hugo.toml b/hugo.toml index 3737d38..dea56f9 100644 --- a/hugo.toml +++ b/hugo.toml @@ -31,7 +31,7 @@ rss = false tocInline = true logo = "image.jpg" favicon = "favicon.ico" -description = "Since 2021, I've been developing Java web services using Spring and PostgreSQL in a microservices architecture for critical, efficient and scalable systems." +description = "Since 2021 I have been developing web services in microservice architecture for critical, efficient and scalable systems. I love Linux, cloud computing, cli-tools, hardware and all about computers." tagsOverview = true showProjectsList = true show_updated = true