Next.js Markdown Blog

Note: this project has been deprecated in favor for the Hugo framework, you can find more about it here: GastonOtero.com - Hugo

Statically Generated Blog & More

The page you are seeing right now was created with the Next framework using markdown parsing to create new entries. It has a blog, a projects section, and an about me page.

The source code of this project is fully open, you can check it out at this repo.

This site uses markdown (.md) files for the content of each page, so adding, editing and deleting them is much simper than using JSX or HTML. It uses gray matter to parse the markdown, but it also has optimizations to turn regular images into next-js ones for faster image serving.