Svbtle theme is a close copy of Svbtle.com with a few minor changes for use with Pelican.
You can see the theme in action in this blog post. The theme code is available here, or the website code here.
- syntax highlighting for code blocks
- Google Analytics
- Disqus commenting
- custom list of links
- no IE testing (only Chrome / FF / Opera)
- no pages feature
- no custom menu
- header date format is hardcoded in
./templates/header.html
with the exception of articles which usesDEFAULT_DATE_FORMAT
Download the repository and save it somewhere accessible. Edit settings.py
and modify the THEME
variable to point to the downloaded theme location.
Please refer to Pelican theme install instructions.
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 formatFEED_DOMAIN = SITEURL
-
Accent color can be changed by editing
@accent
in./static/css/style.less
. -
A different Pygmentize theme can be used by editing
./Makefile
and runningmake pygments
.
William Ting
Released under MIT License, full details in LICENSE
file.