https://github.com/gavinray97/blog
https://github.com/gavinray97/blog
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gavinray97/blog
- Owner: GavinRay97
- License: mit
- Created: 2020-02-24T02:51:31.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T18:49:06.000Z (over 2 years ago)
- Last Synced: 2025-02-16T10:56:53.451Z (3 months ago)
- Language: JavaScript
- Size: 1.68 MB
- Stars: 1
- Watchers: 2
- 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)