Skip to content

JLHwung/hexo-theme-apollo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hexo-theme-apollo

A fork of original hexo-theme-apollo with opinionated changes:

  • formularised color system
  • high-standard a11y support
  • better developer experience

文档

安装

asciicast

hexo init Blog --no-install
cd Blog 
yarn
yarn add hexo-renderer-sass hexo-render-pug hexo-generator-{archive,feed,sitemap} hexo-browsersync
git clone https://github.com/JLHwung/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

License

MIT

About

a clean and delicate hexo theme with opinionated changes

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 66.1%
  • HTML 33.9%