Skip to content

angelen10/hexo-theme-apollo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

安装

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

启用主题

修改 _config.ymltheme 配置项为 apollo:

theme: apollo

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

启用标签云(Tag Cloud)

参照 https://github.com/MikeCoder/hexo-tag-cloud

更新

cd themes/apollo 
git pull

Thanks

License

MIT

About

A hexo blog theme based on hexo-theme-apollo, which adds tags.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published