Layout tweaks
1 file changed
tree: 7395a8f30b901652edfd59359a200948fc659b88
  1. .gitignore
  2. LICENSE
  3. Makefile
  4. README.md
  5. screenshot.png
  6. static/
  7. templates/
README.md

SVBHACK

pelican-svbhack 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
  • syntax highlighting for pre 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 a number of common global variables but patches are welcomed if you need better support.

  • GOOGLE_ANALYTICS your UA-XYZ code

  • GOOGLE_PLUS_URL A link to your Google+ profile. Used for the Google Authorship feature.

  • USER_LOGO_URL you don't need to replace the logo placeholder, just change this to point to another image. Can be local or remote.`

  • 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

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-svbhack is authored by Giulio Fidente.

LICENSE

Released under MIT License, full details in LICENSE file.