Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.36 KB

README.md

File metadata and controls

34 lines (26 loc) · 1.36 KB

Pure Single

Blogging theme based on Purecss for Pelican blogs. Theme is responsive.

PELICANCONF.PY

  • COVER_IMG_URL - Set the sidebar image.

  • PROFILE_IMG_URL - Set the image for the top circle cutout.

  • TAGLINE - Used for the page titles and some meta tags.

  • FAVICON_URL - Set the favicon image

  • DISQUS_SITENAME - Set this to enable disqus comments in articles.

  • GOOGLE_ANALYTICS - Set the Google Analytics code (eg. "UA-000000-00")

  • PIWIK_URL and PIWIK_SITE_ID - Set the URL and site-id for Piwik tracking. (Without 'http://')

  • SITE_LICENSE - Set the license text that would appear in the footer.

  • CUSTOM_CSS - Specify a site-specific custom CSS file.

  • 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 be github)

Custom article metadata:

  • sidebarimage - will replace the image on the sidebar on an article basis

Aditional features

  • FitVids jQuery plugin for fluid width video embeds.