-
Notifications
You must be signed in to change notification settings - Fork 1k
Themes
Smári McCarthy edited this page Feb 23, 2014
·
10 revisions
Mailpile supports themes. They live in static/
, so the directory static/default
contains the theme named default
.
Themes contain:
-
js/
-- all JavaScript code -
css/
-- all CSS stylesheets -
html/
-- all Jinja2 HTML templates -
img/
-- all images
Anything beyond that is optional and specific to the theme. The default theme also contains webfonts/
and less/
.