static | ||
templates | ||
.gitignore | ||
README.md |
Pelican Clean Blog Theme
Theme based in Clean Blog layout.
Basic configuration
To define custom header cover, set the property HEADER_COVER
in pelicanconf.py
:
HEADER_COVER = 'static/my_image.png'
Github, Twitter and Facebook URLs set these properties:
GITHUB_URL = 'http://github.com/myprofile'
TWITTER_URL = 'http://twitter.com/myprofile'
FACEBOOK_URL = 'http://facebook.com/myprofile'
If you have insert new links, customize base.html
.
Source: http://ironsummitmedia.github.io/startbootstrap-clean-blog/