Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eduardoboucas/buildtimes

✏️ Musings on building (and breaking) websites
https://github.com/eduardoboucas/buildtimes

blog jekyll typography

Last synced: about 13 hours ago
JSON representation

✏️ Musings on building (and breaking) websites

Awesome Lists containing this project

README

        

![Desk with desktop and laptop computers](https://raw.githubusercontent.com/eduardoboucas/eduardoboucas.github.io/master/assets/images/about.gif)

# eduardoboucas.com

This is the source code for [eduardoboucas.com](https://eduardoboucas.com). The site is fully static, powered by [11ty](https://www.11ty.io/) and hosted on [Netlify](https://netlify.com/), served right from this repository.

## Installation

1. Clone the repository and enter its directory

```
git clone https://github.com/eduardoboucas/eduardoboucas.github.io.git eduardoboucas.com
cd eduardoboucas.com
```

1. Install the dependencies

```
npm install
```

1. Run a server, generate the site and watch for changes

```
npm start
```

1. Navigate to [http://localhost:8080/](http://localhost:8080/).

## Development

To build the CSS and JavaScript files, run:

```
npm run build
```

## Old version

The source code for the previous iteration of the site can be found in [this repository](https://github.com/eduardoboucas/v1).