ravikalaga / pelican-svbtle-responsive

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

Home Page:http://saurabh-kumar.com/blog/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

FEATURES

  • responsive design
  • comments via disqus
  • syntax highlighting for code blocks
  • support for google analytics
  • custom list of links
  • support for twitter cards
  • semantic Markups for google, facebook and twitter

KNOWN ISSUES

  • no custom menu

Roadmap

  • better typography

INSTALL

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

PELICANCONF.PY

Supports a number of common global variables but patches are welcomed if you need better support.

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

  • DISQUS_SITENAME set this to enable disqus comments in articles

  • COLLAPSE_COMMENTS set to True to have article comments hidden by default. Clicking on the comments link will toggle visibility.

  • TAGLINE some text rendered right below the logo

  • INTERNET_DEFENSE_LEAGUE set this to True if you want to enable the Internet Defense League code

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

Development

npm install
gulp

MODIFICATIONS

  • Accent color can be changed by editing @accent in ./static/css/style.less.
  • A different Pygmentize theme can be used by editing ./Makefile and running make pygments.

AUTHOR

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

It is a fork of pelican-svbhack authored by Giulio Fidente.

LICENSE

Released under MIT License, full details in LICENSE file.

About

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

http://saurabh-kumar.com/blog/

License:MIT License