本项目基于 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: falsenpm i hexo-theme-apollo@latestgit clone https://github.com/achjqz/hexo-theme-apollo.git themes/apollo
cd apollo
npm install
npm install -g gulp-cli
# 构建css
gulpMIT