Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
Gatsby Blog on Azure with Azure Pipelines and Terraform
- Host: GitHub
- URL: https://github.com/lenisha/great-gasby-blog
- Owner: lenisha
- Created: 2018-11-12T04:07:30.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T09:48:52.000Z (almost 2 years ago)
- Last Synced: 2024-10-06T18:45:31.288Z (3 months ago)
- Topics: azure, azure-pipelines, azure-storage, gatsbyjs, terraform
- Language: JavaScript
- Homepage: https://gatsbydemo.azureedge.net/
- Size: 4.07 MB
- Stars: 7
- Watchers: 2
- Forks: 3
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
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
```