Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/draftbox-co/gatsby-ghost-novela-theme
A Feature rich Gatsby theme plugin for creating blogs from Ghost.
https://github.com/draftbox-co/gatsby-ghost-novela-theme
blogging draftbox gatsby-plugin gatsby-theme ghost ghost-cms novela-theme react static-site
Last synced: 3 months ago
JSON representation
A Feature rich Gatsby theme plugin for creating blogs from Ghost.
- Host: GitHub
- URL: https://github.com/draftbox-co/gatsby-ghost-novela-theme
- Owner: draftbox-co
- Created: 2020-06-10T16:02:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:28:03.000Z (about 1 year ago)
- Last Synced: 2024-03-17T15:00:48.623Z (10 months ago)
- Topics: blogging, draftbox, gatsby-plugin, gatsby-theme, ghost, ghost-cms, novela-theme, react, static-site
- Language: TypeScript
- Homepage: https://ghost-novela-preview.draftbox.co/
- Size: 2.37 MB
- Stars: 12
- Watchers: 5
- Forks: 8
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Draftbox](https://res.cloudinary.com/thinkcdnimages/image/upload/v1589291053/Draftbox/draftbox-for-github.svg)](https://draftbox.co)
# gatsby-ghost-novela-theme
A Gatsby theme plugin for creating blogs from headless Ghost CMS.
Turn your Ghost blog into a lightning fast static website. This Gatsby theme is a frontend replacement of the Ghost handlebars engine featuring the standard Ghost Novela skin and functionality. All content is sourced from a headless Ghost CMS.
> This theme is being used at [Draftbox](https://draftbox.co). Get lightning fast, secure front-end for your WordPress or Ghost blog, in 5 minutes or less, without coding. For our fellow devs, we also provide code export feature.
## Demo
Play with the [Demo](https://ghost-novela-preview.draftbox.co/) to get a first impression.
## Features
- Novela theme by Narrative
- SEO optimized
- Fully responsive
- Gatsby images
- Styled 404 page
- RSS Feed
- AMP Pages
- Sitemap
- Contact Form
- Subscribe Form
- Social Sharing
- Composable and extensible## Quick Start
Head over to the [starter repo](https://github.com/draftbox-co/gatsby-ghost-novela-starter) to get up and running quickly! The starter is recommended if you are creating a new site.
## Installation
This repository contains the example code **and** the Gatsby theme. If you are here to install the Gatsby theme plugin in your existing project, check out the [theme specific README](/gatsby-ghost-novela-theme/README.md) for further details.
In case you want to work with this repository (for local development, pull requests, etc.):
1. Clone or fork this repository:
```bash
git clone https://github.com/draftbox-co/gatsby-ghost-novela-theme.git
cd gatsby-ghost-novela-theme
```2. Run `yarn` to install dependencies.
3. Run `yarn workspace example develop` to start the example locally.
## Authors
- Arun Priyadarshi ([@Gunnerforlife](https://github.com/Gunnerforlife)) – [Draftbox](https://draftbox.co)
- Keyur Raval ([@thandaanda](https://github.com/thandaanda)) – [Draftbox](https://draftbox.co)
- Shyam Lohar ([@shyamlohar](https://github.com/shyamlohar)) – [Draftbox](https://draftbox.co)
- Tanmay Desai ([@tanmaydesai89](https://github.com/tanmaydesai89)) – [Draftbox](https://draftbox.co)## Contributions
PRs are welcome! Consider contributing to this project if you are missing feature that is also useful for others.
## Credits
Inspired from [gatsby-theme-try-ghost](https://github.com/styxlab/gatsby-theme-try-ghost)Theme Ported from [Novela](https://github.com/narative/gatsby-theme-novela)
Special Thanks to [Ghost](https://ghost.org)
# Copyright & License
Copyright (c) 2020 [Draftbox](https://draftbox.co) - Released under the [MIT license](LICENSE).