# my-hexo **Repository Path**: code2life/my-hexo ## Basic Information - **Project Name**: my-hexo - **Description**: Hexo theme code forked from Apollo - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-06-03 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![hexo-theme-apollo](https://cloud.githubusercontent.com/assets/9530963/13026956/08e76eca-d277-11e5-8bfc-2e80cea20a0d.png) ## 文档 - [中文文档](https://github.com/pinggod/hexo-theme-apollo/blob/master/doc%2Fdoc-zh.md) - [Document](https://github.com/pinggod/hexo-theme-apollo/blob/master/doc%2Fdoc-en.md) ## 贡献 该项目不再接受添加新特性、功能的 pull request,所有创造性的想法请 fork 该项目之后自由发挥。 ## 安装 [![asciicast](https://asciinema.org/a/emrvroa9054hz6k8ise0uxh2u.png)](https://asciinema.org/a/emrvroa9054hz6k8ise0uxh2u) ``` bash 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 ``` ## 启用 修改 `_config.yml` 的 `theme` 配置项为 `apollo`: ```yaml theme: apollo # 在归档页面显示所有文章 # 需要上面安装的 hexo-generator-archive 插件支持 archive_generator: per_page: 0 yearly: false monthly: false daily: false ``` ## 更新 ``` bash cd themes/apollo git pull ``` ## License MIT