weremexii / hexo-theme-apollo

🌅 a concise hexo theme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hexo apollo 主题

修改说明

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

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

hexo-theme-apollo

文档

安装

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 apollo
cd apollo
npm install
npm install -g gulp-cli
# 构建css
gulp

License

MIT

About

🌅 a concise hexo theme

License:MIT License


Languages

Language:SCSS 58.7%Language:Pug 38.5%Language:JavaScript 2.8%