clone主题文件

1
2
# cd your-blog
git clone https://github.com/amehime/hexo-theme-shoka.git ./themes/shoka

下载所需的插件

1
2
3
4
5
6
cnpm uninstall hexo-renderer-marked --save          # 卸载掉默认的 hexo-renderer-marked 
cnpm install hexo-renderer-multi-markdown-it --save # 安装 hexo-renderer-marked
cnpm install hexo-autoprefixer --save
cnpm install hexo-algoliasearch --save
cnpm install hexo-symbols-count-time --save
cnpm install hexo-feed --save-dev