Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tylergaw/tylergaw.com
- Owner: tylergaw
- License: mit
- Created: 2011-04-24T16:58:51.000Z (almost 14 years ago)
- Default Branch: main
- Last Pushed: 2024-10-07T00:51:02.000Z (4 months ago)
- Last Synced: 2024-10-10T12:19:33.989Z (4 months ago)
- Topics: eleventy, netlify, static-site
- Language: Nunjucks
- Homepage: https://tylergaw.com
- Size: 149 MB
- Stars: 14
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.