kurtroberts / hexo-themes-cover

Simple Hexo Theme based on Cover

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

unCoverED

A Hexo theme with facebook-like cover photo. Forked from Cover.

##Demo

  • coming

Features

  • Dynamically-resized facebook-like cover photo displayed on index page, backed by 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: /archives

widgets:
- search

cover:
  enable: true
  url: http://ww1.sinaimg.cn/large/6cea169fjw1edgyzma1xcj21kw16ohba.jpg
   
excerpt_link: Read More

full_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:

social:
  github: https://github.com/your_name
  weibo: http://weibo.com/your_name


auto_change:
  enable: true

About

Simple Hexo Theme based on Cover

License:MIT License


Languages

Language:CSS 87.4%Language:JavaScript 12.6%