mirror of
https://github.com/Cian-H/invenio-theme-iform.git
synced 2025-12-22 20:51:58 +00:00
62c52b1c684e0c8c044b42974704b6f6661b3320
the function hide was in the header.html file enclosed by script tags. it has been moved to the theme.js file. to make it run it was necessary to add a entry point to the WebpackThemeBundle instance in webpack.py (render the js file) and include the resulting js file manually in footer.html (to be loaded in the browser).
invenio-theme-tugraz
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/<instance>/theme.scss'
INSTANCE_SEARCH_THEME_FILE = './scss/<instance>/search/theme.scss'
Languages
HTML
53.1%
Less
20.7%
Python
19.9%
JavaScript
6%
Nix
0.3%