From 82aed3f570972e5c7138f53e7c2e71ec8a2deabc Mon Sep 17 00:00:00 2001 From: Gabriel Fontes Date: Mon, 31 Aug 2026 09:57:47 -0300 Subject: [PATCH] seo(site): add better descriptions --- projects/website/_config.yml | 2 +- projects/website/_src/_layouts/default.html.liquid | 4 ++-- projects/website/_src/_layouts/root.html.liquid | 2 +- projects/website/_src/_publications/fontes-design-2026.md | 2 +- projects/website/_src/_publications/fontes-sesos-2026.md | 2 +- projects/website/_src/blog.html | 3 ++- projects/website/_src/cv.md | 1 + projects/website/_src/publications.html | 3 ++- 8 files changed, 11 insertions(+), 8 deletions(-) diff --git a/projects/website/_config.yml b/projects/website/_config.yml index 5577b089..331ccf64 100644 --- a/projects/website/_config.yml +++ b/projects/website/_config.yml @@ -1,5 +1,5 @@ name: "Gabriel Fontes" -description: "My personal website and projects" +description: Gabriel Fontes is a Brazilian software engineer and researcher working on reproducible infrastructure, open-source software, and distributed systems. url: "https://gsfontes.com" default_scheme: atlas diff --git a/projects/website/_src/_layouts/default.html.liquid b/projects/website/_src/_layouts/default.html.liquid index 95efa2b1..efb8422b 100644 --- a/projects/website/_src/_layouts/default.html.liquid +++ b/projects/website/_src/_layouts/default.html.liquid @@ -9,8 +9,8 @@ layout: root.html

{{ page.title }}

- {% if page.description %} -

{{ page.description }}

+ {% if page.subtitle %} +

{{ page.subtitle }}

{% endif %} {% if page.date %}

diff --git a/projects/website/_src/_layouts/root.html.liquid b/projects/website/_src/_layouts/root.html.liquid index 12a3b1c0..208fb7d7 100644 --- a/projects/website/_src/_layouts/root.html.liquid +++ b/projects/website/_src/_layouts/root.html.liquid @@ -2,7 +2,7 @@ - Gabriel Fontes | {{ page.title }} + {{ page.title }}{% unless page.citation %} | Gabriel Fontes{% endunless %} diff --git a/projects/website/_src/_publications/fontes-design-2026.md b/projects/website/_src/_publications/fontes-design-2026.md index 1b5a90c7..ed941cdd 100644 --- a/projects/website/_src/_publications/fontes-design-2026.md +++ b/projects/website/_src/_publications/fontes-design-2026.md @@ -1,6 +1,6 @@ --- title: "Is my Dependency Sustainable? A Systematic Mapping on Open Source Software Sustainability" -description: Synthesize how the wider concept of OSS sustainability is currently understood “in the wild”, explore how it can be characterized, and discuss the impact a better understanding can have on more responsible OSS adoption. +description: A systematic mapping of 111 studies identifies 19 social, technical, individual, economic, and environmental aspects of open-source sustainability. date: 2026-04-13 last_modified_at: 2026-08-27 citation: diff --git a/projects/website/_src/_publications/fontes-sesos-2026.md b/projects/website/_src/_publications/fontes-sesos-2026.md index d026be90..4b550407 100644 --- a/projects/website/_src/_publications/fontes-sesos-2026.md +++ b/projects/website/_src/_publications/fontes-sesos-2026.md @@ -1,6 +1,6 @@ --- title: "Open Source Software Ecosystem for Cloud Observability: An Overview and Trends" -description: The main goal of this paper is to present the OSS Ecosystem formed by cloud computing observability tooling, by providing an overview of the main tools and identifying trends on their integration. +description: An analysis of the open-source cloud observability ecosystem maps major tools and identifies recurring integrations, ecosystem roles, and emerging trends. date: 2026-04-12 last_modified_at: 2026-08-27 citation: diff --git a/projects/website/_src/blog.html b/projects/website/_src/blog.html index 49d09048..2e42af94 100644 --- a/projects/website/_src/blog.html +++ b/projects/website/_src/blog.html @@ -1,6 +1,7 @@ --- title: Latest Posts -description: Ocasional thoughts and guides +subtitle: Occasional thoughts and guides +description: Technical articles and practical guides by Gabriel Fontes about Nix, Rust, reproducible infrastructure, cloud engineering, and open-source software. permalink: /blog/ listing: true --- diff --git a/projects/website/_src/cv.md b/projects/website/_src/cv.md index 3a282b4d..609c6baf 100644 --- a/projects/website/_src/cv.md +++ b/projects/website/_src/cv.md @@ -1,5 +1,6 @@ --- title: Curriculum Vitae +description: Curriculum vitae of Gabriel Fontes, a software engineer and researcher specializing in reproducible infrastructure, cloud platforms, and developer tooling. permalink: /cv/ --- diff --git a/projects/website/_src/publications.html b/projects/website/_src/publications.html index 1a476977..6186bfd6 100644 --- a/projects/website/_src/publications.html +++ b/projects/website/_src/publications.html @@ -1,6 +1,7 @@ --- title: Publications -description: My research papers +subtitle: My research papers +description: Academic publications by Gabriel Fontes on open-source software sustainability, cloud observability, software ecosystems, and software engineering. permalink: /publications/ listing: true ---