Compile a Site for Mobile Devices
You can use the OCE Toolkit to compile a mobile layout for a site web page. The mobile layout can be different from the desktop page layout for the same content. Or the mobile and desktop layouts can be the same.
In the site editor, you can choose the same page layout for mobile devices as the desktop layout, or you can specify a different page layout. With OCE Toolkit, you can compile the static layout for mobile devices separately.

Description of the illustration choose-page-layouts.png
You can view the site page differently on a mobile device. A page rendered on a mobile device might not have a banner like the page does in a desktop layout. For example, the following web page has a mobile page layout.

Description of the illustration mobile-page.png
In OCE Toolkit, the help page for cec compile-template
shows the targetDevice
option for targeting a particular device when
you compile a site template:

Description of the illustration cec-compile-template-command.png
When you compile your site, you can specify whether you want to compile for
desktop
or for mobile
. Desktop files are placed
under static/_files
. Mobile files are placed under
static/_mobilefiles
.

Description of the illustration compile-site-desktop-mobile-pages.png
After you compile a template for mobile devices, the OCE Toolkit command
upload-static-site-files
will support the mobile files.