SVBTLE tweaked
This theme is a copy of a copy and is based on Svbtle.com.
Originally ported to Pelican by William Ting - download the repository or read the original README file.
Then responsive adaptations were made by Tyler Xing.
I merged the responsive branch into master and made some small changes of my own.
FROM OFFICIAL REPO
Please refer to Pelican theme install instructions.
SETTINGS.PY
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
MODIFICATION
-
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
.
AUTHORS
William Ting, Tyler Xing, James Cooke
LICENSE
Released under MIT License, full details in LICENSE
file.