Documentation // ../

  1. Overview
  2. RSS/Atom/JSON
  3. Variable Types
    1. :partials
    2. $collections
    3. @variables
  4. Editing Templates
    1. Assets
    2. Templating Language
  5. Creating Pages
    1. Editing Content
  6. Download
  7. News & Updates
  8. Support
Stacey 2.3
Not backwards compatible

Stacey 3 is not backwards compatible with Stacey 2.3. This website serves as an archive because the old 2.3 documentation was not migrated to the github wiki (that is currently hosting the Stacey 3 documentation).

Now unmaintained, all technical support is now choppy and community led as github issues.

Variable Types

There are three type of variables within stacey’s templating system:

@variables
constructed from the contents of the page’s .txt file and supplemented by stacey (ie. @page_name).
$collections
collections of assets or pages that can be looped over (ie. $children).
:partials
shorthand reference to include files from within the /templates/partials directory (ie. :navigation).