https://github.com/darcdev/blog-gatsby
A simple blog built with Gatsby Using React and Graphql ⚛✡
https://github.com/darcdev/blog-gatsby
Last synced: 11 months ago
JSON representation
A simple blog built with Gatsby Using React and Graphql ⚛✡
- Host: GitHub
- URL: https://github.com/darcdev/blog-gatsby
- Owner: darcdev
- License: mit
- Created: 2021-01-17T20:26:37.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-17T21:56:00.000Z (about 5 years ago)
- Last Synced: 2025-02-06T14:22:48.185Z (about 1 year ago)
- Language: JavaScript
- Size: 923 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gatsby Blog
Simple Blog to Practice gatsby basics
## What is Gatsby?
Gatsby is a static PWA (Progressive Web App) generator, is a shortcut to allow developers to quicky build excellent and fast apps and sites with good practices , using the latest technologies like :
- React ⚛
- Graphql ✡
### Preview
- Home
Main content with the different posts created with [mdx](https://mdxjs.com/), and posts retrieved from instagram through its api, all this at compile time with the help of graphql and gatsby plugins.

- Posts
The posts created were generated through dynamic pages in gatsby for later viewing, built with [mdx](https://mdxjs.com/), querying the post with graphql.

### Credits
Project guide of the react course in FrontendMasters