hyec / hexo-theme-apollo

a clean and delicate hexo theme

Home Page:http://pinggod.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hexo-theme-apollo

文档

贡献

该项目不再接受添加新特性、功能的 pull request,所有创造性的想法请 fork 该项目之后自由发挥。

安装

asciicast

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

启用

修改 _config.ymltheme 配置项为 apollo:

theme: apollo

# 覆盖主题的设置
theme_config:
  livere:
  # 如果存在menu,主题会优先使用
  menu:
    Blog: /
    Archive: /archives/
    Rss: /atom.xml

# 在归档页面显示所有文章
# 需要上面安装的 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

http://pinggod.com/

License:MIT License


Languages

Language:CSS 63.4%Language:HTML 36.6%