A ghost theme for TrishAdvisor.
Built up from the default Casper theme.
- Node.js
###Clone
If using this directly in an existing Ghost blog, you may choose to add it as a submodule next to casper
in the /content/themes
folder.
git clone git://github.com/marcfallows/GhostTheme-TrishAdvisor.git
cd GhostTheme-TrishAdvisor
npm install
Watch the Sass and compile into css.
npm run watch
Compile the Sass into css.
npm run css:build
Coming soon. Not a lot of point in doing this until Ghost has a nice way to import themes.