Skip to content

Configuration files

haskelt edited this page Feb 1, 2022 · 10 revisions

Salal is designed to make it easy for you to customize its behavior for your particular use cases. One way this can be done is with configuration files. Configuration files should be in JSON format, and have two main sections, both of which are optional:

  • Parameters
  • Globals

Parameters change how Salal operates.

Globals are values that can be substituted into source files.

{ "globals": { "special_style_file": "/css/style_for_sally.css" } }

When you run Salal, it will look for 5 different configuration files:

  • System
  • User
  • Theme
  • Project
  • Profile These configuration files all have the same format, and are processed in the order shown above. A file lower in the list can

Clone this wiki locally