/hexo-theme-apollo

A hexo theme inspired by vuejs.org.

Primary LanguageCSSMIT LicenseMIT

hexo-theme-apollo

文档

安装

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.ymltheme 配置项为 apollo:

theme: apollo

更新

cd themes/apollo 
git pull

License

MIT