https://github.com/the-akira/contentful-gatsby
Simple blog made with Gatsby and Contentful
https://github.com/the-akira/contentful-gatsby
content-management-system contentful gatsby gatsbyjs graphql javascript javascript-library react
Last synced: about 1 month ago
JSON representation
Simple blog made with Gatsby and Contentful
- Host: GitHub
- URL: https://github.com/the-akira/contentful-gatsby
- Owner: the-akira
- License: mit
- Created: 2019-11-01T02:06:55.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T14:50:14.000Z (over 2 years ago)
- Last Synced: 2025-01-18T18:46:56.119Z (9 months ago)
- Topics: content-management-system, contentful, gatsby, gatsbyjs, graphql, javascript, javascript-library, react
- Language: SCSS
- Homepage: https://gabrielfelippe.netlify.app
- Size: 4.59 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Gatsby-Contentful-Blog## 🚀 How to use
1. **Clone the Repository**
```shell
git clone https://github.com/the-akira/contentful-gatsby.git
```2. **Install Packages**
Navigate into the site’s directory and:
```shell
npm install
```3. **Start developing**
Navigate into the site’s directory and start it up.
```shell
gatsby develop
```
4. **Build**Navigate into the site’s directory and build it up.
```shell
gatsby build
```5. **Deploy**
You can easily deploy the static content to [Netlify](https://www.netlify.com/)