The Jekyll default theme is quite minimal, so I ported it to pelican.
- Copy
jekyllfolder to your pelican installation directory - Modify the variables from
pelicanconf.pyand either copy the file or use them in your own config - Change
THEMEvariable inpelicanconf.pyandpublishconf.py
Here are some variables that are theme specific that you might want to set
-
TWITTER_URL -
GITHUB_URL -
AUTHOR_EMAIL -
LINKS- These are the links that appear right beside the titleLINKS = ( (' home', SITEURL), # Name, URL ('photos','http://blog.fuss.in'), ('about','#footer') )