Skip to content

Winiex/k-ui-octopress-theme

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Octopress Theme for k-ui.jp

Install

$ cd octopress-home/.theme
$ git clone git://github.com/kui/k-ui-octopress-theme.git kui
$ cd ..
$ rake install["kui"]
$ rake generate

Optional Functions

extra functions to the original theme.

_config.yml.example may be of sume help.

tunbr photos

you can add recent tumblr posts.

add "asides/tumblr_photos.html" to default_asides of _config.yml as belows and configurations about tumbr_post.html.

default_asides: [ asides/tumblr.html, ... ]
tumblr_user: daftbeats # your domain (daftbeats.tumblr.com -> daftbeats)
tumblr_post_num: 5

github api v3

you can specify a item for sorting repository links, the sort direction and a repository type to be listed.

add list-user-repositories params to your _config.yml

# github api v3 params
# see http://developer.github.com/v3/repos/#list-user-repositories
github_type: all
github_sort: updated
github_direction: desc

About

Octopress Theme for k-ui.jp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 78.7%
  • CSS 21.3%