mirror of
https://github.com/Misterio77/Foundry.git
synced 2026-09-26 00:51:02 -04:00
seo(site): add better descriptions
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -9,8 +9,8 @@ layout: root.html
|
||||
<article class="{% if page.citation %}publication {% endif %}{% if page.listing %}listing{% else %}document{% endif %}">
|
||||
<header>
|
||||
<h1>{{ page.title }}</h1>
|
||||
{% if page.description %}
|
||||
<p><em>{{ page.description }}</em></p>
|
||||
{% if page.subtitle %}
|
||||
<p><em>{{ page.subtitle }}</em></p>
|
||||
{% endif %}
|
||||
{% if page.date %}
|
||||
<p>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Gabriel Fontes | {{ page.title }}</title>
|
||||
<title>{{ page.title }}{% unless page.citation %} | Gabriel Fontes{% endunless %}</title>
|
||||
<link rel="canonical" href="{{ site.url }}{{ page.url }}" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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
|
||||
---
|
||||
|
||||
@@ -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/
|
||||
---
|
||||
|
||||
|
||||
@@ -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
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user