Adding vimrc for automatically converting wiki to html on the server

This commit is contained in:
David Thurstenson 2017-01-04 17:31:47 -06:00
parent e0ff0f5cdc
commit 6234623ad3
1 changed files with 6 additions and 0 deletions

6
html-template/srv-vimrc Normal file
View File

@ -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'}]