Adding vimrc for automatically converting wiki to html on the server
This commit is contained in:
parent
e0ff0f5cdc
commit
6234623ad3
|
@ -0,0 +1,6 @@
|
|||
let g:vimwiki_list = [{
|
||||
\ 'path': '/tmp/vimwiki/'
|
||||
\ 'path_html': '/srv/wiki/'
|
||||
\ 'template_path': '/tmp/vimwiki/html-template',
|
||||
\ 'template_default': 'index',
|
||||
\ 'template_ext': '.html'}]
|
Loading…
Reference in New Issue