Skip to content

davidjb/pure-single

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pure Single

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

Customisations

  • Add Tipue Search support
  • Upgrade versions for Purecss, Font-Awesome, jQuery
  • Customise CSS (smaller margins)
  • Add site pages to the sidebar
  • Fix pygments CSS to work with code blocks
  • Ensure pygments CSS gets delivered to all pages

PELICANCONF.PY

  • COVER_IMG_URL - Set the sidebar image (Optional).

  • 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.

  • DISQUS_ON_PAGES - Set this to True to enable disqus comments in pages.

  • 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://')

  • 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

  • JavaScript 68.5%
  • HTML 16.3%
  • CSS 15.2%