https://github.com/qathom/ghost-starter-theme-bootstrap
Starter theme with Bootstrap v4 for Ghost Node.JS CMS
https://github.com/qathom/ghost-starter-theme-bootstrap
bootstrap4 ghost-node-cms starter-theme webpack4
Last synced: 8 months ago
JSON representation
Starter theme with Bootstrap v4 for Ghost Node.JS CMS
- Host: GitHub
- URL: https://github.com/qathom/ghost-starter-theme-bootstrap
- Owner: qathom
- License: mit
- Created: 2020-02-11T17:49:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-17T00:45:41.000Z (over 6 years ago)
- Last Synced: 2025-01-22T20:51:38.582Z (over 1 year ago)
- Topics: bootstrap4, ghost-node-cms, starter-theme, webpack4
- Language: HTML
- Size: 645 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ghost starter theme with Bootstrap
> Starter theme with Bootstrap v4 for Ghost Node.JS CMS
## Installation
```bash
npm install
```
## Usage
```bash
# Dev (watch file changes and build zip file located in root folder)
npm run dev
# Build assets
npm run build
# Lint files
npm run lint
# Test if the theme is compatible with Ghost
npm run test
```