Use vimwiki as your favorite publishing tool !
Yeoman is _the web's scaffolding tool for modern webapps_. Built on node.js, it inludes yo, bower ans grunt
Choose your prefer webapp environement. Generator-webapp is Html5boilerplate qith Jquery, Modernizer and Bootstrap
Go to your project directory and run :
Add a directory templates in root of the porject. Copy `app/index.html` to `templates/default.tpl`
Put those two vimwiki vars in your template :
In the directory of the project launch:
In the directory of the project launch:
Within vim :
- `Gw` to save and stage your wikifile
- `Gcommit` to commit change
- `:WikiToHTML` to have the html file
- `grunt build`
- `git -a -m 'message' file.html`
It's done !
Automate all the stuff above !