https://github.com/mrsunshyne/boo
An open source theme for headless Ghost CMS
https://github.com/mrsunshyne/boo
Last synced: 2 months ago
JSON representation
An open source theme for headless Ghost CMS
- Host: GitHub
- URL: https://github.com/mrsunshyne/boo
- Owner: MrSunshyne
- Created: 2020-01-16T11:51:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-21T23:09:35.000Z (almost 2 years ago)
- Last Synced: 2025-01-26T02:52:09.259Z (4 months ago)
- Language: Vue
- Homepage: https://mrsunshyne.github.io/boo/
- Size: 1.28 MB
- Stars: 13
- Watchers: 3
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# boo
> A starter theme for headless Ghost CMS
**[View live demo](https://boo.ramgolam.com/)**
## Screenshot

The demo currently uses data from demo.ghost.org (Thanks for making this available team Ghost ♥️)
## Getting Started
1. Setup ghost. [See how](https://ghost.org/docs/install/local/)
2. Generate an access token. [See how](https://ghost.org/docs/api/v3/admin/#token-authentication)
3. Edit `api/ghost.js` in boo and change line 5 & 6 to match your ghost server configurations
4. You're good to go. Run `npm run dev` and navigate to `http://localhost:6001` to see your site!## Work in progress
This theme is a side project and will includes lessons I learned while building my own blog with Ghost & NuxtJS.
A lot of the building blocks of this starter theme takes inspiration from the amazing work done by Maxbrain0 on [nuxt-ghost-starter](https://github.com/Maxbrain0/nuxt-ghost-starter)
Turn to the [issues](https://github.com/MrSunshyne/boo/issues) tab to see what's going on with development.
## Build Setup
```bash
# install dependencies
$ npm run install# serve with hot reload at localhost:3000
$ npm run dev# generate static project
$ npm run generate
```