Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/toddbirchard/gatsby-ghost-stockholm

🟣 👻 Blog theme exceeding the limitations of Ghost CMS with dynamic features, user accounts, and extended data model.
https://github.com/toddbirchard/gatsby-ghost-stockholm

gatsby gatsbyjs ghost ghost-theme graphql netlify nodejs react static-site static-site-generator

Last synced: 1 day ago
JSON representation

🟣 👻 Blog theme exceeding the limitations of Ghost CMS with dynamic features, user accounts, and extended data model.

Awesome Lists containing this project

README

        

# Gatsby Ghost Stockholm

GatsbyJS theme for sites to be sourced primarily from Ghost CMS.

[![Netlify Status](https://api.netlify.com/api/v1/badges/0641111d-1c93-4886-8dbe-5f26ae995b36/deploy-status)](https://app.netlify.com/sites/hackersandslackers/deploys)
![Ghost](https://img.shields.io/badge/Ghost-^v5.0.0-lightgrey.svg?longCache=true&style=flat-square&logo=ghost&logoColor=white&colorB=656c82&colorA=4c566a)
![Node](https://img.shields.io/badge/NodeJS-v^16.0.0-green.svg?longCache=true&style=flat-square&logo=node.js&logoColor=white&colorB=a3be8c&colorA=4c566a)
![Gatsby](https://img.shields.io/badge/Gatsby-v^4.15.0-red.svg?longCache=true&style=flat-square&logo=Gatsby&logoColor=white&colorA=4c566a&colorB=b48ead)
![Go](https://img.shields.io/badge/Go-v^1.18-blue.svg?logo=go&longCache=true&logoColor=white&colorB=88C0D0&style=flat-square&colorA=4c566a)
![GitHub Last Commit](https://img.shields.io/github/last-commit/google/skia.svg?style=flat-square&colorA=4c566a&colorB=a3be8c&logo=GitHub)
[![GitHub Issues](https://img.shields.io/github/issues/toddbirchard/gatsby-ghost-stockholm.svg?style=flat-square&colorB=ebcb8b&colorA=4c566a&logo=GitHub)](https://github.com/toddbirchard/stockholm/issues)
[![GitHub Stars](https://img.shields.io/github/stars/toddbirchard/gatsby-ghost-stockholm.svg?style=flat-square&colorB=ebcb8b&colorA=4c566a&logo=GitHub)](https://github.com/toddbirchard/stockholm/stargazers)
[![GitHub Forks](https://img.shields.io/github/forks/toddbirchard/gatsby-ghost-stockholm.svg?style=flat-square&colorA=4c566a&colorB=ebcb8b&logo=GitHub)](https://github.com/toddbirchard/stockholm/network)

![Stockholm Github Preview](./.github/[email protected])

### Installation

Install and run locally:

```shell
$ git clone https://github.com/hackersandslackers/gatsby-ghost-stockholm.git
$ cd gatsby-ghost-stockholm
$ make install
$ make dev
```

#### Production Builds

Build and serve a Production build with `make serve`:

```shell
$ git clone https://github.com/hackersandslackers/gatsby-ghost-stockholm.git
$ cd gatsby-ghost-stockholm
$ make serve
```