/hexo-theme-apollo

A hexo theme inspired by vuejs.org.

Primary LanguageCSSMIT LicenseMIT

hexo-theme-apollo

文档

ps. hexo-theme-apollo 的定位是简洁和专注于内容,所以将不再接受新功能的 pull request,如果有新的想法,那将会是另一个主题。 ps. hexo-theme-apollo will no longer accept new features for focusing on content and keeping clean, so don't pull request. If there are new features in my mind, it will become a new theme.

安装

asciicast

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/pinggod/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