Skip to content

Latest commit

 

History

History
55 lines (38 loc) · 1.19 KB

README.md

File metadata and controls

55 lines (38 loc) · 1.19 KB

hexo-theme-apollo

文档

安装

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

=== 以下为yunxu-it更新

# 在文章和首页显示原文地址
title: *** 文章标题
date: *** 发布时间
from: *** 转载地址
trans: *** 翻译原文地址

更新

cd themes/apollo 
git pull

License

MIT