Skip to content
This repository has been archived by the owner on Jan 4, 2021. It is now read-only.

xmc-dev/luchian

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Luchian 🖌️

Luchian is xmc's frontend Semantic UI theme.

Named after Ștefan Luchian.

Building luchian

  1. Perform a normal Semantic UI install and navigate to your themes folder:
npm install semantic-ui
cd semantic/src/themes/
  1. Clone this repo:
git clone https://github.com/xmc-dev/luchian
  1. Edit your themes.config and replace 'default' with 'luchian' for every component you wish to theme:
nano ../theme.config
  1. Build or watch with Gulp:
gulp build
gulp watch