diff options
| author | Hsieh Chin Fan <typebrook@gmail.com> | 2022-03-07 19:33:48 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <typebrook@gmail.com> | 2022-03-07 19:33:48 +0800 |
| commit | f1f25f34d900cdaf95dd2af9613a55bfe380c3fd (patch) | |
| tree | fecd72156d50141f24f5a4283f9814280226266d /vimrc | |
| parent | 8f8dd0c0c3217baf62b184dc8539a7a62c6c1bf0 (diff) | |
update
Diffstat (limited to 'vimrc')
| -rw-r--r-- | vimrc | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -167,9 +167,9 @@ nnoremap <leader>md :InstantMarkdownPreview<CR> | |||
| 167 | """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" | 167 | """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" |
| 168 | 168 | ||
| 169 | " Generate static pages | 169 | " Generate static pages |
| 170 | augroup blogPush | 170 | augroup blogRebuild |
| 171 | autocmd! | 171 | autocmd! |
| 172 | autocmd VimLeave ~/git/makesite/*/*.md :!(cd ~/git/makesite && make &) | 172 | autocmd VimLeave ~/blog/*.md :!(cd ~/blog && hugo &) |
| 173 | augroup END | 173 | augroup END |
| 174 | 174 | ||
| 175 | """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" | 175 | """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" |