Configuration

invenio module for TUGRAZ theme.

invenio_theme_tugraz.config.DEPOSITS_HEADER_TEMPLATE = 'invenio_theme_tugraz/header.html'

Deposits header page’s template.

invenio_theme_tugraz.config.INVENIO_THEME_TUGRAZ_ACCOUNT_BASE = 'invenio_theme_tugraz/accounts/accounts_base.html'

TU Graz Default account base template

invenio_theme_tugraz.config.INVENIO_THEME_TUGRAZ_BASE_TEMPLATE = 'invenio_theme_tugraz/base.html'

TU Graz Default base template

invenio_theme_tugraz.config.INVENIO_THEME_TUGRAZ_DEFAULT_VALUE = 'TU Graz Repository'

Default value for the application.

invenio_theme_tugraz.config.INVENIO_THEME_TUGRAZ_ICON = 'images/icon_use.png'

icon used in login page

invenio_theme_tugraz.config.INVENIO_THEME_TUGRAZ_LOGIN_IMG = 'images/login_logo.png'

TU Logo for forms

invenio_theme_tugraz.config.SEARCH_UI_HEADER_TEMPLATE = 'invenio_theme_tugraz/header.html'

Search page’s header template.

invenio_theme_tugraz.config.SECURITY_LOGIN_USER_TEMPLATE = 'invenio_theme_tugraz/accounts/login_user.html'

Login template

invenio_theme_tugraz.config.SECURITY_REGISTER_USER_TEMPLATE = 'invenio_theme_tugraz/accounts/register_user.html'

Sigup template

footer template

invenio_theme_tugraz.config.THEME_FRONTPAGE = False

Use default frontpage.

invenio_theme_tugraz.config.THEME_FRONTPAGE_TITLE = 'TU Graz Repository'

Frontpage title.

invenio_theme_tugraz.config.THEME_HEADER_LOGIN_TEMPLATE = 'invenio_theme_tugraz/accounts/header_login.html'

login page header

invenio_theme_tugraz.config.THEME_HEADER_TEMPLATE = 'invenio_theme_tugraz/header.html'

TU Graz header template

TU Graz logo

Enable or disable the header search bar.

invenio_theme_tugraz.config.THEME_SITENAME = 'Repository'

Site name.

invenio_theme_tugraz.config.THEME_TUGRAZ_CONTACT_FORM = False

Enable/Disable Contact form.

invenio_theme_tugraz.config.THEME_TUGRAZ_PRODUCTION = False

Production environment.

Can also be set as an environment variable in a .env file. Then the name has to be ‘INVENIO_THEME_TUGRAZ_PRODUCTION’.