Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Open-source source code for a fully static personal website built with Eleventy and hosted on Netlify.
eduardoboucas.com is the open-source source code for Eduardo Bouças's fully static personal website and blog, built with the Eleventy (11ty) static site generator and deployed on Netlify directly from a GitHub repository. The site publishes musings on building and breaking websites, with an emphasis on typography and web development, and the repository provides a complete, installable setup that anyone can fork and adapt.
This repository contains the complete source code for the personal website at eduardoboucas.com. It is a fully static site generated with Eleventy, meaning it outputs plain HTML with no server-side runtime, and it is hosted on Netlify and served straight from this GitHub repository. The site's content focuses on writing about building and breaking websites, including typography, and the README documents how to install, run, and build the site locally.
The README outlines a four-step workflow: clone the repository, install dependencies with npm install, run npm start to generate the site and watch for changes, and open http://localhost:8080 in a browser. For production, npm run build compiles the CSS and JavaScript files. Because the site is fully static, the output from Eleventy is ready to copy to any static host, but this project specifically uses Netlify.
The repository is public on GitHub, so anyone can view and fork the source code for their own personal site. No license file is shown in the README, so you should check the repository for explicit terms if you plan to reuse it commercially.
The current version uses Eleventy (11ty), as stated in the README. The old version of the site is kept in a separate repository.
Clone the repository, run npm install, then run npm start. This starts a local server at http://localhost:8080 and watches for changes.
The repository metadata lists Jekyll as a topic, but the README explicitly says the site is powered by 11ty. The previous iteration may have used Jekyll, and that code is available in a separate repository.
The README links to the old version's source code at https://github.com/eduardoboucas/v1.
