Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lenisha/great-gasby-blog

Gatsby Blog on Azure with Azure Pipelines and Terraform
https://github.com/lenisha/great-gasby-blog

azure azure-pipelines azure-storage gatsbyjs terraform

Last synced: 2 days ago
JSON representation

Gatsby Blog on Azure with Azure Pipelines and Terraform

Awesome Lists containing this project

README

        

Build Status: [![Build Status](https://dev.azure.com/enerosweb/gatsby-blog/_apis/build/status/great-gasby-blog)](https://dev.azure.com/enerosweb/gatsby-blog/_build/latest?definitionId=2)
Deploy status: [![Deployment Status](https://dev.azure.com/enerosweb/gatsby-blog/_apis/build/status/great-gasby-blog-deploy)](https://dev.azure.com/enerosweb/gatsby-blog/_build/latest?definitionId=3)

# 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
```