square-listEnvironment Variables

Plume utilizes environment variables for the majority of it's configuration. This page aims to be an exhaustive list of supported environment variables and their functions.

APP_DEBUG

Enable application debugging and display error messages.

triangle-exclamation

true or false

Whether or not to show the "Authors" navigation link when there are multiple unique post authors.

true or false

DATE_FORMAT

Default date format.

Controls the vertical sizing of featured post images.

  • full - Display the full height images

  • collapsed - Constrain the images height

META_DESCRIPTION

Meta tagarrow-up-right description text.

Any string.

PAGINATION

Whether or not post pagination is enabled.

true or false

POSTS_PER_PAGE

The number of posts to display per page when pagination is enabled.

Any positive integer.

SHIKI_THEME_ID

The Shiki theme ID used for syntax highlighting in rendered code blocks.

See the Shiki themes documentationarrow-up-right for a list of themes to choose from.

SITE_TITLE

The title of your blog. This will be displayed in the browser tab/title bar along with the current path.

Any string.

Whether or not to show the "Tags" navigation link when there are multiple unique post tags.

true or false

TIMEZONE

Timezone used for date formatting.

See the PHP List of Supported Timezonesarrow-up-right for a list of supported values.

USAGE_REPORTING

Enable anonymized usage reporting.

circle-info

The data collected contains aggregated metrics and does not identify individual users.

true or false

Last updated