本项目基于apollo主题修改, 新增以下功能
- 支持
tag
显示 - 增加
category
页面 - 增加
gitalk
支持 - 增加友链页面
npm i hexo-theme-apollo
修改 _config.yml
的 theme
配置项为 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 apollo
cd apollo
npm install
npm install -g gulp-cli
# 构建css
gulp
MIT