1.0.6 • Published 3 years ago

hexo-theme-apollo v1.0.6

Weekly downloads
7
License
MIT
Repository
github
Last release
3 years ago

hexo apollo 主题

修改说明

本项目基于 apollo 主题修改, 新增以下功能

  1. 支持tag显示
  2. 增加category页面
  3. 增加gitalk支持
  4. 增加友链页面

文档

安装

npm i hexo-theme-apollo

启用

修改 _config.ymltheme 配置项为 apollo:

theme: apollo

# 在归档页面显示所有文章
# 需要上面安装的 hexo-generator-archive 插件支持
archive_generator:
    per_page: 0
    yearly: false
    monthly: false
    daily: false

更新

npm i hexo-theme-apollo@latest

开发

git clone https://github.com/achjqz/hexo-theme-apollo.git themes/apollo
cd apollo
npm install
npm install -g gulp-cli
# 构建css
gulp

License

MIT

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago