Skip to content

Latest commit

 

History

History
77 lines (51 loc) · 2.4 KB

README.md

File metadata and controls

77 lines (51 loc) · 2.4 KB

minimalflat2

Redmine

Minimal and flat design theme for Redmine.

Screenshot

Projects Editor
Projects Editor
Issue Settings
Issue Settings
Mobile Menu
For mobile Menu

Features

  • Minimal and flat design
  • Modern color scheme by Flat UI & Espresso
  • Flexible (resolution-independent) icon by IcoMoon
  • Expandable tree view of the project list
  • Favicon (Redmine 2.5 or later)
  • Responsive layout (Redmine 3.2 or later)

Installation

  1. Download zip file from release page
  2. Extract zip file, and move to public/themes/minimalflat at Redmine directory
  3. Open Redmine page, and go to Administration > Settings > Display
  4. Enable the minimalflat2 from Theme, and save settings

Development

The CSS Transpile (watch) CSS is executed.

  1. git clone https://github.com/akabekobeko/redmine-theme-minimalflat2.git
  2. cd redmine-theme-minimalflat2
  3. npm i
  4. npm start

Stop is Ctrl + C .

docker-compose

  1. docker-compose up -d
  2. Access to http://localhost:8080/ on web browser
  3. Sign in to Redmine as an administrator
  4. Select mytheme as the theme from the administration screen.

Stop is docker-compose stop.

Libraries

Library Author License
IcoMoon - Free Keyamoon GPL/CC BY 4.0
Entypo Daniel Bruce CC BY-SA 4.0
bymathias/normalize.styl Mathias Brouilly MIT

Support policy

This theme supports only to the latest version of Redmine. For Redmine, the composition of HTML and CSS is big changed for each minor version. Therefore it is difficult to support to multiple versions at the same time.

Please use the old version when you need past Redmine support.

ChangeLog

License