#Credits
This theme is completly based on Maurizio Sambati theme, so the all credit goes to him.
#Pelipress
This is a theme for Pelican that looks like Octopress default theme but with some changes for my personal blog http://josejimenez.net.
##Plugins
This theme add a nice section on the sidebar with a list of GitHub repositories of the user. You can enable it by using these settings:
GITHUB_USER
: (required to enable) usernameGITHUB_REPO_COUNT
: 5GITHUB_SKIP_FORK
: FalseGITHUB_SHOW_USER_LINK
: False
##Configurations in this theme The following settings are available to use:
-
MENUBRAND
: Text and link for the brand of the blog. For example::[('Jose Jiménez', 'http://josejimenez.net'),]
-
SOCIAL_SIDEBAR_TOP
: List of social links showed at the top of the sidebar, see an example at http://josejimenez.net For example::SOCIAL_SIDEBAR_TOP = ( ('Google+', 'https://plus.google.com/116700712402100417502/posts', '<i class="icon-google-plus-sign"></i>'), ('Twitter', 'https://twitter.com/vrolloc', '<i class="icon-twitter-sign"></i>'), )
-
HIDE_CATEGORIES_SIDEBAR
: If True, the categories won't be shown in the sidebar.