if has('vim_starting') set rtp+=~/.vim/plugged/vim-plug if !isdirectory(expand('~/.vim/plugged/vim-plug')) echo 'install vim-plug...' call system('mkdir -p ~/.vim/plugged/vim-plug') call system('git clone https://github.com/junegunn/vim-plug.git ~/.vim/plugged/vim-plug/autoload') end endif
$ hexo generate INFO Start processing INFO Files loaded in 614 ms INFO Generated: post-sitemap.xml INFO Generated: sitemap.xml INFO Generated: tag-sitemap.xml INFO Generated: index.html INFO 5 files generated in 1.14 s