The document
The installation
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/apolloCopy the code
To enable the
Change the theme item of _config.yml to Apollo:
Theme: Apollo # Display all articles in archive page # Support archive_generator: per_page: 0 proprietary: false monthly: false daily: falseCopy the code
update
cd themes/apollo
git pullCopy the code
License
MIT