Skip to content

Latest commit

 

History

History
55 lines (41 loc) · 1.14 KB

README.md

File metadata and controls

55 lines (41 loc) · 1.14 KB

Liferay >= 7.0 - FLATLY-THEME

Liferay FLATLY-THEME is based on Bootswatch.

Flatly Theme

Benefits

  • Bootstrap Responsive

  • Lexicon Features

  • Customizing Lexicon Base in Liferay Portal

Getting started

  1. clone our repo
git clone --depth 1 https://github.com/byteparity/flatly-theme.git
  1. change directory to our repo
cd flatly-theme
  1. install the repo with npm
 npm install
 npm i --save gulp-ruby-sass
  1. Create liferay-theme.json file at theme root lavel
 {
   "LiferayTheme": {
  "appServerPath": "PATH_TO_LIFERAY_TOMCATE_DIR", 
  "deployPath": "PATH_TO_LIFERAY_DEPLOY_DIR",
  "url": "http://localhost:8080",
  "appServerPathPlugin": "E:\\poc\\flatly-theme\\.web_bundle_build",
  "deployed": true,
  "pluginName": "flatly-theme"
   }
 }
  1. Deploy theme by following command
gulp deploy

LIFERAY THEME GENERATOR detail doc.

Made with Love by

ByteParity Technologies