Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://colinrcummings.github.io/blog

My blog
https://colinrcummings.github.io/blog

gatsbyjs gatsbyjs-blog personal-blog

Last synced: 3 months ago
JSON representation

My blog

Awesome Lists containing this project

README

        

# [``](https://colinrobertbrooks.github.io/blog/)

My personal blog. Forked from [Gatsby blog starter](https://github.com/gatsbyjs/gatsby-starter-blog).

## Install dependencies

```sh
yarn
```

## Run development server

```sh
yarn start
```

## Build for production

```sh
yarn build
```

## Serve production build locally

```sh
serve -s public
```

## Deploy to GitHub Pages

```sh
yarn deploy
```