add .gitignore, removes backup files
2 files changed
tree: 92faa8365d5f820da369b79e40dfc223bac5b66c
  1. .gitignore
  2. LICENSE
  3. Makefile
  4. README.md
  5. static/
  6. templates/
README.md

SVBHACK

pelican-svbhack is a theme for Pelican and it is my hack of a svbtle-like theme, started as a fork of pelican-svbtle.

DEMO

You can see the theme in action.

FEATURES

  • syntax highlighting for code blocks
  • supports google analytics
  • custom list of links

KNOWN ISSUES

  • no IE testing
  • no custom menu

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 the most common global variables, patches are welcomed if you need better support. In addition to the standard ones, you can also set:

  • GOOGLE_ANALYTICS
  • TAGLINE

When developing locally, you may want to set the following variable:

SITEURL = http://localhost:8000

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 is authored by William Ting pelican-svbhack is authored by Giulio Fidente

LICENSE

Released under MIT License, full details in LICENSE file.