atomd-zz / pelican-svbtle

Svbtle theme is a close copy of Svbtle.com with a few minor changes for use with Pelican.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SVBTLE tweaked

This theme is a copy of a copy and is based on Svbtle.com.

Originally ported to Pelican by William Ting - download the repository or read the original README file.

Then responsive adaptations were made by Tyler Xing.

I merged the responsive branch into master and made some small changes of my own.

INSTALL

FROM SOURCE

Download the repository and save it somewhere accessible. Edit settings.py and modify the THEME variable to point to the downloaded theme location.

FROM OFFICIAL REPO

Please refer to Pelican theme install instructions.

SETTINGS.PY

These are the Pelican global variables currently supported by the theme:

  • GOOGLE_ANALYTICS
  • DISQUS_SITENAME
  • LINKS(('name1', 'url1'), ('name2', 'url2'))
  • DEFAULT_DATE_FORMAT = ('%b %d, %Y'): suggested date format
  • FEED_DOMAIN = SITEURL
  • AUTHOR_BIO, providing a short bio that appears on the side bar.

MODIFICATION

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

AUTHORS

William Ting, Tyler Xing, James Cooke

LICENSE

Released under MIT License, full details in LICENSE file.

About

Svbtle theme is a close copy of Svbtle.com with a few minor changes for use with Pelican.

License:MIT License