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.jsonfile 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-themeto newly created site. -
Import
full-site.larfile from/larfolder to newly created site. -
Deploy
contact_us.jsrfile from/jarfolder to liferay server. -
You can updated all section content from
web-content, We have developedweb-contentwith well fromatingstructursandtemplates.
LIFERAY THEME GENERATOR detail doc.
