great-gasby-blog

Gatsby Blog on Azure with Azure Pipelines and Terraform

Stars
7
Committers
2

Build Status: Deploy status:

Install the Gatsby CLI tool globally on your machine

npm install --global gatsby-cli

Create blog site

the convention for starting a new Gatsby site with the CLI is:

gatsby new [SITE_DIRECTORY] [URL_OF_STARTER_GITHUB_REPO]

Let's try installing the Gatsby Dimension Starter:

gatsby new gatsby-site https://github.com/LekoArts/gatsby-starter-minimal-blog
gatsby develop