Some basics to get around Vimwiki
# .vimrc
let g:vimwiki_list = [{
\ 'path': '$HOME/vimwiki',
\ 'template_path': '$HOME/vimwiki/templates/',
\ 'template_default': 'default',
\ 'template_ext': '.html',
\ 'nested_syntaxes': {'python': 'python', 'css': 'css', 'html': 'html', 'ruby': 'ruby', 'javascript': 'javascript'}}]