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

https://github.com/sdv-dev/blog

SDV blog
https://github.com/sdv-dev/blog

Last synced: about 1 year ago
JSON representation

SDV blog

Awesome Lists containing this project

README

          

# SDV Blog

*https://sdv.dev/web-dev/*

# Installing

Then install dependencies

```bash
yarn
```

 

# Running

Start the development server. You now have a Gatsby site pulling content from headless Ghost.

```bash
gatsby develop
```

# Deploying to Github Pages

```bash
npm run deploy
```
 

# Optimising

You can disable the default Ghost Handlebars Theme front-end by enabling the `Make this site private` flag within your Ghost settings. This enables password protection in front of the Ghost install and sets `` so your Gatsby front-end becomes the source of truth for SEO.

 

# Extra options

```bash
# Run a production build, locally
gatsby build

# Serve a production build, locally
gatsby serve
```

Gatsby `develop` uses the `development` config in `.ghost.json` - while Gatsby `build` uses the `production` config.