<Setup>

The <Setup> option is used to configure your blog's metadata including your site title, header, footer and menu.

Example

<Setup>
  <Domain>           https://domain.com                  </Domain>      
  <OutputPath>       web                                 </OutputPath>
  <PluginsURL>       plugins                             </PluginsURL>      
  <LanguageCode>     en                                  </LanguageCode>
  <Favicon>          https://domain.com/favicon.ico      </Favicon>        
  <SiteTitle>        All Things Bobson                   </SiteTitle>       
  <SiteDescription>  Bobs bobbing for bobbles.           </SiteDescription> 
  <SiteLogo>         https://domain.com/media/logo.png   </SiteLogo>        
  <SiteBanner>       https://domain.com/media/banner.png </SiteBanner>      
  <SiteAvatar>       https://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.
<OutputPath>
[ ]
Set your website's output folder. Expects an absolute or relative file path.
<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. Slimlines will force a trailing slash if missing.
<LanguageCode>
[ 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.
<SiteDescription>
[ ]
Set your site's description.
<SiteBanner>
[ ]
It is used in your website metadata. Expects an absolute URL or a relative path to a background image for your website's header.
<SiteAvatar>
[ ]
It is used in your website metadata. Expects an absolute URL or a relative path to an avatar to be placed on your website header.
<SiteLogo>
[ ]
It is used in your website metadata. 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 to configure your website header, footer and menu, as well as to append scripts, stylesheets, and programming code to your website header and footer. See the Slimlines plugin ( /plugins/slimlines/plugin.xml ) to see how the default configuration make use of these options. You can modify the plugin as necessary to suit your needs.

<Header>
[ ]
Used by the theme plugins to define the website header.
<Footer>
[ ]
Used by the theme plugins 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