Skip to content

theskumar/pelican-svbtle-responsive

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 57 commits ahead, 53 commits behind gfidente:master.

Latest commit

 

Git stats

Files

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

SVTLE RESPONSIVE THEME

pelican-svbtle-responsive is a responsive theme for Pelican, it is my hack of a svbtle-like theme.

Demo

You can see the theme in action.

screenshot

Features

  • Clean and responsive design
  • Disqus Comments
  • Customizable Syntax highlighting via pygments
  • Google analytics
  • Twitter cards
  • semantic tags for google, facebook and twitter
  • Responsive Videos using fitvids
  • Printer friendly pages

Installation

Clone the repository, edit your pelicanconf.py and modify the THEME variable to make it point to the downloaded theme location.

Configurations

The following global variables can be added to you pelicanconf.py for use different features of this theme. See sample configuration here and here.

  • GOOGLE_ANALYTICS your UA-XYZ code

  • TWITTER_USERNAME your twitter username (optional)

  • GOOGLE_PLUS_PROFILE_URL your google plus profile url (optional)

  • USER_LOGO_URL you don't need to replace the logo placeholder, instead put your logo in content/images/your_logo.png and make this point to SITEURL + '/static/images/your_logo.png'

  • TAGLINE some text rendered right below the logo

  • COPY_TEXT_PLUS set this to True if you want to add Read More at page-url when a text from the blog article is copied by someone.

Author

pelican-svbtle-responsive is authored by Saurabh Kumar (@_theskumar)

License

MIT

About

pelican-svbtle-responsive is a responsive theme for Pelican, it is my hack of a svbtle-like theme.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 56.5%
  • CSS 43.5%