Configuration

Almost all configuration values will depend on the site-template that you use. However there are a few options that are recommended to be used by templates and some that Statigen supports natively.

Statigen Site Configuration

The Statigen site configuration will be loaded from .statigen.toml. There are some options for the [statigen] table that are supported natively:

Content Configuration

The way content is configured depends on the content-loader in place. The default content-loader allows a TOML section at the top of the file enclosed by the three characters +++.

+++
title = "Home"
ordering = 0
+++

Welcome!

There are no minimum number of properties that content can provide and the interpretation of these values is solely up to the site-template. However, there are a few properties that are commonly used in templates: