Skip to content

xhaju/pure

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 44 commits ahead, 24 commits behind marcoamorales:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

Pure

Collaborative blogging theme based on Purecss for Pelican blogs. Theme is responsive.

PELICANCONF.PY

  • COVER_IMG_URL - Set the sidebar image for homepage.
  • 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.

ANALYTICS settings

  • GOOGLE_ANALYTICS - Set the Google Analytics code (eg. "UA-000000-00")
  • GUAGES = Set Guages.io analytics data-side-id
  • PIWIK_SITE_ID = Set PIWIK id
  • PIWIK_URL = Set PIWIK hosting URL

SOCIAL settings

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

Article metadata:

  • about_author - short summary about author displayed under gravatar
  • email - display author's gravar on article. See gravatar pelican plugin

PREVIEW

Pure preview

Pure preview

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

About

Collaborative blogging theme for Pelican blogs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 58.4%
  • CSS 41.6%