Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/eduardoboucas/buildtimes
- Owner: eduardoboucas
- Created: 2014-10-10T17:18:19.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-08-01T09:45:22.000Z (5 months ago)
- Last Synced: 2024-10-29T12:29:28.573Z (about 2 months 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
![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).