Let's start linkdown
$ linkdown init --template bootstarp projectdir There are two template, basic and bootstrap. I recommend bootstrap template because it's beauty!
Linkdown has built-in web server and file observer. You don't have to install Apache to develop.
$ cd projectdir $ linkdown all -ws If you just want to convert files, run linkdown all.
Sometimes linkdown miss file change events. Please save your file again to convert or run linkdown all.
To customize title and navibar, open templates/base.html and edit it. Please read Twitter Bootstrap to customize navibar.