hexo init Blog
cd Blog
npm install
npm install --save hexo-renderer-jade hexo-generator-feed hexo-generator-sitemap hexo-browsersync
git clone https://github.com/pinggod/hexo-theme-apollo.git themes/apollo
修改 _config.yml
的 theme
配置项为 apollo
:
theme: apollo
cd themes/apollo
git pull
MIT