Skip to content
Christian Neff edited this page Feb 18, 2015 · 2 revisions

Websites are domains of your application. Each site setup is placed in the websites/ directory as an accordingly named subdirectory.

Structure

A website setup consists of at least two files:

  • site.yml containing the configuration
  • settings.yml containing the settings

Configuration

The site configuration is represented by a site.yml file, which defines a collection of modules that belong to the site.

Settings

The settings are placed in settings.yml file.

Contents

Getting Started

Further Reading

Clone this wiki locally