A SaaS-focused Ghost theme built with Bootstrap, the most popular HTML5 framework.
Goals:
- Pass gscan
- Integrate Bootstrap with minimal impact to site performance.
- Use SASS for CSS.
- NodeJS (v12.13.x)
- git (optional)
Either clone this repo or download the tarball/zip file, then install the package dependencies.
npm install
After setup is completed (once), the build commands are essentially the same as the default Casper theme.
npm run zip
There is also a development mode that supports livereload.
npm run dev
After zip
completes successfully, install the resulting bundle from the
dist
directory using the Ghost admin interface.
This repository is maintained by GhostStead.