BAM
The easiest static site generator on the planet.
Requirements
Install
After you have nodejs installed, simply open a terminal window and enter:
npm install bam -g
http://getskeleton.com
Create a new site withIn a terminal window enter the bam new
command to
create a new project.
bam new foosite
http://twitter.github.com/bootstrap
Create a new site withbam new foosite bootstrap
http://revealjs.org
Create a new site withbam new foosite reveal
Run in dev mode
cd foo-site
bam run
Generate site
bam gen
Test Generated site
bam serve
More Info
License
See LICENSE
Contributions
- Pull Requests are accepted.