Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/toddbirchard/gatsby-ghost-stockholm
- Owner: toddbirchard
- Created: 2019-09-04T06:25:23.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-07T00:20:59.000Z (over 1 year ago)
- Last Synced: 2024-04-14T09:04:49.898Z (7 months ago)
- Topics: gatsby, gatsbyjs, ghost, ghost-theme, graphql, netlify, nodejs, react, static-site, static-site-generator
- Language: Less
- Homepage: https://hackersandslackers.com/
- Size: 188 MB
- Stars: 12
- Watchers: 2
- Forks: 7
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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
```