Liferay FLATLY-THEME is based on Bootswatch.
-
Bootstrap Responsive
-
Lexicon Features
-
Customizing Lexicon Base in Liferay Portal
- clone our repo
git clone --depth 1 https://github.com/byteparity/flatly-theme.git
- change directory to our repo
cd flatly-theme
- install the repo with npm
npm install
npm i --save gulp-ruby-sass
- 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"
}
}
- Deploy theme by following command
gulp deploy
LIFERAY THEME GENERATOR detail doc.