commit | f3af44e30762f82022f5c2447df0c7b46f59bec2 | [log] [tgz] |
---|---|---|
author | Giulio Fidente <gfidente@redhat.com> | Sat Aug 03 17:45:19 2013 +0200 |
committer | Giulio Fidente <gfidente@redhat.com> | Sat Aug 03 17:45:19 2013 +0200 |
tree | 283ae23bfb463fd4d8f3946f4f80ad31ef3f100b | |
parent | a9b6351fc7640e7643326d2755deb1e97ba79210 [diff] |
fix menu links disposal on small displays
pelican-svbhack is a responsive theme for Pelican, it is my hack of a svbtle-like theme.
You can see the theme in action.
Clone the repository, edit your pelicanconf.py
and modify the THEME
variable to make it point to the downloaded theme location.
Supports a number of common global variables but patches are welcomed if you need better support.
GOOGLE_ANALYTICS
your UA-XYZ code
USER_LOGO_URL
make this point to a page/face logo
TAGLINE
some text rendered right below the logo
INTERNET_DEFENSE_LEAGUE
set to True
if you want to enable the Internet Defense League code
When developing locally, you may want to set the following variable: SITEURL = http://localhost:8000
@accent
in ./static/css/style.less
../Makefile
and running make pygments
.pelican-svbhack is authored by Giulio Fidente.
Released under MIT License, full details in LICENSE
file.