https://github.com/eduardoboucas/buildtimes
✏️ Musings on building (and breaking) websites
https://github.com/eduardoboucas/buildtimes
blog jekyll typography
Last synced: about 1 year ago
JSON representation
✏️ Musings on building (and breaking) websites
- Host: GitHub
- URL: https://github.com/eduardoboucas/buildtimes
- Owner: eduardoboucas
- Created: 2014-10-10T17:18:19.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-08-01T09:45:22.000Z (almost 2 years ago)
- Last Synced: 2024-10-29T12:29:28.573Z (over 1 year ago)
- Topics: blog, jekyll, typography
- Language: JavaScript
- Homepage: https://eduardoboucas.com
- Size: 58.2 MB
- Stars: 87
- Watchers: 6
- Forks: 27
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# 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).