Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tylergaw/tylergaw.com

My personal website since 2006
https://github.com/tylergaw/tylergaw.com

eleventy netlify static-site

Last synced: 3 months ago
JSON representation

My personal website since 2006

Awesome Lists containing this project

README

        

# [tylergaw.com](http://tylergaw.com) [![Netlify Status](https://api.netlify.com/api/v1/badges/1be27a8a-8fb9-4995-a60d-faf5e0690955/deploy-status)](https://app.netlify.com/sites/lucid-swartz-72ad0e/deploys)

My personal website since 2006.

## Local development.

This is static site built with Eleventy.

Install node dependencies:

```
yarn
```

Run and initial build then start the development server and watchers.

```
yarn start
```

For one-off production-ready builds:

```
yarn build
```

## Deploying

Since late 2019, this site is hosted on Netlify. Production deploys happen automatically when pushing to `main`. All pull requests get a preview deploy.