Skip to content

sethvincent/generator-grunt-static-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generator-grunt-static-site

A Yeoman generator for creating static sites that use grunt, browserify, ejs, and deploy to GitHub Pages.

Getting started

  • Make sure you have yo installed: npm install -g yo
  • Install the generator: npm install -g generator-grunt-static-site
  • Run: yo grunt-static-site

Usage:

Initialize the git repository for the project:

git init

Add and commit the files:

git add .
git commit -m 'initial commit'

Create a new repository on github

Make sure it has the same name you entered when you generated this project.

Edit the project files to add your content.

Deploy to GitHub Pages:

grunt deploy

License

MIT License

About

A Yeoman generator for creating static sites that use grunt, browserify, ejs, and deploy to GitHub Pages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published