generator-ghost-h5bp

0.1.2 • Public • Published

generator-ghost-h5bp Build Status

This is a yeoman-generator to bootstrap a ghost theme. Included is the HTML5-Boilerplate and Gulp.

To install generator-ghost-h5bp from npm, run:

$ npm install -g generator-ghost-h5bp

Go to your ghost theme folder (ghost/content/themes) and then initiate the generator:

$ yo ghost-h5bp

After the installation go to the newly created folder and run:

$ gulp

Your ghost blog is automatically started, just go to:

$ http://localhost:2368/ghost/signin/

and select your new theme.

Working with the theme

Running gulp will automatically start your ghost on http://localhost:2368/ghost/signin/. (If you want to disable this function, open the gulpfile.js and change gulp.start( 'ghost', 'watch' ); to gulp.start( 'watch' );). Included is also livereload to automatically inject changes without manually refreshing the page.

The files dev/scripts/main.js and dev/styles/main.css can be modified. Do not work in the assets/(css/js) folder. Gulp will modify this folder.

MIT License

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Package Sidebar

Install

npm i generator-ghost-h5bp

Weekly Downloads

0

Version

0.1.2

License

MIT

Last publish

Collaborators

  • a1ee9b