From ec7919c9e5cdf2595f9d3ba0bb920a3e8ede4c32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magnus=20=C3=85hall?= Date: Tue, 25 Jun 2024 09:58:27 +0200 Subject: [PATCH] Updated README with theming instructions --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index eaed26c..ce6f45b 100644 --- a/README.md +++ b/README.md @@ -34,3 +34,10 @@ application: # Data from systems to datapoints `curl -d "$(time +'%F %T +02')" http://localhost:9000/entry/datapoint_name` + +# Theming + +* Add theme to select tag in `/views/pages/configuration.gotmpl`. +* Create `/static/less/theme-.less`. +* Create `/static/less/.less`. +* Copy a theme directory under `/static/images/` to the new name.