Adding vimrc for automatically converting wiki to html on the server
This commit is contained in:
		
							parent
							
								
									e0ff0f5cdc
								
							
						
					
					
						commit
						6234623ad3
					
				
							
								
								
									
										6
									
								
								html-template/srv-vimrc
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								html-template/srv-vimrc
									
									
									
									
									
										Normal 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'}]
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user