hexo theme apollo
1.0.0
It may be more suitable for you to fork the project and freely use your own creative ideas.
hexo init Blog
cd Blog
npm install
npm install --save hexo-renderer-jade hexo-generator-feed hexo-generator-sitemap hexo-browsersync hexo-generator-archive
git clone https://github.com/pinggod/hexo-theme-apollo.git themes/apollo
Modify the theme
configuration item of _config.yml
to apollo
:
theme : apollo
# 在归档页面显示所有文章
# 需要上面安装的 hexo-generator-archive 插件支持
archive_generator :
per_page : 0
yearly : false
monthly : false
daily : false
cd themes/apollo
git pull
MIT