From e94b1311ded705b0af3a6977cf5fb248a9530387 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Wed, 4 Dec 2019 18:30:01 +0100 Subject: Add basic theme support References: https://todo.sr.ht/~sircmpwn/koushin/1 --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 874ac56..33288c8 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,16 @@ go run ./cmd/koushin imaps://mail.example.org:993 smtps://mail.example.org:465 +See `-h` for more information. + +## Themes + +They should be put in `public/themes//`. + +Templates in `public/themes//*.html` override default templates in +`public/*.html`. Assets in `public/themes//assets/*` are served by the +HTTP server at `themes//assets/*`. + ## License MIT -- cgit v1.2.3-59-g8ed1b