commit | 79840b15a390db859c645796ad6f98a3867d8905 | [log] [tgz] |
---|---|---|
author | Victor Choueiri <victor@ctrlanddev.com> | Tue Aug 20 18:00:26 2013 +0300 |
committer | Victor Choueiri <victor@ctrlanddev.com> | Wed Aug 21 20:31:02 2013 +0300 |
tree | 52ca27ba02ae2de1e9446efec28adc121cbd50d2 | |
parent | d54283ffcdd4b03cc3f165c17706210b8edf60cb [diff] |
Article comment visibility toggleable, with setting property COLLAPSE_COMMENTS determining default visibility.
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
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
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.