Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xwartz/hexo-theme-cover
从cover修改了的hexo主题
https://github.com/xwartz/hexo-theme-cover
Last synced: about 1 month ago
JSON representation
从cover修改了的hexo主题
- Host: GitHub
- URL: https://github.com/xwartz/hexo-theme-cover
- Owner: xwartz
- License: mit
- Created: 2014-03-01T15:27:03.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-07-26T06:08:15.000Z (over 10 years ago)
- Last Synced: 2024-10-14T08:10:51.002Z (2 months ago)
- Language: CSS
- Size: 508 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cover
A chic Hexo theme with facebook-like cover photo. Forked from [Writing](https://github.com/yunlzheng/hexo-themes-writing).
## Demo
[demo site](http://stddup.me)
Index page - cover, with social site links integrated:
![](http://ww2.sinaimg.cn/large/6cea169fjw1edhzrl42srj21400jnk2r.jpg)Index page - blog:
![](http://ww1.sinaimg.cn/large/6cea169fjw1edhzsngsyjj213l0jmtbu.jpg)Post page, with pagination, share module and comment module integrated:
![](http://ww1.sinaimg.cn/large/6cea169fjw1edhzude2koj21400jn40v.jpg)## Features
- Dynamically-resized facebook-like cover photo displayed on index page, backed by [Anystretch](https://github.com/danmillar/jquery-anystretch).
- Mobile-optimized by using Twitter bootstrap.
- Dynamically-fixed nav-bar design.
- Beautiful profile design with logo, social site links.
- Duoshuo comment widget and Jiathis share widget integrated (CSS-hack involved!), friendly for Chinese users.
- Newer and older posts pagination support.## Install
Execute the following command and modify `theme` in `_config.yml` to `cover`.
```
cd your-hexo-dir
git clone https://github.com/daisygao/hexo-themes-cover.git themes/cover
```## Update
Execute the following command to update new.
```
cd themes/cover
git pull
```## Config
Default config:
```
menu:
Home: /
Archives: /archiveswidgets:
- searchcover:
enable: true
url: http://ww1.sinaimg.cn/large/6cea169fjw1edgyzma1xcj21kw16ohba.jpg
excerpt_link: Read Morefull_format: 'ddd, MMM D YYYY, h:mm:ss a'
addthis:
enable: true
pubid:
facebook:
twitter:
google: true
pinterest:fancybox: true
google_analytics: UA-36877105-X
rss:comment_provider: duoshuo
# Duoshuo comment
duoshuo:
short_name: your_namesocial:
github: https://github.com/your_name
weibo: http://weibo.com/your_nameauto_change:
enable: true```