Skip to content

jjimenezlopez/pelipress

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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.

##A screenshot Screenshot

##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) username
  • GITHUB_REPO_COUNT: 5
  • GITHUB_SKIP_FORK: False
  • GITHUB_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.

About

Octopress default theme copied for pelican

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.6%
  • CSS 1.8%
  • Ruby 1.6%