Required File Structure: Difference between revisions
m (Text replace - "Web-Builder" to "website builder") |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
When finished, a [[Creating website builder Themes | website builder theme]] should be a ZIP file made up of the following: | When finished, a [[Creating website builder Themes | website builder theme]] should be a ZIP file made up of the following: | ||
==File Structure== | |||
/default.html | /default.html | ||
/assets/ | /assets/ | ||
This is the required file structure for a website builder theme. | |||
The file structure of a website 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. | The file structure of a website 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. |
Latest revision as of 14:21, 16 November 2010
When finished, a website builder theme should be a ZIP file made up of the following:
File Structure
/default.html /assets/
This is the required file structure for a website builder theme.
The file structure of a website 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.