/hexo-theme-apollo

🌅 a concise hexo theme

Primary LanguageCSSMIT LicenseMIT

hexo-theme-apollo

本项目基于apollo主题修改, 新增支持tag显示, category页面

文档

安装

hexo init Blog 
cd Blog 
npm install
npm install --save hexo-renderer-pug hexo-generator-feed hexo-generator-sitemap hexo-browsersync hexo-generator-archive
git clone https://github.com/achjqz/hexo-theme-apollo.git themes/apollo

启用

修改 _config.ymltheme 配置项为 apollo:

theme: apollo

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

更新

cd themes/apollo 
git pull

开发

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

License

MIT