https://github.com/gavinray97/blog
https://github.com/gavinray97/blog
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gavinray97/blog
- Owner: GavinRay97
- License: mit
- Created: 2020-02-24T02:51:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T18:49:06.000Z (over 3 years ago)
- Last Synced: 2026-04-14T21:37:36.274Z (3 months ago)
- Language: JavaScript
- Size: 1.68 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gatsby Starter Tech Blog
### Initial Setup
- Clone this repo
- Run `yarn` or `npm install`
### Writing blog post
- Write your blog post in markdown format under `src/blog-posts`. Refer the existing markdown template for title and date.
- Then run `npx gatsby develop` to load the page in your local machine. Usually loads in [http://localhost:8000](http://localhost:8000)