datocms / gatsby-blog-demo

Home Page:https://datocms-gatsby-blog-demo.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

👉 Visit the DatoCMS homepage or see What is DatoCMS?

Gatsby Blog Website

This repo contains a static website written with GatsbyJS, integrated with content coming from DatoCMS.

See the live demo

If you want to use try this out yourself, you first need to set up a project on DatoCMS which will host your data.

You can sign up for a free account and then you can simply click this button:

Deploy with DatoCMS

Repo usage

First, install the dependencies of this project:

yarn install

Add an .env file containing the read-only API token of your DatoCMS site:

echo 'DATO_API_TOKEN=abc123' >> .env

Then, to run this website in development mode (with live-reload):

yarn develop

To build the final, production ready static website:

yarn build

The final result will be saved in the public directory.

About

The goal of this project is to show how easily you can create static sites using the content (text, images, links, etc.) stored on DatoCMS. This project is configured to fetch data from a specific administrative area using the API DatoCMS provides.

You can find further information about how to integrate DatoCMS with Gatsby in our documentation.

This websites uses:


What is DatoCMS?

DatoCMS is the REST & GraphQL Headless CMS for the modern web.

Trusted by over 25,000 enterprise businesses, agency partners, and individuals across the world, DatoCMS users create online content at scale from a central hub and distribute it via API. We ❤️ our developers, content editors and marketers!

Quick links:

Our featured repos:

Or see all our public repos

About

https://datocms-gatsby-blog-demo.netlify.app/


Languages

Language:JavaScript 99.6%Language:CSS 0.4%