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: 16 days 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 (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-07T00:20:59.000Z (about 2 years ago)
- Last Synced: 2025-03-27T23:11:21.342Z (about 1 month 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: 13
- Watchers: 1
- 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.
[](https://app.netlify.com/sites/hackersandslackers/deploys)





[](https://github.com/toddbirchard/stockholm/issues)
[](https://github.com/toddbirchard/stockholm/stargazers)
[](https://github.com/toddbirchard/stockholm/network)
### 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
```