Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://colinrcummings.github.io/blog
- Owner: colinrobertbrooks
- Created: 2017-02-22T21:18:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T20:24:07.000Z (almost 2 years ago)
- Last Synced: 2024-05-18T20:24:52.357Z (6 months ago)
- Topics: gatsbyjs, gatsbyjs-blog, personal-blog
- Language: JavaScript
- Homepage: https://colinrobertbrooks.github.io/blog
- Size: 14.9 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-personal-blogs - Colin Cummings
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
```