From 4d03751c5c13004c6c6fa5e829239c49f7350eb3 Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Sat, 4 Dec 2021 13:56:20 +0800 Subject: update --- vimrc | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'vimrc') diff --git a/vimrc b/vimrc index 3a34219..087cbb9 100644 --- a/vimrc +++ b/vimrc @@ -159,6 +159,15 @@ augroup END let g:instant_markdown_autostart = 0 nnoremap md :InstantMarkdownPreview +""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" +" => Settings for Blog +""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" + +" Generate static pages +augroup vimwikiPush + autocmd! + autocmd VimLeave ~/git/makesite/*/*.md :!(cd ~/git/makesite && make &) +augroup END """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " => Redirect the output of a Vim or external command into a scratch buffer -- cgit v1.2.3-70-g09d2