Required File Structure: Difference between revisions


mNo edit summary
No edit summary
Line 1: Line 1:
When finished, a [[Creating Viviti Themes | Viviti theme]] should be a ZIP file made up of the following:
When finished, a [[Creating Web-Builder Themes | Web-Builder theme]] should be a ZIP file made up of the following:




Line 8: Line 8:




This is the required file structure for a Viviti theme.
This is the required file structure for a Web-Builder theme.


The file structure of a Viviti theme is slightly different than you might be used to working with. The theme file itself should always be named ''default.html'' and any assets - images, js, css files, etc. should be placed in the '''/assets/''' directory. You can place sub-directories into the '''/assets/''' directory if you want to organize your files better.
The file structure of a Web-Builder theme is slightly different than you might be used to working with. The theme file itself should always be named ''default.html'' and any assets - images, js, css files, etc. should be placed in the '''/assets/''' directory. You can place sub-directories into the '''/assets/''' directory if you want to organize your files better.


[[Category:Creating Viviti Themes]]
[[Category:Creating Web-Builder Themes]]
[[Category:Advanced Topics]]
[[Category:Advanced Topics]]

Revision as of 11:07, 21 September 2010

When finished, a Web-Builder theme should be a ZIP file made up of the following:


File Structure Example:

    /default.html
    /assets/


This is the required file structure for a Web-Builder theme.

The file structure of a Web-Builder theme is slightly different than you might be used to working with. The theme file itself should always be named default.html and any assets - images, js, css files, etc. should be placed in the /assets/ directory. You can place sub-directories into the /assets/ directory if you want to organize your files better.