Pure
Collaborative blogging theme based on Purecss for Pelican blogs. Theme is responsive.
PELICANCONF.PY
-
COVER_IMG_URL
- Set the sidebar image. -
PROFILE_IMAGE_URL
- Set the image/logo for the top circle cutout on sidebar. -
TAGLINE
- Used for the page titles and some meta tags. -
DISQUS_SITENAME
- Set this to enable disqus comments in articles. -
GOOGLE_ANALYTICS
- Set the Google Analytics code (eg. "UA-000000-00") -
SOCIAL
- Set some social links in the sidebar. The format should be like this:SOCIAL = ( ('github', 'https://github.com/example/'), ('twitter-square', 'https://twitter.com/example'), )
where the first value of the tuple is the icon name from http://fontawesome.io/icons/ after stripping
fa-
(eg.fa-github
will begithub
)
Article metadata:
about_author
- short summary about author displayed under gravataremail
- display author's gravar on article. See gravatar pelican plugin
PREVIEW
See it live at testpy.org
Aditional features
- FitVids jQuery plugin for fluid width video embeds.
- Math Render Ability render_math plugin for using MathJax to render both MathML and LaTex.