<Setup>

The <Setup> option is used to configure the metadata used by the default <Plugins> to build your website headers and footers.

Example

<Setup>
  <Domain>           http://domain.com                          </Domain>      
  <RootPath>         /site                                      </RootPath>      
  <PluginsURL>       ../plugins/                                </PluginsURL>      
  <LangCode>         en                                         </LangCode>
  <Favicon>          http://domain.com/favicon.ico              </Favicon>        
  <SiteTitle>        All Things Bobson                          </SiteTitle>       
  <SiteOwner>        Bob Bobson                                 </SiteOwner>       
  <SiteDescription>  Bobs bobbing for bobbles.                  </SiteDescription> 
  <SiteLogo>         http://domain.com/media/logo.png           </SiteLogo>        
  <SiteBanner>       http://domain.com/media/banner.png         </SiteBanner>      
  <SiteAvatar>       http://domain.com/media/avatar.png         </SiteAvatar>      
</Setup>

Options

<Domain>
[ ]
Set your website's domain name. It is used when creating absolute URLs to pages. Trailing slashes are not allowed.
<RootPath>
[ ]
Set your website's subfolder. Trailing slashes are not allowed. Gigatrees will force a preceding slash if missing.
<PluginsURL>
[ plugins/ ]
You can use this option to override the relative path set by default. For instance if you are sharing plugins between mutiple sites. Gigatrees will force a trailing slash if missing.
<LangCode>
[ en ]
Set your language for browser support. If you are translating your web pages into a language other than English, you will need to set the appropriate language code here.
<Favicon>
[ ]
Expects an absolute URL or a relative path to your favicon image.
<SiteTitle>
[ ]
Set the title of your website.
<SiteOwner>
[ ]
Set the name of the person or entity who owns the website. It is used by source templates for creating references to internal sources.
<SiteDescription>
[ ]
Set your site's description.
<SiteBanner>
[ ]
Expects an absolute URL or a relative path to a background image for your website's header.
<SiteAvatar>
[ ]
Expects an absolute URL or a relative path to an avatar to be placed on your website header.
<SiteLogo>
[ ]
Expects an absolute URL or a relative path to a logo to be placed on your website banner.

Advanced Options

The following options are used by various plugins to append scripts, stylesheets, and programming code to your website headers and footers.

<Header>
[ ]
Used by the default.header plugin to define the website header.
<Footer>
[ ]
Used by the default.footer plugin to define the website footer.
<PreHeader>
[ ]
Used to prepend programming code to the website header.
<DropHeader>
[ ]
Used to append stylesheets and scripts to the website header.
<DropStyles>
[ ]
Used to append styles to the website header.
<DropMenu>
[ ]
Used to override the automatically generated navigation bar.
<DropBody>
[ ]
Used to prepend content onto all web pages.
<DropFooter>
[ ]
Used to append scripts to the website footer.
Comments