Required File Structure

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.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Primary Navigation

For information regarding managing the links in your website's primary navigation area, please...

Site Heading

The required h1 with the id of #site_heading is where your sites title will be inserted, with a...

Site Sub-Heading

The required h2 with the id of #site_subheading is where your sites subtitle will be inserted,...

Making your own Theme

This article is intended to help you understand what you can do when creating a theme for website...

Installing Your Theme

Installing your website builder theme is very simple. Just follow these easy steps: Make sure...