Skip to content

Chennaipy/pure-single

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Single blogging theme for Pelican blogs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 57.8%
  • CSS 42.2%