Byte Theme is a minimalistic theme inspired by existing Corporate Multilanguage sites. It provides a solid foundation to get started with your corporate site.
- Structured content to create elegant out of box liferayβs layouts for several use cases
- Bootstrap Responsive
- Multilanguage (English, German within)
- With awesome Application Display template
- Web content with structure and template
- Out of Box Site Search integration
- clone our repo
git clone --depth 1 https://github.com/byteparity/byte-theme.git
- change directory to our repo
cd byte-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\\byte-theme\\.web_bundle_build",
"deployed": true,
"pluginName": "byte-theme"
}
}
- Deploy theme by following command
gulp deploy
-
Create new site blank site -> Apply
byte-theme
to newly created site. -
Import
full-site.lar
file from/lar
folder to newly created site. -
Deploy
contact_us.jsr
file from/jar
folder to liferay server. -
You can updated all section content from
web-content
, We have developedweb-content
with well fromatingstructurs
andtemplates
.
LIFERAY THEME GENERATOR detail doc.