I've added a small blog to the site. The plan is simple: occasional writing on software, engineering and whatever else is on my mind. Posts are in English only, even though the rest of the site is available in English, Spanish and Valencian.
Why
I've wanted somewhere low-friction to write things down for a while. Newsletters feel like a commitment I don't want; social media posts disappear. A handful of Markdown files in a git repo, rendered by a twenty-line build script, seems about right.
How it works
Each post is a Markdown file under content/blog/. A tiny Node
script parses the frontmatter, renders the body with
marked, and writes a static
HTML page for every post plus an index. Netlify runs the build on
every push. No framework, no CMS, no client-side JS beyond what was
already on the site.
That's it. More when I have something to say.