From f6fbc74272fedf3c406673ee5748137a455ff405 Mon Sep 17 00:00:00 2001 From: mb-wali <44528277+mb-wali@users.noreply.github.com> Date: Sat, 2 May 2020 18:56:33 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index c753893..6af632b 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,11 @@ invenio module for TUGRAZ theme. ## install ```pipenv install git+https://github.com/mb-wali/invenio-theme-tugraz.git@master#egg=invenio_theme_tugraz``` + +## Developing +While developing this module make sure to comment or remove these variables from ```invenio.cfg``` file. +``` +THEME_LOGO="images/logo.svg" +INSTANCE_THEME_FILE = './scss//theme.scss' +INSTANCE_SEARCH_THEME_FILE = './scss//search/theme.scss' +```