0.6.0 • Published 5 years ago
generator-static2000 v0.6.0
generator-static2000 
Yeoman generator that scaffolds a Static2000 site. Like a boss.
Features
- Static2000
- Jade, Nunjucks or Swig templates
- Gulp
- Autoprefixer
- Sass or Less
- Csso
- Uglifier
- BrowserSync
Getting Started
- Install:
npm install -g generator-static2000 - Run:
yo static2000 - Run
gulp buildto build the site or plain oldgulpto build and preview it in a browser.
Commands
yo static2000scaffolds an entire project with a default layout, globals, one template and a single content page.yo static2000:content NAME TEMPLATE [--flat]generates one content page with nameNAMEand the templateTEMPLATE. You may include the path of the page inNAMEto create a sub-page. Specifying--flatwill create the page using a flat file name instead of in a folder structure.yo static2000:template NAMEgenerates a template calledNAME.yo static2000:layout NAMEgenerates a layout calledNAME.
License
MIT