The most basic Ghost theme possible. This Ghost theme contains the least amount of code necessary to satisfy the following goals.
Goals:
- Pass gscan
- Show posts and post content
- Generate a zip file for installation
There is essentially no CSS - the only CSS rules definted are those necessary to pass gscan - and those rules don't do anything.
- NodeJS (v10.17.x)
- git (optional)
Either clone this repo or download the tarball/zip file, then install the package dependencies.
npm installAfter setup is completed (once), the build commands are essentially the same as the default Casper theme.
npm run zipThere is also a development mode that supports livereload.
npm run devAfter zip completes successfully, install the resulting bundle from the
dist directory using the Ghost admin interface.
This repository is maintained by Ghoststead.