Skip to content

adiospace/generator-staticsite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StaticSite Build Status

A generator for Yeoman with support for:

Getting Started

Install Yeoman:

npm install -g yo

Install the generator:

npm install -g generator-staticsite

Usage

Create a new project:

mkdir project && cd $_
yo staticsite

Boilerplate

The following directory structure generated after run yo staticsite:

.
├── .editorconfig
├── .jshintrc
├── .gitignore
├── Gruntfile.js
├── package.json
├── src
│   ├── assets
│   │   ├─── scripts
│   |   │   ├── module1.js
│   |   │   └── module2.coffee
│   │   └── styles
│   |   │   ├── modules
│   |   │   |   ├── _all.scss
│   |   │   |   └── _header.scss
│   |   │   └── main.scss
│   ├── content
│   │   └── markdown.md
│   ├── data
│   │   └── site.yml
│   └── templates
│       ├── layouts
│       │   └── default.hbs
│       ├── pages
│       │   ├── index.hbs
│       └── partials
│           └── header.hbs
└── node_modules

License

MIT License

About

Creates an Assemble boilerplate project with built-in support for SASS (with Bourbon and Neat), CoffeeScript and an optimized build.

Resources

License

Stars

Watchers

Forks

Packages

No packages published