First commit

This commit is contained in:
EC2 Default User
2025-01-27 15:21:57 +00:00
commit 607f72659d
49 changed files with 791219 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
// This file is part of InvenioRDM
// Copyright (C) 2023 CERN.
//
// Invenio App RDM is free software; you can redistribute it and/or modify it
// under the terms of the MIT License; see LICENSE file for more details.
/**
* Add here all the overridden components of your app.
*/
export const overriddenComponents = {}

View File

View File

96
assets/less/theme.config Normal file
View File

@@ -0,0 +1,96 @@
/*
████████╗██╗ ██╗███████╗███╗ ███╗███████╗███████╗
╚══██╔══╝██║ ██║██╔════╝████╗ ████║██╔════╝██╔════╝
██║ ███████║█████╗ ██╔████╔██║█████╗ ███████╗
██║ ██╔══██║██╔══╝ ██║╚██╔╝██║██╔══╝ ╚════██║
██║ ██║ ██║███████╗██║ ╚═╝ ██║███████╗███████║
╚═╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝╚══════╝╚══════╝
*/
/*******************************
Theme Selection
*******************************/
/* To override a theme for an individual element
specify theme name below
*/
/* Global */
@site : 'rdm';
@reset : 'default';
/* Elements */
@button : 'rdm';
@container : 'rdm';
@divider : 'rdm';
@flag : 'rdm';
@header : 'rdm';
@icon : 'default';
@image : 'rdm';
@input : 'rdm';
@label : 'rdm';
@list : 'rdm';
@loader : 'rdm';
@placeholder : 'rdm';
@rail : 'rdm';
@reveal : 'rdm';
@segment : 'rdm';
@step : 'rdm';
/* Collections */
@breadcrumb : 'rdm';
@form : 'rdm';
@grid : 'rdm';
@menu : 'rdm';
@message : 'rdm';
@table : 'rdm';
/* Modules */
@accordion : 'rdm';
@checkbox : 'rdm';
@dimmer : 'rdm';
@dropdown : 'rdm';
@embed : 'rdm';
@modal : 'rdm';
@nag : 'rdm';
@popup : 'rdm';
@progress : 'rdm';
@rating : 'rdm';
@search : 'rdm';
@shape : 'rdm';
@sidebar : 'rdm';
@sticky : 'rdm';
@tab : 'rdm';
@transition : 'default';
/* Views */
@ad : 'rdm';
@card : 'rdm';
@comment : 'rdm';
@feed : 'rdm';
@item : 'rdm';
@statistic : 'rdm';
/*******************************
Folders
*******************************/
/* Path to theme packages */
@themesFolder : '~semantic-ui-less/themes';
/* Path to site override folder */
@siteFolder : '../../less/site';
@imagesFolder : '../../images';
/*******************************
Import Theme
*******************************/
@import (multiple) "themes/rdm/theme.less";
@fontPath : "../../../themes/@{theme}/assets/fonts";
/* End Config */

View File

@@ -0,0 +1 @@
# This file exists only to add templates/ folder to git repository.

View File

@@ -0,0 +1 @@
# This file exists only to add templates/ folder to git repository.