From 6234623ad376be9382e65a1671dc1068c276471e Mon Sep 17 00:00:00 2001 From: David Thurstenson Date: Wed, 4 Jan 2017 17:31:47 -0600 Subject: [PATCH] Adding vimrc for automatically converting wiki to html on the server --- html-template/srv-vimrc | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 html-template/srv-vimrc diff --git a/html-template/srv-vimrc b/html-template/srv-vimrc new file mode 100644 index 0000000..2d010ed --- /dev/null +++ b/html-template/srv-vimrc @@ -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'}]