APP_DEBUG
Enable application debugging and display error messages.
It is recommended that debug remains OFF unless troubleshooting an issue. Leaving this enabled WILL cause leakage of sensitive server information.
- Possible Values
- Default Value
true or falseAUTHORS_LINK
Whether or not to show the “Authors” navigation link when there are multipe unique post authors.
- Possible Values
- Default Value
true or falseDATE_FORMAT
Default date format.
- Possible Values
- Default Value
See the PHP
date format documentation for possible values.FEATURED_IMAGES
Controls the vertical sizing of featured post images.
- Possible Values
- Default Value
full- Display the full height imagescollapsed- Constrain the images height
META_DESCRIPTION
Meta tag description text.
- Possible Values
- Default Value
Any string.
PAGINATION
Whether or not post pagination is enabled.
- Possible Values
- Default Value
true or falsePOSTS_PER_PAGE
The number of posts to display per page when pagination is enabled.
- Possible Values
- Default Value
Any positive integer.
SHIKI_THEME_ID
The Shiki theme ID used for syntax highlighting in rendered code blocks.
- Possible Values
- Default Value
See the Shiki themes documentation 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.
- Possible Values
- Default Value
Any string.
TAGS_LINK
Whether or not to show the “Tags” navigation link when there are multiple unique post tags.
- Possible Values
- Default Value
true or falseTIMEZONE
Timezone used for date formatting.
- Possible Values
- Default Value
See the PHP List of Supported Timezones for a list of supported values.