fix(projects/website): use Jekyll {% links %}

Assisted-by: pi (openai-codex/gpt-5.6-luna)
This commit is contained in:
Gabriel Fontes
2026-09-03 19:45:12 -03:00
parent 15e1dd42d6
commit fa2ff15593
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -2,4 +2,4 @@
title: 404 - Not Found
description: Page not found
---
Page not found. Try the [home](/).
Page not found. Try the [home]({% link index.md %}).
@@ -16,7 +16,7 @@ How did i build it?
## Semantic HTML and 170+ CSS schemes
I decided to start building the [about page](/) as a purely static page. I was looking for a good and pure CSS library i could use, as to keep the site as simple and lightweight as possible, considering i don't need any dynamic content.
I decided to start building the [about page]({% link index.md %}) as a purely static page. I was looking for a good and pure CSS library i could use, as to keep the site as simple and lightweight as possible, considering i don't need any dynamic content.
First, i'm not a huge fan of utility CSS or heavily class based HTML. In my opinion, HTML should have as much semantic meaning as possible, and not be concerned with how a CSS sheet does the styling. I also love markdown, and i like having a 1:1 conversion from it to HTML, without having to add stuff. Blogging in markdown was big on the site wishlist.
+3 -3
View File
@@ -120,7 +120,7 @@ actual websites in a very short timespan.
## Education and Research
For my publications, see: [Publications](https://gsfontes.com/publications).
For my publications, see: [Publications]({% link publications.html %}).
### University of Groningen (2025)
@@ -131,7 +131,7 @@ in the Netherlands.
I was at RUG for a 3 month internship, focusing on the intersection between
Cloud Computing Sustainability and open-source software tooling. Some of this
research was [published at SESoS '26](/publications#fontes-sesos-2026).
research was [published at SESoS '26]({% link _publications/fontes-sesos-2026.md %}).
### University of São Paulo (2020-present)
@@ -146,7 +146,7 @@ Software extracurricular group](https://gelos.club).
I'm currently researching Software Sustainability in open-source software
projects, hoping to contribute to our understanding of best practices
for successful, long-lived, self-sustaining OSS. Some of this research was
[published at Designing '26](/publications#fontes-design-2026).
[published at Designing '26]({% link _publications/fontes-design-2026.md %}).
#### Bachelor's: Computer Information Systems (2020-2022)
+1 -1
View File
@@ -18,7 +18,7 @@ I like working on the parts of software development that help make people happie
I currently work full-time at [Magalu Cloud](https://magalu.cloud), an innovative 100% Brazilian public cloud, as part of the team that handles underlying virtualization, packaging, and deployment orchestration.
I'm also working towards a Computer Science M.Sc. degree at the [University of São Paulo](https://usp.br)'s [Institute of Mathematics and Computer Sciences](https://icmc.usp.br/en/), under the [Software Engineering Lab](http://www.labes.icmc.usp.br). My [current research](/publications/) is around software sustainability in open-source ecosystems.
I'm also working towards a Computer Science M.Sc. degree at the [University of São Paulo](https://usp.br)'s [Institute of Mathematics and Computer Sciences](https://icmc.usp.br/en/), under the [Software Engineering Lab](http://www.labes.icmc.usp.br). My [current research]({% link publications.html %}) is around software sustainability in open-source ecosystems.
## Communities