A world domniation plan static web/site generator, written in ruby.
As wlt is based on sub, installation is very easy!
You need git and ruby (only tested with 1.9.3) and bundler.
-
Get the sources
git clone git://github.com/eunomie/wlt.git
-
Run bundler to install gems
bundle
-
Install it.
For bash :
echo 'eval "$(<wltpath>/bin/wlt init -)"' >> ~/.bash_profile exec bash
For zsh :
echo 'eval "$(<wltpath>/bin/wlt init -)"' >> ~/.zshenv source ~/.zshenv
git pull && bundleAfter the first release, the master branch will be a stable branch that can be deployed at every moment.
All work will be done in feature branches, without a dev/devel/develop branch.
The easiest way to start is to use one of the two scaffolding included, basic or full.
wlt scaffold basicor
wlt scaffold fullAfter that, just run the local server, browse http://localhost:4000 and enjoy!
wlt serveDon't hesitate to fill issues or submit pull requests ;-)