Buildtimes screenshot

Buildtimes

Author Avatar Theme by Eduardoboucas
Updated: 23 Apr 2025
98 Stars

Musings on building (and breaking) websites

Categories

Overview

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.

Features

  • Fully static website
  • Powered by 11ty
  • Hosted on Netlify
  • Easy installation process
  • Generation of site with server
  • Real-time changes monitoring

Installation

To install the theme, follow these steps:

  1. Clone the repository: git clone [repository_url]
  2. Enter the repository directory: cd [repository_directory]
  3. Install the dependencies: npm install
  4. Run a server: npm run serve
  5. Generate the site: npm run build
  6. Monitor for changes: npm run watch
  7. Open a web browser and navigate to http://localhost:8080/

Summary

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.