Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.64 KB

README.md

File metadata and controls

36 lines (23 loc) · 1.64 KB

Vercel Scrutinizer Code Quality License: MIT

Vitor Mello's Website

This is the source code for my website. It is a statically generated using Astro.

Why Astro and not _______?

Well, this is a very simple website that can be statically generated and barely need any client-side Javascript at all. While Next.js, Remix, etc can do static site generation, they still do ship, parse, rehydrate and process a metric ton of javascript after the page has been downloaded. They still rerender everything on the client side, just to realize that nothing changed.

For a simple static website like this, Astro does provite the best experience, since barely any JS is shipped to the client, which means less js, less code, less bandwidth, less complexity.

💫 Deploy

Deploy is automated by using Github Actions + Vercel. It is automatically redeployed to whenever something is merged to main.

💾 Update & download resume

After spending countless hours trying to create a greatly aligned resume in Google Docs, I finally decided to recreate it in html format (https://vmello.com/resume), and export it as .pdf using Puppeteer. It heavily uses CSS media @print queries.

yarn resume

I love to automate things! 😁

📝 License

Licensed under the MIT License.