blog-theme/alchemy/templates
Raymond Wanyoike f58a419a6c Theme support, add PYGMENTS_STYLE option, stylesheets
To generate pygments theme files, get a list of known styles:

>>> from pygments.styles import STYLE_MAP
>>> STYLE_MAP.keys()
['default', 'emacs', 'friendly', 'colorful']

Generate the relevant stylesheet etc:

$ pygmentize -S emacs -f html -a '.highlight pre' > pygments/emacs.css
2016-11-07 12:24:30 +03:00
..
include Fix up inconsistencies 2016-11-07 10:09:32 +03:00
archives.html Simplify jinja2 base templates, update theme options 2016-11-06 22:32:20 +03:00
article.html Support multiple authors, via the :author:/:authors: metadata field 2016-11-07 12:05:38 +03:00
author.html Simplify jinja2 base templates, update theme options 2016-11-06 22:32:20 +03:00
authors.html Use <table> to organize link - count pages 2016-11-07 10:04:00 +03:00
base.html Theme support, add PYGMENTS_STYLE option, stylesheets 2016-11-07 12:24:30 +03:00
categories.html Use <table> to organize link - count pages 2016-11-07 10:04:00 +03:00
category.html Simplify jinja2 base templates, update theme options 2016-11-06 22:32:20 +03:00
index.html Missing {{ SITEURL }} property in href links 2016-11-07 12:07:45 +03:00
page.html User html5 semantic elements 2016-11-07 10:18:02 +03:00
period_archives.html Simplify jinja2 base templates, update theme options 2016-11-06 22:32:20 +03:00
tag.html Simplify jinja2 base templates, update theme options 2016-11-06 22:32:20 +03:00
tags.html Use <table> to organize link - count pages 2016-11-07 10:04:00 +03:00