Musings on building (and breaking) websites
This product analysis is based on the source code for eduardoboucas.com. The website is fully static, powered by 11ty, and hosted on Netlify. It is served directly from the repository.
To install the theme, follow these steps:
git clone [repository_url]
cd [repository_directory]
npm install
npm run serve
npm run build
npm run watch
The source code for eduardoboucas.com provides a fully static website powered by 11ty and hosted on Netlify. The installation process is straightforward, involving cloning the repository, installing dependencies, running a server, generating the site, and monitoring for changes. This allows for easy development and customization of the website.