Add syntax-highlighting css.
This commit is contained in:
parent
33f22f5f04
commit
a3ad99cb61
4 changed files with 156 additions and 0 deletions
|
@ -41,6 +41,8 @@ STATIC_PATH = os.path.join(ROOT_DIR, 'static')
|
|||
ARTICLE_TEMPLATE_NAME = 'article.tmpl.html'
|
||||
STATIC_RESOURCES = (
|
||||
('style.css', 'css/style.css'),
|
||||
('light-syntax.css', 'css/light-syntax.css'),
|
||||
('dark-syntax.css', 'css/dark-syntax.css'),
|
||||
)
|
||||
|
||||
JINJA_ENV = jinja2.Environment(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue