Skip to content

Hexo theme, Blog theme, Clean, Responsive theme

License

Notifications You must be signed in to change notification settings

sanyic/hexo-theme-diaspora

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hexo-theme-diaspora

在线预览 | PREVIEW

一款基于WP移植的Hexo主题,适合喜欢摄影,影评,乐评和玩弄文字的你,干净,清新; 响应式,Ajax,更多好玩的等你来发现。

再次感谢原作者创作出这么精美的主题 @Loeify 。如果你喜欢,请捐助原作者。

预览图

安装主题

$ git clone https://github.com/Fechin/hexo-theme-diaspora.git diaspora

启用主题

修改Hexo配置文件 _config.yml 主题项设置为diaspora

...
theme: diaspora
...

更新主题

cd themes/diaspora
git pull

新建文章模板

---
title: My awesome title
date: 2016-10-12 18:38:45
tags: 
mp3: http://domain.com/awesome.mp3
cover: http://domain.com/awesome.jpg
---

主题配置

# Header Menu. title: link
menu:
  About: /about
  Github: https://github.com/Fechin
  Twitter: https://twitter.com/FechinLi


# 查看文章时是否自动播放音乐
autoplay: true
# 博客文章默认音乐, 优先级: 1.文章头mp3参数> 2.在这里配置
mp3: http://link.hhtjim.com/163/425570952.mp3
# 首页封面图, 优先级: 1.在这里配置> 2.文章头cover参数;
welcome_cover: # /img/welcome-cover.jpg
# 文章封面图, 优先级: 1.文章头cover参数 > 2.在这里配置
cover: /img/cover.jpg


keywords:
# 要使用google_analytics进行统计的话,这里需要配置ID
google_analytics: 
# 网站ico
favicon: /img/favicon.png
rss: atom.xml

更新日志

  • 23 Sep 2016 项目启动
  • 13 Oct 2016 V1.0发布
  • 6 Mar 2018 版权信息,封面图优化
  • Apr 6, 2018 集成PhotoSwipe图片插件

About

Hexo theme, Blog theme, Clean, Responsive theme

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.6%
  • CSS 22.0%
  • EJS 5.4%