Updated README with theming instructions

This commit is contained in:
Magnus Åhall 2024-06-25 09:58:27 +02:00
parent 7732d8033a
commit ec7919c9e5

View File

@ -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-<theme-name>.less`.
* Create `/static/less/<theme-name>.less`.
* Copy a theme directory under `/static/images/` to the new name.